aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2016-08-02treewide: replace obsolete _refok by __refGravatar Fabian Frederick 1-2/+2
2016-08-01Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Gravatar Linus Torvalds 1-0/+1
2016-08-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 4-31/+7
2016-08-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Gravatar Linus Torvalds 2-0/+9
2016-07-21Merge branch 'clk-fixes' into clk-nextGravatar Michael Turquette 3-6/+5
2016-07-19clk: Makefile: re-sort and clean upGravatar Michael Turquette 1-9/+11
2016-07-18clk: at91: fix clk_programmable_set_parent()Gravatar Boris Brezillon 1-1/+1
2016-07-15Merge branch 'clk-s905' into clk-nextGravatar Michael Turquette 1-1/+1
2016-07-15Revert "clk: gxbb: expose CLKID_MMC_PCLK"Gravatar Michael Turquette 1-1/+1
2016-07-14Merge tag 'sti-late-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/pc...Gravatar Arnd Bergmann 3-14/+27
2016-07-14Merge tag 'ux500-cleanup-bundle' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Arnd Bergmann 3-30/+6
2016-07-13clk: samsung: Allow modular build of the Audio Subsystem CLKCON driverGravatar Sylwester Nawrocki 3-12/+11
2016-07-13clk: samsung: make clk-s5pv210-audss explicitly non-modularGravatar Paul Gortmaker 1-27/+2
2016-07-13clk: exynos5433: remove CLK_IGNORE_UNUSED flag from SPI clocksGravatar Andi Shyti 1-3/+2
2016-07-12clk: oxnas: Add hardware dependenciesGravatar Jean Delvare 1-0/+1
2016-07-12clk: imx7d: do not set parent of ethernet time/ref clocksGravatar Stefan Agner 1-9/+0
2016-07-12ARM: ux500: use CLK_OF_DECLARE()Gravatar Arnd Bergmann 3-30/+6
2016-07-11Merge branch 'clk-sunxi-ng' into clk-nextGravatar Michael Turquette 2-3/+3
2016-07-11clk: sunxi-ng: h3: Fix Kconfig symbol typoGravatar Maxime Ripard 1-1/+1
2016-07-11clk: sunxi-ng: h3: Fix audio clock divider offsetGravatar Maxime Ripard 1-2/+2
2016-07-08Merge branch 'clk-sunxi-ng' into clk-nextGravatar Michael Turquette 31-0/+3397
2016-07-08clk: sunxi-ng: Add H3 clocksGravatar Maxime Ripard 4-0/+904
2016-07-08clk: sunxi-ng: Add N-K-M-P factor clockGravatar Maxime Ripard 4-0/+244
2016-07-08clk: sunxi-ng: Add N-K-M Factor clockGravatar Maxime Ripard 4-0/+227
2016-07-08clk: sunxi-ng: Add N-M-factor clock supportGravatar Maxime Ripard 4-0/+212
2016-07-08clk: sunxi-ng: Add N-K-factor clock supportGravatar Maxime Ripard 4-0/+223
2016-07-08clk: sunxi-ng: Add M-P factor clock supportGravatar Maxime Ripard 4-0/+245
2016-07-08clk: sunxi-ng: Add dividerGravatar Maxime Ripard 4-0/+274
2016-07-08clk: sunxi-ng: Add phase clock supportGravatar Maxime Ripard 4-0/+180
2016-07-08clk: sunxi-ng: Add mux clock supportGravatar Maxime Ripard 4-0/+282
2016-07-08clk: sunxi-ng: Add gate clock supportGravatar Maxime Ripard 4-0/+138
2016-07-08clk: sunxi-ng: Add fractional libGravatar Maxime Ripard 4-0/+175
2016-07-08clk: sunxi-ng: Add common infrastructureGravatar Maxime Ripard 9-0/+293
2016-07-08clk: imx: vf610: Disable automatic clock gating for lpuart in LPSTOP modeGravatar Stefan Agner 1-6/+6
2016-07-08clk: clk-conf: Fix error message when clock isn't foundGravatar Tomeu Vizoso 1-1/+1
2016-07-07Merge branch 'clk-s905' into clk-nextGravatar Michael Turquette 1-1/+1
2016-07-07clk: gxbb: expose CLKID_MMC_PCLKGravatar Kevin Hilman 1-1/+1
2016-07-06clk: stm32f4: fix error handlingGravatar Christophe JAILLET 1-1/+1
2016-07-06Merge branch 'clk-lpc32xx' into clk-nextGravatar Michael Turquette 1-2/+1
2016-07-06clk: lpc32xx: allow peripheral clock selection in device treeGravatar Sylvain Lemieux 1-2/+1
2016-07-06clk: sunxi: make clk-* explicitly non-modularGravatar Paul Gortmaker 6-65/+12
2016-07-06clk: oxnas: make it explicitly non-modularGravatar Paul Gortmaker 1-12/+3
2016-07-06clk: Kconfig: Name RK818 in Kconfig for COMMON_CLK_RK808Gravatar Wadim Egorov 1-2/+2
2016-07-06clk: hi6220: Change syspll and media_syspll clk to 1.19GHzGravatar Xinliang Liu 1-2/+2
2016-07-06clk: meson: make gxbb explicitly non-modularGravatar Paul Gortmaker 1-14/+4
2016-07-06clk: meson8b: make it explicitly non-modularGravatar Paul Gortmaker 1-15/+4
2016-07-06clk: clps711x: Changing the compatibility string to match with the smallest s...Gravatar Alexander Shiyan 1-1/+1
2016-07-06Merge tag 'sunxi-clk-fixes-for-4.7' of https://git.kernel.org/pub/scm/linux/k...Gravatar Michael Turquette 2-5/+4
2016-07-05Merge tag 'omap-for-v4.8/soc-signed' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Olof Johansson 2-0/+9
2016-07-04Merge tag 'omap-for-v4.8/dt-part1-signed-v2' of git://git.kernel.org/pub/scm/...Gravatar Olof Johansson 1-0/+1