From: Sean Wang <objelf@xxxxxxxxx> Enable the deep sleep mode in suspend handler which is able to reduce the power consumption further. v2: - rebase onto [PATCH 00/19] mt76: improve runtime-pm support - change the 'From' tag in 4/6 patch Lorenzo Bianconi (4): mt76: mt7921: move mt7921_dma_reset in dma.c mt76: mt7921: introduce mt7921_wpdma_reset utility routine mt76: mt7921: introduce mt7921_dma_{enable,disable} utilities mt76: mt7921: introduce mt7921_wpdma_reinit_cond utility routine Sean Wang (2): mt76: connac: introduce mt76_connac_mcu_set_deep_sleep utility mt76: mt7921: enable deep sleep when the device suspends .../net/wireless/mediatek/mt76/mt76_connac.h | 2 + .../wireless/mediatek/mt76/mt76_connac_mcu.c | 22 +- .../wireless/mediatek/mt76/mt76_connac_mcu.h | 10 + .../wireless/mediatek/mt76/mt7921/debugfs.c | 3 + .../net/wireless/mediatek/mt76/mt7921/dma.c | 208 +++++++++++++----- .../net/wireless/mediatek/mt76/mt7921/mac.c | 94 +------- .../wireless/mediatek/mt76/mt7921/mt7921.h | 8 +- .../net/wireless/mediatek/mt76/mt7921/pci.c | 12 + 8 files changed, 205 insertions(+), 154 deletions(-) -- 2.25.1