summaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| |/
* | clk: sunxi: Add support for the usb-clk on sun8i a23 and a33 SoCsHans de Goede2015-06-021-0/+11
* | clk: sunxi: Fix of_io_request_and_map error checkMaxime Ripard2015-05-052-5/+7
|/
* clk: sunxi: Add pll6 / 4 clock output to sun4i-a10-pll6Chen-Yu Tsai2015-03-251-1/+2
* clk: sunxi: Make divs clocks specify which output is the base factor clockChen-Yu Tsai2015-03-251-12/+25
* clk: sunxi: Register divs clocks before factor clocksChen-Yu Tsai2015-03-211-3/+3
* clk: sunxi: Add "cpu" to list of protected clocks for sun5iChen-Yu Tsai2015-03-211-0/+1
* clk: sunxi: Add muxable ahb factors clock for sun5i and sun7iChen-Yu Tsai2015-03-211-0/+52
* clk: sunxi: Add support for sun9i A80 USB clocks and resetsChen-Yu Tsai2015-02-231-0/+43
* clk: sunxi: Move USB clocks to separate fileChen-Yu Tsai2015-02-233-88/+191
* Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2015-02-219-143/+716
|\
| * clk: Add rate constraints to clocksTomeu Vizoso2015-02-023-0/+6