summaryrefslogtreecommitdiffstats
path: root/drivers/clk/samsung/clk-exynos4.c
Commit message (Expand)AuthorAgeFilesLines
* clk: samsung: exynos4: fixup reg access on beMatthew Leach2016-06-101-2/+2
* clk: samsung: exynos4: Constify all clock initializersKrzysztof Kozlowski2016-06-021-28/+28
* clk: samsung: exynos4: Move local function to init sectionKrzysztof Kozlowski2016-06-021-1/+1
* clk: samsung: Remove useless check for return value of samsung_clk_initKrzysztof Kozlowski2016-06-021-2/+0
* clk: samsung: Remove CLK_IS_ROOTStephen Boyd2016-03-021-6/+6
* clk: samsung: exynos4: Add SSS gate clockKrzysztof Kozlowski2015-11-181-0/+1
* Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2015-09-101-0/+50
|\
| * clk: exynos4x12: add cpu clock configuration data and instantiate cpu clockBartlomiej Zolnierkiewicz2015-08-141-0/+50
* | clk: exynos4: Fix wrong clock for Exynos4x12 ADCKrzysztof Kozlowski2015-07-281-0/+2
* | clk: samsung: Properly include clk.h and clkdev.hStephen Boyd2015-07-201-1/+1
|/
* clk: samsung: exynos4: add cpu clock configuration data and instantiate cpu c...Thomas Abraham2015-06-201-1/+23
* clk: samsung: exynos4: Disable ARMCLK down feature on Exynos4210 SoCBartlomiej Zolnierkiewicz2015-04-121-6/+5
* clk: samsung: exynos4: Add divider clock id for memory bus frequencyChanwoo Choi2015-01-281-5/+5
* clk: samsung: exynos4: set parent of sclk_hdmiphy to hdmiAndrzej Hajda2014-12-021-1/+1
* clk: samsung: exynos4: remove duplicate div_core2 divider clock instantiationThomas Abraham2014-09-241-4/+3
* clk: samsung: exynos4: fix g3d clocksMarek Szyprowski2014-09-221-4/+2
* clk: samsung: exynos4: add support for MOUT_HDMI and MOUT_MIXER clocksMarek Szyprowski2014-09-221-2/+2
* clk: samsung: exynos4: add missing smmu_g2d clock and update commentsMarek Szyprowski2014-09-221-0/+1
* clk: samsung: Make of_device_id array constKrzysztof Kozlowski2014-07-261-1/+1
* clk: samsung: exynos4: Enable ARMCLK down featureKrzysztof Kozlowski2014-07-261-0/+46
* clk: samsung: exynos4: Add CLKOUT clock hierarchyTomasz Figa2014-07-261-0/+112
* clk: samsung: exynos4: Add missing CPU/DMC clock hierarchyTomasz Figa2014-07-261-0/+50
* clk: exynos4: Add PPMU IP block source clocks.Jonghwa Lee2014-06-301-0/+19
* clk: samsung: Register clk provider only after registering its all clocksSylwester Nawrocki2014-06-301-0/+2
* clk: samsung: exynos4: Remove SRC_MASK_ISP gatesTomasz Figa2014-06-301-12/+4
* Merge tag 'clk-for-linus-3.16' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2014-06-071-2/+2
|\
| * clk/exynos4: Fix compilation warningSachin Kamat2014-05-281-2/+2
* | clk: samsung: exynos4: export sclk_hdmiphy clockTomasz Stanislawski2014-05-141-1/+1
* | clk: samsung: exynos4: Use single clock ID for CLK_MDMA gate clocksSylwester Nawrocki2014-05-141-1/+1
* | clk/samsung: add support for multiple clock providersRahul Sharma2014-05-141-22/+25
|/
* clk: samsung: exynos4: Add remaining suspend/resume handlingTomasz Figa2014-02-141-8/+68
* clk: samsung: Drop old suspend/resume codeTomasz Figa2014-02-141-1/+1
* clk: samsung: exynos4: Move suspend/resume handling to SoC driverTomasz Figa2014-02-141-10/+80
* clk: exynos4: Remove remnants of non-DT supportTomasz Figa2014-02-141-6/+8
* Merge tag 'clk-for-linus-3.14-part1' of git://git.linaro.org/people/mike.turq...Linus Torvalds2014-01-231-455/+402
|\
| * clk: exynos4: replace clock ID private enums with IDs from DT headerAndrzej Hajda2014-01-081-455/+402
* | Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-01-231-1/+2
|\ \ | |/ |/|
| * clk: samsung: exynos4: Fix definition of div_mmc_pre4 dividerTomasz Figa2013-12-211-1/+2
* | clk: samsung: exynos4: Correct SRC_MFC registerSeung-Woo Kim2013-12-301-1/+1
|/
* Merge tag 'clk-for-linus-3.12' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2013-09-091-250/+355
|\
| * 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: Use new registration method for PLL46xxTomasz Figa2013-09-061-10/+5
| * clk: samsung: pll: Use new registration method for PLL45xxTomasz Figa2013-09-061-7/+11
| * 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-061-2/+2
| * clk: samsung: exynos4: Use separate aliases for cpufreq related clocksTomasz Figa2013-09-061-8/+27