From: Jerome Brunet <jbrunet@baylibre.com>
To: Stephen Boyd <sboyd@kernel.org>
Cc: linux-clk <linux-clk@vger.kernel.org>,
linux-amlogic <linux-amlogic@lists.infradead.org>,
Brian Masney <bmasney@redhat.com>
Subject: [GIT PULL] clk: meson: Amlogic clock changes for v7.3
Date: Fri, 31 Jul 2026 16:39:15 +0200 [thread overview]
Message-ID: <1jmrv7xlyk.fsf@starbuckisacylon.baylibre.com> (raw)
Hi Stephen,
Here are the Amlogic clock changes for v7.3
Nothing out of the ordinary, 1 fix for an old chip and 2 new controllers
for a new chip.
Please Pull.
Cheers
Jerome
The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:
Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)
are available in the Git repository at:
https://github.com/BayLibre/clk-meson.git tags/clk-meson-v7.3-1
for you to fetch changes up to 6f809ca8104b01dff31a20e91fa748b49fe2971f:
clk: amlogic: Add A9 peripherals clock controller driver (2026-07-24 18:09:37 +0200)
----------------------------------------------------------------
Amlogic clock changes for v7.3
* Fix the incorrect parent number of the 32k clock on GXBB
* Add the AO and peripheral clock controllers for the new A9 chip
----------------------------------------------------------------
Jian Hu (4):
dt-bindings: clock: Add Amlogic A9 AO clock controller
clk: amlogic: Add A9 AO clock controller driver
dt-bindings: clock: Add Amlogic A9 peripherals clock controller
clk: amlogic: Add A9 peripherals clock controller driver
Martin Blumenstingl (1):
clk: meson: align gxbb_32k_clk_sel number of parents with actual count
.../bindings/clock/amlogic,a9-aoclkc.yaml | 76 +
.../clock/amlogic,a9-peripherals-clkc.yaml | 164 ++
drivers/clk/meson/Kconfig | 27 +
drivers/clk/meson/Makefile | 2 +
drivers/clk/meson/a9-aoclk.c | 489 +++++
drivers/clk/meson/a9-peripherals.c | 2089 ++++++++++++++++++++
drivers/clk/meson/gxbb.c | 2 +-
include/dt-bindings/clock/amlogic,a9-aoclkc.h | 76 +
.../clock/amlogic,a9-peripherals-clkc.h | 351 ++++
9 files changed, 3275 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/clock/amlogic,a9-aoclkc.yaml
create mode 100644 Documentation/devicetree/bindings/clock/amlogic,a9-peripherals-clkc.yaml
create mode 100644 drivers/clk/meson/a9-aoclk.c
create mode 100644 drivers/clk/meson/a9-peripherals.c
create mode 100644 include/dt-bindings/clock/amlogic,a9-aoclkc.h
create mode 100644 include/dt-bindings/clock/amlogic,a9-peripherals-clkc.h
reply other threads:[~2026-07-31 14:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1jmrv7xlyk.fsf@starbuckisacylon.baylibre.com \
--to=jbrunet@baylibre.com \
--cc=bmasney@redhat.com \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-clk@vger.kernel.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