mbox series

[GIT,PULL] Allwinner Clock Changes for 5.16

Message ID f7f3c718-eab3-4d8e-a8f3-8d1ef986a5dc.lettre@localhost (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] Allwinner Clock Changes for 5.16 | expand

Pull-request

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

Message

Maxime Ripard Oct. 18, 2021, 8:02 a.m. UTC
Hi,

Please pull the following changes for the next release.

Thanks!
Maxime

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

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.16-1

for you to fetch changes up to e65d38e3d2d0e61ca464b46ad804f7a94e1ae45f:

  clk: sunxi: sun8i-apb0: Make use of the helper function devm_platform_ioremap_resource() (2021-09-13 09:03:24 +0200)

----------------------------------------------------------------
Our usual PR for the Allwinner SoCs, this time improving the module
support and converting to more helpers.

----------------------------------------------------------------
Cai Huoqing (13):
      clk: sunxi: clk-mod0: Make use of the helper function devm_platform_ioremap_resource()
      clk: sunxi-ng: ccu-sun50i-a64: Make use of the helper function devm_platform_ioremap_resource()
      clk: sunxi-ng: ccu-sun50i-h6: Make use of the helper function devm_platform_ioremap_resource()
      clk: sunxi-ng: ccu-sun8i-a83t: Make use of the helper function devm_platform_ioremap_resource()
      clk: sunxi-ng: ccu-sun8i-de2: Make use of the helper function devm_platform_ioremap_resource()
      clk: sunxi-ng: ccu-sun8i-r40: Make use of the helper function devm_platform_ioremap_resource()
      clk: sunxi-ng: ccu-sun9i-a80: Make use of the helper function devm_platform_ioremap_resource()
      clk: sunxi-ng: ccu-sun9i-a80-de: Make use of the helper function devm_platform_ioremap_resource()
      clk: sunxi-ng: ccu-sun9i-a80-usb: Make use of the helper function devm_platform_ioremap_resource()
      clk: sunxi: sun6i-apb0: Make use of the helper function devm_platform_ioremap_resource()
      clk: sunxi: sun6i-apb0-gates: Make use of the helper function devm_platform_ioremap_resource()
      clk: sunxi: sun6i-ar100: Make use of the helper function devm_platform_ioremap_resource()
      clk: sunxi: sun8i-apb0: Make use of the helper function devm_platform_ioremap_resource()

Maxime Ripard (1):
      dt-bindings: clocks: Fix typo in the H6 compatible

Samuel Holland (5):
      clk: sunxi-ng: mux: Remove unused 'reg' field
      clk: sunxi-ng: Add machine dependency to A83T CCU
      clk: sunxi-ng: Unregister clocks/resets when unbinding
      clk: sunxi-ng: Prevent unbinding CCUs via sysfs
      clk: sunxi-ng: Use a separate lock for each CCU instance


 Documentation/devicetree/bindings/clock/allwinner,sun8i-a83t-de2-clk.yaml |  2 +-
 drivers/clk/sunxi-ng/Kconfig                                              |  1 +-
 drivers/clk/sunxi-ng/ccu-sun4i-a10.c                                      |  2 +-
 drivers/clk/sunxi-ng/ccu-sun50i-a100-r.c                                  |  3 ++-
 drivers/clk/sunxi-ng/ccu-sun50i-a100.c                                    |  3 ++-
 drivers/clk/sunxi-ng/ccu-sun50i-a64.c                                     |  7 ++----
 drivers/clk/sunxi-ng/ccu-sun50i-h6-r.c                                    |  2 +-
 drivers/clk/sunxi-ng/ccu-sun50i-h6.c                                      |  7 ++----
 drivers/clk/sunxi-ng/ccu-sun50i-h616.c                                    |  4 +---
 drivers/clk/sunxi-ng/ccu-sun5i.c                                          |  2 +-
 drivers/clk/sunxi-ng/ccu-sun6i-a31.c                                      |  2 +-
 drivers/clk/sunxi-ng/ccu-sun8i-a23.c                                      |  2 +-
 drivers/clk/sunxi-ng/ccu-sun8i-a33.c                                      |  2 +-
 drivers/clk/sunxi-ng/ccu-sun8i-a83t.c                                     |  7 ++----
 drivers/clk/sunxi-ng/ccu-sun8i-de2.c                                      |  6 +----
 drivers/clk/sunxi-ng/ccu-sun8i-h3.c                                       |  2 +-
 drivers/clk/sunxi-ng/ccu-sun8i-r.c                                        |  2 +-
 drivers/clk/sunxi-ng/ccu-sun8i-r40.c                                      |  7 ++----
 drivers/clk/sunxi-ng/ccu-sun8i-v3s.c                                      |  2 +-
 drivers/clk/sunxi-ng/ccu-sun9i-a80-de.c                                   |  8 ++-----
 drivers/clk/sunxi-ng/ccu-sun9i-a80-usb.c                                  |  7 +-----
 drivers/clk/sunxi-ng/ccu-sun9i-a80.c                                      |  7 ++----
 drivers/clk/sunxi-ng/ccu-suniv-f1c100s.c                                  |  2 +-
 drivers/clk/sunxi-ng/ccu_common.c                                         | 96 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------
 drivers/clk/sunxi-ng/ccu_common.h                                         |  6 +++--
 drivers/clk/sunxi-ng/ccu_mux.h                                            |  1 +-
 drivers/clk/sunxi/clk-mod0.c                                              |  4 +---
 drivers/clk/sunxi/clk-sun6i-apb0-gates.c                                  |  4 +---
 drivers/clk/sunxi/clk-sun6i-apb0.c                                        |  4 +---
 drivers/clk/sunxi/clk-sun6i-ar100.c                                       |  4 +---
 drivers/clk/sunxi/clk-sun8i-apb0.c                                        |  4 +---
 31 files changed, 127 insertions(+), 85 deletions(-)

Comments

Stephen Boyd Oct. 26, 2021, 7:44 p.m. UTC | #1
Quoting Maxime Ripard (2021-10-18 01:02:40)
> Hi,
> 
> Please pull the following changes for the next release.
> 
> Thanks!
> Maxime
> 
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> 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.16-1
> 
> for you to fetch changes up to e65d38e3d2d0e61ca464b46ad804f7a94e1ae45f:
> 
>   clk: sunxi: sun8i-apb0: Make use of the helper function devm_platform_ioremap_resource() (2021-09-13 09:03:24 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next