]> www.infradead.org Git - users/jedix/linux-maple.git/commit
reset: amlogic: aux: drop aux registration helper
authorJerome Brunet <jbrunet@baylibre.com>
Mon, 9 Dec 2024 16:04:35 +0000 (17:04 +0100)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Wed, 15 Jan 2025 16:59:31 +0000 (17:59 +0100)
commit72bb8275a3b0784a817e0371c49c0110d68bb7fb
tree15beae20b7bdfaee98d50e20e40e077b28bd7ed9
parentccfba09ceecc3ac1f264e680120cef01aed6e75e
reset: amlogic: aux: drop aux registration helper

Having the aux registration helper along with the registered driver is not
great dependency wise. It does not allow the registering driver to be
properly decoupled from the registered auxiliary driver.

Drop the registration helper from the amlogic auxiliary reset driver.
This will be handled in the registering clock driver to start with while
a more generic solution is worked on.

Suggested-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20241209-meson-rst-aux-rework-v1-2-d2afb69cc72e@baylibre.com
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/reset/amlogic/reset-meson-aux.c
include/soc/amlogic/reset-meson-aux.h [deleted file]