summaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi
AgeCommit message (Expand)AuthorLines
2016-11-16Merge tag 'sunxi-clk-for-4.10' of https://git.kernel.org/pub/scm/linux/kernel...Stephen Boyd-1/+1
2016-11-04clk: sunxi: Fix M factor computation for APB1Stéphan Rafin-1/+1
2016-10-16clk: sunxi: mod0: improve function-level documentationJulia Lawall-1/+1
2016-09-08Merge branch 'clk-fixes' into clk-nextStephen Boyd-3/+3
2016-08-12clk: sunxi: apb0: Use new macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado-2/+2
2016-08-12clk: sunxi: mod0: Use new macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado-1/+2
2016-08-08clk: sunxi: Fix return value check in sun8i_a23_mbus_setup()Wei Yongjun-1/+1
2016-08-08clk: sunxi: pll2: Fix return value check in sun4i_pll2_setup()Wei Yongjun-2/+2
2016-07-21Merge branch 'clk-fixes' into clk-nextMichael Turquette-5/+4
2016-07-06clk: sunxi: make clk-* explicitly non-modularPaul Gortmaker-65/+12
2016-06-16clk: sunxi: remove unused variableArnd Bergmann-1/+0
2016-06-10clk: sunxi: display: Add per-clock flagsMaxime Ripard-1/+4
2016-06-10clk: sunxi: tcon-ch1: Do not return a negative error in get_parentMaxime Ripard-3/+0
2016-05-12clk: sunxi: Add display and TCON0 clocks driverMaxime Ripard-0/+262
2016-05-02Merge tag 'sunxi-clocks-for-4.7' of https://git.kernel.org/pub/scm/linux/kern...Stephen Boyd-13/+470
2016-04-25clk: sunxi: Let divs clocks read the base factor clock name from devicetreeJens Kuske-11/+30
2016-04-22clk: sunxi: Add TCON channel1 clockMaxime Ripard-0/+301
2016-04-22clk: sunxi: Add PLL3 clockMaxime Ripard-0/+99
2016-04-22clk: sunxi: Use resource_sizeVaishali Thakkar-1/+1
2016-04-22clk: sunxi: Add sun6i/8i display supportJean-Francois Moine-0/+38
2016-04-22clk: sunxi: mod1 clock should modify it's parentAndrea Venturi-1/+1
2016-04-15clk: sunxi: Remove CLK_IS_ROOTStephen Boyd-2/+1
2016-03-29clk: sunxi: Make reset_control_ops constPhilipp Zabel-3/+3
2016-03-15clk: sunxi: Remove use of variable length arrayStephen Boyd-2/+9
2016-02-25clk: sunxi: Add apb0 gates for H3Krzysztof Adamski-0/+2
2016-02-21clk: sunxi: Improve divs_clk error handling and reportingAndre Przywara-3/+15
2016-02-21clk: sunxi: improve divider_clk error handling and reportingAndre Przywara-3/+33
2016-02-21clk: sunxi: improve mux_clk error handling and reportingAndre Przywara-6/+15
2016-02-16clk: sunxi: Fix sun8i-a23-apb0-clk divider flagsChen-Yu Tsai-1/+1
2016-02-11clk: sunxi: Remove clk_register_clkdev callsMaxime Ripard-19/+4
2016-02-11clk: sunxi: Remove old probe and protection codeMaxime Ripard-108/+0
2016-02-11clk: sunxi: convert current clocks registration to CLK_OF_DECLAREMaxime Ripard-17/+133
2016-02-11clk: sunxi: Make clocks setup functions take const pointerMaxime Ripard-3/+3
2016-02-11clk: sunxi: Make clocks setup functions return their clockMaxime Ripard-7/+10
2016-02-02clk: sunxi: improve error reporting for the mux clockAndre Przywara-4/+16
2016-02-02clk: sunxi: don't mark sun6i_ar100_data __initconstArnd Bergmann-1/+1
2016-02-02clk: sunxi: add bus gates for A83TVishnu Patekar-0/+2
2016-02-02clk: sunxi: Add apb0 gates for A83TVishnu Patekar-0/+2
2016-01-29clk: sunxi: rewrite sun8i-a23-mbus-clk using the simpler composite clkChen-Yu Tsai-45/+76
2016-01-29clk: sunxi: rewrite sun6i-ar100 using factors clkChen-Yu Tsai-174/+61
2016-01-29clk: sunxi: rewrite sun6i-a31-ahb1-clk using factors clk with custom recalcChen-Yu Tsai-208/+83
2016-01-29clk: sunxi: factors: Drop round_rate from clk opsChen-Yu Tsai-16/+0
2016-01-29clk: sunxi: factors: Support custom formulasChen-Yu Tsai-2/+32
2016-01-27clk: sunxi: factors: Consolidate get_factors parameters into a structChen-Yu Tsai-219/+155
2016-01-27clk: sunxi: factors: Add unregister functionChen-Yu Tsai-0/+30
2016-01-27clk: sunxi: factors: Add clk cleanup in sunxi_factors_register() error pathChen-Yu Tsai-15/+29
2016-01-27clk: sunxi: factors: Make struct clk_factors_config table constChen-Yu Tsai-17/+17
2016-01-25clk: sunxi: usb: Sort clk providers by chip family and nameChen-Yu Tsai-12/+12
2016-01-24clk: sunxi: Drop clk.h includeStephen Boyd-1/+0
2015-12-23Merge tag 'sunxi-clocks-for-4.5' of https://git.kernel.org/pub/scm/linux/kern...Michael Turquette-12/+628