mbox series

[v2,0/5] wifi: rtw89: correct MAC and PCI settings

Message ID 20220819064811.37700-1-pkshih@realtek.com
Headers show
Series wifi: rtw89: correct MAC and PCI settings | expand

Message

Ping-Ke Shih Aug. 19, 2022, 6:48 a.m. UTC
In internal test, we found some problems containing MAC and PCI related
things, so correct them by this patchset.

v2: replace indirect access MIO with Linux standard API to access
    PCI configuration space.

Chia-Yuan Li (2):
  wifi: rtw89: 8852c: set TBTT shift configuration
  wifi: rtw89: pci: fix PCI PHY auto adaption by using software restore

Chin-Yen Lee (3):
  wifi: rtw89: add retry to change power_mode state
  wifi: rtw89: pci: enable CLK_REQ, ASPM, L1 and L1ss for 8852c
  wifi: rtw89: pci: correct suspend/resume setting for variant chips

 drivers/net/wireless/realtek/rtw89/mac.c |  44 +++++-
 drivers/net/wireless/realtek/rtw89/mac.h |   1 +
 drivers/net/wireless/realtek/rtw89/pci.c | 193 +++++++++++++++++++----
 drivers/net/wireless/realtek/rtw89/pci.h |  41 ++++-
 drivers/net/wireless/realtek/rtw89/reg.h |  14 ++
 5 files changed, 253 insertions(+), 40 deletions(-)