summaryrefslogtreecommitdiffstats
path: root/drivers/clk (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | clk: iproc: Separate status and control variablesJon Mason2015-10-222-40/+62
| | * | | | | | | | clk: iproc: Split off dig_filterJon Mason2015-10-224-17/+38
| | * | | | | | | | clk: iproc: Add PLL base write functionJon Mason2015-10-221-47/+33
| | * | | | | | | | clk: nsp: add clock support for Broadcom Northstar Plus SoCJon Mason2015-10-222-0/+137
| | * | | | | | | | clk: iproc: Add PWRCTRL supportJon Mason2015-10-222-17/+44
| | * | | | | | | | clk: cygnus: Convert all macros to all capsJon Mason2015-10-221-73/+73
| | * | | | | | | | ARM: cygnus: fix link failures when CONFIG_COMMON_CLK_IPROC is disabledArnd Bergmann2015-10-221-3/+1
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge tag 'sunxi-clocks-for-4.4' of https://git.kernel.org/pub/scm/linux/kern...Stephen Boyd2015-10-227-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-221-1/+3
| * | | | | | | clk: imx27: add missing of_node_putJulia Lawall2015-10-221-1/+3
| * | | | | | | clk: si5351: add missing of_node_putJulia Lawall2015-10-221-7/+10
| * | | | | | | clk: add missing of_node_putJulia Lawall2015-10-221-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-201-1/+1
| * | | | | | | clk: mvebu: Use of_clk_get_parent_name()Stephen Boyd2015-10-171-3/+1
| * | | | | | | clk: qcom: mmcc-8960: Add DSI related clocksArchit Taneja2015-10-171-0/+404
| * | | | | | | clk: qcom: clk-rcg: Add customized clk_ops for DSI RCGsArchit Taneja2015-10-172-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
| * | | | | | | clk: shmobile: r8a7778: Make r8a7778_rates[] and r8a7778_divs[] static constGeert Uytterhoeven2015-10-161-4/+4
| * | | | | | | clk: Use %u to format unsigned int in of_clk_src_onecell_get()Geert Uytterhoeven2015-10-161-1/+1
| * | | | | | | Merge tag 'imx-clk-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Stephen Boyd2015-10-1613-31/+209
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | clk: imx6: Add SPDIF_GCLK clock in clock treeShengjiu Wang2015-10-123-2/+7
| | * | | | | | clk: imx7d: add ADC root clockHaibo Chen2015-10-091-0/+1
| | * | | | | | clk: imx31: Do not call mxc_timer_init twice when booting with DTAlexander Stein2015-09-301-8/+17
| | * | | | | | clk: imx7d: retain early UART clocks during kernel initLucas Stach2015-09-261-0/+13
| | * | | | | | clk: imx6: retain early UART clocks during kernel initLucas Stach2015-09-263-0/+24
| | * | | | | | clk: imx5: retain early UART clocks during kernel initLucas Stach2015-09-261-0/+16
| | * | | | | | clk: imx35: retain early UART clocks during kernel initLucas Stach2015-09-261-0/+10
| | * | | | | | clk: imx31: retain early UART clocks during kernel initLucas Stach2015-09-261-0/+12
| | * | | | | | clk: imx27: retain early UART clocks during kernel initLucas Stach2015-09-261-0/+13
| | * | | | | | clk: imx25: retain early UART clocks during kernel initLucas Stach2015-09-261-0/+12
| | * | | | | | clk: imx: add common logic to detect early UART usageLucas Stach2015-09-262-0/+39
| | * | | | | | clk: imx35: Do not call mxc_timer_init twice when booting with DTAlexander Stein2015-09-231-22/+27