[PATCH 0/4] clk: use the auxiliary device creation helper

From: Jerome Brunet
Date: Wed Jun 11 2025 - 08:54:31 EST


This series is essentially a resend of the clock related changes of this
series [1] sent a few months ago.

The necessary auxiliary bus support has now been merged with
v6.16-rc1, so this change should be safe to apply.

I've included the reset change from Theo. It has been reviewed by Philipp
and it is probably best if it can go along the eyeq clock change to avoid a
WARN() in reset.

[1]: https://lore.kernel.org/r/20250218-aux-device-create-helper-v4-0-c3d7dfdea2e6@xxxxxxxxxxxx

Signed-off-by: Jerome Brunet <jbrunet@xxxxxxxxxxxx>
---
Jerome Brunet (3):
clk: eyeq: use the auxiliary device creation helper
clk: clk-imx8mp-audiomix: use the auxiliary device creation helper
clk: amlogic: axg-audio: use the auxiliary reset driver

Théo Lebrun (1):
reset: eyeq: drop device_set_of_node_from_dev() done by parent

drivers/clk/clk-eyeq.c | 57 ++++-------------
drivers/clk/imx/clk-imx8mp-audiomix.c | 49 +++------------
drivers/clk/meson/Kconfig | 3 +-
drivers/clk/meson/axg-audio.c | 114 ++++------------------------------
drivers/reset/reset-eyeq.c | 13 +---
5 files changed, 37 insertions(+), 199 deletions(-)
---
base-commit: 19272b37aa4f83ca52bdf9c16d5d81bdd1354494
change-id: 20250611-clk-aux-0916e0689b1f

Best regards,
--
Jerome