summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
...
* clk: qcom: dispcc-sm8450: fix runtime PM imbalance on probe errorsJohan Hovold2023-09-191-2/+11
* clk: qcom: gcc-mdm9615: use proper parent for pll0_vote clockDmitry Baryshkov2023-09-191-1/+1
* clk: imx: pll14xx: align pdiv with reference manualMarco Felsch2023-09-191-6/+5
* clk: imx: pll14xx: dynamically configure PLL for 393216000/361267200HzAhmad Fatoum2023-09-191-2/+0
* clk: qcom: turingcc-qcs404: fix missing resume during probeJohan Hovold2023-09-191-1/+12
* clk: qcom: camcc-sc7180: fix async resume during probeJohan Hovold2023-09-191-1/+1
* clk: qcom: Fix SM_GPUCC_8450 dependenciesNathan Chancellor2023-09-131-0/+1
* clk: imx: composite-8m: fix clock pauses when set_rate would be a no-opAhmad Fatoum2023-09-131-5/+7
* clk: imx8mp: fix sai4 clockMarco Felsch2023-09-131-5/+0
* clk: imx: imx8ulp: update SPLL2 typePeng Fan2023-09-131-1/+1
* clk: imx: pllv4: Fix SPLL2 MULT rangeYe Li2023-09-132-10/+37
* clk: qcom: gcc-qdu1000: Fix clkref clocks handlingImran Shaik2023-09-131-6/+4
* clk: qcom: gcc-qdu1000: Fix gcc_pcie_0_pipe_clk_src clock handlingImran Shaik2023-09-131-17/+6
* clk: qcom: gcc-sm8450: Use floor ops for SDCC RCGsKonrad Dybcio2023-09-131-2/+2
* clk: qcom: gcc-sm6350: Fix gcc_sdcc2_apps_clk_srcLuca Weiss2023-09-131-0/+1
* clk: qcom: reset: Use the correct type of sleep/delay based on lengthKonrad Dybcio2023-09-131-1/+2
* clk: qcom: fix some Kconfig corner casesArnd Bergmann2023-09-131-0/+4
* clk: qcom: gcc-sm8250: Fix gcc_sdcc2_apps_clk_srcPatrick Whewell2023-09-131-0/+1
* clk: qcom: gcc-sc7180: Fix up gcc_sdcc2_apps_clk_srcDavid Wronek2023-09-131-0/+1
* clk: sunxi-ng: Modify mismatched function nameZhang Jianhua2023-09-131-1/+1
* clk: qcom: dispcc-sc8280xp: Use ret registers on GDSCsKonrad Dybcio2023-09-131-4/+4
* drivers: clk: keystone: Fix parameter judgment in _of_pll_clk_init()Minjie Du2023-09-131-1/+1
* clk: qcom: gcc-sc8280xp: fix runtime PM imbalance on probe errorsJohan Hovold2023-09-131-3/+11
* clk: rockchip: rk3568: Fix PLL rate setting for 78.75MHzAlibek Omarov2023-09-131-1/+1
* clk: qcom: gcc-sm7150: Add CLK_OPS_PARENT_ENABLE to sdcc2 rcgDanila Tikhonov2023-09-131-0/+1
* clk: qcom: gcc-sc8280xp: Add missing GDSCsKonrad Dybcio2023-09-131-0/+100
* clk: qcom: gcc-sc8280xp: Add missing GDSC flagsKonrad Dybcio2023-09-131-7/+14
* clk: qcom: gpucc-sm6350: Fix clock source namesKonrad Dybcio2023-09-131-3/+3
* clk: qcom: gpucc-sm6350: Introduce index-based clk lookupKonrad Dybcio2023-09-131-5/+13
* clk: Fix slab-out-of-bounds error in devm_clk_release()Andrey Skvortsov2023-08-221-6/+7
* clk: keystone: syscon-clk: Fix audio refclkFrancesco Dolcini2023-08-041-2/+4
* Merge tag 'clk-meson-fixes-v6.5-1' of https://github.com/BayLibre/clk-meson i...Stephen Boyd2023-07-261-2/+2
|\
| * clk: meson: change usleep_range() to udelay() for atomic contextDmitry Rokosov2023-07-111-2/+2
* | clk: fixed-mmio: make COMMON_CLK_FIXED_MMIO depend on HAS_IOMEMBaoquan He2023-07-191-0/+1
* | clk: imx93: Propagate correct error in imx93_clocks_probe()Geert Uytterhoeven2023-07-191-1/+1
* | clk: mediatek: mt8183: Add back SSPM related clocksChen-Yu Tsai2023-07-191-0/+27
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2023-07-0453-871/+7363
|\
| * clk: tegra: Avoid calling an uninitialized functionThierry Reding2023-07-041-3/+12
| *-. Merge branches 'clk-qcom' and 'clk-microchip' into clk-nextStephen Boyd2023-06-2652-868/+7351
| |\ \
| | | * clk: at91: sama7g5: s/ep_chg_chg_id/ep_chg_idClaudiu Beznea2023-06-211-1/+1
| | | * clk: at91: sama7g5: switch to parent_hw and parent_dataClaudiu Beznea2023-06-211-342/+454
| | | * clk: at91: sckc: switch to parent_data/parent_hwClaudiu Beznea2023-06-211-27/+48
| | | * clk: at91: clk-sam9x60-pll: add support for parent_hwClaudiu Beznea2023-06-214-9/+17
| | | * clk: at91: clk-utmi: add support for parent_hwClaudiu Beznea2023-06-2110-17/+28
| | | * clk: at91: clk-system: add support for parent_hwClaudiu Beznea2023-06-2114-19/+24
| | | * clk: at91: clk-programmable: add support for parent_hwClaudiu Beznea2023-06-2114-17/+21
| | | * clk: at91: clk-peripheral: add support for parent_hwClaudiu Beznea2023-06-2114-23/+34
| | | * clk: at91: clk-master: add support for parent_hwClaudiu Beznea2023-06-2114-35/+47
| | | * clk: at91: clk-generated: add support for parent_hwClaudiu Beznea2023-06-216-7/+15
| | | * clk: at91: clk-main: add support for parent_data/parent_hwClaudiu Beznea2023-06-2114-37/+52