[PATCH 29/51] mtd: rawnand: gpmi: Switch to __pm_runtime_put_autosuspend()

Miquel Raynal miquel.raynal at bootlin.com
Fri Oct 4 04:12:56 PDT 2024


Hi Sakari,

sakari.ailus at linux.intel.com wrote on Fri,  4 Oct 2024 12:41:33 +0300:

> pm_runtime_put_autosuspend() will soon be changed to include a call to
> pm_runtime_mark_last_busy(). This patch switches the current users to
> __pm_runtime_put_autosuspend() which will continue to have the
> functionality of old pm_runtime_put_autosuspend().
> 
> Signed-off-by: Sakari Ailus <sakari.ailus at linux.intel.com>

Are you sure using a callback prefixed with '__' is relevant in normal
drivers? I'd expect something cleaner from a naming point of view.

Thanks,
Miquèl



More information about the linux-mtd mailing list