summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2023-07-19clk: qcom: mmcc-msm8974: fix MDSS_GDSC power flagsDmitry Baryshkov1-1/+1
2023-07-19clk: qcom: mmcc-msm8974: use clk_rcg2_shared_ops for mdp_clk_src clockDmitry Baryshkov1-1/+1
2023-07-19clk: qcom: ipq5332: fix the order of SLEEP_CLK and XO clockKathiravan T1-1/+1
2023-07-19clk: qcom: ipq5332: fix the src parameter in ftbl_gcc_apss_axi_clk_srcKathiravan T1-1/+1
2023-07-19clk: qcom: dispcc-qcm2290: Fix GPLL0_OUT_DIV handlingKonrad Dybcio1-3/+4
2023-07-19clk: qcom: dispcc-qcm2290: Fix BI_TCXO_AO handlingKonrad Dybcio1-2/+3
2023-07-19clk: qcom: ipq6018: fix networking resetsRobert Marko1-16/+16
2023-07-19clk: qcom: gcc-qcm2290: Mark RCGs shared where applicableKonrad Dybcio1-31/+31
2023-07-19clk: qcom: gcc-ipq6018: Use floor ops for sdcc clocksMantas Pucka1-1/+1
2023-07-19clk: qcom: camcc-sc7180: Add parent dependency to all camera GDSCsTaniya Das1-7/+12
2023-07-19clk: qcom: mmcc-msm8974: remove oxili_ocmemgx_clkDmitry Baryshkov1-19/+0
2023-07-19clk: qcom: gcc: ipq5332: Use floor ops for SDCC clocksKathiravan T1-1/+1
2023-07-19clk: Fix memory leak in devm_clk_notifier_register()Fei Shao1-0/+1
2023-07-19clk: clocking-wizard: check return value of devm_kasprintf()Claudiu Beznea1-0/+5
2023-07-19clk: ti: clkctrl: check return value of kasprintf()Claudiu Beznea1-0/+7
2023-07-19clk: keystone: sci-clk: check return value of kasprintf()Claudiu Beznea1-0/+2
2023-07-19clk: si5341: free unused memory on probe failureClaudiu Beznea1-9/+7
2023-07-19clk: si5341: check return value of {devm_}kasprintf()Claudiu Beznea1-0/+8
2023-07-19clk: si5341: return error if one synth clock registration failsClaudiu Beznea1-6/+8
2023-07-19clk: cdce925: check return value of kasprintf()Claudiu Beznea1-0/+12
2023-07-19clk: vc5: check memory returned by kasprintf()Claudiu Beznea1-0/+29
2023-07-19clk: mediatek: clk-mt8173-apmixedsys: Fix iomap not released issueAngeloGioacchino Del Regno1-1/+4
2023-07-19clk: mediatek: clk-mt8173-apmixedsys: Fix return value for of_iomap() errorAngeloGioacchino Del Regno1-1/+1
2023-07-19clk: mediatek: clk-mtk: Grab iomem pointer for divider clocksAngeloGioacchino Del Regno1-3/+3
2023-07-19clk: tegra: tegra124-emc: Fix potential memory leakYuan Can1-0/+2
2023-07-19clk: clocking-wizard: Fix Oops in clk_wzrd_register_divider()Dan Carpenter1-1/+1
2023-07-19clk: bcm: rpi: Fix off by one in raspberrypi_discover_clocks()Dan Carpenter1-2/+2
2023-07-19clk: mediatek: fix of_iomap memory leakBosi Zhang1-2/+5
2023-07-19clk: imx: clk-imx8mp: improve error handling in imx8mp_clocks_probe()Yuxing Liu1-11/+13
2023-07-19clk: imx93: fix memory leak and missing unwind goto in imx93_clocks_probeZhanhao Hu1-7/+8
2023-07-19clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probeHao Luo1-4/+4
2023-07-19clk: imx: clk-imxrt1050: fix memory leak in imxrt1050_clocks_probeKai Ma1-7/+15
2023-07-19clk: imx: composite-8m: Add imx8m_divider_determine_rateAdam Ford1-0/+31
2023-07-19clk: Export clk_hw_forward_rate_request()Maxime Ripard1-0/+1
2023-07-19clk: renesas: rzg2l: Fix CPG_SIPLL5_CLK1 register writeBiju Das2-7/+2
2023-07-19clk: imx: scu: use _safe list iterator to avoid a use after freeDan Carpenter1-2/+2
2023-07-19clk: rs9: Fix .driver_data content in i2c_device_idMarek Vasut1-2/+2
2023-07-19clk: vc7: Fix .driver_data content in i2c_device_idMarek Vasut1-1/+1
2023-07-19clk: vc5: Fix .driver_data content in i2c_device_idMarek Vasut1-8/+8
2023-06-15clk: pxa: fix NULL pointer dereference in pxa3xx_clk_update_accrArnd Bergmann1-1/+1
2023-06-13clk: clk-loongson2: Zero init clk_init_dataBinbin Zhou1-1/+1
2023-06-13clk: mediatek: mt8365: Fix inverted topclk operationsMarkus Schneider-Pargmann1-3/+3
2023-06-13clk: composite: Fix handling of high clock ratesSebastian Reichel1-1/+4
2023-06-12clk: mediatek: mt8365: Fix index issueAlexandre Mergnat1-0/+12
2023-05-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds3-12/+2
2023-05-03clk: starfive: Fix RESET_STARFIVE_JH7110 can't be selected in a specified caseHal Feng1-4/+1
2023-05-03clk: sp7021: Adjust width of _m in HWM_FIELD_PREP()Nathan Chancellor1-1/+1
2023-05-03Revert "clk: imx: composite-8m: Add support to determine_rate"Adam Ford1-7/+0
2023-04-30Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds334-7084/+29827
2023-04-28Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-4/+0