Re: [PATCH net-next 3/3] sh_eth: Use async pm_runtime_put()
Andrew Lunn <[email protected]>
| Newsgroups | gmane.linux.kernel.renesas-soc,gmane.linux.network,gmane.linux.ports.sh.devel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Andrew