Re: [PATCH] i2c: qcom-geni: Use modern PM operation macros
From: Andi Shyti
Date: Wed Sep 09 2026 - 15:33:51 EST
Hi Mukesh,
On Wed, Jul 29, 2026 at 01:00:40PM +0530, Mukesh Kumar Savaliya wrote:
> The driver uses the legacy SET_NOIRQ_SYSTEM_SLEEP_PM_OPS() and
> SET_RUNTIME_PM_OPS() helpers to initialize struct dev_pm_ops.
>
> Switch to the modern NOIRQ_SYSTEM_SLEEP_PM_OPS() and RUNTIME_PM_OPS()
> macros instead. These macros keep PM callbacks referenced by the
> compiler and help avoid potential unused-function warnings in
> configurations where PM support is disabled or partially enabled.
>
> No functional change intended.
>
> Signed-off-by: Mukesh Kumar Savaliya <mukesh.savaliya@xxxxxxxxxxxxxxxx>
merged to i2c/i2c.
Thanks,
Andi