linux_dsm_epyc7002/drivers/net/wireless
Vaibhav Gupta c3ab1804b1 airo: use generic power management
Drivers using legacy power management .suspen()/.resume() callbacks
have to manage PCI states and device's PM states themselves. They also
need to take care of standard configuration registers.

Switch to generic power management framework using a single
"struct dev_pm_ops" variable to take the unnecessary load from the driver.
This also avoids the need for the driver to directly call most of the PCI
helper functions and device power state control functions, as through
the generic framework PCI Core takes care of the necessary operations,
and drivers are required to do only device-specific jobs.

Signed-off-by: Vaibhav Gupta <vaibhavgupta40@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200728114128.1218310-1-vaibhavgupta40@gmail.com
2020-08-02 18:24:37 +03:00
..
admtek adm8211: use generic power management 2020-07-15 13:38:57 +03:00
ath wireless-drivers-next patches for v5.9 2020-07-20 17:52:50 -07:00
atmel atmel: fix wiki website url 2020-07-15 13:18:40 +03:00
broadcom b43legacy: Replace HTTP links with HTTPS ones 2020-08-02 18:17:37 +03:00
cisco airo: use generic power management 2020-08-02 18:24:37 +03:00
intel ipw2x00: switch from 'pci_' to 'dma_' API 2020-08-02 18:19:05 +03:00
intersil intersil: fix wiki website url 2020-08-02 18:23:21 +03:00
marvell mwifiex: 11n_rxreorder: Remove unnecessary cast in kfree() 2020-08-02 17:56:09 +03:00
mediatek mt7601u: add missing release on skb in mt7601u_mcu_msg_send 2020-08-02 18:11:34 +03:00
microchip wilc1000: Move wilc1000 SDIO ID's from driver source to common header file 2020-08-02 18:12:23 +03:00
quantenna qtnfmac: Missing platform_device_unregister() on error in qtnf_core_mac_alloc() 2020-08-02 18:20:30 +03:00
ralink rt2x00: pci: use generic power management 2020-08-02 18:13:45 +03:00
realtek rtw88: 8821c: coex: add functions and parameters 2020-08-02 18:06:51 +03:00
rsi treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
st treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
ti wlcore: Remove pointless spinlock 2020-07-15 12:12:31 +03:00
zydas zd1211rw: remove needless check before usb_free_coherent() 2020-07-15 19:46:38 +03:00
Kconfig wireless-drivers-next patches for v5.9 2020-07-20 17:52:50 -07:00
mac80211_hwsim.c mac80211_hwsim: report the WIPHY_FLAG_SUPPORTS_5_10_MHZ capability 2020-05-27 10:03:27 +02:00
mac80211_hwsim.h mac80211_hwsim: notify wmediumd of used MAC addresses 2020-04-24 11:45:47 +02:00
Makefile wilc1000: move wilc driver out of staging 2020-06-26 08:46:46 +03:00
ray_cs.c ray_cs: use true,false for bool variable 2020-05-06 11:33:23 +03:00
ray_cs.h
rayctl.h ray_cs: Replace zero-length array with flexible-array member 2020-03-23 19:18:27 +02:00
rndis_wlan.c rndis_wlan: Replace zero-length array with flexible-array 2020-05-12 11:56:55 +03:00
virt_wifi.c virt_wifi: implement ndo_get_iflink 2020-03-20 14:42:20 +01:00
wl3501_cs.c netdev: pass the stuck queue to the timeout handler 2019-12-12 21:38:57 -08:00
wl3501.h wl3501_cs: Replace zero-length array with flexible-array member 2020-03-23 19:21:21 +02:00