aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2020-08-15Merge tag 'acpi-5.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 3-79/+102
2020-08-14Merge tag 'pwm/for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+6
2020-08-12Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 61-588/+4230
2020-08-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 47-330/+2719
2020-08-07clk: x86: Support RV architectureGravatar Akshu Agrawal 1-15/+38
2020-08-07clk: x86: Change name from ST to FCHGravatar Akshu Agrawal 2-13/+13
2020-08-07ACPI: APD: Change name from ST to FCHGravatar Akshu Agrawal 1-2/+2
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-3/+2
2020-08-03Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+19
2020-08-03Merge tag 'arm-dt-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 2-0/+2
2020-08-03Merge branches 'clk-microchip', 'clk-mmp', 'clk-unused' and 'clk-at91' into c...Gravatar Stephen Boyd 28-285/+2438
2020-08-03Merge branches 'clk-fallthru', 'clk-ingenic', 'clk-tegra', 'clk-sirf' and 'cl...Gravatar Stephen Boyd 8-85/+228
2020-08-03Merge branches 'clk-actions', 'clk-rockchip', 'clk-iproc', 'clk-intel' and 'c...Gravatar Stephen Boyd 9-60/+214
2020-08-03Merge branches 'clk-https', 'clk-renesas', 'clk-kconfig', 'clk-amlogic' and '...Gravatar Stephen Boyd 31-51/+613
2020-08-03Merge branches 'clk-socfpga', 'clk-doc', 'clk-qcom', 'clk-vc5' and 'clk-bcm' ...Gravatar Stephen Boyd 29-433/+3485
2020-08-03clk: bcm2835: Do not use prediv with bcm2711's PLLsGravatar Nicolas Saenz Julienne 1-4/+21
2020-08-03clk: drop unused function __clk_get_flagsGravatar Julia Lawall 1-6/+0
2020-08-03clk: hsdk: Fix bad dependency on IOMEMGravatar Geert Uytterhoeven 1-1/+1
2020-08-03Merge branch 'clk-fixes' into clk-kconfigGravatar Stephen Boyd 3-8/+43
2020-07-29clk: mmp: avoid missing prototype warningGravatar Arnd Bergmann 2-0/+2
2020-07-28clk: sparx5: Add Sparx5 SoC DPLL clock driverGravatar Lars Povlsen 2-0/+296
2020-07-27clk: qoriq: add LS1021A core pll mux optionsGravatar Michael Krummsdorf 1-1/+9
2020-07-27clk: clk-atlas6: fix return value check in atlas6_clk_init()Gravatar Xu Wang 1-1/+1
2020-07-27clk: tegra: pll: Improve PLLM enable-state detectionGravatar Dmitry Osipenko 1-5/+15
2020-07-27clk: X1000: Add support for calculat REFCLK of USB PHY.Gravatar 周琰杰 (Zhou Yanjie) 1-1/+83
2020-07-27clk: JZ4780: Reformat the code to align it.Gravatar 周琰杰 (Zhou Yanjie) 1-45/+45
2020-07-27clk: JZ4780: Add functions for enable and disable USB PHY.Gravatar 周琰杰 (Zhou Yanjie) 1-30/+35
2020-07-27clk: Ingenic: Add RTC related clocks for Ingenic SoCs.Gravatar 周琰杰 (Zhou Yanjie) 3-0/+38
2020-07-27clk: davinci: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-07-27clk: imx: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-07-27clk: qcom: gcc-sdm660: Fix up gcc_mss_mnoc_bimc_axi_clkGravatar Konrad Dybcio 1-0/+3
2020-07-27clk: qcom: gcc-sdm660: Add missing modem resetGravatar Konrad Dybcio 1-0/+1
2020-07-24clk: qcom: lpass: Add support for LPASS clock controller for SC7180Gravatar Taniya Das 3-0/+486
2020-07-24clk: qcom: gcc: Add support for GCC LPASS clock for SC7180Gravatar Taniya Das 1-0/+14
2020-07-24clk: qcom: gdsc: Add support to enable retention of GSDCRGravatar Taniya Das 2-0/+13
2020-07-24clk: Clean up kernel-doc errorsGravatar Stephen Boyd 1-0/+3
2020-07-24clk: qcom: Export gdsc_gx_do_nothing_enable() to modulesGravatar Stephen Boyd 1-0/+2
2020-07-24clk: at91: sama7g5: add clock support for sama7g5Gravatar Claudiu Beznea 2-0/+1060
2020-07-24clk: at91: clk-utmi: add utmi support for sama7g5Gravatar Claudiu Beznea 2-5/+102
2020-07-24clk: at91: clk-sam9x60-pll: re-factor to support plls with multiple outputsGravatar Claudiu Beznea 3-186/+433
2020-07-24clk: at91: clk-programmable: add mux_table optionGravatar Claudiu Beznea 13-17/+38
2020-07-24clk: at91: clk-peripheral: add support for changeable parent rateGravatar Claudiu Beznea 9-16/+119
2020-07-24clk: at91: clk-master: add master clock support for SAMA7G5Gravatar Claudiu Beznea 2-5/+312
2020-07-24clk: at91: clk-generated: add mux_table optionGravatar Claudiu Beznea 5-8/+16
2020-07-24clk: at91: clk-generated: pass the id of changeable parent at registrationGravatar Claudiu Beznea 5-35/+37
2020-07-24clk: at91: replace conditional operator with double logical notGravatar Claudiu Beznea 5-8/+8
2020-07-24clk: at91: sckc: register slow_rc with accuracy optionGravatar Claudiu Beznea 1-2/+3
2020-07-24clk: at91: sam9x60: fix main rc oscillator frequencyGravatar Claudiu Beznea 1-1/+1
2020-07-24clk: at91: sam9x60-pll: use frac when setting frequencyGravatar Claudiu Beznea 1-4/+8
2020-07-24clk: at91: sam9x60-pll: check fcore against rangesGravatar Claudiu Beznea 2-2/+12