summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2016-03-21Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds15-1245/+649
2016-03-21Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds31-184/+149
2016-03-21Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds3-25/+24
2016-03-20Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-6/+25
2016-03-17clk: rockchip: associate SCLK_MAC_PLL and disable reparenting on rk3036Heiko Stuebner1-1/+1
2016-03-17clk: rockchip: associate the rk3036 HCLK_EMAC clock-idXing Zheng1-1/+1
2016-02-23clk: ti: omap3+: dpll: use non-locking version of clk_get_rateTero Kristo1-1/+2
2016-02-22clk: samsung: Don't build ARMv8 clock drivers on ARMv7Krzysztof Kozlowski2-3/+11
2016-02-19clk: gpio: Really allow an optional clock= DT propertyStephen Boyd1-1/+1
2016-02-17clk: at91: remove useless includesAlexandre Belloni8-30/+0
2016-02-17clk: at91: pmc: remove useless capacities handlingAlexandre Belloni1-128/+0
2016-02-17clk: at91: pmc: drop at91_pmc_baseAlexandre Belloni1-7/+0
2016-02-17ARM: at91: pm: move idle functions to pm.cAlexandre Belloni1-15/+0
2016-02-17clk: at91: pmc: move pmc structures to C fileAlexandre Belloni2-9/+9
2016-02-17clk: at91: pmc: merge at91_pmc_init in atmel_pmc_probeAlexandre Belloni1-25/+9
2016-02-17clk: at91: remove IRQ handling and use pollingAlexandre Belloni7-446/+37
2016-02-17clk: at91: make use of syscon/regmap internallyBoris Brezillon15-694/+694
2016-02-17clk: at91: make use of syscon to share PMC registers in several driversBoris Brezillon2-7/+16
2016-02-17clk: samsung: Enable COMPILE_TEST for Samsung clocksKrzysztof Kozlowski1-4/+4
2016-02-16ARM: 8503/1: clk_register_clkdev: remove format string interfaceKees Cook1-6/+25
2016-02-13Revert "clk: qcom: Specify LE device endianness"Stephen Boyd11-13/+0
2016-02-10clk: versatile: mask VCO bits before writingLinus Walleij1-0/+3
2016-02-09Merge tag 'tegra-for-4.5-clk-fixes' of git://git.kernel.org/pub/scm/linux/ker...Stephen Boyd6-97/+103
2016-02-02clk: tegra: super: Fix sparse warnings for functions not declared as staticJon Hunter1-3/+3
2016-02-02clk: tegra: Fix sparse warnings for functions not declared as staticJon Hunter1-17/+19
2016-02-02clk: tegra: Fix sparse warning for pll_mJon Hunter1-1/+1
2016-02-02clk: tegra: Use definition for pll_u override bitJon Hunter1-1/+1
2016-02-02clk: tegra: Fix warning caused by pll_u failing to lockJon Hunter1-2/+0
2016-02-02clk: tegra: Fix clock sources for Tegra210 EMCJon Hunter1-1/+2
2016-02-02clk: tegra: Add the APB2APE audio clock on Tegra210Jon Hunter3-0/+3
2016-02-02clk: tegra: Add missing of_node_put()Amitoj Kaur Chawla1-2/+4
2016-02-02clk: tegra: Fix PLLE SS coefficientsMark Kuo1-6/+12
2016-02-02clk: tegra: Fix typos around clearing PLLE bits during enableRhyland Klein1-2/+2
2016-02-02clk: tegra: Do not disable PLLE when under hardware controlMark Kuo1-7/+15
2016-02-02clk: tegra: Fix pllx dyn step calculationRhyland Klein1-5/+5
2016-02-02clk: tegra: pll: Fix potential sleeping-while-atomicAndrew Bresticker1-3/+3
2016-02-02clk: tegra: Fix the misnaming of nvenc from msencRhyland Klein1-1/+1
2016-02-02clk: tegra: Fix naming of MISC registersRhyland Klein1-18/+18
2016-02-01ARM: pxa: define clock registers as __iomemArnd Bergmann3-25/+24
2016-01-30Merge tag 'v4.5-rockchip-clkfixes1' of git://git.kernel.org/pub/scm/linux/ker...Stephen Boyd2-26/+26
2016-01-30clk: Move vendor's Kconfig into CCF menu sectionJames Liao2-6/+3
2016-01-30clk: mediatek: Fix memory leak on clock init failJames Liao1-2/+4
2016-01-29clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang24-51/+15
2016-01-29clk: xgene: Remove return from void functionStephen Boyd1-1/+1
2016-01-29clk: xgene: Add SoC and PMD PLL clocks with v2 hardwareLoc Ho1-37/+66
2016-01-29clk: s2mps11: remove redundant codeAndi Shyti1-20/+16
2016-01-29clk: s2mps11: remove redundant static variables declarationAndi Shyti1-9/+10
2016-01-29clk: s2mps11: allocate only one structure for clock initAndi Shyti1-44/+7
2016-01-29clk: s2mps11: merge two for loops in oneAndi Shyti1-6/+0
2016-01-29clk-divider: make sure read-only dividers do not write to their registerHeiko Stuebner3-3/+14