mbox series

[GIT,PULL] Allwinner clock changes for 6.11

Message ID ZoLswiclc8k4DHi-@wens.tw (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] Allwinner clock changes for 6.11 | expand

Pull-request

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

Message

Chen-Yu Tsai July 1, 2024, 5:52 p.m. UTC
Hi Stephen,

Here are the changes for 6.11 for the Allwinner SoCs.

As the tag message mentions, there is one commit that is shared between
the clk branch and the soc branch.


Please pull.


Thanks
ChenYu


The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -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.11

for you to fetch changes up to 002cf0dfa201e44685e3b96ae06b8de258b8b2c2:

  clk: sunxi-ng: h616: Add clock/reset for GPADC (2024-06-22 20:09:20 +0800)

----------------------------------------------------------------
Allwinner SoC clk changes for 6.11

This includes a commit shared with the soc tree. This commit adds clock
and reset indices to the device tree binding, and thus is needed for
both the device tree and driver changes.

- Remove unused |struct gates_data| from old sunxi driver library
- Add missing MODULE_DESCRIPTION() macros for sunxi-ng drivers
- Add GPADC clock and reset for H616

----------------------------------------------------------------
Chen-Yu Tsai (1):
      Merge branch 'sunxi/shared-clk-ids-for-6.11' into sunxi/clk-for-6.11

Chris Morgan (2):
      dt-bindings: clock: sun50i-h616-ccu: Add GPADC clocks
      clk: sunxi-ng: h616: Add clock/reset for GPADC

Dr. David Alan Gilbert (1):
      clk: sunxi: Remove unused struct 'gates_data'

Jeff Johnson (1):
      clk: sunxi-ng: add missing MODULE_DESCRIPTION() macros

 drivers/clk/sunxi-ng/ccu-sun20i-d1-r.c      |  1 +
 drivers/clk/sunxi-ng/ccu-sun20i-d1.c        |  1 +
 drivers/clk/sunxi-ng/ccu-sun4i-a10.c        |  1 +
 drivers/clk/sunxi-ng/ccu-sun50i-a100-r.c    |  1 +
 drivers/clk/sunxi-ng/ccu-sun50i-a100.c      |  1 +
 drivers/clk/sunxi-ng/ccu-sun50i-a64.c       |  1 +
 drivers/clk/sunxi-ng/ccu-sun50i-h6-r.c      |  1 +
 drivers/clk/sunxi-ng/ccu-sun50i-h6.c        |  1 +
 drivers/clk/sunxi-ng/ccu-sun50i-h616.c      |  6 ++++++
 drivers/clk/sunxi-ng/ccu-sun50i-h616.h      |  2 +-
 drivers/clk/sunxi-ng/ccu-sun6i-a31.c        |  1 +
 drivers/clk/sunxi-ng/ccu-sun6i-rtc.c        |  1 +
 drivers/clk/sunxi-ng/ccu-sun8i-a23.c        |  1 +
 drivers/clk/sunxi-ng/ccu-sun8i-a33.c        |  1 +
 drivers/clk/sunxi-ng/ccu-sun8i-a83t.c       |  1 +
 drivers/clk/sunxi-ng/ccu-sun8i-de2.c        |  1 +
 drivers/clk/sunxi-ng/ccu-sun8i-h3.c         |  1 +
 drivers/clk/sunxi-ng/ccu-sun8i-r.c          |  1 +
 drivers/clk/sunxi-ng/ccu-sun8i-r40.c        |  1 +
 drivers/clk/sunxi-ng/ccu-sun8i-v3s.c        |  1 +
 drivers/clk/sunxi-ng/ccu-sun9i-a80-de.c     |  1 +
 drivers/clk/sunxi-ng/ccu-sun9i-a80-usb.c    |  1 +
 drivers/clk/sunxi-ng/ccu-sun9i-a80.c        |  1 +
 drivers/clk/sunxi-ng/ccu-suniv-f1c100s.c    |  1 +
 drivers/clk/sunxi-ng/ccu_common.c           |  1 +
 drivers/clk/sunxi/clk-sunxi.c               | 11 -----------
 include/dt-bindings/clock/sun50i-h616-ccu.h |  1 +
 include/dt-bindings/reset/sun50i-h616-ccu.h |  1 +
 28 files changed, 32 insertions(+), 12 deletions(-)

Comments

Stephen Boyd July 1, 2024, 8:25 p.m. UTC | #1
Quoting Chen-Yu Tsai (2024-07-01 10:52:02)
> Hi Stephen,
> 
> Here are the changes for 6.11 for the Allwinner SoCs.
> 
> As the tag message mentions, there is one commit that is shared between
> the clk branch and the soc branch.
> 
> 
> Please pull.
> 
> 
> Thanks
> ChenYu
> 
> 
> The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
> 
>   Linux 6.10-rc1 (2024-05-26 15:20:12 -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.11
> 
> for you to fetch changes up to 002cf0dfa201e44685e3b96ae06b8de258b8b2c2:
> 
>   clk: sunxi-ng: h616: Add clock/reset for GPADC (2024-06-22 20:09:20 +0800)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next