summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'clk-fixes' into clk-nextMichael Turquette2016-07-213-6/+5
|\
| * clk: at91: fix clk_programmable_set_parent()Boris Brezillon2016-07-181-1/+1
| * Merge tag 'sunxi-clk-fixes-for-4.7' of https://git.kernel.org/pub/scm/linux/k...Michael Turquette2016-07-062-5/+4
| |\
| | * clk: sunxi: remove unused variableArnd Bergmann2016-06-161-1/+0
| | * clk: sunxi: display: Add per-clock flagsMaxime Ripard2016-06-101-1/+4
| | * clk: sunxi: tcon-ch1: Do not return a negative error in get_parentMaxime Ripard2016-06-101-3/+0
* | | clk: Makefile: re-sort and clean upMichael Turquette2016-07-191-9/+11
* | | Merge branch 'clk-s905' into clk-nextMichael Turquette2016-07-151-1/+1
|\ \ \
| * | | Revert "clk: gxbb: expose CLKID_MMC_PCLK"Michael Turquette2016-07-151-1/+1
* | | | clk: samsung: Allow modular build of the Audio Subsystem CLKCON driverSylwester Nawrocki2016-07-133-12/+11
* | | | clk: samsung: make clk-s5pv210-audss explicitly non-modularPaul Gortmaker2016-07-131-27/+2
* | | | clk: exynos5433: remove CLK_IGNORE_UNUSED flag from SPI clocksAndi Shyti2016-07-131-3/+2
* | | | clk: oxnas: Add hardware dependenciesJean Delvare2016-07-121-0/+1
* | | | clk: imx7d: do not set parent of ethernet time/ref clocksStefan Agner2016-07-121-9/+0
* | | | Merge branch 'clk-sunxi-ng' into clk-nextMichael Turquette2016-07-112-3/+3
|\ \ \ \
| * | | | clk: sunxi-ng: h3: Fix Kconfig symbol typoMaxime Ripard2016-07-111-1/+1
| * | | | clk: sunxi-ng: h3: Fix audio clock divider offsetMaxime Ripard2016-07-111-2/+2
* | | | | Merge branch 'clk-sunxi-ng' into clk-nextMichael Turquette2016-07-0831-0/+3397
|\| | | |
| * | | | clk: sunxi-ng: Add H3 clocksMaxime Ripard2016-07-084-0/+904
| * | | | clk: sunxi-ng: Add N-K-M-P factor clockMaxime Ripard2016-07-084-0/+244
| * | | | clk: sunxi-ng: Add N-K-M Factor clockMaxime Ripard2016-07-084-0/+227
| * | | | clk: sunxi-ng: Add N-M-factor clock supportMaxime Ripard2016-07-084-0/+212
| * | | | clk: sunxi-ng: Add N-K-factor clock supportMaxime Ripard2016-07-084-0/+223
| * | | | clk: sunxi-ng: Add M-P factor clock supportMaxime Ripard2016-07-084-0/+245
| * | | | clk: sunxi-ng: Add dividerMaxime Ripard2016-07-084-0/+274
| * | | | clk: sunxi-ng: Add phase clock supportMaxime Ripard2016-07-084-0/+180
| * | | | clk: sunxi-ng: Add mux clock supportMaxime Ripard2016-07-084-0/+282
| * | | | clk: sunxi-ng: Add gate clock supportMaxime Ripard2016-07-084-0/+138
| * | | | clk: sunxi-ng: Add fractional libMaxime Ripard2016-07-084-0/+175
| * | | | clk: sunxi-ng: Add common infrastructureMaxime Ripard2016-07-089-0/+293
| | |_|/ | |/| |
* | | | clk: imx: vf610: Disable automatic clock gating for lpuart in LPSTOP modeStefan Agner2016-07-081-6/+6
* | | | clk: clk-conf: Fix error message when clock isn't foundTomeu Vizoso2016-07-081-1/+1
* | | | Merge branch 'clk-s905' into clk-nextMichael Turquette2016-07-071-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | clk: gxbb: expose CLKID_MMC_PCLKKevin Hilman2016-07-071-1/+1
* | | | clk: stm32f4: fix error handlingChristophe JAILLET2016-07-061-1/+1
* | | | Merge branch 'clk-lpc32xx' into clk-nextMichael Turquette2016-07-061-2/+1
|\ \ \ \
| * | | | clk: lpc32xx: allow peripheral clock selection in device treeSylvain Lemieux2016-07-061-2/+1
| | |/ / | |/| |
* | | | clk: sunxi: make clk-* explicitly non-modularPaul Gortmaker2016-07-066-65/+12
* | | | clk: oxnas: make it explicitly non-modularPaul Gortmaker2016-07-061-12/+3
* | | | clk: Kconfig: Name RK818 in Kconfig for COMMON_CLK_RK808Wadim Egorov2016-07-061-2/+2
* | | | clk: hi6220: Change syspll and media_syspll clk to 1.19GHzXinliang Liu2016-07-061-2/+2
* | | | clk: meson: make gxbb explicitly non-modularPaul Gortmaker2016-07-061-14/+4
* | | | clk: meson8b: make it explicitly non-modularPaul Gortmaker2016-07-061-15/+4
* | | | clk: qcom: add EBI2 clocks to the MSM8660 GCCLinus Walleij2016-07-011-0/+28
* | | | clk: imx7d: only enable minimum required clocksDong Aisheng2016-07-011-8/+10
* | | | clk: imx7d: using api with flag CLK_OPS_PARENT_ENABLEDong Aisheng2016-07-011-357/+357
* | | | clk: imx: add clk api for supporting CLK_OPS_PARENT_ENABLE clocksDong Aisheng2016-07-011-0/+32
* | | | clk: imx: re-order and concentrate the same type of clk apiDong Aisheng2016-07-011-29/+29
* | | | clk: core: support clocks which requires parents enable (part 2)Dong Aisheng2016-07-011-15/+33
* | | | clk: core: support clocks which requires parents enable (part 1)Dong Aisheng2016-07-011-0/+5