Re: [PATCH] media: hantro: release runtime resources when device_run fails

From: Tharit Tangkijwanichakul

Date: Sat Jul 25 2026 - 04:02:42 EST


> Mix use runtime pm and clock is not good.
>
> You can put clk_bulk_enable() into runtime pm resume call back
> and clk_bulk_disable() into runtime pm suspend call back.
>
> Frank

Hi Frank,

Thanks for the suggestion. I will inspect the hantro pm_runtime call
sites and let me implement your suggestion into v3.

Best,
Tharit