mbox series

[GIT,PULL] Allwinner Clock Changes for 5.10

Message ID 81c9baac-823c-498a-9131-d71349379cf2.lettre@localhost (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] Allwinner Clock Changes for 5.10 | expand

Pull-request

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

Message

Maxime Ripard Sept. 21, 2020, 3:52 p.m. UTC
Hi Mike, Stephen,

Please pull the following changes for the next release.

Thanks!
Maxime

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -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.10-1

for you to fetch changes up to a3ba99a24b36bc4eee5413a820e2c4f3d81593fa:

  clk: sunxi-ng: sun8i: r40: Use sigma delta modulation for audio PLL (2020-08-25 16:42:55 +0200)

----------------------------------------------------------------
Our usual PR for the Allwinner SoCs, this time adding support for the
Allwinner A100 SoC, and adding support for the sigma-delta modulation on
the audio PLL for the R40.
-----BEGIN PGP SIGNATURE-----

iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCX2jMHwAKCRDj7w1vZxhR
xRFUAQDnGPaCxG4aQL5C9OuEM95xS5mvqh1nHqXEpzTL27YrMgEA56BkffQDTs7T
+opPbuCVil5UIlZodc8CpJFpUkG3QQ4=
=DF1k
-----END PGP SIGNATURE-----

----------------------------------------------------------------
Jernej Skrabec (1):
      clk: sunxi-ng: sun8i: r40: Use sigma delta modulation for audio PLL

Yangtao Li (2):
      dt-bindings: clk: sunxi-ccu: add compatible string for A100 CCU and R-CCU
      clk: sunxi-ng: add support for the Allwinner A100 CCU


 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-ccu.yaml |    7 +-
 drivers/clk/sunxi-ng/Kconfig                                         |   10 +-
 drivers/clk/sunxi-ng/Makefile                                        |    2 +-
 drivers/clk/sunxi-ng/ccu-sun50i-a100-r.c                             |  214 +-
 drivers/clk/sunxi-ng/ccu-sun50i-a100-r.h                             |   21 +-
 drivers/clk/sunxi-ng/ccu-sun50i-a100.c                               | 1276 +++++++-
 drivers/clk/sunxi-ng/ccu-sun50i-a100.h                               |   56 +-
 drivers/clk/sunxi-ng/ccu-sun8i-r40.c                                 |   37 +-
 include/dt-bindings/clock/sun50i-a100-ccu.h                          |  116 +-
 include/dt-bindings/clock/sun50i-a100-r-ccu.h                        |   23 +-
 include/dt-bindings/reset/sun50i-a100-ccu.h                          |   68 +-
 include/dt-bindings/reset/sun50i-a100-r-ccu.h                        |   18 +-
 12 files changed, 1834 insertions(+), 14 deletions(-)
 create mode 100644 drivers/clk/sunxi-ng/ccu-sun50i-a100-r.c
 create mode 100644 drivers/clk/sunxi-ng/ccu-sun50i-a100-r.h
 create mode 100644 drivers/clk/sunxi-ng/ccu-sun50i-a100.c
 create mode 100644 drivers/clk/sunxi-ng/ccu-sun50i-a100.h
 create mode 100644 include/dt-bindings/clock/sun50i-a100-ccu.h
 create mode 100644 include/dt-bindings/clock/sun50i-a100-r-ccu.h
 create mode 100644 include/dt-bindings/reset/sun50i-a100-ccu.h
 create mode 100644 include/dt-bindings/reset/sun50i-a100-r-ccu.h

Comments

Stephen Boyd Sept. 21, 2020, 8:55 p.m. UTC | #1
Quoting Maxime Ripard (2020-09-21 08:52:22)
> Hi Mike, Stephen,
> 
> Please pull the following changes for the next release.
> 
> Thanks!
> Maxime
> 
> The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
> 
>   Linux 5.9-rc1 (2020-08-16 13:04:57 -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.10-1
> 
> for you to fetch changes up to a3ba99a24b36bc4eee5413a820e2c4f3d81593fa:
> 
>   clk: sunxi-ng: sun8i: r40: Use sigma delta modulation for audio PLL (2020-08-25 16:42:55 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next