summaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sunxi-clk-for-4.10' of https://git.kernel.org/pub/scm/linux/kernel...Stephen Boyd2016-11-161-1/+1
|\
| * clk: sunxi: mod0: improve function-level documentationJulia Lawall2016-10-161-1/+1
* | clk: sunxi: Fix M factor computation for APB1Stéphan Rafin2016-11-041-1/+1
|/
* Merge branch 'clk-fixes' into clk-nextStephen Boyd2016-09-082-3/+3
|\
| * clk: sunxi: Fix return value check in sun8i_a23_mbus_setup()Wei Yongjun2016-08-081-1/+1
| * clk: sunxi: pll2: Fix return value check in sun4i_pll2_setup()Wei Yongjun2016-08-081-2/+2
* | clk: sunxi: apb0: Use new macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado2016-08-121-2/+2
* | clk: sunxi: mod0: Use new macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado2016-08-121-1/+2
|/
* Merge branch 'clk-fixes' into clk-nextMichael Turquette2016-07-212-5/+4
|\
| * clk: sunxi: remove unused variableArnd Bergmann2016-06-161-1/+0
| * clk: sunxi: display: Add per-clock flagsMaxime Ripard2016-06-101-1/+4
| * clk: sunxi: tcon-ch1: Do not return a negative error in get_parentMaxime Ripard2016-06-101-3/+0
* | clk: sunxi: make clk-* explicitly non-modularPaul Gortmaker2016-07-066-65/+12
|/
* clk: sunxi: Add display and TCON0 clocks driverMaxime Ripard2016-05-122-0/+262
* Merge tag 'sunxi-clocks-for-4.7' of https://git.kernel.org/pub/scm/linux/kern...Stephen Boyd2016-05-026-13/+470
|\
| * clk: sunxi: Let divs clocks read the base factor clock name from devicetreeJens Kuske2016-04-251-11/+30
| * clk: sunxi: Add TCON channel1 clockMaxime Ripard2016-04-222-0/+301
| * clk: sunxi: Add PLL3 clockMaxime Ripard2016-04-222-0/+99
| * clk: sunxi: Use resource_sizeVaishali Thakkar2016-04-221-1/+1
| * clk: sunxi: Add sun6i/8i display supportJean-Francois Moine2016-04-221-0/+38
| * clk: sunxi: mod1 clock should modify it's parentAndrea Venturi2016-04-221-1/+1
* | clk: sunxi: Remove CLK_IS_ROOTStephen Boyd2016-04-151-2/+1
* | clk: sunxi: Make reset_control_ops constPhilipp Zabel2016-03-293-3/+3
|/
* clk: sunxi: Remove use of variable length arrayStephen Boyd2016-03-151-2/+9
* clk: sunxi: Add apb0 gates for H3Krzysztof Adamski2016-02-251-0/+2
* clk: sunxi: Improve divs_clk error handling and reportingAndre Przywara2016-02-211-3/+15
* clk: sunxi: improve divider_clk error handling and reportingAndre Przywara2016-02-211-3/+33
* clk: sunxi: improve mux_clk error handling and reportingAndre Przywara2016-02-211-6/+15
* clk: sunxi: Fix sun8i-a23-apb0-clk divider flagsChen-Yu Tsai2016-02-161-1/+1
* clk: sunxi: Remove clk_register_clkdev callsMaxime Ripard2016-02-118-19/+4
* clk: sunxi: Remove old probe and protection codeMaxime Ripard2016-02-111-108/+0
* clk: sunxi: convert current clocks registration to CLK_OF_DECLAREMaxime Ripard2016-02-111-17/+133
* clk: sunxi: Make clocks setup functions take const pointerMaxime Ripard2016-02-111-3/+3
* clk: sunxi: Make clocks setup functions return their clockMaxime Ripard2016-02-111-7/+10
* clk: sunxi: improve error reporting for the mux clockAndre Przywara2016-02-021-4/+16
* clk: sunxi: don't mark sun6i_ar100_data __initconstArnd Bergmann2016-02-021-1/+1
* clk: sunxi: add bus gates for A83TVishnu Patekar2016-02-021-0/+2
* clk: sunxi: Add apb0 gates for A83TVishnu Patekar2016-02-021-0/+2
* clk: sunxi: rewrite sun8i-a23-mbus-clk using the simpler composite clkChen-Yu Tsai2016-01-291-45/+76
* clk: sunxi: rewrite sun6i-ar100 using factors clkChen-Yu Tsai2016-01-291-174/+61
* clk: sunxi: rewrite sun6i-a31-ahb1-clk using factors clk with custom recalcChen-Yu Tsai2016-01-291-208/+83
* clk: sunxi: factors: Drop round_rate from clk opsChen-Yu Tsai2016-01-291-16/+0
* clk: sunxi: factors: Support custom formulasChen-Yu Tsai2016-01-292-2/+32
* clk: sunxi: factors: Consolidate get_factors parameters into a structChen-Yu Tsai2016-01-276-219/+155
* clk: sunxi: factors: Add unregister functionChen-Yu Tsai2016-01-272-0/+30
* clk: sunxi: factors: Add clk cleanup in sunxi_factors_register() error pathChen-Yu Tsai2016-01-271-15/+29
* clk: sunxi: factors: Make struct clk_factors_config table constChen-Yu Tsai2016-01-275-17/+17
* clk: sunxi: usb: Sort clk providers by chip family and nameChen-Yu Tsai2016-01-251-12/+12
* clk: sunxi: Drop clk.h includeStephen Boyd2016-01-241-1/+0
* Merge tag 'sunxi-clocks-for-4.5' of https://git.kernel.org/pub/scm/linux/kern...Michael Turquette2015-12-238-12/+628
|\