[GIT,PULL] Allwinner clock changes for 6.16

Message ID aCaetzKYzCpzRYzd@wens.tw (mailing list archive)
State New
Headers
Series [GIT,PULL] Allwinner clock changes for 6.16 |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-clk-for-6.16

Message

Chen-Yu Tsai May 16, 2025, 2:11 a.m. UTC
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-clk-for-6.16

for you to fetch changes up to be0e9a3727872783bad0752dc82e0857f4776049:

  clk: sunxi-ng: ccu: add Display Engine 3.3 (DE33) support (2025-05-12 23:55:06 +0800)

----------------------------------------------------------------
Allwinner clk changes for 6.16

- Add support for DE (display engine) 3.3 clocks on H616
- Add missing LVDS reset control on H616
- Do not enable by default during compile testing

----------------------------------------------------------------
Chris Morgan (2):
      dt-bindings: clock: sun50i-h616-ccu: Add LVDS reset
      clk: sunxi-ng: h616: Add LVDS reset for LCD TCON

Krzysztof Kozlowski (2):
      clk: sunxi-ng: Do not enable by default during compile testing
      clk: sunxi: Do not enable by default during compile testing

Ryan Walklin (2):
      dt-bindings: allwinner: add H616 DE33 clock binding
      clk: sunxi-ng: ccu: add Display Engine 3.3 (DE33) support

 .../clock/allwinner,sun8i-a83t-de2-clk.yaml        |  1 +
 drivers/clk/sunxi-ng/Kconfig                       | 48 +++++++++++-----------
 drivers/clk/sunxi-ng/ccu-sun50i-h616.c             |  1 +
 drivers/clk/sunxi-ng/ccu-sun8i-de2.c               | 25 +++++++++++
 drivers/clk/sunxi/Kconfig                          | 10 ++---
 include/dt-bindings/reset/sun50i-h616-ccu.h        |  1 +
 6 files changed, 57 insertions(+), 29 deletions(-)