linux-sunxi.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Allwinner Clock Changes for 5.16
@ 2021-10-18  8:02 Maxime Ripard
  2021-10-26 19:44 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Maxime Ripard @ 2021-10-18  8:02 UTC (permalink / raw)
  To: Mike Turquette, Stephen Boyd
  Cc: Maxime Ripard, linux-clk, linux-sunxi, Chen-Yu Tsai, Jernej Skrabec

[-- Attachment #1: Type: text/plain, Size: 5231 bytes --]

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(-)



[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Allwinner Clock Changes for 5.16
  2021-10-18  8:02 [GIT PULL] Allwinner Clock Changes for 5.16 Maxime Ripard
@ 2021-10-26 19:44 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2021-10-26 19:44 UTC (permalink / raw)
  To: Maxime Ripard, Mike Turquette
  Cc: Maxime Ripard, linux-clk, linux-sunxi, Chen-Yu Tsai, Jernej Skrabec

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-26 19:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-18  8:02 [GIT PULL] Allwinner Clock Changes for 5.16 Maxime Ripard
2021-10-26 19:44 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).