aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk (follow)
Commit message (Expand)AuthorAgeFilesLines
* clk: qcom: clk-alpha-pll: Simplify the zonda_pll_adjust_l_val()Satya Priya Kakitapalli2024-09-091-3/+1
* clk: qcom: gcc-sc8280xp: don't use parking clk_ops for QUPsJohan Hovold2024-09-031-24/+24
* clk: starfive: jh7110-sys: Add notifier for PLL0 clockXingyu Wu2024-08-292-1/+32
* clk: qcom: gcc-sm8650: Don't use shared clk_ops for QUPsNeil Armstrong2024-08-291-28/+28
* clk: qcom: gcc-sm8550: Don't park the USB RCG at registration timeStephen Boyd2024-08-293-1/+32
* clk: qcom: gcc-sm8550: Don't use parking clk_ops for QUPsStephen Boyd2024-08-291-26/+26
* clk: qcom: gcc-x1e80100: Don't use parking clk_ops for QUPsBryan O'Donoghue2024-08-271-24/+24
* Merge tag 'qcom-clk-fixes-for-6.11' of https://git.kernel.org/pub/scm/linux/k...Stephen Boyd2024-08-273-11/+30
|\
| * clk: qcom: ipq9574: Update the alpha PLL type for GPLLsdevi priya2024-08-141-6/+6
| * clk: qcom: gcc-x1e80100: Fix USB 0 and 1 PHY GDSC pwrsts flagsAbel Vesa2024-08-121-2/+2
| * clk: qcom: clk-alpha-pll: Update set_rate for Zonda PLLSatya Priya Kakitapalli2024-07-311-0/+16
| * clk: qcom: clk-alpha-pll: Fix zonda set_rate failure when PLL is disabledSatya Priya Kakitapalli2024-07-311-0/+3
| * clk: qcom: clk-alpha-pll: Fix the trion pll postdiv set rate APISatya Priya Kakitapalli2024-07-311-2/+2
| * clk: qcom: clk-alpha-pll: Fix the pll post div maskSatya Priya Kakitapalli2024-07-311-1/+1
* | clk: thead: fix dependency on clk_ignore_unusedDrew Fustini2024-07-311-1/+1
|/
* Merge tag 'devicetree-fixes-for-6.11-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-07-276-36/+35
|\
| * of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli2024-07-256-36/+35
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2024-07-274-9/+11
|\ \ | |/ |/|
| * clk: samsung: fix getting Exynos4 fin_pll rate from external clocksKrzysztof Kozlowski2024-07-231-6/+7
| * clk: T-Head: Disable on 32-bit TargetsPalmer Dabbelt2024-07-221-0/+1
| * clk: sophgo: clk-sg2042-pll: Fix uninitialized variable in debug outputDan Carpenter2024-07-181-1/+1
| * clk: davinci: da8xx-cfgchip: Initialize clk_init_data before useBastien Curutchet2024-07-181-2/+2
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2024-07-19355-870/+14202
|\|
| *-----. Merge branches 'clk-qcom', 'clk-rockchip', 'clk-sophgo' and 'clk-thead' into ...Stephen Boyd2024-07-16136-528/+13817
| |\ \ \ \
| | | | | * clk: thead: Add support for T-Head TH1520 AP_SUBSYS clocksDrew Fustini2024-07-155-0/+1105
| | | | * | clk: sophgo: Avoid -Wsometimes-uninitialized in sg2042_clk_pll_set_rate()Nathan Chancellor2024-07-101-10/+7
| | | | * | clk/sophgo: Using BUG() instead of unreachable() in mmux_get_parent_id()Li Qiang2024-07-101-1/+1
| | | | * | clk: sophgo: Add SG2042 clock driverChen Wang2024-06-146-0/+2063
| | | | |/
| | | * | clk: rockchip: rk3188: Drop CLK_NR_CLKS usageJohan Jonker2024-06-271-4/+14
| | | * | clk: rockchip: Switch to use kmemdup_array()Andy Shevchenko2024-06-232-7/+6
| | | * | clk: rockchip: rk3128: Add HCLK_SFCAlex Bee2024-06-231-0/+1
| | | * | clk: rockchip: rk3128: Drop CLK_NR_CLKS usageAlex Bee2024-06-081-4/+16
| | | * | clk: rockchip: rk3128: Add hclk_vio_h2p to critical clocksAlex Bee2024-05-281-0/+1
| | | * | clk: rockchip: rk3128: Export PCLK_MIPIPHYAlex Bee2024-05-281-1/+1
| | | |/
| | * | Merge tag 'qcom-clk-for-6.11-2' of https://git.kernel.org/pub/scm/linux/kerne...Stephen Boyd2024-07-098-7/+89
| | |\ \
| | | * | clk: qcom: ipq9574: Use icc-clk for enabling NoC related clocksVaradarajan Narayanan2024-07-082-0/+35
| | | * | clk: qcom: common: Add interconnect clocks supportVaradarajan Narayanan2024-07-082-1/+43
| | | * | interconnect: icc-clk: Specify master/slave idsVaradarajan Narayanan2024-07-081-1/+6
| | | * | clk: qcom: gcc-x1e80100: Set parent rate for USB3 sec and tert PHY pipe clksAbel Vesa2024-07-081-0/+2
| | | * | clk: qcom: kpss-xcc: Return of_clk_add_hw_provider to transfer the errorChen Ni2024-07-061-3/+1
| | | * | clk: qcom: lpasscc-sc8280xp: Constify struct regmap_configJavier Carrasco2024-07-061-2/+2
| | * | | clk: qcom: Park shared RCGs upon registrationStephen Boyd2024-07-081-0/+32
| | |/ /
| | * | clk: qcom: gcc-x1e80100: Fix halt_check for all pipe clocksAbel Vesa2024-07-011-22/+22
| | * | clk: qcom: gcc-ipq6018: update sdcc max clock frequencyChukun Pan2024-06-251-1/+1
| | * | Merge branch '20240602114439.1611-1-quic_jkona@quicinc.com' into clk-for-6.11Bjorn Andersson2024-06-254-5/+3751
| | |\ \
| | * | | clk: qcom: gpucc-sa8775p: Update wait_val fields for GPU GDSC'sTaniya Das2024-06-231-0/+6
| | * | | clk: qcom: gpucc-sa8775p: Park RCG's clk source at XO during disableTaniya Das2024-06-231-4/+4
| | * | | clk: qcom: gpucc-sa8775p: Remove the CLK_IS_CRITICAL and ALWAYS_ON flagsTaniya Das2024-06-231-16/+11
| | * | | clk: qcom: gcc-sa8775p: Set FORCE_MEM_CORE_ON for gcc_ufs_phy_ice_core_clkTaniya Das2024-06-231-0/+3
| | * | | clk: qcom: gcc-sa8775p: Update the GDSC wait_val fields and flagsTaniya Das2024-06-231-0/+40