aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-17Merge tag 'sunxi-clk-fixes-for-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-fixesStephen Boyd2-21/+48
2025-05-14clk: sunxi-ng: d1: Add missing divider for MMC mod clocksAndre Przywara2-19/+47
2025-05-08clk: s2mps11: initialise clk_hw_onecell_data::num before accessing ::hws[] in probe()André Draszik1-1/+2
2025-05-01clk: sunxi-ng: fix order of arguments in clock macroAndre Przywara1-2/+1
2025-04-26clk: rockchip: rk3576: define clk_otp_phy_gHeiko Stuebner1-0/+2
2025-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-5/+4
2025-03-29Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds167-578/+15174
2025-03-26Merge branches 'clk-allwinner', 'clk-amlogic' and 'clk-qcom' into clk-nextStephen Boyd94-230/+5644
2025-03-26Merge branches 'clk-rockchip', 'clk-samsung' and 'clk-imx' into clk-nextStephen Boyd44-38/+9157
2025-03-26Merge branches 'clk-parent', 'clk-renesas', 'clk-mediatek' and 'clk-cleanup' into clk-nextStephen Boyd29-310/+369
2025-03-26ARM: 9445/1: clkdev: Mark some functions with __printf() attributeAndy Shevchenko1-5/+4
2025-03-17clk: qcom: Add NSS clock Controller driver for IPQ9574Devi Priya3-0/+3118
2025-03-17clk: qcom: gcc-ipq9574: Add support for gpll0_out_aux clockDevi Priya1-0/+15
2025-03-16clk: qcom: gcc-msm8953: fix stuck venus0_core0 clockVladimir Lypak1-1/+1
2025-03-16clk: qcom: mmcc-sdm660: fix stuck video_subcore0 clockBarnabás Czémán1-1/+1
2025-03-14clk: amlogic: a1: fix a typoJian Hu1-1/+1
2025-03-14clk: amlogic: gxbb: drop non existing 32k clock parentJerome Brunet1-6/+6
2025-03-14clk: amlogic: gxbb: drop incorrect flag on 32k clockJerome Brunet1-1/+1
2025-03-14clk: amlogic: g12b: fix cluster A parent dataJerome Brunet1-12/+24
2025-03-14clk: amlogic: g12a: fix mmc A peripheral clockJerome Brunet1-1/+1
2025-03-13drivers: clk: qcom: ipq5424: fix the freq table of sdcc1_apps clockManikanta Mylavarapu1-4/+4
2025-03-13clk: qcom: lpassaudiocc-sc7280: Add support for LPASS resets for QCM6490Taniya Das1-4/+19
2025-03-13clk: qcom: gdsc: Update the status poll timeout for GDSCTaniya Das1-1/+1
2025-03-13clk: qcom: gdsc: Set retain_ff before moving to HW CTRLTaniya Das1-10/+11
2025-03-13clk: davinci: remove support for da830Bartosz Golaszewski6-214/+1
2025-03-12clk: sunxi-ng: add support for the A523/T527 PRCM CCUAndre Przywara4-0/+269
2025-03-12clk: sunxi-ng: a523: add reset linesAndre Przywara1-0/+84
2025-03-12clk: sunxi-ng: a523: add bus clock gatesAndre Przywara1-1/+308
2025-03-12clk: sunxi-ng: a523: remaining mod clocksAndre Przywara1-0/+185
2025-03-12clk: sunxi-ng: a523: add USB mod clocksAndre Przywara1-0/+57
2025-03-12clk: sunxi-ng: a523: add interface mod clocksAndre Przywara1-0/+159
2025-03-12clk: sunxi-ng: a523: add system mod clocksAndre Przywara1-0/+135
2025-03-12clk: sunxi-ng: a523: add video mod clocksAndre Przywara1-0/+238
2025-03-12clk: sunxi-ng: a523: Add support for bus clocksAndre Przywara1-0/+39
2025-03-12clk: sunxi-ng: Add support for the A523/T527 CCU PLLsAndre Przywara4-0/+502
2025-03-12clk: sunxi-ng: Add support for update bitAndre Przywara4-0/+12
2025-03-12clk: sunxi-ng: mp: provide wrappers for setting feature flagsAndre Przywara1-5/+53
2025-03-12clk: sunxi-ng: mp: introduce dual-divider clockAndre Przywara2-10/+42
2025-03-11Merge tag 'samsung-clk-fixes-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into clk-fixesStephen Boyd2-9/+6
2025-03-07clk: mmp: Fix NULL vs IS_ERR() checkCharles Han1-2/+2
2025-03-07clk: samsung: Drop unused clk.h and of.h headersKrzysztof Kozlowski20-27/+0
2025-03-07clk: samsung: Add missing mod_devicetable.h headerKrzysztof Kozlowski22-1/+22
2025-03-06clk: renesas: r9a09g047: Add clock and reset signals for the TSU IPJohn Madieu1-0/+3
2025-03-06clk: renesas: rzv2h: Adjust for CPG_BUS_m_MSTOP starting from m = 1Biju Das1-6/+6
2025-03-05clk: qcom: gcc-sm8650: Do not turn off USB GDSCs during gdsc_disable()Neil Armstrong1-2/+2
2025-03-05clk: samsung: update PLL locktime for PLL142XX used on FSD platformVarada Pavani1-1/+6
2025-03-05clk: samsung: gs101: fix synchronous external abort in samsung_clk_save()Peter Griffin1-8/+0
2025-03-04clk: Print an error when clk registration failsStephen Boyd1-0/+7
2025-03-04clk: Correct the data types of the variables in clk_calc_new_ratesChuan Liu1-1/+1
2025-03-04clk: imgtec: use %pe for better readability of errors while printingOnkarnath1-3/+3