Re: [PATCH] i2c: busses: i2c-qcom-geni: Use resume and get pm runtime interface

From: Andi Shyti

Date: Thu Aug 27 2026 - 19:57:58 EST


Hi Alex,

I reworded a bit the title to:

i2c: busses: Use pm_runtime_resume_and_get()

It's more understandable.

On Wed, Aug 26, 2026 at 10:19:26AM -0700, Alex Tran wrote:
> Utilize the provided pm_runtime_resume_and_get api
> to increase the usage count and call the rpm resume
> callback. Upon failure, the function takes care of
> calling pm_runtime_put_noidle. Remove the explicit
> call to put no idle.

I added here Mukesh' suggestion.

> Signed-off-by: Alex Tran <alex.tran@xxxxxxxxxxxxxxxx>

Merged to i2c/i2c.

Thanks,
Andi