summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-11-052-220/+1136
|\
| * Merge branch 'clock' into HEADScott Wood2015-10-272-220/+1136
| |\
| | * clk: qoriq: Add ls1043a support.Hou Zhiqiang2015-10-271-0/+38
| | * clk: qoriq: Fix wrong data in p2041_cmux_grp2Scott Wood2015-10-221-2/+2
| | * clk: qoriq: Add ls2080a support.Scott Wood2015-10-212-10/+69
| | * clk: qoriq: Move chip-specific knowledge into driverScott Wood2015-10-211-221/+1040
* | | Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-11-05107-999/+7515
|\ \ \
| * | | clk: qcom: msm8960: Fix dsi1/2 halt bitsStephen Boyd2015-10-271-2/+2
| * | | clk: lpc18xx-cgu: fix potential system hang when disabling unused clocksJoachim Eastwood2015-10-261-3/+39
| * | | clk: lpc18xx-ccu: fix potential system hang when disabling unused clocksJoachim Eastwood2015-10-261-2/+15
| * | | clk: Add clk_hw_is_enabled() for use by clk providersJoachim Eastwood2015-10-261-0/+5
| * | | clk: versatile-icst: fix memory leakLinus Walleij2015-10-231-1/+3
| * | | clk: Remove clk_{register,unregister}_multiplier()Stephen Boyd2015-10-231-51/+0
| * | | Merge branch 'clk-iproc' into clk-nextStephen Boyd2015-10-218-158/+638
| |\ \ \
| | * | | clk: ns2: add clock support for Broadcom Northstar 2 SoCJon Mason2015-10-213-1/+290
| | * | | clk: iproc: Separate status and control variablesJon Mason2015-10-212-40/+62
| | * | | clk: iproc: Split off dig_filterJon Mason2015-10-214-17/+38
| | * | | clk: iproc: Add PLL base write functionJon Mason2015-10-211-47/+33
| | * | | clk: nsp: add clock support for Broadcom Northstar Plus SoCJon Mason2015-10-212-0/+137
| | * | | clk: iproc: Add PWRCTRL supportJon Mason2015-10-212-17/+44
| | * | | clk: cygnus: Convert all macros to all capsJon Mason2015-10-211-73/+73
| | * | | ARM: cygnus: fix link failures when CONFIG_COMMON_CLK_IPROC is disabledArnd Bergmann2015-10-211-3/+1
| | | |/ | | |/|
| * | | Merge tag 'sunxi-clocks-for-4.4' of https://git.kernel.org/pub/scm/linux/kern...Stephen Boyd2015-10-217-0/+528
| |\ \ \
| | * | | clk: sunxi: mod1 clock supportEmilio López2015-10-212-0/+82
| | * | | clk: sunxi: codec clock supportEmilio López2015-10-212-0/+45
| | * | | clk: sunxi: pll2: Add A13 supportMaxime Ripard2015-10-211-5/+33
| | * | | clk: sunxi: Add a driver for the PLL2Maxime Ripard2015-10-212-0/+189
| | * | | clk: Add a basic multiplier clockMaxime Ripard2015-10-212-0/+182
| | * | | clk: sunxi: Add A33 gates supportMaxime Ripard2015-09-181-0/+2
| | |/ /
| * | | clk: imx31: add missing of_node_putJulia Lawall2015-10-211-1/+3
| * | | clk: imx27: add missing of_node_putJulia Lawall2015-10-211-1/+3
| * | | clk: si5351: add missing of_node_putJulia Lawall2015-10-211-7/+10
| * | | clk: add missing of_node_putJulia Lawall2015-10-211-1/+4
| * | | clk: iproc: Fix PLL output frequency calculationSimran Rai2015-10-211-8/+5
| * | | clk: berlin: bg2: remove CLK_IGNORE_UNUSED flag for sdio clkJisheng Zhang2015-10-211-2/+2
| * | | clk: berlin: bg2q: remove CLK_IGNORE_UNUSED flag for sdio clkJisheng Zhang2015-10-211-1/+1
| * | | Merge tag 'tegra-for-4.4-clk' of git://git.kernel.org/pub/scm/linux/kernel/gi...Michael Turquette2015-10-207-113/+163
| |\ \ \
| | * | | clk: tegra: Modify tegra_audio_clk_init to accept more pllsRhyland Klein2015-10-205-11/+56
| | * | | clk: tegra: Update struct tegra_clk_pll_params kerneldocThierry Reding2015-10-201-3/+15
| | * | | clk: tegra: Fix comments for structure definitionsRhyland Klein2015-10-201-37/+37
| | * | | clk: tegra: dfll: Monitor code is DEBUG_FS onlyThierry Reding2015-10-201-50/+49
| | * | | clk: tegra: Unlock top rates for Tegra124 DFLL clockMikko Perttunen2015-09-152-14/+8
| | |/ /
| * | | clk: keystone: fix a trivial typoGeliang Tang2015-10-191-1/+1
| * | | clk: mvebu: Use of_clk_get_parent_name()Stephen Boyd2015-10-161-3/+1
| * | | clk: qcom: mmcc-8960: Add DSI related clocksArchit Taneja2015-10-161-0/+404
| * | | clk: qcom: clk-rcg: Add customized clk_ops for DSI RCGsArchit Taneja2015-10-162-0/+233
| * | | clk: xgene: Remove unused setup.h includeStephen Boyd2015-10-161-1/+0
| * | | clk: Allow drivers to build if COMPILE_TEST is enabledJavier Martinez Canillas2015-10-163-7/+7
| * | | clk: Make clk input parameter of __clk_get_name() constGeert Uytterhoeven2015-10-161-1/+1
| * | | clk: shmobile: mstp: Drop bogus closing parenthesis in error messageGeert Uytterhoeven2015-10-161-1/+1