linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] clk: meson: amlogic updates for v6.10
@ 2024-05-03 13:57 Jerome Brunet
  0 siblings, 0 replies; only message in thread
From: Jerome Brunet @ 2024-05-03 13:57 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: linux-clk, linux-amlogic, Neil Armstrong, Kevin Hilman


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


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-03 14:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-03 13:57 [GIT PULL] clk: meson: amlogic updates for v6.10 Jerome Brunet

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