Re: [PATCH 5/7] media: meson-ir-tx: Ensure clock is disabled on unbind

From: Martin Blumenstingl

Date: Sun Jul 12 2026 - 09:27:04 EST


On Fri, Jul 10, 2026 at 10:53 AM Sean Young <sean@xxxxxxxx> wrote:
>
> clk_prepare_enabled() needs a call to clk_disable_prepare() on
> driver unbind. Make it devm managed.
>
> Fixes: 49be1c78d575 ("media: rc: introduce Meson IR TX driver")
> Signed-off-by: Sean Young <sean@xxxxxxxx>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx>

The additional error that sashiko reported will need to be fixed too.
Let's do that in a separate patch though to keep things simple.