Re: [PATCH 0/2] reset: amlogic: rework auxiliary reset support
From: Arnd Bergmann
Date: Mon Dec 09 2024 - 11:08:20 EST
On Mon, Dec 9, 2024, at 17:04, Jerome Brunet wrote:
> The current implementation of auxiliary reset controller, with the
> registration helper in the same module as the driver code, does not
> allow to properly decouple the registered auxiliary driver from
> the registering one.
>
> This patchset removes the registration helper from the auxiliary reset
> driver and changes how regmap is passed, to simplify the interface a bit.
>
Looks good to me,
Acked-by: Arnd Bergmann <arnd@xxxxxxxx>