OSDN Git Service

epic100: use generic power management
authorVaibhav Gupta <vaibhavgupta40@gmail.com>
Fri, 3 Jul 2020 03:01:37 +0000 (08:31 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Jul 2020 22:20:48 +0000 (15:20 -0700)
commit622594f2ad8be03d55a56f4f91c41ae5f3849703
tree311061d15cf1192cddb89334b3bcf0ff41b4a7d0
parent4e48978cd28ce51945c08650e5c5502ca41e1fcc
epic100: use generic power management

Drivers should not use legacy power management as they have to manage power
states and related operations, for the device, themselves.

With generic PM, all essentials will be handled by the PCI core. Driver
needs to do only device-specific operations.

Compile-tested only.

Signed-off-by: Vaibhav Gupta <vaibhavgupta40@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/smsc/epic100.c