Re: [PATCH 0/3] reset: Convert to platform remove callback returning void

From: Philipp Zabel
Date: Tue Mar 12 2024 - 04:47:43 EST


On Di, 2024-03-05 at 22:32 +0100, Uwe Kleine-König wrote:
> Hello,
>
> this series converts all platform drivers below drivers/reset to struct
> platform_driver::remove_new(). See commit 5c5a7680e67b ("platform:
> Provide a remove callback that returns no value") for an extended
> explanation and the eventual goal.
>
> All conversations are trivial, because their .remove() callbacks
> returned zero unconditionally.
>
> There are no interdependencies between these patches, so they could be
> picked up individually. But I'd hope that they get picked up all
> together by Philipp.

Thank you, I'll pick them up.

Reviewed-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>

regards
Philipp