aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-27clk: nomadik: Fix incorrect placement of __initconstSachin Kamat1-2/+2
2013-08-27clk: bcm2835: Fix incorrect placement of __initconstSachin Kamat1-1/+1
2013-08-27Merge tag 'sunxi-clk-for-3.12' of https://github.com/mripard/linux into clk-next-sunxiMike Turquette1-38/+194
2013-08-27clk: wrap I/O access for improved portabilityGerhard Sittig3-9/+9
2013-08-27Merge branch 'clk-next-s3c64xx-delta' into clk-nextMike Turquette2-98/+13
2013-08-27clk: get matching entry under lock in of_clk_init()Alex Elder1-2/+2
2013-08-27clk: sunxi: fix initialization of basic clocksEmilio López1-8/+3
2013-08-26clk: samsung: pll: Use new registration method for PLL6552 and PLL6553Tomasz Figa2-98/+13
2013-08-26clk: sunxi: Add Allwinner A20 gatesMaxime Ripard1-0/+15
2013-08-26clk: sunxi: Add A31 clocks supportMaxime Ripard1-0/+124
2013-08-26clk: sunxi: Allow to specify the divider width from the dividers dataMaxime Ripard1-11/+13
2013-08-26clk: sunxi: Rename the structure to prepare the addition of sun6iMaxime Ripard1-27/+27
2013-08-26clk: sunxi: fix initialization of basic clocksEmilio López1-8/+3
2013-08-26clk: sunxi: Add A10s gatesMaxime Ripard1-0/+15
2013-08-23clk: mvebu: add missing iounmapJisheng Zhang2-7/+15
2013-08-21clk: handle NULL struct clk gracefullyMike Turquette1-1/+7
2013-08-20Merge tag 'zynq-clk-for-3.12' of git://git.xilinx.com/linux-xlnx into clk-nextMike Turquette1-5/+14
2013-08-20clk/zynq/pll: Use #defines for fbdiv min/max valuesSoren Brinkmann1-4/+7
2013-08-20clk/zynq/pll: Fix documentation for PLL register functionSoren Brinkmann1-1/+7
2013-08-19clk: clk-mux: implement remuxing on set_rateJames Hogan2-0/+50
2013-08-19clk: add CLK_SET_RATE_NO_REPARENT flagJames Hogan16-274/+384
2013-08-19clk: add support for clock reparent on set_rateJames Hogan1-46/+96
2013-08-19clk: move some parent related functions upwardsJames Hogan1-104/+104
2013-08-19clk: abstract parent cacheJames Hogan1-7/+14
2013-08-16clk: export fixed-factor, gate & mux registrationMike Turquette3-0/+5
2013-08-16clk: clk-divider: Export clk_register_divider()Fabio Estevam1-0/+2
2013-08-16clk: fixed-rate: Export clk_fixed_rate_register()Stephen Boyd1-0/+1
2013-08-08clk: prima2: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-08-08clk: tegra30: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-08-08clk: tegra20: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-08-08clk: tegra114: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-08-08clk: exynos5440: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-08-08clk: exynos5420: Fix incorrect placement of __initdataSachin Kamat1-3/+3
2013-08-08clk: exynos5250: Fix incorrect placement of __initdataSachin Kamat1-5/+5
2013-08-08clk: exynos4: Fix incorrect placement of __initdataSachin Kamat1-5/+5
2013-08-08clk: s2mps11: Add support for s2mps11Yadwinder Singh Brar3-0/+280
2013-08-08clk: exynos5420: Make exynos5420_plls staticSachin Kamat1-1/+1
2013-08-08clk: exynos5250: Make exynos5250_plls staticSachin Kamat1-1/+1
2013-08-08clk: exynos4: Make exynos4_plls staticSachin Kamat1-1/+1
2013-08-08clk: mxs: clk-imx23: Include <linux/clk/mxs.h>Fabio Estevam1-0/+1
2013-08-08clk: sunxi: Fix checking return value of clk_register_[composite|factors]Axel Lin1-2/+2
2013-08-08Merge branch 'clk-next-s3c64xx' into clk-nextMike Turquette5-1/+649
2013-08-05clk: samsung: Add clock driver for S3C64xx SoCsTomasz Figa2-0/+476
2013-08-05clk: samsung: pll: Add support for PLL6552 and PLL6553Tomasz Figa2-0/+164
2013-08-05clk: mux: Add support for read-only muxes.Tomasz Figa1-1/+9
2013-08-02clk: samsung: Add EPLL and VPLL freq table for exynos5250 SoCVikas Sajjan2-0/+40
2013-08-02clk: samsung: Reorder MUX registration for mout_vpllsrcVikas Sajjan1-1/+6
2013-08-02clk: samsung: Add set_rate() clk_ops for PLL36xxVikas Sajjan1-1/+78
2013-08-02clk: samsung: Add set_rate() clk_ops for PLL35xxYadwinder Singh Brar1-1/+104
2013-08-02clk: samsung: Add support to register rate_table for samsung pllsYadwinder Singh Brar6-28/+75