summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-2015-1245/+649
|\
| * clk: at91: remove useless includesAlexandre Belloni2016-02-178-30/+0
| * clk: at91: pmc: remove useless capacities handlingAlexandre Belloni2016-02-171-128/+0
| * clk: at91: pmc: drop at91_pmc_baseAlexandre Belloni2016-02-171-7/+0
| * ARM: at91: pm: move idle functions to pm.cAlexandre Belloni2016-02-171-15/+0
| * clk: at91: pmc: move pmc structures to C fileAlexandre Belloni2016-02-172-9/+9
| * clk: at91: pmc: merge at91_pmc_init in atmel_pmc_probeAlexandre Belloni2016-02-171-25/+9
| * clk: at91: remove IRQ handling and use pollingAlexandre Belloni2016-02-177-446/+37
| * clk: at91: make use of syscon/regmap internallyBoris Brezillon2016-02-1715-694/+694
| * clk: at91: make use of syscon to share PMC registers in several driversBoris Brezillon2016-02-172-7/+16
* | Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2016-03-2031-184/+149
|\ \
| * | clk: samsung: Don't build ARMv8 clock drivers on ARMv7Krzysztof Kozlowski2016-02-222-3/+11
| * | clk: samsung: Enable COMPILE_TEST for Samsung clocksKrzysztof Kozlowski2016-02-161-4/+4
| * | clk: Move vendor's Kconfig into CCF menu sectionJames Liao2016-01-292-6/+3
| * | clk: mediatek: Fix memory leak on clock init failJames Liao2016-01-291-2/+4
| * | clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang2016-01-2924-51/+15
| * | clk: xgene: Remove return from void functionStephen Boyd2016-01-291-1/+1
| * | clk: xgene: Add SoC and PMD PLL clocks with v2 hardwareLoc Ho2016-01-291-37/+66
| * | clk: s2mps11: remove redundant codeAndi Shyti2016-01-291-20/+16
| * | clk: s2mps11: remove redundant static variables declarationAndi Shyti2016-01-291-9/+10
| * | clk: s2mps11: allocate only one structure for clock initAndi Shyti2016-01-291-44/+7
| * | clk: s2mps11: merge two for loops in oneAndi Shyti2016-01-291-6/+0
| * | clk-divider: make sure read-only dividers do not write to their registerHeiko Stuebner2016-01-293-3/+14
* | | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2016-03-203-25/+24
|\ \ \
| * | | ARM: pxa: define clock registers as __iomemArnd Bergmann2016-02-013-25/+24
| | |/ | |/|
* | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-03-191-6/+25
|\ \ \
| * | | ARM: 8503/1: clk_register_clkdev: remove format string interfaceKees Cook2016-02-161-6/+25
| |/ /
* | | clk: rockchip: associate SCLK_MAC_PLL and disable reparenting on rk3036Heiko Stuebner2016-03-161-1/+1
* | | clk: rockchip: associate the rk3036 HCLK_EMAC clock-idXing Zheng2016-03-161-1/+1
* | | clk: ti: omap3+: dpll: use non-locking version of clk_get_rateTero Kristo2016-02-221-1/+2
* | | clk: gpio: Really allow an optional clock= DT propertyStephen Boyd2016-02-181-1/+1
* | | Revert "clk: qcom: Specify LE device endianness"Stephen Boyd2016-02-1211-13/+0
* | | clk: versatile: mask VCO bits before writingLinus Walleij2016-02-101-0/+3
* | | Merge tag 'tegra-for-4.5-clk-fixes' of git://git.kernel.org/pub/scm/linux/ker...Stephen Boyd2016-02-086-97/+103
|\ \ \
| * | | clk: tegra: super: Fix sparse warnings for functions not declared as staticJon Hunter2016-02-021-3/+3
| * | | clk: tegra: Fix sparse warnings for functions not declared as staticJon Hunter2016-02-021-17/+19
| * | | clk: tegra: Fix sparse warning for pll_mJon Hunter2016-02-021-1/+1
| * | | clk: tegra: Use definition for pll_u override bitJon Hunter2016-02-021-1/+1
| * | | clk: tegra: Fix warning caused by pll_u failing to lockJon Hunter2016-02-021-2/+0
| * | | clk: tegra: Fix clock sources for Tegra210 EMCJon Hunter2016-02-021-1/+2
| * | | clk: tegra: Add the APB2APE audio clock on Tegra210Jon Hunter2016-02-023-0/+3
| * | | clk: tegra: Add missing of_node_put()Amitoj Kaur Chawla2016-02-021-2/+4
| * | | clk: tegra: Fix PLLE SS coefficientsMark Kuo2016-02-021-6/+12
| * | | clk: tegra: Fix typos around clearing PLLE bits during enableRhyland Klein2016-02-021-2/+2
| * | | clk: tegra: Do not disable PLLE when under hardware controlMark Kuo2016-02-021-7/+15
| * | | clk: tegra: Fix pllx dyn step calculationRhyland Klein2016-02-021-5/+5
| * | | clk: tegra: pll: Fix potential sleeping-while-atomicAndrew Bresticker2016-02-021-3/+3
| * | | clk: tegra: Fix the misnaming of nvenc from msencRhyland Klein2016-02-021-1/+1
| * | | clk: tegra: Fix naming of MISC registersRhyland Klein2016-02-021-18/+18
| * | | clk: tegra: Remove improper flags for lock_enableRhyland Klein2016-01-251-28/+14
OpenPOWER on IntegriCloud