Third revision of this patch, here's version 1 and 2: version 1: https://lore.kernel.org/linux-wireless/20210522131827.67551-1-verdre@xxxxxxx/ version 2: https://lore.kernel.org/linux-wireless/20210709145831.6123-1-verdre@xxxxxxx/ 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 -- 2.31.1