aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-16clk: sunxi: Fix sun8i-a23-apb0-clk divider flagsChen-Yu Tsai1-1/+1
2016-02-11clk: sunxi: Remove clk_register_clkdev callsMaxime Ripard8-19/+4
2016-02-11clk: sunxi: Remove old probe and protection codeMaxime Ripard1-108/+0
2016-02-11clk: sunxi: convert current clocks registration to CLK_OF_DECLAREMaxime Ripard1-17/+133
2016-02-11clk: sunxi: Make clocks setup functions take const pointerMaxime Ripard1-3/+3
2016-02-11clk: sunxi: Make clocks setup functions return their clockMaxime Ripard1-7/+10
2016-02-02clk: sunxi: improve error reporting for the mux clockAndre Przywara1-4/+16
2016-02-02clk: sunxi: don't mark sun6i_ar100_data __initconstArnd Bergmann1-1/+1
2016-02-02clk: sunxi: add bus gates for A83TVishnu Patekar1-0/+2
2016-02-02clk: sunxi: Add apb0 gates for A83TVishnu Patekar1-0/+2
2016-01-29clk: sunxi: rewrite sun8i-a23-mbus-clk using the simpler composite clkChen-Yu Tsai1-45/+76
2016-01-29clk: sunxi: rewrite sun6i-ar100 using factors clkChen-Yu Tsai1-174/+61
2016-01-29clk: sunxi: rewrite sun6i-a31-ahb1-clk using factors clk with custom recalcChen-Yu Tsai1-208/+83
2016-01-29clk: sunxi: factors: Drop round_rate from clk opsChen-Yu Tsai1-16/+0
2016-01-29clk: sunxi: factors: Support custom formulasChen-Yu Tsai2-2/+32
2016-01-27clk: sunxi: factors: Consolidate get_factors parameters into a structChen-Yu Tsai6-219/+155
2016-01-27clk: sunxi: factors: Add unregister functionChen-Yu Tsai2-0/+30
2016-01-27clk: sunxi: factors: Add clk cleanup in sunxi_factors_register() error pathChen-Yu Tsai1-15/+29
2016-01-27clk: sunxi: factors: Make struct clk_factors_config table constChen-Yu Tsai5-17/+17
2016-01-25clk: sunxi: usb: Sort clk providers by chip family and nameChen-Yu Tsai1-12/+12
2016-01-24clk: sunxi: Drop clk.h includeStephen Boyd1-1/+0
2015-12-23Merge tag 'sunxi-clocks-for-4.5' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into clk-nextMichael Turquette8-12/+628
2015-12-14clk: sunxi: fix handling return value of of_property_match_stringAndrzej Hajda1-4/+4
2015-12-13clk: sunxi: signedness bug in sun8i_h3_bus_gates_init()Dan Carpenter1-1/+1
2015-12-09clk: sunxi: Add CLK_OF_DECLARE support for sun8i-a23-apb0-clk driverChen-Yu Tsai2-12/+69
2015-12-08clk: sunxi: Add VE (Video Engine) module clock driver for sun[457]iChen-Yu Tsai2-0/+172
2015-12-08clk: sunxi: Add H3 clocks supportJens Kuske3-0/+119
2015-12-07clk: sunxi: Add DRAM gates support for sun4i-a10Chen-Yu Tsai1-0/+12
2015-12-02clk: sunxi: pll2: Fix clock running too fastMaxime Ripard1-18/+5
2015-12-01clk: sunxi: Add sun9i A80 cpus (cpu special) clock supportChen-Yu Tsai2-0/+242
2015-12-01clk: sunxi: Add sun9i A80 apbs gates supportChen-Yu Tsai1-0/+2
2015-11-20clk: sunxi: Add support for the H3 usb phy clocksReinder de Haan1-0/+12
2015-11-10Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2015-10-21Merge tag 'sunxi-clocks-for-4.4' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into clk-nextStephen Boyd5-0/+346
2015-10-21clk: sunxi: mod1 clock supportEmilio López2-0/+82
2015-10-21clk: sunxi: codec clock supportEmilio López2-0/+45
2015-10-21clk: sunxi: pll2: Add A13 supportMaxime Ripard1-5/+33
2015-10-21clk: sunxi: Add a driver for the PLL2Maxime Ripard2-0/+189
2015-10-17ARM: sunxi: Add R8 supportMaxime Ripard1-0/+1
2015-09-18clk: sunxi: Add A33 gates supportMaxime Ripard1-0/+2
2015-09-16clk: sunxi: sun9i-mmc: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-16clk: sunxi: sun8i-apb0: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-16clk: sunxi: sun6i-ar100: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-16clk: sunxi: sun6i-apb0-gates: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-16clk: sunxi: sun6i-apb0: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-08-31Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds11-250/+228
2015-08-24clk: sunxi: Convert to clk_hw based provider APIsStephen Boyd3-14/+14
2015-08-24clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd2-2/+2
2015-08-24clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd3-3/+3
2015-08-12clk: sunxi: Add a simple gates driverMaxime Ripard3-177/+159