aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* clk: fixup argument order when setting VCO parametersJonathan Austin2013-10-071-1/+1
* clk: socfpga: Fix incorrect sdmmc clock nameDinh Nguyen2013-10-071-1/+1
* clk: armada-370: fix tclk frequenciesSimon Guinot2013-10-061-2/+2
* clk: nomadik: set all timers to use 2.4 MHz TIMCLKLinus Walleij2013-10-011-0/+21
* Merge tag 'clk-for-linus-3.12' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2013-09-0947-1069/+2953
|\
| * clk: only call get_parent if there is oneAlex Elder2013-09-091-1/+1
| * clk: samsung: exynos5250: Simplify registration of PLL rate tablesTomasz Figa2013-09-061-10/+2
| * clk: samsung: exynos4: Register PLL rate tables for Exynos4x12Tomasz Figa2013-09-061-0/+49
| * clk: samsung: exynos4: Register PLL rate tables for Exynos4210Tomasz Figa2013-09-061-0/+45
| * clk: samsung: exynos4: Reorder registration of mout_vpllsrcTomasz Figa2013-09-061-1/+7
| * clk: samsung: pll: Add support for rate configuration of PLL46xxTomasz Figa2013-09-062-1/+135
| * clk: samsung: pll: Use new registration method for PLL46xxTomasz Figa2013-09-063-65/+14
| * clk: samsung: pll: Add support for rate configuration of PLL45xxTomasz Figa2013-09-062-1/+119
| * clk: samsung: pll: Use new registration method for PLL45xxTomasz Figa2013-09-063-62/+20
| * clk: samsung: exynos4: Rename exynos4_plls to exynos4x12_pllsTomasz Figa2013-09-061-3/+3
| * clk: samsung: exynos4: Remove checks for DT nodeTomasz Figa2013-09-061-7/+4
| * clk: samsung: exynos4: Remove unused static clkdev aliasesTomasz Figa2013-09-061-184/+172
| * clk: samsung: Modify _get_rate() helper to use __clk_lookup()Tomasz Figa2013-09-063-9/+7
| * clk: samsung: exynos4: Use separate aliases for cpufreq related clocksTomasz Figa2013-09-061-8/+27
| * clk: Move symbol export to proper locationThierry Reding2013-09-031-1/+1
| * clk: fix new_parent dereference before null checkJames Hogan2013-08-301-6/+7
| * clk: wm831x: Initialise wm831x pointer on initMark Brown2013-08-301-0/+2
| * clk/exynos5420: assign dout_pixel id to pixel clock dividerRahul Sharma2013-08-291-1/+4
| * clk/exynos5420: add hdmi mux to change parents in hdmi driverRahul Sharma2013-08-291-1/+4
| * clk/exynos5420: fix the order of parents of hdmi muxRahul Sharma2013-08-291-1/+1
| * clk/exynos5420: add gate clock for mixer sysmmuRahul Sharma2013-08-291-1/+2
| * clk/exynos5420: add sclk_hdmiphy to the list of special clocksRahul Sharma2013-08-291-2/+2
| * clk: wm831x: Provide is_prepared() rather than is_enabled()Mark Brown2013-08-291-7/+7
| * clk/exynos5250: change parent to aclk200_disp1 for hdmi subsystemRahul Sharma2013-08-281-2/+2
| * clk: tegra30: Don't wait for PLL_U lock bitTuomas Tynkkynen2013-08-281-1/+1
| * clk: s3c64xx: Fix incorrect placement of __initdataSachin Kamat2013-08-271-2/+2
| * clk: sunxi: Fix incorrect placement of __initconstSachin Kamat2013-08-271-30/+30
| * clk: kirkwood: Fix incorrect placement of __initconstSachin Kamat2013-08-271-7/+7
| * clk: dove: Fix incorrect placement of __initconstSachin Kamat2013-08-271-6/+6
| * clk: armada-xp: Fix incorrect placement of __initconstSachin Kamat2013-08-271-6/+6
| * clk: armada-370: Fix incorrect placement of __initconstSachin Kamat2013-08-271-7/+7
| * clk: u300: Fix incorrect placement of __initconstSachin Kamat2013-08-271-2/+2
| * clk: nomadik: Fix incorrect placement of __initconstSachin Kamat2013-08-271-2/+2
| * clk: bcm2835: Fix incorrect placement of __initconstSachin Kamat2013-08-271-1/+1
| * Merge tag 'sunxi-clk-for-3.12' of https://github.com/mripard/linux into clk-n...Mike Turquette2013-08-271-38/+194
| |\
| | * clk: sunxi: Add Allwinner A20 gatesMaxime Ripard2013-08-261-0/+15
| | * clk: sunxi: Add A31 clocks supportMaxime Ripard2013-08-261-0/+124
| | * clk: sunxi: Allow to specify the divider width from the dividers dataMaxime Ripard2013-08-261-11/+13
| | * clk: sunxi: Rename the structure to prepare the addition of sun6iMaxime Ripard2013-08-261-27/+27
| | * clk: sunxi: fix initialization of basic clocksEmilio López2013-08-261-8/+3
| | * clk: sunxi: Add A10s gatesMaxime Ripard2013-08-261-0/+15
| * | clk: wrap I/O access for improved portabilityGerhard Sittig2013-08-273-9/+9
| * | Merge branch 'clk-next-s3c64xx-delta' into clk-nextMike Turquette2013-08-272-98/+13
| |\ \
| | * | clk: samsung: pll: Use new registration method for PLL6552 and PLL6553Tomasz Figa2013-08-262-98/+13
| * | | clk: get matching entry under lock in of_clk_init()Alex Elder2013-08-271-2/+2