aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/samsung (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-20Merge tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/linuxLinus Torvalds10-173/+2110
2014-12-17clk: samsung: Fix Exynos 5420 pinctrl setup and clock disable failure due to domain being gatedKrzysztof Kozlowski1-1/+28
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-2/+0
2014-12-02clk: samsung: Fix double add of syscore ops after driver rebindKrzysztof Kozlowski1-0/+4
2014-12-02clk: samsung: exynos4: set parent of sclk_hdmiphy to hdmiAndrzej Hajda1-1/+1
2014-12-02clk: samsung: exynos4415: Fix build with PM_SLEEP disabledKrzysztof Kozlowski1-2/+4
2014-12-02clk: samsung: remove unnecessary inclusion of header files from clk.hPankaj Dubey2-4/+2
2014-12-02clk: samsung: remove unnecessary CONFIG_OF from clk.cPankaj Dubey1-2/+0
2014-12-02clk: samsung: Spelling s/bwtween/between/Pankaj Dubey1-1/+1
2014-11-22clk: exynos5440: move restart code into clock driverPankaj Dubey1-1/+28
2014-10-31clk: samsung: exynos7: add gate clock for ADC blockAbhilash Kesavan1-0/+2
2014-10-31clk: samsung: exynos7: add gate clocks for WDT, TMU and PWM blocksNaveen Krishna Ch1-0/+14
2014-10-31clk: samsung: exynos7: add clocks for RTC blockNaveen Krishna Ch1-0/+54
2014-10-31clk: samsung: exynos7: add clocks for MMC blockNaveen Krishna Ch1-0/+224
2014-10-31clk: samsung: exynos7: add clocks for I2C blockNaveen Krishna Ch1-0/+24
2014-10-31clk: samsung: add initial clock support for Exynos7 SoCNaveen Krishna Ch2-0/+426
2014-10-31clk: samsung: Add fixed_factor_clocks field to struct exynos_cmu_infoNaveen Krishna Ch2-0/+6
2014-10-31clk: samsung: Factor out the common code to clk.cNaveen Krishna Ch3-159/+155
2014-10-31clk: samsung: add support for 145xx and 1460x PLLsNaveen Krishna Ch2-5/+24
2014-10-30clk: samsung: exynos4415: Add clocks using common clock frameworkChanwoo Choi2-0/+1143
2014-10-20clk: samsung: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-10-01Merge tag 'v3.18-rockchip-clk2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into clk-nextMike Turquette2-0/+48
2014-10-01clk: samsung: register restart handlers for s3c2412 and s3c2443Heiko Stübner2-0/+48
2014-09-29Merge tag 'for_3.18/samsung-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/tfiga/samsung-clk into clk-nextMike Turquette3-14/+208
2014-09-25clk: Remove .owner field for driverKiran Padwal1-1/+0
2014-09-24clk: samsung: exynos4: remove duplicate div_core2 divider clock instantiationThomas Abraham1-4/+3
2014-09-22clk: samsung: exynos4: fix g3d clocksMarek Szyprowski1-4/+2
2014-09-22clk: samsung: exynos4: add support for MOUT_HDMI and MOUT_MIXER clocksMarek Szyprowski1-2/+2
2014-09-22clk: samsung: exynos4: add missing smmu_g2d clock and update commentsMarek Szyprowski1-0/+1
2014-09-22clk: samsung: exynos3250: Register DMC clk providerKrzysztof Kozlowski1-0/+195
2014-09-22clk: samsung: exynos5260: fix typo in clock nameChander Kashyap1-1/+1
2014-09-22clk: samsung: exynos3250: fix width field of mout_mmc0/1Pankaj Dubey1-2/+2
2014-09-22clk: samsung: exynos3250: fix width and shift of div_spi0_isp clockPankaj Dubey1-1/+1
2014-09-22clk: samsung: exynos3250: fix mout_cam_blk parent listPankaj Dubey1-0/+1
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-0/+1098
2014-08-04Merge tag 'clk-for-linus-3.17' of git://git.linaro.org/people/mike.turquette/linuxLinus Torvalds15-15/+519
2014-07-26clk: samsung: register exynos5420 apll/kpll configuration dataThomas Abraham1-0/+28
2014-07-26clk: samsung: exynos5420: Setup clocks before system suspendVikas Sajjan1-0/+29
2014-07-26clk: samsung: Make of_device_id array constKrzysztof Kozlowski6-6/+6
2014-07-26clk: samsung: exynos3250: Enable ARMCLK down featureKrzysztof Kozlowski1-0/+41
2014-07-26clk: samsung: exynos4: Enable ARMCLK down featureKrzysztof Kozlowski1-0/+46
2014-07-26clk: samsung: Add driver to control CLKOUT line on Exynos SoCsTomasz Figa2-0/+154
2014-07-26clk: samsung: exynos4: Add CLKOUT clock hierarchyTomasz Figa1-0/+112
2014-07-26clk: samsung: exynos4: Add missing CPU/DMC clock hierarchyTomasz Figa1-0/+50
2014-07-19clk: samsung: s5pv210: Remove legacy board supportTomasz Figa1-121/+1
2014-07-19clk: samsung: Add S5PV210 Audio Subsystem clock driverTomasz Figa2-1/+242
2014-07-19clk: samsung: Add clock driver for S5PV210 and compatible SoCsMateusz Krawczuk2-0/+977
2014-07-13Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette/linuxLinus Torvalds5-47/+71
2014-07-11clk: exynos5420: Add IDs for clocks used in PD mfcArun Kumar K1-2/+4
2014-06-30clk: exynos4: Add PPMU IP block source clocks.Jonghwa Lee1-0/+19