mbox series

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

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

Pull-request

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

Message

Jerome Brunet Aug. 30, 2024, 2:36 p.m. UTC
Hi Stephen,

Here is the Amlogic clock update for v6.12.
Nothing out of the ordinary: adding some clocks and bit of clean-up.
The only notable change might be the use symbol namespace for exported
symbols specific to Amlogic clocks. Those won't pollute the global
namespace anymore and will not be accessible to other modules that have
reason to use them.

Please pull.
Cheers

Jerome

The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to adac147c6a32e2919cb04555387e12e738991a19:

  clk: meson: introduce symbol namespace for amlogic clocks (2024-07-29 16:47:33 +0200)

----------------------------------------------------------------
Amlogic clock changes for v6.12

* Constify some structs clean-up
* Add SM1 eARC clocks
* Introduce a symbol namespace for Amlogic clock specific symbols

----------------------------------------------------------------
Javier Carrasco (6):
      clk: meson: a1: peripherals: Constify struct regmap_config
      clk: meson: a1: pll: Constify struct regmap_config
      clk: meson: c3: peripherals: Constify struct regmap_config
      clk: meson: c3: pll: Constify struct regmap_config
      clk: meson: s4: peripherals: Constify struct regmap_config
      clk: meson: s4: pll: Constify struct regmap_config

Jerome Brunet (6):
      Merge tag 'v6.11-rc1' into clk-meson-next
      dt-bindings: clock: axg-audio: add earcrx clock ids
      Merge branch 'v6.12/bindings' into clk-meson-next
      clk: meson: axg-audio: setup regmap max_register based on the SoC
      clk: meson: axg-audio: add sm1 earcrx clocks
      clk: meson: introduce symbol namespace for amlogic clocks

 drivers/clk/meson/a1-peripherals.c         |  3 ++-
 drivers/clk/meson/a1-pll.c                 |  3 ++-
 drivers/clk/meson/axg-aoclk.c              |  1 +
 drivers/clk/meson/axg-audio.c              | 39 ++++++++++++++++++++++++++++--
 drivers/clk/meson/axg-audio.h              |  2 ++
 drivers/clk/meson/axg.c                    |  1 +
 drivers/clk/meson/c3-peripherals.c         |  3 ++-
 drivers/clk/meson/c3-pll.c                 |  3 ++-
 drivers/clk/meson/clk-cpu-dyndiv.c         |  3 ++-
 drivers/clk/meson/clk-dualdiv.c            |  5 ++--
 drivers/clk/meson/clk-mpll.c               |  5 ++--
 drivers/clk/meson/clk-phase.c              |  8 +++---
 drivers/clk/meson/clk-pll.c                |  7 +++---
 drivers/clk/meson/clk-regmap.c             | 13 +++++-----
 drivers/clk/meson/g12a-aoclk.c             |  1 +
 drivers/clk/meson/g12a.c                   |  1 +
 drivers/clk/meson/gxbb-aoclk.c             |  1 +
 drivers/clk/meson/gxbb.c                   |  1 +
 drivers/clk/meson/meson-aoclk.c            |  3 ++-
 drivers/clk/meson/meson-clkc-utils.c       |  3 ++-
 drivers/clk/meson/meson-eeclk.c            |  3 ++-
 drivers/clk/meson/s4-peripherals.c         |  3 ++-
 drivers/clk/meson/s4-pll.c                 |  3 ++-
 drivers/clk/meson/sclk-div.c               |  3 ++-
 drivers/clk/meson/vclk.c                   |  5 ++--
 drivers/clk/meson/vid-pll-div.c            |  3 ++-
 include/dt-bindings/clock/axg-audio-clkc.h |  7 ++++++
 27 files changed, 100 insertions(+), 33 deletions(-)