summaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+61Star
* clk: sunxi: rewrite sun6i-a31-ahb1-clk using factors clk with custom recalcChen-Yu Tsai2016-01-291-208/+83Star
* clk: sunxi: factors: Drop round_rate from clk opsChen-Yu Tsai2016-01-291-16/+0Star
* 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/+155Star
* 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/+0Star
* Merge tag 'sunxi-clocks-for-4.5' of https://git.kernel.org/pub/scm/linux/kern...Michael Turquette2015-12-248-12/+628
|\
| * clk: sunxi: fix handling return value of of_property_match_stringAndrzej Hajda2015-12-141-4/+4
| * clk: sunxi: signedness bug in sun8i_h3_bus_gates_init()Dan Carpenter2015-12-131-1/+1
| * clk: sunxi: Add CLK_OF_DECLARE support for sun8i-a23-apb0-clk driverChen-Yu Tsai2015-12-092-12/+69
| * clk: sunxi: Add VE (Video Engine) module clock driver for sun[457]iChen-Yu Tsai2015-12-082-0/+172
| * clk: sunxi: Add H3 clocks supportJens Kuske2015-12-083-0/+119
| * clk: sunxi: Add DRAM gates support for sun4i-a10Chen-Yu Tsai2015-12-071-0/+12
| * clk: sunxi: Add sun9i A80 cpus (cpu special) clock supportChen-Yu Tsai2015-12-012-0/+242
| * clk: sunxi: Add sun9i A80 apbs gates supportChen-Yu Tsai2015-12-011-0/+2
| * clk: sunxi: Add support for the H3 usb phy clocksReinder de Haan2015-11-201-0/+12
* | clk: sunxi: pll2: Fix clock running too fastMaxime Ripard2015-12-031-18/+5Star
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2015-11-101-0/+1
|\
| * ARM: sunxi: Add R8 supportMaxime Ripard2015-10-171-0/+1
* | Merge tag 'sunxi-clocks-for-4.4' of https://git.kernel.org/pub/scm/linux/kern...Stephen Boyd2015-10-225-0/+346
|\ \
| * | clk: sunxi: mod1 clock supportEmilio López2015-10-212-0/+82
| * | clk: sunxi: codec clock supportEmilio López2015-10-212-0/+45
| * | clk: sunxi: pll2: Add A13 supportMaxime Ripard2015-10-211-5/+33
| * | clk: sunxi: Add a driver for the PLL2Maxime Ripard2015-10-212-0/+189
| * | clk: sunxi: Add A33 gates supportMaxime Ripard2015-09-181-0/+2
| |/
* | clk: sunxi: sun9i-mmc: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-171-0/+1
* | clk: sunxi: sun8i-apb0: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-171-0/+1
* | clk: sunxi: sun6i-ar100: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-171-0/+1
* | clk: sunxi: sun6i-apb0-gates: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-171-0/+1
* | clk: sunxi: sun6i-apb0: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-171-0/+1
|/
* Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-0111-250/+228Star
|\
| * clk: sunxi: Convert to clk_hw based provider APIsStephen Boyd2015-08-253-14/+14
| * clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd2015-08-252-2/+2
| * clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd2015-08-253-3/+3
| * clk: sunxi: Add a simple gates driverMaxime Ripard2015-08-123-177/+159Star
| * Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd2015-07-286-5/+10
| |\
| | * clk: sunxi: Include clk.h and remove unused clkdev.h includesStephen Boyd2015-07-206-5/+10
| * | clk: sunxi: make use of of_clk_parent_fill helper functionDinh Nguyen2015-07-284-19/+7Star
| * | clk: fix some determine_rate implementationsBoris Brezillon2015-07-283-4/+11
| * | clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon2015-07-283-33/+29Star
| |/
* | Merge tag 'sunxi-late-for-4.2' of https://git.kernel.org/pub/scm/linux/kernel...Kevin Hilman2015-07-101-0/+1
|\ \ | |/ |/|
| * ARM: sunxi: Add Machine support for A33Vishnu Patekar2015-07-051-0/+1
* | Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/li...Linus Torvalds2015-07-021-1/+1
|\ \
| * | drivers/clk: convert sunxi/clk-mod0.c to use builtin_platform_driverPaul Gortmaker2015-06-161-1/+1
| |/