summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2025-12-08Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds85-304/+8287
2025-12-06Merge tag 'bitmap-for-6.19' of github.com:/norov/linuxLinus Torvalds5-22/+12
2025-12-06Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds19-53/+82
2025-12-06Merge tag 'soc-dt-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+20
2025-12-03Merge branches 'clk-visconti', 'clk-imx', 'clk-microchip', 'clk-rockchip' and...Stephen Boyd46-173/+6077
2025-12-03Merge branches 'clk-socfpga', 'clk-renesas', 'clk-cleanup', 'clk-samsung' and...Stephen Boyd32-129/+1474
2025-11-30clk: keystone: fix compile testingJohan Hovold1-2/+1
2025-11-30clk: keystone: syscon-clk: fix regmap leak on probe failureJohan Hovold1-1/+1
2025-11-30clk: qcom: Mark camcc_sm7150_hws staticStephen Boyd1-1/+1
2025-11-30clk: samsung: exynos-clkout: Assign .num before accessing .hwsNathan Chancellor1-1/+1
2025-11-25Merge tag 'reset-for-v6.19' of https://git.pengutronix.de/git/pza/linux into ...Arnd Bergmann1-7/+0
2025-11-24clk: renesas: Use bitfield helpersGeert Uytterhoeven3-19/+11
2025-11-24clk: at91: Convert to common field_{get,prep}() helpersGeert Uytterhoeven2-5/+1
2025-11-24clk: at91: pmc: #undef field_{get,prep}() before definitionGeert Uytterhoeven1-0/+2
2025-11-24clk: rockchip: Add clock and reset driver for RK3506Elaine Zhang5-0/+1116
2025-11-21clk: actions: Fix discarding const qualifier by 'container_of' macroAdrian Barnaś7-7/+7
2025-11-21clk: spacemit: Set clk_hw_onecell_data::num before using flex arrayCharles Mirabile1-2/+2
2025-11-21clk: visconti: Add VIIF clocksYuji Ishikawa1-2/+73
2025-11-21clk: visconti: Do not define number of clocks in bindingsYuji Ishikawa2-3/+10
2025-11-20clk: rockchip: Add clock controller for the RV1126BElaine Zhang5-0/+1636
2025-11-20clk: rockchip: Implement rockchip_clk_register_armclk_multi_pll()Elaine Zhang3-0/+204
2025-11-19clk: qcom: x1e80100-dispcc: Add USB4 router link resetsKonrad Dybcio1-0/+3
2025-11-19clk: qcom: videocc-sm8750: Add video clock controller driver for SM8750Taniya Das3-0/+475
2025-11-19clk: qcom: branch: Extend invert logic for branch2 mem clocksTaniya Das1-4/+4
2025-11-18clk: davinci: psc: drop unused reset lookupBartosz Golaszewski1-7/+0
2025-11-18clk: qcom: ecpricc-qdu100: Add mem_enable_mask to the clock memory branchTaniya Das1-0/+30
2025-11-18clk: qcom: clk_mem_branch: add enable mask and invert flagsTaniya Das1-0/+4
2025-11-18clk: qcom: mmcc-sdm660: Add missing MDSS resetAlexey Minnekhanov1-0/+1
2025-11-14syscore: Pass context data to callbacksThierry Reding18-46/+82
2025-11-14clk: en7523: Add reset-controller support for EN7523 SoCMikhail Kshevetskiy1-5/+59
2025-11-14Merge tag 'samsung-clk-6.19' of https://git.kernel.org/pub/scm/linux/kernel/g...Stephen Boyd2-31/+100
2025-11-14clk: spacemit: fix comment typoEncrow Thorne1-1/+1
2025-11-14clk: keystone: Fix discarded const qualifiersAdrian Barnaś1-2/+2
2025-11-13clk: renesas: r9a09g077: Add SPI module clocksCosmin Tanislav1-1/+21
2025-11-13clk: renesas: r9a09g056: Add USB3.0 clocks/resetsLad Prabhakar1-1/+8
2025-11-13clk: renesas: r9a09g057: Add USB3.0 clocks/resetsLad Prabhakar1-1/+15
2025-11-13clk: renesas: r9a09g047: Add RSCI clocks/resetsBiju Das1-0/+126
2025-11-13clk: qcom: use different Kconfig prompts for APSS IPQ5424/6018 driversGabor Juhos1-3/+3
2025-11-13clk: qcom: apss-ipq5424: remove unused 'apss_clk' structureGabor Juhos1-7/+0
2025-11-12clk: renesas: r9a06g032: Fix memory leak in error pathHaotian Zhang1-3/+3
2025-11-12clk: renesas: r9a09g077: Use devm_ helpers for divider clock registrationLad Prabhakar1-14/+16
2025-11-12clk: renesas: r9a09g077: Remove stray blank lineLad Prabhakar1-1/+0
2025-11-12clk: renesas: r9a09g077: Propagate rate changes to parent clocksLad Prabhakar1-2/+2
2025-11-12clk: renesas: r8a779a0: Add 3DGE module clockNiklas Söderlund1-0/+1
2025-11-11reset: mpfs: add non-auxiliary bus probingConor Dooley1-2/+2
2025-11-11clk: imx: add driver for imx8ulp's sim lpavLaurentiu Mihalcea3-0/+158
2025-11-11clk: imx: imx8mp-audiomix: use devm_auxiliary_device_create() to simple codePeng Fan1-35/+4
2025-11-11clk: imx: Add some delay before deassert the resetJacky Bai1-0/+13
2025-11-11clk: sprd: sc9860: Simplify with of_device_get_match_data()Krzysztof Kozlowski1-6/+2
2025-11-10clk: mvebu: cp110 add CLK_IGNORE_UNUSED to pcie_x10, pcie_x11 & pcie_x4Josua Mayer1-0/+20