summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)Author
2023-07-11clk: Fix memory leak in devm_clk_notifier_register()Fei Shao
2023-07-11clk: ti: clkctrl: check return value of kasprintf()Claudiu Beznea
2023-07-11clk: keystone: sci-clk: check return value of kasprintf()Claudiu Beznea
2023-07-11clk: si5341: free unused memory on probe failureClaudiu Beznea
2023-07-11clk: si5341: check return value of {devm_}kasprintf()Claudiu Beznea
2023-07-11clk: si5341: return error if one synth clock registration failsClaudiu Beznea
2023-07-11clk: cdce925: check return value of kasprintf()Claudiu Beznea
2023-07-11clk: vc5: check memory returned by kasprintf()Claudiu Beznea
2023-07-11clk: mediatek: clk-mt8173-apmixedsys: Fix iomap not released issueAngeloGioacchino Del Regno
2023-07-11clk: mediatek: clk-mt8173-apmixedsys: Fix return value for of_iomap() errorAngeloGioacchino Del Regno
2023-07-11clk: tegra: tegra124-emc: Fix potential memory leakYuan Can
2023-07-11clk: clocking-wizard: Fix Oops in clk_wzrd_register_divider()Dan Carpenter
2023-07-11clk: bcm: rpi: Fix off by one in raspberrypi_discover_clocks()Dan Carpenter
2023-07-11clk: mediatek: fix of_iomap memory leakBosi Zhang
2023-07-11clk: imx: clk-imx8mp: improve error handling in imx8mp_clocks_probe()Yuxing Liu
2023-07-11clk: imx93: fix memory leak and missing unwind goto in imx93_clocks_probeZhanhao Hu
2023-07-11clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probeHao Luo
2023-07-11clk: imx: clk-imxrt1050: fix memory leak in imxrt1050_clocks_probeKai Ma
2023-07-11clk: Export clk_hw_forward_rate_request()Maxime Ripard
2023-07-11clk: renesas: rzg2l: Fix CPG_SIPLL5_CLK1 register writeBiju Das
2023-07-11clk: imx: scu: use _safe list iterator to avoid a use after freeDan Carpenter
2023-07-11clk: rs9: Fix .driver_data content in i2c_device_idMarek Vasut
2023-07-11clk: rs9: Add support for 9FGV0441Alexander Stein
2023-07-11clk: rs9: Support device specific dif bit calculationAlexander Stein
2023-07-11clk: rs9: Check for vendor/device IDAlexander Stein
2023-07-11clk: vc7: Fix .driver_data content in i2c_device_idMarek Vasut
2023-07-11clk: vc5: Fix .driver_data content in i2c_device_idMarek Vasut
2023-06-21clk: pxa: fix NULL pointer dereference in pxa3xx_clk_update_accrArnd Bergmann
2023-05-24clk: rockchip: rk3588: make gate linked clocks criticalSebastian Reichel
2023-05-24clk: tegra20: fix gcc-7 constant overflow warningArnd Bergmann
2023-05-11clk: qcom: dispcc-qcm2290: Remove inexistent DSI1PHY clkKonrad Dybcio
2023-05-11clk: qcom: gcc-sm8350: fix PCIe PIPE clocks handlingDmitry Baryshkov
2023-05-11clk: qcom: lpassaudiocc-sc7280: Add required gdsc power domain clks in lpass_...Mohammad Rafi Shaik
2023-05-11clk: qcom: lpasscc-sc7280: Skip qdsp6ss clock registrationSrinivasa Rao Mandadapu
2023-05-11clk: imx: imx8ulp: Fix XBAR_DIVBUS and AD_SLOW clock parentsPeng Fan
2023-05-11clk: imx: fracn-gppll: disable hardware select controlPeng Fan
2023-05-11clk: imx: fracn-gppll: fix the rate tablePeng Fan
2023-05-11clk: qcom: gcc-sm6115: Mark RCGs shared where applicableKonrad Dybcio
2023-05-11clk: add missing of_node_put() in "assigned-clocks" property parsingClément Léger
2023-05-11clk: qcom: gcc-qcm2290: Fix up gcc_sdcc2_apps_clk_srcKonrad Dybcio
2023-05-11clk: mediatek: clk-pllfh: fix missing of_node_put() in fhctl_parse_dt()Yang Yingliang
2023-05-11clk: mediatek: mt8135: Properly use CLK_IS_CRITICAL flagAngeloGioacchino Del Regno
2023-05-11clk: mediatek: mt7622: Properly use CLK_IS_CRITICAL flagAngeloGioacchino Del Regno
2023-05-11clk: mediatek: Consistently use GATE_MTK() macroAngeloGioacchino Del Regno
2023-05-11clk: mediatek: mt2712: Add error handling to clk_mt2712_apmixed_probe()AngeloGioacchino Del Regno
2023-05-11clk: at91: clk-sam9x60-pll: fix return value checkClaudiu Beznea
2023-05-11clk: rockchip: rk3399: allow clk_cifout to force clk_cifout_src to reparentQuentin Schulz
2023-05-11clk: microchip: fix potential UAF in auxdev release callbackConor Dooley
2023-03-21clk: rs9: Fix suspend/resumeAlexander Stein
2023-03-20clk: imx6ul: fix "failed to get parent" errorOleksij Rempel