Re: [PATCH] net: smsc911x: Make Runtime PM handling more fine-grained

2021-01-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 18 Jan 2021 16:08:57 +0100 you wrote: > Currently the smsc911x driver has mininal power management: during > driver probe, the device is powered up, and during driver remove, it is > powered down. > > Improve power

[PATCH] net: smsc911x: Make Runtime PM handling more fine-grained

2021-01-18 Thread Geert Uytterhoeven
Currently the smsc911x driver has mininal power management: during driver probe, the device is powered up, and during driver remove, it is powered down. Improve power management by making it more fine-grained: 1. Power the device down when driver probe is finished, 2. Power the device (down) w