* [GIT PULL] clk: imx: Updates for v6.10
@ 2024-05-01 14:44 Abel Vesa
2024-05-01 23:26 ` Stephen Boyd
0 siblings, 1 reply; 2+ messages in thread
From: Abel Vesa @ 2024-05-01 14:44 UTC (permalink / raw)
To: Mike Turquette, Stephen Boyd
Cc: imx, NXP Linux Team, linux-clk, Linux Kernel Mailing List
The following changes since commit 4cece764965020c22cff7665b18a012006359095:
Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git/ tags/clk-imx-6.10
for you to fetch changes up to f5072cffb35c122ec85d91ef327fa8814f04297b:
clk: imx: imx8mp: Convert to platform remove callback returning void (2024-05-01 14:40:49 +0300)
----------------------------------------------------------------
i.MX clocks changes for 6.10
- Add PM runtime support to i.MX8MP Audiomix
- Add i.MX95 BLK CTL clock driver
- Add DT schema for i.MX95 Display Master Block Control
- Convert to platform remove callback returning void for i.MX8MP
Audiomix
----------------------------------------------------------------
Fabio Estevam (1):
clk: imx: imx8mp: Switch to RUNTIME_PM_OPS()
Peng Fan (4):
dt-bindings: clock: add i.MX95 clock header
dt-bindings: clock: support i.MX95 BLK CTL module
dt-bindings: clock: support i.MX95 Display Master CSR module
clk: imx: add i.MX95 BLK CTL clk driver
Shengjiu Wang (1):
clk: imx: imx8mp: Add pm_runtime support for power saving
Uwe Kleine-König (1):
clk: imx: imx8mp: Convert to platform remove callback returning void
.../bindings/clock/nxp,imx95-blk-ctl.yaml | 56 +++
.../clock/nxp,imx95-display-master-csr.yaml | 64 +++
drivers/clk/imx/Kconfig | 7 +
drivers/clk/imx/Makefile | 1 +
drivers/clk/imx/clk-imx8mp-audiomix.c | 155 +++++++-
drivers/clk/imx/clk-imx95-blk-ctl.c | 438 +++++++++++++++++++++
include/dt-bindings/clock/nxp,imx95-clock.h | 28 ++
7 files changed, 728 insertions(+), 21 deletions(-)
create mode 100644 Documentation/devicetree/bindings/clock/nxp,imx95-blk-ctl.yaml
create mode 100644 Documentation/devicetree/bindings/clock/nxp,imx95-display-master-csr.yaml
create mode 100644 drivers/clk/imx/clk-imx95-blk-ctl.c
create mode 100644 include/dt-bindings/clock/nxp,imx95-clock.h
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] clk: imx: Updates for v6.10
2024-05-01 14:44 [GIT PULL] clk: imx: Updates for v6.10 Abel Vesa
@ 2024-05-01 23:26 ` Stephen Boyd
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2024-05-01 23:26 UTC (permalink / raw)
To: Abel Vesa, Mike Turquette
Cc: imx, NXP Linux Team, linux-clk, Linux Kernel Mailing List
Quoting Abel Vesa (2024-05-01 07:44:45)
> The following changes since commit 4cece764965020c22cff7665b18a012006359095:
>
> Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git/ tags/clk-imx-6.10
>
> for you to fetch changes up to f5072cffb35c122ec85d91ef327fa8814f04297b:
>
> clk: imx: imx8mp: Convert to platform remove callback returning void (2024-05-01 14:40:49 +0300)
>
> ----------------------------------------------------------------
Thanks. Pulled into clk-next
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-01 23:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-01 14:44 [GIT PULL] clk: imx: Updates for v6.10 Abel Vesa
2024-05-01 23:26 ` Stephen Boyd
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).