mbox series

[GIT,PULL] Allwinner Clock Changes for 5.12

Message ID 83279f56-18ac-4abb-82e0-30f1fb8ffda7.lettre@localhost (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] Allwinner Clock Changes for 5.12 | expand

Pull-request

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

Message

Maxime Ripard Jan. 31, 2021, 5:52 p.m. UTC
Hi Mike, Stephen,

Please pull the following changes for the next release.

Thanks!
Maxime

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 88dde5e23da1a16fe9a417171e6c941736b8d3a6:

  clk: sunxi-ng: Add support for the Allwinner H616 CCU (2021-01-28 11:14:35 +0100)

----------------------------------------------------------------
Our usual PR for the Allwinner SoCs, this time adding support for the
Allwinner H616 SoC, and a few H6 fixes.

----------------------------------------------------------------
Andre Przywara (5):
      clk: sunxi-ng: h6: Fix CEC clock
      clk: sunxi-ng: h6: Fix clock divider range on some clocks
      dt-bindings: clk: sunxi-ccu: Add compatible string for Allwinner H616
      clk: sunxi-ng: Add support for the Allwinner H616 R-CCU
      clk: sunxi-ng: Add support for the Allwinner H616 CCU

Lee Jones (3):
      clk: sunxi: clk-sunxi: Demote a bunch of non-conformant kernel-doc headers
      clk: sunxi: clk-a10-ve: Demote obvious kernel-doc abuse
      clk: sunxi: clk-mod0: Demote non-conformant kernel-doc header

Samuel Holland (1):
      clk: sunxi-ng: h6-r: Add R_APB2_RSB clock and reset


 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-ccu.yaml |    4 +-
 drivers/clk/sunxi-ng/Kconfig                                         |    7 +-
 drivers/clk/sunxi-ng/Makefile                                        |    1 +-
 drivers/clk/sunxi-ng/ccu-sun50i-h6-r.c                               |   53 +-
 drivers/clk/sunxi-ng/ccu-sun50i-h6-r.h                               |    2 +-
 drivers/clk/sunxi-ng/ccu-sun50i-h6.c                                 |   10 +-
 drivers/clk/sunxi-ng/ccu-sun50i-h616.c                               | 1150 +++++++-
 drivers/clk/sunxi-ng/ccu-sun50i-h616.h                               |   56 +-
 drivers/clk/sunxi/clk-a10-ve.c                                       |    2 +-
 drivers/clk/sunxi/clk-mod0.c                                         |    2 +-
 drivers/clk/sunxi/clk-sunxi.c                                        |   32 +-
 include/dt-bindings/clock/sun50i-h6-r-ccu.h                          |    2 +-
 include/dt-bindings/clock/sun50i-h616-ccu.h                          |  115 +-
 include/dt-bindings/reset/sun50i-h6-r-ccu.h                          |    1 +-
 include/dt-bindings/reset/sun50i-h616-ccu.h                          |   70 +-
 15 files changed, 1482 insertions(+), 25 deletions(-)
 create mode 100644 drivers/clk/sunxi-ng/ccu-sun50i-h616.c
 create mode 100644 drivers/clk/sunxi-ng/ccu-sun50i-h616.h
 create mode 100644 include/dt-bindings/clock/sun50i-h616-ccu.h
 create mode 100644 include/dt-bindings/reset/sun50i-h616-ccu.h

Comments

Stephen Boyd Feb. 4, 2021, 7:48 p.m. UTC | #1
Quoting Maxime Ripard (2021-01-31 09:52:02)
> Hi Mike, Stephen,
> 
> Please pull the following changes for the next release.
> 
> Thanks!
> Maxime
> 
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-clk-for-5.12
> 
> for you to fetch changes up to 88dde5e23da1a16fe9a417171e6c941736b8d3a6:
> 
>   clk: sunxi-ng: Add support for the Allwinner H616 CCU (2021-01-28 11:14:35 +0100)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next

BTW, I see this warning with smatch

  drivers/clk/sunxi/clk-sunxi.c:1093 sunxi_divs_clk_setup() error: uninitialized symbol 'clk_name'.

which looks possible?