summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* clocksource: samsung_pwm_timer: Get clock from device treeTomasz Figa2013-09-061-4/+8
* ARM: dts: exynos4: Specify PWM clocks in PWM nodeTomasz Figa2013-09-061-0/+2
* pwm: samsung: Update DT bindings documentation to cover clocksTomasz Figa2013-09-061-0/+12
* 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-292-1/+9
* clk/exynos5420: add hdmi mux to change parents in hdmi driverRahul Sharma2013-08-292-1/+9
* 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-292-1/+3
* clk/exynos5420: add sclk_hdmiphy to the list of special clocksRahul Sharma2013-08-292-2/+3
* 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-275-38/+462
|\
| * clk: sunxi: Add Allwinner A20 gatesMaxime Ripard2013-08-263-0/+116
| * clk: sunxi: Add A31 clocks supportMaxime Ripard2013-08-263-0/+213
| * 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-263-0/+93
* | clk: wrap I/O access for improved portabilityGerhard Sittig2013-08-274-9/+26
* | 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
* | | clk: sunxi: fix initialization of basic clocksEmilio López2013-08-271-8/+3
* | | clk: mvebu: add missing iounmapJisheng Zhang2013-08-232-7/+15
* | | clk: handle NULL struct clk gracefullyMike Turquette2013-08-211-1/+7
| |/ |/|
* | Merge tag 'zynq-clk-for-3.12' of git://git.xilinx.com/linux-xlnx into clk-nextMike Turquette2013-08-201-5/+14
|\ \
| * | clk/zynq/pll: Use #defines for fbdiv min/max valuesSoren Brinkmann2013-08-201-4/+7
| * | clk/zynq/pll: Fix documentation for PLL register functionSoren Brinkmann2013-08-201-1/+7
* | | clk: clk-mux: implement remuxing on set_rateJames Hogan2013-08-193-0/+53
* | | clk: add CLK_SET_RATE_NO_REPARENT flagJames Hogan2013-08-1918-276/+388
* | | clk: add support for clock reparent on set_rateJames Hogan2013-08-194-66/+132
* | | clk: move some parent related functions upwardsJames Hogan2013-08-191-104/+104
* | | clk: abstract parent cacheJames Hogan2013-08-192-7/+15
* | | clk: export fixed-factor, gate & mux registrationMike Turquette2013-08-163-0/+5
* | | clk: clk-divider: Export clk_register_divider()Fabio Estevam2013-08-161-0/+2