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