mbox series

[GIT,PULL] : clk: meson: amlogic clock updates for v6.7

Message ID 1j1qdux4rt.fsf@starbuckisacylon.baylibre.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] : clk: meson: amlogic clock updates for v6.7 | expand

Pull-request

https://github.com/BayLibre/clk-meson.git tags/clk-meson-v6.7-1

Message

Jerome Brunet Oct. 16, 2023, 9:58 a.m. UTC
Hi Stephen,

Here are the Amlogic clock updates for v6.7
It is adding 2 clock controller drivers for the new s4 family SoC.

Cheers

Jerome


The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  https://github.com/BayLibre/clk-meson.git tags/clk-meson-v6.7-1

for you to fetch changes up to 57b55c76aaf1ba50ecc6dcee5cd6843dc4d85239:

  clk: meson: S4: add support for Amlogic S4 SoC peripheral clock controller (2023-09-27 11:01:03 +0200)

----------------------------------------------------------------
Amlogic clock changes for v6.7

- Add s4 main clock controller support

----------------------------------------------------------------
Yu Tu (4):
      dt-bindings: clock: document Amlogic S4 SoC PLL clock controller
      dt-bindings: clock: document Amlogic S4 SoC peripherals clock controller
      clk: meson: S4: add support for Amlogic S4 SoC PLL clock driver
      clk: meson: S4: add support for Amlogic S4 SoC peripheral clock controller

 .../clock/amlogic,s4-peripherals-clkc.yaml         |   96 +
 .../bindings/clock/amlogic,s4-pll-clkc.yaml        |   49 +
 drivers/clk/meson/Kconfig                          |   23 +
 drivers/clk/meson/Makefile                         |    2 +
 drivers/clk/meson/s4-peripherals.c                 | 3813 ++++++++++++++++++++
 drivers/clk/meson/s4-peripherals.h                 |   56 +
 drivers/clk/meson/s4-pll.c                         |  867 +++++
 drivers/clk/meson/s4-pll.h                         |   38 +
 .../clock/amlogic,s4-peripherals-clkc.h            |  236 ++
 include/dt-bindings/clock/amlogic,s4-pll-clkc.h    |   43 +
 10 files changed, 5223 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/amlogic,s4-peripherals-clkc.yaml
 create mode 100644 Documentation/devicetree/bindings/clock/amlogic,s4-pll-clkc.yaml
 create mode 100644 drivers/clk/meson/s4-peripherals.c
 create mode 100644 drivers/clk/meson/s4-peripherals.h
 create mode 100644 drivers/clk/meson/s4-pll.c
 create mode 100644 drivers/clk/meson/s4-pll.h
 create mode 100644 include/dt-bindings/clock/amlogic,s4-peripherals-clkc.h
 create mode 100644 include/dt-bindings/clock/amlogic,s4-pll-clkc.h

Comments

Stephen Boyd Oct. 18, 2023, 11:55 p.m. UTC | #1
Quoting Jerome Brunet (2023-10-16 02:58:26)
> 
> Hi Stephen,
> 
> Here are the Amlogic clock updates for v6.7
> It is adding 2 clock controller drivers for the new s4 family SoC.
> 
> Cheers
> 
> Jerome
> 
> 
> The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
> 
>   Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)
> 
> are available in the Git repository at:
> 
>   https://github.com/BayLibre/clk-meson.git tags/clk-meson-v6.7-1
> 
> for you to fetch changes up to 57b55c76aaf1ba50ecc6dcee5cd6843dc4d85239:
> 
>   clk: meson: S4: add support for Amlogic S4 SoC peripheral clock controller (2023-09-27 11:01:03 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next