summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)Author
2024-12-05clk: clk-axi-clkgen: make sure to enable the AXI bus clockNuno Sa
2024-12-05clk: axi-clkgen: use devm_platform_ioremap_resource() short-handAlexandru Ardelean
2024-11-08clk: Fix slab-out-of-bounds error in devm_clk_release()Andrey Skvortsov
2024-11-08clk: Fix pointer casting to prevent oops in devm_clk_release()Uwe Kleine-König
2024-11-08clk: Provide new devm_clk helpers for prepared and enabled clocksUwe Kleine-König
2024-11-08clk: generalize devm_clk_get() a bitUwe Kleine-König
2024-11-08clk: Add (devm_)clk_get_optional() functionsPhil Edworthy
2024-11-08clk: bcm: bcm53573: fix OF node leak in initKrzysztof Kozlowski
2024-11-08clk: rockchip: fix error for unknown clocksSebastian Reichel
2024-11-08clk: ti: dra7-atl: Fix leak of of_nodesDavid Lechner
2024-11-08clk: rockchip: Set parent rate for DCLK_VOP clock on RK3228Jonas Karlman
2024-09-12clk: qcom: clk-alpha-pll: Fix the pll post div maskSatya Priya Kakitapalli
2024-08-19clk: davinci: da8xx-cfgchip: Initialize clk_init_data before useBastien Curutchet
2024-04-13clk: qcom: mmcc-msm8974: fix terminating of frequency table arraysGabor Juhos
2024-04-13clk: qcom: mmcc-apq8084: fix terminating of frequency table arraysGabor Juhos
2024-04-13clk: qcom: gcc-ipq8074: fix terminating of frequency table arraysGabor Juhos
2024-03-26clk: qcom: gdsc: Add support to update GDSC transition delayTaniya Das
2024-03-26clk: hisilicon: hi3519: Release the correct number of gates in hi3519_clk_unr...Christophe JAILLET
2024-03-26clk: qcom: dispcc-sdm845: Adjust internal GDSC wait timesKonrad Dybcio
2024-03-26clk: qcom: reset: Ensure write completion on reset de/assertionKonrad Dybcio
2024-03-26clk: qcom: reset: Commonize the de/assert functionsKonrad Dybcio
2024-03-26clk: qcom: reset: support resetting multiple bitsRobert Marko
2024-03-26clk: qcom: reset: Allow specifying custom reset delayStephan Gerhold
2024-02-23clk: mmp: pxa168: Fix memory leak in pxa168_clk_init()Kuan-Wei Chiu
2024-02-23clk: hi3620: Fix memory leak in hi3620_mmc_clk_init()Kuan-Wei Chiu
2024-01-25clk: rockchip: rk3128: Fix HCLK_OTG gate registerWeihao Li
2023-11-28clk: qcom: ipq8074: drop the CLK_SET_RATE_PARENT flag from PLL clocksKathiravan Thirumoorthy
2023-11-20clk: scmi: Free scmi_clk allocated when the clocks with invalid info are skippedSudeep Holla
2023-11-20clk: mediatek: clk-mt2701: Add check for mtk_alloc_clk_dataJiasheng Jiang
2023-11-20clk: mediatek: clk-mt6797: Add check for mtk_alloc_clk_dataJiasheng Jiang
2023-11-20clk: npcm7xx: Fix incorrect kfreeJonathan Neuschäfer
2023-11-20clk: keystone: pll: fix a couple NULL vs IS_ERR() checksDan Carpenter
2023-11-20clk: qcom: clk-rcg2: Fix clock rate overflow for high parent frequenciesDevi Priya
2023-10-10clk: tegra: fix error return case for recalc_rateTimo Alho
2023-09-23clk: qcom: gcc-mdm9615: use proper parent for pll0_vote clockDmitry Baryshkov
2023-09-23clk: sunxi-ng: Modify mismatched function nameZhang Jianhua
2023-09-23drivers: clk: keystone: Fix parameter judgment in _of_pll_clk_init()Minjie Du
2023-08-11treewide: Remove uninitialized_var() usageKees Cook
2023-05-30clk: tegra20: fix gcc-7 constant overflow warningArnd Bergmann
2023-05-17clk: rockchip: rk3399: allow clk_cifout to force clk_cifout_src to reparentQuentin Schulz
2023-05-17clk: add missing of_node_put() in "assigned-clocks" property parsingClément Léger
2023-03-22clk: HI655X: select REGMAP instead of depending on itRandy Dunlap
2023-03-11clk: Honor CLK_OPS_PARENT_ENABLE in clk_core_is_enabled()Chen-Yu Tsai
2023-01-18clk: st: Fix memory leak in st_of_quadfs_setup()Xiu Jianfeng
2023-01-18clk: socfpga: use clk_hw_register for a5/c5Dinh Nguyen
2023-01-18clk: socfpga: clk-pll: Remove unused variable 'rc'Lee Jones
2023-01-18clk: samsung: Fix memory leak in _samsung_clk_register_pll()Xiu Jianfeng
2023-01-18clk: rockchip: Fix memory leak in rockchip_clk_register_pll()Xiu Jianfeng
2022-10-26clk: bcm2835: Make peripheral PLLC criticalMaxime Ripard
2022-10-26clk: ti: dra7-atl: Fix reference leak in of_dra7_atl_clk_probeMiaoqian Lin