• Vaibhav Gupta's avatar
    liquidio: use generic power management · 1c2e4839
    Vaibhav Gupta authored
    Drivers should not use legacy power management as they have to manage power
    states and related operations, for the device, themselves. This driver was
    handling them with the help of PCI helper functions.
    
    With generic PM, all essentials will be handled by the PCI core. Driver
    needs to do only device-specific operations.
    
    The driver defined empty-body .suspend() and .resume() callbacks earlier.
    They can now be define NULL and bind with "struct dev_pm_ops" variable.
    
    Compile-tested only.
    Signed-off-by: default avatarVaibhav Gupta <vaibhavgupta40@gmail.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    1c2e4839
lio_main.c 115 KB