]> www.infradead.org Git - users/hch/configfs.git/commit
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 10 Nov 2024 22:16:28 +0000 (14:16 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 10 Nov 2024 22:16:28 +0000 (14:16 -0800)
commit541f3d87b6b7eb97073d0e5a46beae5ebcc0ba96
treefa1aa549961c60d6dfc75ab1f0ba8384eb36c369
parentd7e67a9e8c304ba767c5069a9c1f0c8ca80276f9
parent714398d8742d5e019a8e5512de2abb8db69ba0a3
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux

Pull clk fixes from Stephen Boyd:
 "A handful of Qualcomm clk driver fixes:

   - Correct flags for X Elite USB MP GDSC and pcie pipediv2 clocks

   - Fix alpha PLL post_div mask for the cases where width is not
     specified

   - Avoid hangs in the SM8350 video driver (venus) by setting HW_CTRL
     trigger feature on the video clocks"

* tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:
  clk: qcom: gcc-x1e80100: Fix USB MP SS1 PHY GDSC pwrsts flags
  clk: qcom: gcc-x1e80100: Fix halt_check for pipediv2 clocks
  clk: qcom: clk-alpha-pll: Fix pll post div mask when width is not set
  clk: qcom: videocc-sm8350: use HW_CTRL_TRIGGER for vcodec GDSCs