summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-13Merge branches 'clk-remove', 'clk-amlogic', 'clk-qcom', 'clk-parent' and 'clk...Stephen Boyd100-1279/+6283
2024-03-13Merge branches 'clk-aspeed', 'clk-keystone', 'clk-mobileye' and 'clk-allwinne...Stephen Boyd11-35/+265
2024-03-13Merge branches 'clk-renesas', 'clk-cleanup', 'clk-hisilicon', 'clk-mediatek' ...Stephen Boyd25-105/+262
2024-03-09clk: zynq: Prevent null pointer dereference caused by kmalloc failureDuoming Zhou1-5/+3
2024-03-09clk: fractional-divider: Use bit operations consistentlyAndy Shevchenko1-4/+4
2024-03-09clk: fractional-divider: Move mask calculations out of lockAndy Shevchenko1-3/+3
2024-03-09Merge tag 'clk-microchip-6.9' of https://git.kernel.org/pub/scm/linux/kernel/...Stephen Boyd3-69/+96
2024-03-09clk: Fix clk_core_get NULL dereferenceBryan O'Donoghue1-0/+3
2024-03-09Merge tag 'qcom-clk-for-6.9' of https://git.kernel.org/pub/scm/linux/kernel/g...Stephen Boyd92-1198/+6176
2024-03-09Merge tag 'clk-meson-v6.9-1' of https://github.com/BayLibre/clk-meson into cl...Stephen Boyd1-0/+2
2024-03-09clk: starfive: jh7110-vout: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-03-09clk: starfive: jh7110-isp: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-03-09clk: imx: imx8-acm: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-03-04clk: qcom: gcc-ipq5018: fix register offset for GCC_UBI0_AXI_ARES resetGabor Juhos1-1/+1
2024-03-04clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of 'gcc_pcie1_pipe_clk'Gabor Juhos1-1/+1
2024-03-04clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of 'gcc_gmac0_sys_clk'Gabor Juhos1-1/+1
2024-03-02clk: qcom: camcc-x1e80100: Fix missing DT_IFACE enum in x1e80100 camccBryan O'Donoghue1-0/+1
2024-03-02clk: qcom: mmcc-msm8974: fix terminating of frequency table arraysGabor Juhos1-0/+2
2024-03-02clk: qcom: mmcc-apq8084: fix terminating of frequency table arraysGabor Juhos1-0/+2
2024-03-02clk: qcom: camcc-sc8280xp: fix terminating of frequency table arraysGabor Juhos1-0/+21
2024-03-02clk: qcom: gcc-ipq9574: fix terminating of frequency table arraysGabor Juhos1-0/+1
2024-03-02clk: qcom: gcc-ipq8074: fix terminating of frequency table arraysGabor Juhos1-0/+2
2024-03-02clk: qcom: gcc-ipq6018: fix terminating of frequency table arraysGabor Juhos1-0/+2
2024-03-02clk: qcom: gcc-ipq5018: fix terminating of frequency table arraysGabor Juhos1-0/+3
2024-02-29clk: mediatek: clk-mt8173-apmixedsys: Use common error handling code in clk_m...Markus Elfring1-2/+3
2024-02-29clk: ti: dpll3xxx: use correct function names in kernel-docRandy Dunlap1-2/+2
2024-02-29clk: clocking-wizard: Remove redundant initialization of pointer div_addrColin Ian King1-1/+1
2024-02-28Merge tag 'sunxi-clk-for-6.9-1' of https://git.kernel.org/pub/scm/linux/kerne...Stephen Boyd3-16/+21
2024-02-28Merge tag 'renesas-clk-for-v6.9-tag2' of git://git.kernel.org/pub/scm/linux/k...Stephen Boyd6-12/+21
2024-02-22dt-bindings: reset: mobileye,eyeq5-reset: add bindingsThéo Lebrun1-0/+43
2024-02-22dt-bindings: clock: mobileye,eyeq5-clk: add bindingsThéo Lebrun2-0/+73
2024-02-22clk: fixed-factor: add fwname-based constructor functionsThéo Lebrun2-14/+85
2024-02-22clk: fixed-factor: add optional accuracy supportThéo Lebrun2-8/+32
2024-02-22clk: keystone: sci-clk: Adding support for non contiguous clocksUdit Kumar1-0/+10
2024-02-22clk: keystone: sci-clk: match func name comment to actualRandy Dunlap1-1/+1
2024-02-22clk: ast2600: Add FSI parent clock with correct rateEddie James1-2/+5
2024-02-22dt-bindings: clock: ast2600: Add FSI clockEddie James1-0/+1
2024-02-22clk: cdce925: Remove redundant assignment to variable 'rate'Colin Ian King1-1/+0
2024-02-22clk: Provide managed helper to get and enable bulk clocksShradha Todi2-0/+62
2024-02-22clk: mediatek: add infracfg reset controller for mt7988Frank Wunderlich1-0/+23
2024-02-22dt-bindings: reset: mediatek: add MT7988 infracfg reset IDsFrank Wunderlich1-0/+6
2024-02-22dt-bindings: clock: mediatek: convert SSUSBSYS to the json-schema clockRafał Miłecki2-25/+45
2024-02-22dt-bindings: clock: mediatek: convert PCIESYS to the json-schema clockRafał Miłecki2-25/+45
2024-02-22dt-bindings: clock: mediatek: convert hifsys to the json-schema clockRafał Miłecki2-26/+50
2024-02-22clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as criticalDaniel Golle1-2/+3
2024-02-22clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELFChen-Yu Tsai1-1/+1
2024-02-22clk: mediatek: mt7622-apmixedsys: Fix an error handling path in clk_mt8135_ap...Christophe JAILLET1-1/+0
2024-02-22clk: mediatek: mt8135: Fix an error handling path in clk_mt8135_apmixed_probe()Christophe JAILLET1-1/+3
2024-02-22clk: hisilicon: Use devm_kcalloc() instead of devm_kzalloc()Erick Archer1-2/+1
2024-02-22clk: hisilicon: hi3559a: Fix an erroneous devm_kfree()Christophe JAILLET1-1/+0