mbox series

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

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

Pull-request

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

Message

Jerome Brunet May 3, 2024, 1:57 p.m. UTC
Hi Stephen,

Here is the Amlogic clock update for v6.10.
There is one new driver for the DSI display pipeline and the rest is
just house keeping.

Please pull.
Cheers

Jerome.

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 11981485e27c7e5a630ee844a2eae1f1835ba807:

  clk: meson: s4: fix module autoloading (2024-05-03 14:27:32 +0200)

----------------------------------------------------------------
Amlogic clock updates for v6.10:

* s4/a1: add regmap maximum register for proper debugfs dump
* s4: add MODULE_DEVICE_TABLE() on pll and periph controllers
* pll driver: print clock name on lock error to help debug
* vclk: finish dsi clock path support
* license: fix occurence "GPL v2" as reported by checkpatch

----------------------------------------------------------------
Dmitry Rokosov (5):
      clk: meson: a1: peripherals: determine maximum register in regmap config
      clk: meson: a1: pll: determine maximum register in regmap config
      clk: meson: s4: peripherals: determine maximum register in regmap config
      clk: meson: s4: pll: determine maximum register in regmap config
      clk: meson: pll: print out pll name when unable to lock it

Krzysztof Kozlowski (1):
      clk: meson: s4: fix module autoloading

Neil Armstrong (3):
      clk: meson: add vclk driver
      clk: meson: g12a: make VCLK2 and ENCL clock path configurable by CCF
      clk: meson: fix module license to GPL only

 drivers/clk/meson/Kconfig          |   5 ++
 drivers/clk/meson/Makefile         |   1 +
 drivers/clk/meson/a1-peripherals.c |   1 +
 drivers/clk/meson/a1-pll.c         |   1 +
 drivers/clk/meson/axg-aoclk.c      |   2 +-
 drivers/clk/meson/axg-audio.c      |   2 +-
 drivers/clk/meson/axg.c            |   2 +-
 drivers/clk/meson/clk-cpu-dyndiv.c |   2 +-
 drivers/clk/meson/clk-dualdiv.c    |   2 +-
 drivers/clk/meson/clk-mpll.c       |   2 +-
 drivers/clk/meson/clk-phase.c      |   2 +-
 drivers/clk/meson/clk-pll.c        |   6 +-
 drivers/clk/meson/clk-regmap.c     |   2 +-
 drivers/clk/meson/g12a-aoclk.c     |   2 +-
 drivers/clk/meson/g12a.c           |  78 ++++++++++++++------
 drivers/clk/meson/gxbb-aoclk.c     |   2 +-
 drivers/clk/meson/gxbb.c           |   2 +-
 drivers/clk/meson/meson-aoclk.c    |   2 +-
 drivers/clk/meson/meson-eeclk.c    |   2 +-
 drivers/clk/meson/s4-peripherals.c |   2 +
 drivers/clk/meson/s4-pll.c         |   2 +
 drivers/clk/meson/sclk-div.c       |   2 +-
 drivers/clk/meson/vclk.c           | 141 +++++++++++++++++++++++++++++++++++++
 drivers/clk/meson/vclk.h           |  51 ++++++++++++++
 drivers/clk/meson/vid-pll-div.c    |   2 +-
 25 files changed, 279 insertions(+), 39 deletions(-)
 create mode 100644 drivers/clk/meson/vclk.c
 create mode 100644 drivers/clk/meson/vclk.h

Comments

Stephen Boyd May 4, 2024, 12:56 a.m. UTC | #1
Quoting Jerome Brunet (2024-05-03 06:57:49)
> 
> Hi Stephen,
> 
> Here is the Amlogic clock update for v6.10.
> There is one new driver for the DSI display pipeline and the rest is
> just house keeping.
> 
> Please pull.
> Cheers
> 
> Jerome.
> 
> The following changes since commit 4cece764965020c22cff7665b18a012006359095:
> 
>   Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
> 
> are available in the Git repository at:
> 
>   https://github.com/BayLibre/clk-meson.git tags/clk-meson-v6.10-1
> 
> for you to fetch changes up to 11981485e27c7e5a630ee844a2eae1f1835ba807:
> 
>   clk: meson: s4: fix module autoloading (2024-05-03 14:27:32 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next