summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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
| * | | | | | | 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-251-0/+13
| | * | | | | | clk: imx6: retain early UART clocks during kernel initLucas Stach2015-09-253-0/+24
| | * | | | | | clk: imx5: retain early UART clocks during kernel initLucas Stach2015-09-251-0/+16
| | * | | | | | clk: imx35: retain early UART clocks during kernel initLucas Stach2015-09-251-0/+10
| | * | | | | | clk: imx31: retain early UART clocks during kernel initLucas Stach2015-09-251-0/+12
| | * | | | | | clk: imx27: retain early UART clocks during kernel initLucas Stach2015-09-251-0/+13
| | * | | | | | clk: imx25: retain early UART clocks during kernel initLucas Stach2015-09-251-0/+12
| | * | | | | | clk: imx: add common logic to detect early UART usageLucas Stach2015-09-252-0/+39
| | * | | | | | clk: imx35: Do not call mxc_timer_init twice when booting with DTAlexander Stein2015-09-221-22/+27
| | * | | | | | clk: clk-vf610: Add clock for Vybrid OCOTP controllerSanchayan Maity2015-09-221-0/+1
| | * | | | | | clk: imx: increase AXI clock rate to 264MHz for i.MX6ULAnson Huang2015-09-171-0/+18
| | |/ / / / /
| * | | | | | clk: Make of_clk_get_parent_name() robust with #clock-cells = 1Stephen Boyd2015-10-151-2/+20
| * | | | | | Merge branch 'clk-fixes' into clk-nextStephen Boyd2015-10-151-1/+3
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | clk: max77802: Update MODULE_AUTHOR() email addressJavier Martinez Canillas2015-10-141-1/+1
| * | | | | | clk: tegra: delete unneeded of_node_putJulia Lawall2015-10-121-3/+1
| * | | | | | Merge branch 'clk-bcm2835' into clk-nextStephen Boyd2015-10-124-56/+1576
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | clk: bcm2835: Add support for programming the audio domain clocksEric Anholt2015-10-121-1/+1521
| | * | | | | clk: bcm2835: Move under bcm/ with other Broadcom SoC clk drivers.Eric Anholt2015-10-013-1/+1
| | | |/ / / | | |/| | |
| * | | | | clk: qcom: create virtual child device for TSENSRajendra Nayak2015-10-081-1/+18
| * | | | | clk: qcom: Move gdsc config outside COMMON_CLK_QCOM configStephen Boyd2015-10-081-4/+4
| * | | | | clk: qcom: Drop calls to qcom_cc_remove()Stephen Boyd2015-10-0813-76/+1
| * | | | | qcom: clk: Make qcom_cc_probe() fully devm safeStephen Boyd2015-10-081-11/+24
| * | | | | drivers: clk: st: Correct the pll-type for A9 for stih418Gabriel Fernandez2015-10-081-0/+194
OpenPOWER on IntegriCloud