mbox series

[v3,0/2] mwifiex: Add quirks for MS Surface devices

Message ID 20210820142050.35741-1-verdre@v0yd.nl
Headers show
Series mwifiex: Add quirks for MS Surface devices | expand

Message

Jonas Dreßler Aug. 20, 2021, 2:20 p.m. UTC
Third revision of this patch, here's version 1 and 2:
version 1: https://lore.kernel.org/linux-wireless/20210522131827.67551-1-verdre@v0yd.nl/
version 2: https://lore.kernel.org/linux-wireless/20210709145831.6123-1-verdre@v0yd.nl/

Changes between v2 and v3:
 - Removed a small comment about the choice of dev_dbg() over mwifiex_dbg()
 - Switched to same licence boilerplate for pcie_quirks.* as the rest of mwifiex

Jonas Dreßler (1):
  mwifiex: pcie: add DMI-based quirk implementation for Surface devices

Tsuchiya Yuto (1):
  mwifiex: pcie: add reset_d3cold quirk for Surface gen4+ devices

 drivers/net/wireless/marvell/mwifiex/Makefile |   1 +
 drivers/net/wireless/marvell/mwifiex/pcie.c   |  11 ++
 drivers/net/wireless/marvell/mwifiex/pcie.h   |   1 +
 .../wireless/marvell/mwifiex/pcie_quirks.c    | 161 ++++++++++++++++++
 .../wireless/marvell/mwifiex/pcie_quirks.h    |  23 +++
 5 files changed, 197 insertions(+)
 create mode 100644 drivers/net/wireless/marvell/mwifiex/pcie_quirks.c
 create mode 100644 drivers/net/wireless/marvell/mwifiex/pcie_quirks.h