On Thu, Sep 04, 2025 at 05:18:58PM +0200, Geert Uytterhoeven wrote: > There is no stringent need to power down the device immediately after a > register read, or after a failed open. Relax power down handling by > replacing calls to synchronous pm_runtime_put_sync() by calls to > asynchronous pm_runtime_put(). > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Reviewed-by: Andrew Lunn <andrew@xxxxxxx> Andrew