[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20251114135842.1473203-1-abel.vesa@linaro.org>
Date: Fri, 14 Nov 2025 15:58:42 +0200
From: Abel Vesa <abel.vesa@...aro.org>
To: Mike Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>
Cc: imx@...ts.linux.dev,
NXP Linux Team <linux-imx@....com>,
linux-clk@...r.kernel.org,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] clk: imx: Updates for v6.19
The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:
Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git/ tags/clk-imx-6.19
for you to fetch changes up to fdc1dc7dd53b95805d3943ed36785c1ec812915e:
clk: imx: add driver for imx8ulp's sim lpav (2025-11-11 18:01:25 +0200)
----------------------------------------------------------------
i.MX clocks changes for 6.19
- Add delay to the PCC enable/disable in i.MX7ULP composite, needed by
some specific peripherals.
- Simplify the i.MX8MP auxiomix by using devm_auxiliary_device_create()
- Add the i.MX8ULP SIM LPAV platform specific clock provider.
----------------------------------------------------------------
Jacky Bai (1):
clk: imx: Add some delay before deassert the reset
Laurentiu Mihalcea (2):
dt-bindings: clock: document 8ULP's SIM LPAV
clk: imx: add driver for imx8ulp's sim lpav
Peng Fan (1):
clk: imx: imx8mp-audiomix: use devm_auxiliary_device_create() to simple code
.../bindings/clock/fsl,imx8ulp-sim-lpav.yaml | 72 ++++++++++
drivers/clk/imx/Kconfig | 1 +
drivers/clk/imx/Makefile | 1 +
drivers/clk/imx/clk-composite-7ulp.c | 13 ++
drivers/clk/imx/clk-imx8mp-audiomix.c | 39 +-----
drivers/clk/imx/clk-imx8ulp-sim-lpav.c | 156 +++++++++++++++++++++
include/dt-bindings/clock/imx8ulp-clock.h | 5 +
include/dt-bindings/reset/fsl,imx8ulp-sim-lpav.h | 16 +++
8 files changed, 268 insertions(+), 35 deletions(-)
create mode 100644 Documentation/devicetree/bindings/clock/fsl,imx8ulp-sim-lpav.yaml
create mode 100644 drivers/clk/imx/clk-imx8ulp-sim-lpav.c
create mode 100644 include/dt-bindings/reset/fsl,imx8ulp-sim-lpav.h
Powered by blists - more mailing lists