Linux-Clk Archive mirror
 help / color / mirror / Atom feed
From: Jerome Brunet <jbrunet@baylibre.com>
To: Stephen Boyd <sboyd@kernel.org>
Cc: "linux-clk@vger.kernel.org" <linux-clk@vger.kernel.org>,
	"linux-amlogic@lists.infradead.org"
	<linux-amlogic@lists.infradead.org>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Kevin Hilman <khilman@baylibre.com>
Subject: [GIT PULL] clk: meson: amlogic updates for v6.10
Date: Fri, 03 May 2024 15:57:49 +0200	[thread overview]
Message-ID: <1j8r0r3sf0.fsf@starbuckisacylon.baylibre.com> (raw)


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


             reply	other threads:[~2024-05-03 14:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-03 13:57 Jerome Brunet [this message]
2024-05-04  0:56 ` [GIT PULL] clk: meson: amlogic updates for v6.10 Stephen Boyd

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1j8r0r3sf0.fsf@starbuckisacylon.baylibre.com \
    --to=jbrunet@baylibre.com \
    --cc=khilman@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=sboyd@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).