summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
13 daysclk: sifive: Do not register clkdevs for PRCI clocksSamuel Holland1-8/+0
2024-06-16clk: qcom: clk-alpha-pll: fix rate setting for Stromer PLLsGabor Juhos1-0/+2
2024-06-16clk: bcm: rpi: Assign ->num before accessing ->hwsNathan Chancellor1-1/+1
2024-06-16clk: bcm: dvp: Assign ->num before accessing ->hwsNathan Chancellor1-1/+2
2024-06-12clk: qcom: mmcc-msm8998: fix venus clock issueMarc Gonzalez1-0/+8
2024-06-12clk: qcom: dispcc-sm8550: fix DisplayPort clocksDmitry Baryshkov1-16/+4
2024-06-12clk: qcom: dispcc-sm6350: fix DisplayPort clocksDmitry Baryshkov1-10/+1
2024-06-12clk: qcom: dispcc-sm8450: fix DisplayPort clocksDmitry Baryshkov1-16/+4
2024-06-12clk: renesas: r9a07g043: Add clock and reset entry for PLICLad Prabhakar1-0/+9
2024-06-12clk: renesas: r8a779a0: Fix CANFD parent clockGeert Uytterhoeven1-1/+1
2024-06-12clk: qcom: clk-alpha-pll: remove invalid Stromer register offsetGabor Juhos1-1/+0
2024-06-12clk: rs9: fix wrong default value for clock amplitudeCatalin Popescu1-4/+6
2024-06-12clk: mediatek: mt8365-mm: fix DPI0 parentAlexandre Mergnat1-1/+1
2024-06-12clk: mediatek: pllfh: Don't log error for missing fhctl nodeNĂ­colas F. R. A. Prado1-1/+1
2024-06-12clk: samsung: exynosautov9: fix wrong pll clock id valueJaewon Kim1-4/+4
2024-05-17clk: sunxi-ng: a64: Set minimum and maximum rate for PLL-MIPIFrank Oltmanns1-0/+2
2024-05-17clk: sunxi-ng: common: Support minimum and maximum rateFrank Oltmanns2-0/+22
2024-05-17clk: Don't hold prepare_lock when calling kref_put()Stephen Boyd1-7/+5
2024-05-17clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate changeJernej Skrabec1-2/+17
2024-05-17clk: qcom: smd-rpm: Restore msm8976 num_clkAdam Skladowski1-0/+1
2024-04-27clk: mediatek: Do a runtime PM get on controllers during probePin-yen Lin1-0/+15
2024-04-27clk: Get runtime PM before walking tree for clk_summaryStephen Boyd1-2/+12
2024-04-27clk: Show active consumers of clocks in debugfsVishal Badole1-10/+24
2024-04-27clk: Get runtime PM before walking tree during disable_unusedStephen Boyd1-12/+105
2024-04-27clk: Initialize struct clk_core kref earlierStephen Boyd1-15/+13
2024-04-27clk: Remove prepare_lock hold assertion in __clk_release()Stephen Boyd1-2/+0
2024-04-03clk: qcom: mmcc-msm8974: fix terminating of frequency table arraysGabor Juhos1-0/+2
2024-04-03clk: qcom: mmcc-apq8084: fix terminating of frequency table arraysGabor Juhos1-0/+2
2024-04-03clk: qcom: gcc-ipq9574: fix terminating of frequency table arraysGabor Juhos1-0/+1
2024-04-03clk: qcom: gcc-ipq8074: fix terminating of frequency table arraysGabor Juhos1-0/+2
2024-04-03clk: qcom: gcc-ipq6018: fix terminating of frequency table arraysGabor Juhos1-0/+2
2024-04-03clk: qcom: gcc-ipq5018: fix terminating of frequency table arraysGabor Juhos1-0/+3
2024-04-03clk: qcom: gcc-sdm845: Add soft dependency on rpmhpdAmit Pundir1-0/+1
2024-03-27clk: zynq: Prevent null pointer dereference caused by kmalloc failureDuoming Zhou1-5/+3
2024-03-27clk: Fix clk_core_get NULL dereferenceBryan O'Donoghue1-0/+3
2024-03-27clk: qcom: gcc-ipq5018: fix register offset for GCC_UBI0_AXI_ARES resetGabor Juhos1-1/+1
2024-03-27clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of 'gcc_pcie1_pipe_clk'Gabor Juhos1-1/+1
2024-03-27clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of 'gcc_gmac0_sys_clk'Gabor Juhos1-1/+1
2024-03-27clk: imx: imx8mp: Fix SAI_MCLK_SEL definitionShengjiu Wang1-3/+8
2024-03-27clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as criticalDaniel Golle1-2/+3
2024-03-27clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELFChen-Yu Tsai1-1/+1
2024-03-27clk: mediatek: mt7622-apmixedsys: Fix an error handling path in clk_mt8135_ap...Christophe JAILLET1-1/+0
2024-03-27clk: mediatek: mt8135: Fix an error handling path in clk_mt8135_apmixed_probe()Christophe JAILLET1-1/+3
2024-03-27clk: hisilicon: hi3559a: Fix an erroneous devm_kfree()Christophe JAILLET1-1/+0
2024-03-27clk: hisilicon: hi3519: Release the correct number of gates in hi3519_clk_unr...Christophe JAILLET1-1/+1
2024-03-27clk: qcom: dispcc-sdm845: Adjust internal GDSC wait timesKonrad Dybcio1-0/+2
2024-03-27clk: renesas: r8a779f0: Correct PFC/GPIO parent clockGeert Uytterhoeven1-1/+1
2024-03-27clk: renesas: r8a779g0: Correct PFC/GPIO parent clocksGeert Uytterhoeven1-5/+6
2024-03-27clk: qcom: reset: Ensure write completion on reset de/assertionKonrad Dybcio1-1/+6
2024-03-27clk: qcom: reset: Commonize the de/assert functionsKonrad Dybcio1-13/+9