summaryrefslogtreecommitdiff
path: root/drivers/clk/sunxi
AgeCommit message (Expand)Author
2016-02-02clk: sunxi: Add apb0 gates for A83TVishnu Patekar
2016-01-29clk: sunxi: rewrite sun8i-a23-mbus-clk using the simpler composite clkChen-Yu Tsai
2016-01-29clk: sunxi: rewrite sun6i-ar100 using factors clkChen-Yu Tsai
2016-01-29clk: sunxi: rewrite sun6i-a31-ahb1-clk using factors clk with custom recalcChen-Yu Tsai
2016-01-29clk: sunxi: factors: Drop round_rate from clk opsChen-Yu Tsai
2016-01-29clk: sunxi: factors: Support custom formulasChen-Yu Tsai
2016-01-27clk: sunxi: factors: Consolidate get_factors parameters into a structChen-Yu Tsai
2016-01-27clk: sunxi: factors: Add unregister functionChen-Yu Tsai
2016-01-27clk: sunxi: factors: Add clk cleanup in sunxi_factors_register() error pathChen-Yu Tsai
2016-01-27clk: sunxi: factors: Make struct clk_factors_config table constChen-Yu Tsai
2016-01-25clk: sunxi: usb: Sort clk providers by chip family and nameChen-Yu Tsai
2016-01-24clk: sunxi: Drop clk.h includeStephen Boyd
2015-12-23Merge tag 'sunxi-clocks-for-4.5' of https://git.kernel.org/pub/scm/linux/kern...Michael Turquette
2015-12-14clk: sunxi: fix handling return value of of_property_match_stringAndrzej Hajda
2015-12-13clk: sunxi: signedness bug in sun8i_h3_bus_gates_init()Dan Carpenter
2015-12-09clk: sunxi: Add CLK_OF_DECLARE support for sun8i-a23-apb0-clk driverChen-Yu Tsai
2015-12-08clk: sunxi: Add VE (Video Engine) module clock driver for sun[457]iChen-Yu Tsai
2015-12-08clk: sunxi: Add H3 clocks supportJens Kuske
2015-12-07clk: sunxi: Add DRAM gates support for sun4i-a10Chen-Yu Tsai
2015-12-02clk: sunxi: pll2: Fix clock running too fastMaxime Ripard
2015-12-01clk: sunxi: Add sun9i A80 cpus (cpu special) clock supportChen-Yu Tsai
2015-12-01clk: sunxi: Add sun9i A80 apbs gates supportChen-Yu Tsai
2015-11-20clk: sunxi: Add support for the H3 usb phy clocksReinder de Haan
2015-11-10Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds
2015-10-21Merge tag 'sunxi-clocks-for-4.4' of https://git.kernel.org/pub/scm/linux/kern...Stephen Boyd
2015-10-21clk: sunxi: mod1 clock supportEmilio López
2015-10-21clk: sunxi: codec clock supportEmilio López
2015-10-21clk: sunxi: pll2: Add A13 supportMaxime Ripard
2015-10-21clk: sunxi: Add a driver for the PLL2Maxime Ripard
2015-10-17ARM: sunxi: Add R8 supportMaxime Ripard
2015-09-18clk: sunxi: Add A33 gates supportMaxime Ripard
2015-09-16clk: sunxi: sun9i-mmc: Fix module autoload for OF platform driverLuis de Bethencourt
2015-09-16clk: sunxi: sun8i-apb0: Fix module autoload for OF platform driverLuis de Bethencourt
2015-09-16clk: sunxi: sun6i-ar100: Fix module autoload for OF platform driverLuis de Bethencourt
2015-09-16clk: sunxi: sun6i-apb0-gates: Fix module autoload for OF platform driverLuis de Bethencourt
2015-09-16clk: sunxi: sun6i-apb0: Fix module autoload for OF platform driverLuis de Bethencourt
2015-08-31Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-08-24clk: sunxi: Convert to clk_hw based provider APIsStephen Boyd
2015-08-24clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd
2015-08-24clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd
2015-08-12clk: sunxi: Add a simple gates driverMaxime Ripard
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd
2015-07-28clk: sunxi: make use of of_clk_parent_fill helper functionDinh Nguyen
2015-07-27clk: fix some determine_rate implementationsBoris Brezillon
2015-07-27clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon
2015-07-20clk: sunxi: Include clk.h and remove unused clkdev.h includesStephen Boyd
2015-07-09Merge tag 'sunxi-late-for-4.2' of https://git.kernel.org/pub/scm/linux/kernel...Kevin Hilman
2015-07-05ARM: sunxi: Add Machine support for A33Vishnu Patekar
2015-07-02Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2015-06-16drivers/clk: convert sunxi/clk-mod0.c to use builtin_platform_driverPaul Gortmaker