summaryrefslogtreecommitdiffstats
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2015-12-23clk: rockchip: Allow the RK3288 SPDIF clocks to change their parentSjoerd Simons1-8/+8
2015-12-23clk: rockchip: include downstream muxes into fractional dividersHeiko Stuebner2-72/+74
2015-12-23clk: rockchip: handle mux dependency of fractional dividersHeiko Stuebner2-14/+142
2015-12-22Merge branch 'clk-bcm2835' into clk-nextMichael Turquette2-0/+86
2015-12-22clk: bcm2835: Add a driver for the auxiliary peripheral clock gates.Eric Anholt2-0/+86
2015-12-22Merge tag 'imx-dt-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/shawn...Olof Johansson7-32/+34
2015-12-22Merge branch 'clk-dove' into clk-nextMichael Turquette4-1/+275
2015-12-22clk: add Dove PLL divider support for GPU, VMeta and AXI clocksRussell King4-1/+275
2015-12-22Merge tag 'clk-samsung-4.5' of git://linuxtv.org/snawrocki/samsung into clk-nextMichael Turquette3-13/+98
2015-12-22Merge commit 'fe5fa8fbd4d47f40a45fa29ee1abdb10cb061ec2' into clk-nextMichael Turquette61-237/+10717
2015-12-22Merge tag 'imx-clk-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Michael Turquette6-28/+30
2015-12-22Merge tag 'v4.5-rockchip-clk1_1' of git://git.kernel.org/pub/scm/linux/kernel...Michael Turquette10-33/+1494
2015-12-22Merge branch 'clk-shmobile-for-v4.5' of git://git.kernel.org/pub/scm/linux/ke...Michael Turquette7-63/+1216
2015-12-22clk: fix codying style of if ... else blocksMasahiro Yamada1-3/+2
2015-12-22Merge branch 'imx/clk' into imx/dtShawn Guo6-28/+30
2015-12-21clk: rockchip: only enter pll slow-mode directly before reboots on rk3288Heiko Stuebner7-8/+13
2015-12-17Merge branch 'fixes' into next/multiplatformArnd Bergmann1-4/+4
2015-12-17clk: tegra: Read correct IDDQ register in PLL_SS registrationBill Huang1-4/+7
2015-12-17clk: tegra: Fix WARN_ON in PLL_RE registrationBill Huang1-1/+2
2015-12-17clk: tegra: pll: Fix issues with rates for VCO PLLsAndrew Bresticker1-4/+12
2015-12-17clk: tegra: Add support for Tegra210 clocksRhyland Klein5-0/+2868
2015-12-17clk: tegra: Add Super Gen5 LogicBill Huang2-13/+132
2015-12-17clk: tegra: pll: Add logic for SSBill Huang2-1/+28
2015-12-17clk: tegra: pll: Add dyn_ramp callbackRhyland Klein2-0/+11
2015-12-17clk: tegra: pll: Add Set_default logicBill Huang2-11/+39
2015-12-17clk: tegra: pll: Adjust vco_min if SDM presentBill Huang2-0/+32
2015-12-17clk: tegra: pll: Add support for PLLMB for Tegra210Rhyland Klein2-5/+52
2015-12-17clk: tegra: pll: Add specialized logic for Tegra210Rhyland Klein2-2/+346
2015-12-16clk: rockchip: rk3036: enable the CLK_IGNORE_UNUSED flag for aclk_vioYakir Yang1-1/+1
2015-12-16clk: s3c2410: removed unneeded variable in s3c24xx_clkout_set_parentPrasanna Karthik1-2/+1
2015-12-16clk: exynos: use irqsave version of spin_lock to avoid deadlock with irqsMarek Szyprowski1-4/+6
2015-12-16clk: samsung: exynos542x: fix MFC clock hierarchy parentMarek Szyprowski1-1/+1
2015-12-16clk: samsung: exynos542x/5800: fix cpu clock configuration dataBartlomiej Zolnierkiewicz1-3/+33
2015-12-16clk: samsung: exynos5420: add cpu clock configuration data and instantiate cp...Thomas Abraham1-2/+56
2015-12-16clk: samsung: exynos542x: add missing parent GSCL block clocksMarek Szyprowski1-4/+4
2015-12-16Merge tag 'realview-base-armsoc-1-tag' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann3-36/+169
2015-12-15Merge branch 'versatile/multiplatform' into next/multiplatformArnd Bergmann1-1/+3
2015-12-15ARM: versatile: switch to DT only booting and remove legacy codeRob Herring1-1/+3
2015-12-15Merge branch 'mmp/multiplatform' into next/multiplatformArnd Bergmann3-19/+19
2015-12-15clk: versatile-icst: add device tree supportLinus Walleij1-1/+88
2015-12-15clk: versatile-icst: refactor to allocate regmap separatelyLinus Walleij1-19/+28
2015-12-15clk: versatile-icst: convert to use regmapLinus Walleij2-28/+61
2015-12-15clk/realview: stop using machine headersArnd Bergmann1-3/+7
2015-12-14clk: sunxi: fix handling return value of of_property_match_stringAndrzej Hajda1-4/+4
2015-12-13clk: sunxi: signedness bug in sun8i_h3_bus_gates_init()Dan Carpenter1-1/+1
2015-12-12Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+4
2015-12-12clk: rockchip: use rk3288-efuse clock idsZhengShunQian1-2/+2
2015-12-12clk: rockchip: add clock controller for rk3228Jeffy Chen3-1/+689
2015-12-09clk: rockchip: allow more than 2 parents for cpuclkJeffy Chen1-2/+2
2015-12-09clk: sunxi: Add CLK_OF_DECLARE support for sun8i-a23-apb0-clk driverChen-Yu Tsai2-12/+69