index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-05
clk: qcom: dispcc-sm8550: enable support for SAR2130P
Dmitry Baryshkov
2
-4
/
+18
2024-11-05
clk: qcom: tcsrcc-sm8550: add SAR2130P support
Dmitry Baryshkov
1
-2
/
+16
2024-11-05
clk: qcom: add support for GCC on SAR2130P
Dmitry Baryshkov
3
-0
/
+2376
2024-11-05
clk: qcom: rpmh: add support for SAR2130P
Dmitry Baryshkov
1
-0
/
+13
2024-11-05
clk: qcom: rcg2: add clk_rcg2_shared_floor_ops
Dmitry Baryshkov
2
-5
/
+44
2024-11-05
Merge tag 'qcom-clk-fixes-for-6.12' of https://git.kernel.org/pub/scm/linux/k...
Stephen Boyd
3
-9
/
+9
2024-11-05
clk: sunxi-ng: Use of_property_present() for non-boolean properties
Rob Herring (Arm)
1
-1
/
+1
2024-11-05
clk: imx: imx8-acm: Fix return value check in clk_imx_acm_attach_pm_domains()
Yang Yingliang
1
-2
/
+2
2024-11-05
clk: imx: lpcg-scu: Skip HDMI LPCG clock save/restore
Peng Fan
1
-0
/
+6
2024-11-05
clk: imx: clk-scu: fix clk enable state save and restore
Dong Aisheng
1
-1
/
+1
2024-11-05
clk: imx: fracn-gppll: fix pll power up
Peng Fan
1
-0
/
+4
2024-11-05
clk: imx: fracn-gppll: correct PLL initialization flow
Peng Fan
1
-3
/
+3
2024-11-05
clk: imx: lpcg-scu: SW workaround for errata (e10858)
Peng Fan
1
-8
/
+29
2024-11-03
clk: qcom: Make GCC_6125 depend on QCOM_GDSC
Konrad Dybcio
1
-0
/
+1
2024-11-03
clk: renesas: rzg2l: Fix FOUTPOSTDIV clk
Biju Das
1
-5
/
+6
2024-11-02
clk: sunxi-ng: d1: Fix PLL_AUDIO0 preset
Andre Przywara
1
-1
/
+1
2024-10-30
clk: starfive: jh7110-pll: Mark the probe function as __init
Changhuang Liang
1
-1
/
+1
2024-10-28
clk: sophgo: avoid integer overflow in sg2042_pll_recalc_rate()
Zichen Xie
1
-1
/
+1
2024-10-28
clk: eyeq: add driver
Théo Lebrun
3
-0
/
+707
2024-10-28
clk: tegra: use clamp() in tegra_bpmp_clk_determine_rate()
Li Zetao
1
-1
/
+1
2024-10-26
clk: samsung: Introduce Exynos8895 clock driver
Ivaylo Ivanov
2
-0
/
+2804
2024-10-26
clk: samsung: clk-pll: Add support for pll_{1051x,1052x}
Ivaylo Ivanov
2
-0
/
+4
2024-10-25
clk: sunxi-ng: Constify struct ccu_reset_map
Christophe JAILLET
25
-33
/
+33
2024-10-25
clk: sunxi-ng: h616: Add sigma-delta modulation settings for audio PLL
Ryan Walklin
1
-15
/
+29
2024-10-25
clk: renesas: r9a08g045: Add power domain for RTC
Claudiu Beznea
1
-0
/
+2
2024-10-25
clk: renesas: r9a08g045: Mark the watchdog and always-on PM domains as IRQ safe
Claudiu Beznea
1
-2
/
+3
2024-10-25
clk: renesas: rzg2l-cpg: Use GENPD_FLAG_* flags instead of local ones
Claudiu Beznea
3
-43
/
+24
2024-10-25
clk: renesas: rzg2l-cpg: Move PM domain power on in rzg2l_cpg_pd_setup()
Claudiu Beznea
1
-18
/
+23
2024-10-23
clk: imx: add i.MX91 clk
Pengfei Li
1
-24
/
+39
2024-10-23
clk: imx93: Move IMX93_CLK_END macro to clk driver
Pengfei Li
1
-0
/
+2
2024-10-23
clk: qcom: ipq9574: remove q6 bring up clocks
Manikanta Mylavarapu
1
-326
/
+0
2024-10-23
clk: qcom: ipq5332: remove q6 bring up clocks
Manikanta Mylavarapu
1
-380
/
+0
2024-10-22
clk: qcom: clk-alpha-pll: fix lucid 5lpe pll enabled check
Johan Hovold
1
-3
/
+2
2024-10-22
clk: qcom: clk-alpha-pll: drop lucid-evo pll enabled warning
Johan Hovold
1
-6
/
+1
2024-10-22
clk: qcom: gcc-qcs404: fix initial rate of GPLL3
Gabor Juhos
1
-0
/
+1
2024-10-22
clk: qcom: Add support for Display clock Controllers on SA8775P
Taniya Das
4
-0
/
+2973
2024-10-22
clk: qcom: Add support for Camera Clock Controller on SA8775P
Taniya Das
3
-0
/
+1879
2024-10-22
clk: qcom: Add support for Video clock controller on SA8775P
Taniya Das
3
-0
/
+588
2024-10-22
clk: Allow kunit tests to run without OF_OVERLAY enabled
Stephen Boyd
2
-2
/
+1
2024-10-22
clk: Provide devm_clk_bulk_get_all_enabled() helper
Cristian Ciocaltea
1
-4
/
+5
2024-10-22
clk: qcom: gcc-x1e80100: Fix USB MP SS1 PHY GDSC pwrsts flags
Abel Vesa
1
-1
/
+1
2024-10-22
clk: imx95-blk-ctl: Add one clock gate for HSIO block
Richard Zhu
1
-0
/
+20
2024-10-21
clk: samsung: gs101: make all ufs related clocks critical
Peter Griffin
1
-5
/
+5
2024-10-17
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-48
/
+16
2024-10-17
clk: mediatek: clk-mt8188-topckgen: Remove univpll from parents of mfg_core_tmp
Pablo Sun
1
-3
/
+6
2024-10-17
clk: npcm8xx: add clock controller
Tomer Maimon
3
-0
/
+439
2024-10-17
clk: mediatek: Add drivers for MediaTek MT6735 main clock and reset drivers
Yassine Oudjana
6
-0
/
+773
2024-10-17
clk: twl: add TWL6030 support
Andreas Kemnade
2
-10
/
+44
2024-10-17
clk: twl: remove is_prepared
Andreas Kemnade
1
-17
/
+0
2024-10-17
clk: divider: Introduce CLK_DIVIDER_EVEN_INTEGERS flag
Théo Lebrun
1
-4
/
+12
[prev]
[next]