aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-21Merge branch 'clk-fixes' into clk-nextMichael Turquette3-6/+5
2016-07-19clk: Makefile: re-sort and clean upMichael Turquette1-9/+11
2016-07-18clk: at91: fix clk_programmable_set_parent()Boris Brezillon1-1/+1
2016-07-15Merge branch 'clk-s905' into clk-nextMichael Turquette1-1/+1
2016-07-15Revert "clk: gxbb: expose CLKID_MMC_PCLK"Michael Turquette1-1/+1
2016-07-13clk: samsung: Allow modular build of the Audio Subsystem CLKCON driverSylwester Nawrocki3-12/+11
2016-07-13clk: samsung: make clk-s5pv210-audss explicitly non-modularPaul Gortmaker1-27/+2
2016-07-13clk: exynos5433: remove CLK_IGNORE_UNUSED flag from SPI clocksAndi Shyti1-3/+2
2016-07-12clk: oxnas: Add hardware dependenciesJean Delvare1-0/+1
2016-07-12clk: imx7d: do not set parent of ethernet time/ref clocksStefan Agner1-9/+0
2016-07-11Merge branch 'clk-sunxi-ng' into clk-nextMichael Turquette2-3/+3
2016-07-11clk: sunxi-ng: h3: Fix Kconfig symbol typoMaxime Ripard1-1/+1
2016-07-11clk: sunxi-ng: h3: Fix audio clock divider offsetMaxime Ripard1-2/+2
2016-07-08Merge branch 'clk-sunxi-ng' into clk-nextMichael Turquette31-0/+3397
2016-07-08clk: sunxi-ng: Add H3 clocksMaxime Ripard4-0/+904
2016-07-08clk: sunxi-ng: Add N-K-M-P factor clockMaxime Ripard4-0/+244
2016-07-08clk: sunxi-ng: Add N-K-M Factor clockMaxime Ripard4-0/+227
2016-07-08clk: sunxi-ng: Add N-M-factor clock supportMaxime Ripard4-0/+212
2016-07-08clk: sunxi-ng: Add N-K-factor clock supportMaxime Ripard4-0/+223
2016-07-08clk: sunxi-ng: Add M-P factor clock supportMaxime Ripard4-0/+245
2016-07-08clk: sunxi-ng: Add dividerMaxime Ripard4-0/+274
2016-07-08clk: sunxi-ng: Add phase clock supportMaxime Ripard4-0/+180
2016-07-08clk: sunxi-ng: Add mux clock supportMaxime Ripard4-0/+282
2016-07-08clk: sunxi-ng: Add gate clock supportMaxime Ripard4-0/+138
2016-07-08clk: sunxi-ng: Add fractional libMaxime Ripard4-0/+175
2016-07-08clk: sunxi-ng: Add common infrastructureMaxime Ripard9-0/+293
2016-07-08clk: imx: vf610: Disable automatic clock gating for lpuart in LPSTOP modeStefan Agner1-6/+6
2016-07-08clk: clk-conf: Fix error message when clock isn't foundTomeu Vizoso1-1/+1
2016-07-07Merge branch 'clk-s905' into clk-nextMichael Turquette1-1/+1
2016-07-07clk: gxbb: expose CLKID_MMC_PCLKKevin Hilman1-1/+1
2016-07-06clk: stm32f4: fix error handlingChristophe JAILLET1-1/+1
2016-07-06Merge branch 'clk-lpc32xx' into clk-nextMichael Turquette1-2/+1
2016-07-06clk: lpc32xx: allow peripheral clock selection in device treeSylvain Lemieux1-2/+1
2016-07-06clk: sunxi: make clk-* explicitly non-modularPaul Gortmaker6-65/+12
2016-07-06clk: oxnas: make it explicitly non-modularPaul Gortmaker1-12/+3
2016-07-06clk: Kconfig: Name RK818 in Kconfig for COMMON_CLK_RK808Wadim Egorov1-2/+2
2016-07-06clk: hi6220: Change syspll and media_syspll clk to 1.19GHzXinliang Liu1-2/+2
2016-07-06clk: meson: make gxbb explicitly non-modularPaul Gortmaker1-14/+4
2016-07-06clk: meson8b: make it explicitly non-modularPaul Gortmaker1-15/+4
2016-07-06Merge tag 'sunxi-clk-fixes-for-4.7' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into clk-fixesMichael Turquette2-5/+4
2016-07-01clk: qcom: add EBI2 clocks to the MSM8660 GCCLinus Walleij1-0/+28
2016-07-01clk: imx7d: only enable minimum required clocksDong Aisheng1-8/+10
2016-07-01clk: imx7d: using api with flag CLK_OPS_PARENT_ENABLEDong Aisheng1-357/+357
2016-07-01clk: imx: add clk api for supporting CLK_OPS_PARENT_ENABLE clocksDong Aisheng1-0/+32
2016-07-01clk: imx: re-order and concentrate the same type of clk apiDong Aisheng1-29/+29
2016-07-01clk: core: support clocks which requires parents enable (part 2)Dong Aisheng1-15/+33
2016-07-01clk: core: support clocks which requires parents enable (part 1)Dong Aisheng1-0/+5
2016-07-01clk: move clk_disable_unused after clk_core_disable_unprepare functionDong Aisheng1-98/+98
2016-07-01clk: introduce clk_core_enable_lock and clk_core_disable_lock functionsDong Aisheng1-22/+63
2016-07-01Merge tag 'v4.8-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into clk-nextStephen Boyd2-52/+84