aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/samsung (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-30clk: exynos: File scope reg_save array should depend on PM_SLEEPKrzysztof Kozlowski1-5/+5
2013-12-30clk: samsung: exynos5250: Add CLK_IGNORE_UNUSED flag for the sysreg clockAbhilash Kesavan1-1/+2
2013-12-30clk: samsung: exynos5250: Add MDMA0 clocksAbhilash Kesavan1-1/+4
2013-12-30clk: samsung: exynos5250: Fix ACP gate register offsetAbhilash Kesavan1-1/+1
2013-12-30clk: exynos5250: fix sysmmu_mfc{l,r} gate clocksAndrew Bresticker1-2/+2
2013-12-30clk: samsung: exynos4: Correct SRC_MFC registerSeung-Woo Kim1-1/+1
2013-09-17ARM: S3C64XX: Migrate clock handling to Common Clock FrameworkTomasz Figa1-2/+0
2013-09-09Merge tag 'clk-for-linus-3.12' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds11-508/+1702
2013-09-06clk: samsung: exynos5250: Simplify registration of PLL rate tablesTomasz Figa1-10/+2
2013-09-06clk: samsung: exynos4: Register PLL rate tables for Exynos4x12Tomasz Figa1-0/+49
2013-09-06clk: samsung: exynos4: Register PLL rate tables for Exynos4210Tomasz Figa1-0/+45
2013-09-06clk: samsung: exynos4: Reorder registration of mout_vpllsrcTomasz Figa1-1/+7
2013-09-06clk: samsung: pll: Add support for rate configuration of PLL46xxTomasz Figa2-1/+135
2013-09-06clk: samsung: pll: Use new registration method for PLL46xxTomasz Figa3-65/+14
2013-09-06clk: samsung: pll: Add support for rate configuration of PLL45xxTomasz Figa2-1/+119
2013-09-06clk: samsung: pll: Use new registration method for PLL45xxTomasz Figa3-62/+20
2013-09-06clk: samsung: exynos4: Rename exynos4_plls to exynos4x12_pllsTomasz Figa1-3/+3
2013-09-06clk: samsung: exynos4: Remove checks for DT nodeTomasz Figa1-7/+4
2013-09-06clk: samsung: exynos4: Remove unused static clkdev aliasesTomasz Figa1-184/+172
2013-09-06clk: samsung: Modify _get_rate() helper to use __clk_lookup()Tomasz Figa3-9/+7
2013-09-06clk: samsung: exynos4: Use separate aliases for cpufreq related clocksTomasz Figa1-8/+27
2013-08-29clk/exynos5420: assign dout_pixel id to pixel clock dividerRahul Sharma1-1/+4
2013-08-29clk/exynos5420: add hdmi mux to change parents in hdmi driverRahul Sharma1-1/+4
2013-08-29clk/exynos5420: fix the order of parents of hdmi muxRahul Sharma1-1/+1
2013-08-29clk/exynos5420: add gate clock for mixer sysmmuRahul Sharma1-1/+2
2013-08-29clk/exynos5420: add sclk_hdmiphy to the list of special clocksRahul Sharma1-2/+2
2013-08-28clk/exynos5250: change parent to aclk200_disp1 for hdmi subsystemRahul Sharma1-2/+2
2013-08-27clk: s3c64xx: Fix incorrect placement of __initdataSachin Kamat1-2/+2
2013-08-27Merge branch 'clk-next-s3c64xx-delta' into clk-nextMike Turquette2-98/+13
2013-08-26clk: samsung: pll: Use new registration method for PLL6552 and PLL6553Tomasz Figa2-98/+13
2013-08-19clk: add CLK_SET_RATE_NO_REPARENT flagJames Hogan2-3/+5
2013-08-13clk: exynos4: Add CLK_GET_RATE_NOCACHE flag for the Exynos4x12 ISP clocksSylwester Nawrocki1-30/+34
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: 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-08Merge branch 'clk-next-s3c64xx' into clk-nextMike Turquette4-0/+640
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-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
2013-08-02clk: samsung: Remove unused pll registeration code for pll35xx and pll36xxYadwinder Singh Brar2-74/+0
2013-08-02clk: samsung: Migrate exynos5420 to use common samsung_clk_register_pll()Yadwinder Singh Brar1-28/+58
2013-08-02clk: samsung: Migrate exynos4 to use common samsung_clk_register_pll()Yadwinder Singh Brar1-14/+26