summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)Author
2023-10-23clk: Allow phase adjustment from debugfsJohn Keeping
2023-10-23clk: Show active consumers of clocks in debugfsVishal Badole
2023-10-23clk: Use device_get_match_data()Rob Herring
2023-10-23clk: visconti: Add bounds-checking coverage for struct visconti_pll_providerGustavo A. R. Silva
2023-10-23clk: visconti: Fix undefined behavior bug in struct visconti_pll_providerGustavo A. R. Silva
2023-10-23clk: cdce925: Extend match support for OF tablesBiju Das
2023-10-23clk: si570: Simplify probeBiju Das
2023-10-23clk: si5351: Simplify probeBiju Das
2023-10-23clk: rs9: Use i2c_get_match_data() instead of device_get_match_data()Biju Das
2023-10-23clk: clk-si544: Simplify probe() and is_valid_frequency()Biju Das
2023-10-23clk: si521xx: Use i2c_get_match_data() instead of device_get_match_data()Biju Das
2023-10-23clk: meson: S4: select CONFIG_COMMON_CLK_MESON_CLKC_UTILSArnd Bergmann
2023-10-21clk: qcom: apss-ipq6018: add the GPLL0 clock also as clock providerKathiravan Thirumoorthy
2023-10-21clk: qcom: ipq5332: drop the CLK_SET_RATE_PARENT flag from GPLL clocksKathiravan Thirumoorthy
2023-10-21clk: qcom: ipq9574: drop the CLK_SET_RATE_PARENT flag from GPLL clocksKathiravan Thirumoorthy
2023-10-21clk: qcom: ipq5018: drop the CLK_SET_RATE_PARENT flag from GPLL clocksKathiravan Thirumoorthy
2023-10-21clk: qcom: ipq6018: drop the CLK_SET_RATE_PARENT flag from PLL clocksKathiravan Thirumoorthy
2023-10-21clk: qcom: ipq8074: drop the CLK_SET_RATE_PARENT flag from PLL clocksKathiravan Thirumoorthy
2023-10-21clk: qcom: gcc-ipq6018: add QUP6 I2C clockRobert Marko
2023-10-21clk: qcom: apss-ipq6018: ipq5332: add safe source switch for a53pllVaradarajan Narayanan
2023-10-21clk: qcom: apss-ipq-pll: Fix 'l' value for ipq5332_pll_configVaradarajan Narayanan
2023-10-21clk: qcom: apss-ipq-pll: Use stromer plus ops for stromer plus pllVaradarajan Narayanan
2023-10-21clk: qcom: clk-alpha-pll: introduce stromer plus opsVaradarajan Narayanan
2023-10-21clk: qcom: config IPQ_APSS_6018 should depend on QCOM_SMEMVaradarajan Narayanan
2023-10-21clk: qcom: videocc-sm8550: switch to clk_lucid_ole_pll_configureDmitry Baryshkov
2023-10-21clk: qcom: gpucc-sm8550: switch to clk_lucid_ole_pll_configureDmitry Baryshkov
2023-10-21clk: qcom: Replace of_device.h with explicit includesRob Herring
2023-10-21clk: qcom: smd-rpm: Move CPUSS_GNoC clock to interconnectKonrad Dybcio
2023-10-21clk: qcom: cbf-msm8996: Convert to platform remove callback returning voidUwe Kleine-König
2023-10-19clk: twl: add clock driver for TWL6032Andreas Kemnade
2023-10-18clk: mediatek: clk-mt2701: Add check for mtk_alloc_clk_dataJiasheng Jiang
2023-10-18clk: mediatek: clk-mt7629: Add check for mtk_alloc_clk_dataJiasheng Jiang
2023-10-18clk: mediatek: clk-mt7629-eth: Add check for mtk_alloc_clk_dataJiasheng Jiang
2023-10-18clk: mediatek: clk-mt6797: Add check for mtk_alloc_clk_dataJiasheng Jiang
2023-10-18clk: mediatek: clk-mt6779: Add check for mtk_alloc_clk_dataJiasheng Jiang
2023-10-18clk: mediatek: clk-mt6765: Add check for mtk_alloc_clk_dataJiasheng Jiang
2023-10-18clk: npcm7xx: Fix incorrect kfreeJonathan Neuschäfer
2023-10-18clk: at91: remove unnecessary conditionsDan Carpenter
2023-10-18clk: ti: fix double free in of_ti_divider_clk_setup()Dan Carpenter
2023-10-18clk: keystone: pll: fix a couple NULL vs IS_ERR() checksDan Carpenter
2023-10-18clk: ralink: mtmips: quiet unused variable warningSergio Paracuellos
2023-10-18Merge tag 'omap-fixes-audio-clock-and-modem-signed' of git://git.kernel.org/p...Arnd Bergmann
2023-10-16Merge tag 'scmi-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann
2023-10-13clk: ti: Fix missing omap5 mcbsp functional clock and aliasesTony Lindgren
2023-10-13clk: ti: Fix missing omap4 mcbsp functional clock and aliasesTony Lindgren
2023-10-12clk: stm32: Fix a signedness issue in clk_stm32_composite_determine_rate()Dan Carpenter
2023-10-12clk: Sanitize possible_parent_show to Handle Return Value of of_clk_get_paren...Alessandro Carminati
2023-10-12clk: socfpga: gate: Account for the divider in determine_rateMaxime Ripard
2023-10-12clk: fractional-divider: tests: Add test suite for edge casesFrank Oltmanns
2023-10-12clk: fractional-divider: Improve approximation when zero based and exportFrank Oltmanns