* [GIT PULL] clk: meson: amlogic updates for v6.10
@ 2024-05-03 13:57 Jerome Brunet
2024-05-04 0:56 ` Stephen Boyd
0 siblings, 1 reply; 2+ messages in thread
From: Jerome Brunet @ 2024-05-03 13:57 UTC (permalink / raw)
To: Stephen Boyd
Cc: linux-clk@vger.kernel.org, linux-amlogic@lists.infradead.org,
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] clk: meson: amlogic updates for v6.10
2024-05-03 13:57 [GIT PULL] clk: meson: amlogic updates for v6.10 Jerome Brunet
@ 2024-05-04 0:56 ` Stephen Boyd
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2024-05-04 0:56 UTC (permalink / raw)
To: Jerome Brunet; +Cc: linux-clk
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-04 0:56 UTC | newest]
Thread overview: 2+ messages (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
2024-05-04 0:56 ` Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox