aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-20clk: at91: Fix a return value in case of errorChristophe JAILLET1-1/+1
2016-10-19clk: uniphier: rename MIO clock to SD clock for Pro5, PXs2, LD20 SoCsMasahiro Yamada3-9/+9
2016-10-19clk: uniphier: fix memory overrun bugMasahiro Yamada1-1/+1
2016-10-17clk: hi6220: use CLK_OF_DECLARE_DRIVER for sysctrl and mediactrl clock initShawn Guo1-2/+2
2016-10-17clk: mvebu: armada-37xx-periph: Fix the clock gate flagGregory CLEMENT1-0/+1
2016-10-17clk: bcm2835: Clamp the PLL's requested rate to the hardware limits.Eric Anholt1-7/+4
2016-10-17clk: max77686: fix number of clocks setup for clk_hw based registrationJavier Martinez Canillas1-0/+1
2016-10-17clk: mvebu: armada-37xx-periph: Fix the clock provider registrationGregory CLEMENT1-5/+5
2016-10-17clk: mediatek: Add hardware dependencyJean Delvare1-0/+2
2016-10-17clk: samsung: clk-exynos-audss: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-10-17clk: uniphier: fix type of variable passed to regmap_read()Masahiro Yamada1-1/+1
2016-10-17clk: uniphier: add system clock support for sLD3 SoCMasahiro Yamada1-0/+4
2016-10-07Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-9/+9
2016-10-07Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+70
2016-10-07Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-41/+5
2016-09-23CLK: Add Loongson1C clock supportYang Ling2-0/+98
2016-09-23clk: Loongson1: Make use of GENMASKKelvin Cheung1-1/+1
2016-09-23clk: Loongson1: Update clocks of Loongson1BKelvin Cheung1-10/+13
2016-09-23clk: Loongson1: Refactor Loongson1 clockKelvin Cheung5-48/+69
2016-09-23clk: zx296718: register driver earlier with core_initcallShawn Guo1-1/+5
2016-09-22clk: mvebu: dynamically allocate resources in Armada CP110 system controllerMarcin Wojtas1-9/+20
2016-09-22clk: mvebu: fix setting unwanted flags in CP110 gate clockMarcin Wojtas1-0/+2
2016-09-21clk: nxp: clk-lpc32xx: Unmap region obtained by of_iomapArvind Yadav1-0/+1
2016-09-21clk: mvebu: Add clk support for the orion5x SoC mv88f5181Jamie Lentin1-0/+70
2016-09-21clk: mediatek: clk-mt8173: Unmap region obtained by of_iomapArvind Yadav1-1/+3
2016-09-20clk: sunxi-ng: Fix reset offset for the A23 and A33Maxime Ripard2-16/+16
2016-09-20clk: at91: sckc: optimize boot timeAlexandre Belloni1-1/+1
2016-09-20clk: at91: Add sama5d4 sckc supportAlexandre Belloni1-0/+100
2016-09-20clk: at91: move slow clock controller clocks to sckc.cAlexandre Belloni3-388/+363
2016-09-20clk: imx6: initialize GPU clocksLucas Stach1-0/+18
2016-09-20clk: imx6: fix i.MX6DL clock tree to reflect realityLucas Stach1-12/+16
2016-09-20clk: imx53: Add clocks configurationKalle Kankare1-0/+20
2016-09-19Merge tag 'amlogic-drivers-2' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into next/lateArnd Bergmann6-127/+523
2016-09-16clk: uniphier: add clock data for UniPhier SoCsMasahiro Yamada6-0/+416
2016-09-16clk: uniphier: add core support code for UniPhier clock driverMasahiro Yamada10-0/+535
2016-09-16clk: bcm: Add driver for BCM53573 ILP clockRafał Miłecki2-0/+149
2016-09-16clk: Add USB3 PHY reset linesVivek Gautam1-0/+2
2016-09-16clk: zx: fix pointer case warningsArnd Bergmann1-10/+10
2016-09-16clk/Renesas-MSTP: Use kmalloc_array() in cpg_mstp_clocks_init()Markus Elfring1-1/+1
2016-09-16clk: zx296718: use builtin_platform_driver to simplify the codeWei Yongjun1-5/+1
2016-09-16clk: sunxi-ng: sun6i-a31: Fix register offset for mipi-csi clkChen-Yu Tsai1-1/+1
2016-09-16clk: sunxi-ng: sun6i-a31: set CLK_SET_RATE_UNGATE for all PLLsChen-Yu Tsai1-10/+10
2016-09-16clk: sunxi-ng: sun6i-a31: Set CLK_SET_RATE_PARENT for display output clocksChen-Yu Tsai1-9/+13
2016-09-16drivers: clk: st: Handle clk synchronous mode for video clocksGabriel Fernandez1-2/+35
2016-09-16drivers: clk: st: Add clock propagation for audio clocksGabriel Fernandez1-1/+25
2016-09-16drivers: clk: st: Add fs660c32 synthesizer algorithmGabriel Fernandez1-69/+111
2016-09-16drivers: clk: st: Simplify clock binding of STiH4xx platformsGabriel Fernandez3-77/+55
2016-09-16drivers: clk: st: Remove stih415-416 clock supportGabriel Fernandez3-1404/+1
2016-09-14clk: at91: Migrate to clk_hw based registration and OF APIsStephen Boyd13-199/+277
2016-09-14clk: bcm2835: Migrate to clk_hw based registration and OF APIsStephen Boyd2-55/+58