aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-11Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-4/+0
2021-09-07Merge tag 'mfd-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-1/+2
2021-09-03clk: qcom: gcc-sm6350: Remove unused variableKonrad Dybcio1-4/+0
2021-09-03Merge tag 'mips_5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds3-1/+10
2021-09-02Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds88-577/+18204
2021-09-01Merge branches 'clk-kirkwood', 'clk-imx', 'clk-doc', 'clk-zynq' and 'clk-ralink' into clk-nextStephen Boyd13-42/+56
2021-09-01Merge branches 'clk-nvidia', 'clk-rockchip', 'clk-at91' and 'clk-vc5' into clk-nextStephen Boyd7-18/+46
2021-09-01Merge branch 'clk-frac-divider' into clk-nextStephen Boyd4-23/+66
2021-09-01Merge branches 'clk-renesas', 'clk-cleanup' and 'clk-determine-divider' into clk-nextStephen Boyd16-55/+126
2021-09-01Merge branches 'clk-qcom', 'clk-socfpga', 'clk-mediatek', 'clk-lmk' and 'clk-x86' into clk-nextStephen Boyd48-439/+17910
2021-08-29Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-1/+1
2021-08-29clk: tegra: fix old-style declarationArnd Bergmann1-1/+1
2021-08-29clk: qcom: Add SM6350 GCC driverKonrad Dybcio3-0/+2596
2021-08-28clk: vc5: Add properties for configuring SD/OE behaviorSean Anderson1-0/+24
2021-08-28clk: vc5: Use dev_err_probeSean Anderson1-10/+10
2021-08-28clk: zynqmp: Fix kernel-doc formatMichal Simek1-2/+2
2021-08-28clk: at91: clk-generated: Limit the requested rate to our rangeCodrin Ciubotariu1-0/+6
2021-08-28clk: ralink: avoid to set 'CLK_IS_CRITICAL' flag for gatesSergio Paracuellos1-8/+1
2021-08-28clk: renesas: rcar-usb2-clock-sel: Fix kernel NULL pointer dereferenceAdam Ford1-1/+1
2021-08-28clk: zynqmp: Fix a memory leakShubhrajyoti Datta1-1/+1
2021-08-28clk: zynqmp: Check the return typeShubhrajyoti Datta1-3/+1
2021-08-28clk: at91: sama7g5: remove all kernel-doc & kernel-doc warningsRandy Dunlap1-7/+7
2021-08-28clk: zynqmp: fix kernel docRajan Vaja1-0/+1
2021-08-28clk: kirkwood: Fix a clocking boot regressionLinus Walleij1-0/+1
2021-08-28clk: qcom: rpmh: Add support for RPMH clocks on SM6350Konrad Dybcio1-0/+21
2021-08-28clk: qcom: adjust selects for SM_VIDEOCC_8150 and SM_VIDEOCC_8250Lukas Bulwahn1-2/+2
2021-08-28clk: qcom: Add Global Clock controller (GCC) driver for SM6115Iskren Chernev3-0/+3552
2021-08-26clk: qcom: mmcc-msm8994: Add MSM8992 supportKonrad Dybcio1-0/+126
2021-08-26clk: qcom: Add msm8994 MMCC driverKonrad Dybcio3-0/+2504
2021-08-26clk: qcom: Add Global Clock Controller driver for MSM8953Vladimir Lypak3-0/+4259
2021-08-26clk: qcom: gcc-sdm660: Replace usage of parent_namesBjorn Andersson1-176/+194
2021-08-26clk: qcom: gcc-sdm660: Move parent tables after PLLsStephen Boyd1-102/+102
2021-08-26clk: qcom: use devm_pm_runtime_enable and devm_pm_clk_createDmitry Baryshkov6-110/+46
2021-08-24clk: imx8mn: Add M7 core clockMarek Vasut1-0/+5
2021-08-24clk: imx8m: fix clock tree update of TF-A managed clocksAhmad Fatoum5-12/+28
2021-08-24clk: imx: clk-divider-gate: Switch to clk_divider.determine_rateMartin Blumenstingl1-5/+5
2021-08-24clk: imx8mn: use correct mux type for clkout pathLucas Stach1-2/+2
2021-08-24clk: imx8mm: use correct mux type for clkout pathLucas Stach1-2/+2
2021-08-21Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds2-19/+37
2021-08-13clk: renesas: Make CLK_R9A06G032 invisibleGeert Uytterhoeven1-3/+1
2021-08-12clk: fractional-divider: Document the arithmetics used behind the codeAndy Shevchenko1-1/+34
2021-08-12clk: fractional-divider: Introduce POWER_OF_TWO_PS flagAndy Shevchenko1-4/+6
2021-08-12clk: fractional-divider: Hide clk_fractional_divider_ops from wide audienceAndy Shevchenko2-0/+3
2021-08-12clk: fractional-divider: Export approximation algorithm to the CCF usersAndy Shevchenko3-18/+23
2021-08-12clk: pistachio: Make it selectable for generic MIPS kernelJiaxun Yang3-1/+10
2021-08-11clk: tegra: Remove CLK_IS_CRITICAL flag from fuse clockDmitry Osipenko1-5/+1
2021-08-09mfd: db8500-prcmu: Handle missing FW variantLinus Walleij1-1/+2
2021-08-05clk: qcom: a53-pll: Add MSM8939 a53pll supportShawn Guo1-1/+58
2021-08-05clk: qcom: a53pll/mux: Use unique clock nameShawn Guo2-2/+14
2021-08-05clk: qcom: apcs-msm8916: Flag a53mux instead of a53pll as criticalShawn Guo2-2/+1