| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'clk-for-linus-3.12' of git://git.linaro.org/people/mturquette/linux | Linus Torvalds | 2013-09-09 | 47 | -1069/+2953 |
|\ |
|
| * | clk: only call get_parent if there is one | Alex Elder | 2013-09-09 | 1 | -1/+1 |
| * | clk: samsung: exynos5250: Simplify registration of PLL rate tables | Tomasz Figa | 2013-09-06 | 1 | -10/+2 |
| * | clk: samsung: exynos4: Register PLL rate tables for Exynos4x12 | Tomasz Figa | 2013-09-06 | 1 | -0/+49 |
| * | clk: samsung: exynos4: Register PLL rate tables for Exynos4210 | Tomasz Figa | 2013-09-06 | 1 | -0/+45 |
| * | clk: samsung: exynos4: Reorder registration of mout_vpllsrc | Tomasz Figa | 2013-09-06 | 1 | -1/+7 |
| * | clk: samsung: pll: Add support for rate configuration of PLL46xx | Tomasz Figa | 2013-09-06 | 2 | -1/+135 |
| * | clk: samsung: pll: Use new registration method for PLL46xx | Tomasz Figa | 2013-09-06 | 3 | -65/+14 |
| * | clk: samsung: pll: Add support for rate configuration of PLL45xx | Tomasz Figa | 2013-09-06 | 2 | -1/+119 |
| * | clk: samsung: pll: Use new registration method for PLL45xx | Tomasz Figa | 2013-09-06 | 3 | -62/+20 |
| * | clk: samsung: exynos4: Rename exynos4_plls to exynos4x12_plls | Tomasz Figa | 2013-09-06 | 1 | -3/+3 |
| * | clk: samsung: exynos4: Remove checks for DT node | Tomasz Figa | 2013-09-06 | 1 | -7/+4 |
| * | clk: samsung: exynos4: Remove unused static clkdev aliases | Tomasz Figa | 2013-09-06 | 1 | -184/+172 |
| * | clk: samsung: Modify _get_rate() helper to use __clk_lookup() | Tomasz Figa | 2013-09-06 | 3 | -9/+7 |
| * | clk: samsung: exynos4: Use separate aliases for cpufreq related clocks | Tomasz Figa | 2013-09-06 | 1 | -8/+27 |
| * | clk: Move symbol export to proper location | Thierry Reding | 2013-09-03 | 1 | -1/+1 |
| * | clk: fix new_parent dereference before null check | James Hogan | 2013-08-30 | 1 | -6/+7 |
| * | clk: wm831x: Initialise wm831x pointer on init | Mark Brown | 2013-08-30 | 1 | -0/+2 |
| * | clk/exynos5420: assign dout_pixel id to pixel clock divider | Rahul Sharma | 2013-08-29 | 1 | -1/+4 |
| * | clk/exynos5420: add hdmi mux to change parents in hdmi driver | Rahul Sharma | 2013-08-29 | 1 | -1/+4 |
| * | clk/exynos5420: fix the order of parents of hdmi mux | Rahul Sharma | 2013-08-29 | 1 | -1/+1 |
| * | clk/exynos5420: add gate clock for mixer sysmmu | Rahul Sharma | 2013-08-29 | 1 | -1/+2 |
| * | clk/exynos5420: add sclk_hdmiphy to the list of special clocks | Rahul Sharma | 2013-08-29 | 1 | -2/+2 |
| * | clk: wm831x: Provide is_prepared() rather than is_enabled() | Mark Brown | 2013-08-29 | 1 | -7/+7 |
| * | clk/exynos5250: change parent to aclk200_disp1 for hdmi subsystem | Rahul Sharma | 2013-08-28 | 1 | -2/+2 |
| * | clk: tegra30: Don't wait for PLL_U lock bit | Tuomas Tynkkynen | 2013-08-28 | 1 | -1/+1 |
| * | clk: s3c64xx: Fix incorrect placement of __initdata | Sachin Kamat | 2013-08-27 | 1 | -2/+2 |
| * | clk: sunxi: Fix incorrect placement of __initconst | Sachin Kamat | 2013-08-27 | 1 | -30/+30 |
| * | clk: kirkwood: Fix incorrect placement of __initconst | Sachin Kamat | 2013-08-27 | 1 | -7/+7 |
| * | clk: dove: Fix incorrect placement of __initconst | Sachin Kamat | 2013-08-27 | 1 | -6/+6 |
| * | clk: armada-xp: Fix incorrect placement of __initconst | Sachin Kamat | 2013-08-27 | 1 | -6/+6 |
| * | clk: armada-370: Fix incorrect placement of __initconst | Sachin Kamat | 2013-08-27 | 1 | -7/+7 |
| * | clk: u300: Fix incorrect placement of __initconst | Sachin Kamat | 2013-08-27 | 1 | -2/+2 |
| * | clk: nomadik: Fix incorrect placement of __initconst | Sachin Kamat | 2013-08-27 | 1 | -2/+2 |
| * | clk: bcm2835: Fix incorrect placement of __initconst | Sachin Kamat | 2013-08-27 | 1 | -1/+1 |
| * | Merge tag 'sunxi-clk-for-3.12' of https://github.com/mripard/linux into clk-n... | Mike Turquette | 2013-08-27 | 1 | -38/+194 |
| |\ |
|
| | * | clk: sunxi: Add Allwinner A20 gates | Maxime Ripard | 2013-08-26 | 1 | -0/+15 |
| | * | clk: sunxi: Add A31 clocks support | Maxime Ripard | 2013-08-26 | 1 | -0/+124 |
| | * | clk: sunxi: Allow to specify the divider width from the dividers data | Maxime Ripard | 2013-08-26 | 1 | -11/+13 |
| | * | clk: sunxi: Rename the structure to prepare the addition of sun6i | Maxime Ripard | 2013-08-26 | 1 | -27/+27 |
| | * | clk: sunxi: fix initialization of basic clocks | Emilio López | 2013-08-26 | 1 | -8/+3 |
| | * | clk: sunxi: Add A10s gates | Maxime Ripard | 2013-08-26 | 1 | -0/+15 |
| * | | clk: wrap I/O access for improved portability | Gerhard Sittig | 2013-08-27 | 3 | -9/+9 |
| * | | Merge branch 'clk-next-s3c64xx-delta' into clk-next | Mike Turquette | 2013-08-27 | 2 | -98/+13 |
| |\ \ |
|
| | * | | clk: samsung: pll: Use new registration method for PLL6552 and PLL6553 | Tomasz Figa | 2013-08-26 | 2 | -98/+13 |
| * | | | clk: get matching entry under lock in of_clk_init() | Alex Elder | 2013-08-27 | 1 | -2/+2 |
| * | | | clk: sunxi: fix initialization of basic clocks | Emilio López | 2013-08-27 | 1 | -8/+3 |
| * | | | clk: mvebu: add missing iounmap | Jisheng Zhang | 2013-08-23 | 2 | -7/+15 |
| * | | | clk: handle NULL struct clk gracefully | Mike Turquette | 2013-08-21 | 1 | -1/+7 |
| | |/
| |/| |
|
| * | | Merge tag 'zynq-clk-for-3.12' of git://git.xilinx.com/linux-xlnx into clk-next | Mike Turquette | 2013-08-20 | 1 | -5/+14 |
| |\ \ |
|