Age | Commit message (Expand) | Author | Files | Lines |
2015-09-01 | Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 11 | -250/+228 |
2015-08-25 | clk: sunxi: Convert to clk_hw based provider APIs | Stephen Boyd | 3 | -14/+14 |
2015-08-25 | clk: Convert __clk_get_flags() to clk_hw_get_flags() | Stephen Boyd | 2 | -2/+2 |
2015-08-25 | clk: Replace __clk_get_num_parents with clk_hw_get_num_parents() | Stephen Boyd | 3 | -3/+3 |
2015-08-12 | clk: sunxi: Add a simple gates driver | Maxime Ripard | 3 | -177/+159 |
2015-07-28 | Merge branch 'cleanup-clk-h-includes' into clk-next | Stephen Boyd | 6 | -5/+10 |
2015-07-28 | clk: sunxi: make use of of_clk_parent_fill helper function | Dinh Nguyen | 4 | -19/+7 |
2015-07-28 | clk: fix some determine_rate implementations | Boris Brezillon | 3 | -4/+11 |
2015-07-28 | clk: change clk_ops' ->determine_rate() prototype | Boris Brezillon | 3 | -33/+29 |
2015-07-20 | clk: sunxi: Include clk.h and remove unused clkdev.h includes | Stephen Boyd | 6 | -5/+10 |
2015-07-10 | Merge tag 'sunxi-late-for-4.2' of https://git.kernel.org/pub/scm/linux/kernel... | Kevin Hilman | 1 | -0/+1 |
2015-07-05 | ARM: sunxi: Add Machine support for A33 | Vishnu Patekar | 1 | -0/+1 |
2015-07-02 | Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -1/+1 |
2015-06-16 | drivers/clk: convert sunxi/clk-mod0.c to use builtin_platform_driver | Paul Gortmaker | 1 | -1/+1 |
2015-06-02 | clk: sunxi: Add support for the usb-clk on sun8i a23 and a33 SoCs | Hans de Goede | 1 | -0/+11 |
2015-05-05 | clk: sunxi: Fix of_io_request_and_map error check | Maxime Ripard | 2 | -5/+7 |
2015-03-25 | clk: sunxi: Add pll6 / 4 clock output to sun4i-a10-pll6 | Chen-Yu Tsai | 1 | -1/+2 |
2015-03-25 | clk: sunxi: Make divs clocks specify which output is the base factor clock | Chen-Yu Tsai | 1 | -12/+25 |
2015-03-21 | clk: sunxi: Register divs clocks before factor clocks | Chen-Yu Tsai | 1 | -3/+3 |
2015-03-21 | clk: sunxi: Add "cpu" to list of protected clocks for sun5i | Chen-Yu Tsai | 1 | -0/+1 |
2015-03-21 | clk: sunxi: Add muxable ahb factors clock for sun5i and sun7i | Chen-Yu Tsai | 1 | -0/+52 |
2015-02-23 | clk: sunxi: Add support for sun9i A80 USB clocks and resets | Chen-Yu Tsai | 1 | -0/+43 |
2015-02-23 | clk: sunxi: Move USB clocks to separate file | Chen-Yu Tsai | 3 | -88/+191 |
2015-02-21 | Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/... | Linus Torvalds | 9 | -143/+716 |
2015-02-03 | clk: Add rate constraints to clocks | Tomeu Vizoso | 3 | -0/+6 |
2015-01-25 | sunxi: clk: Set sun6i-pll1 n_start = 1 | Hans de Goede | 1 | -0/+1 |
2015-01-25 | clk: sunxi: rewrite sun9i_a80_get_pll4_factors() | Hans de Goede | 1 | -28/+29 |
2015-01-20 | clk: sunxi: Add driver for A80 MMC config clocks/resets | Chen-Yu Tsai | 2 | -0/+220 |
2015-01-20 | clk: sunxi: Add mod0 and mmc module clock support for A80 | Chen-Yu Tsai | 1 | -0/+32 |
2015-01-14 | clk: sunxi: Add a common setup function for mmc module clocks | Chen-Yu Tsai | 1 | -7/+19 |
2015-01-14 | clk: sunxi: Remove custom phase function | Maxime Ripard | 1 | -37/+0 |
2015-01-14 | clk: sunxi: Rework MMC phase clocks | Maxime Ripard | 1 | -62/+69 |
2015-01-06 | clk: sunxi: Propagate rate changes to parent for mux clocks | Chen-Yu Tsai | 1 | -1/+1 |
2015-01-06 | clk: sunxi: Make the mod0 clk driver also a platform driver | Hans de Goede | 1 | -3/+40 |
2015-01-05 | ARM: sunxi: Add "allwinner,sun6i-a31s" to mach-sunxi | Hans de Goede | 1 | -0/+1 |
2014-12-22 | clk: sunxi: Fix factor clocks usage for sun9i core clocks | Chen-Yu Tsai | 1 | -6/+56 |
2014-12-22 | clk: sunxi: Give sunxi_factors_register a registers parameter | Hans de Goede | 5 | -14/+51 |
2014-12-22 | clk: sunxi: unify sun6i AHB1 clock with proper PLL6 pre-divider | Chen-Yu Tsai | 1 | -0/+208 |
2014-12-22 | clk: sunxi: Remove ahb1_sdram from sun6i/sun8i protected clocks list | Chen-Yu Tsai | 1 | -1/+0 |
2014-12-04 | clk: Change clk_ops->determine_rate to return a clk_hw as the best parent | Tomeu Vizoso | 2 | -4/+4 |
2014-11-23 | clk: sunxi: gmac-tx-clk mux is not a CLK_MUX_INDEX_BIT mux | Hans de Goede | 1 | -1/+6 |
2014-11-23 | clk: sunxi: Implement A31 PLL6 as a divs clock for 2x output | Chen-Yu Tsai | 1 | -12/+16 |
2014-11-23 | clk: sunxi: Specify number of child clocks for divs clocks | Chen-Yu Tsai | 1 | -2/+9 |
2014-11-23 | clk: sunxi: Removed unused/incorrect sun6i-a31-apb2-clk driver | Chen-Yu Tsai | 1 | -7/+0 |
2014-11-11 | clk: sunxi: unify APB1 clock | Emilio López | 1 | -5/+2 |
2014-10-21 | clk: sunxi: Add support for bus clock gates on Allwinner A80 SoC | Chen-Yu Tsai | 1 | -0/+31 |
2014-10-21 | clk: sunxi: Add support for A80 basic bus clocks | Chen-Yu Tsai | 2 | -0/+272 |
2014-10-21 | clk: sunxi: make factors clock mux mask configurable | Chen-Yu Tsai | 5 | -3/+5 |
2014-09-27 | Merge tag 'sunxi-clocks-for-3.18' of git://git.kernel.org/pub/scm/linux/kerne... | Mike Turquette | 6 | -156/+485 |
2014-09-27 | clk: sunxi: Add sun8i MBUS clock support | Chen-Yu Tsai | 2 | -0/+79 |