aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-mgr.c
diff options
context:
space:
mode:
authorVaibhav Gupta <[email protected]>2020-07-20 15:47:23 +0530
committerGreg Kroah-Hartman <[email protected]>2020-07-23 15:17:37 +0200
commit8f27d659dfe67f4d70ba31120d7118055823f667 (patch)
tree8482265eedca47c62cb28c2ad93adffb923b098c /drivers/fpga/fpga-mgr.c
parent21ee9b1995fc01510352d4a55c5316283293b020 (diff)
cardreader/rtsx_pcr.c: 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. This driver was handling them with the help of PCI helper functions like pci_save/restore_state(), pci_enable/disable_device(), etc. With generic PM, all essentials will be handled by the PCI core. Driver needs to do only device-specific operations. The driver was also using pci_enable_wake(...,..., 0) to disable wake. Use device_wakeup_disable() instead. Compile-tested only. Signed-off-by: Vaibhav Gupta <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions