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