mbox series

[0/2] qtnfmac: add support for the new revision of qsr10g chip

Message ID 20191121135324.21715-1-sergey.matyukevich.os@quantenna.com (mailing list archive)
Headers show
Series qtnfmac: add support for the new revision of qsr10g chip | expand

Message

Sergey Matyukevich Nov. 21, 2019, 1:53 p.m. UTC
Hello Kalle and all,

Here are two patches adding support for the new revision of QSR10g chip.
Major change from the driver perspective is a PCIe data path update.

Sergey Matyukevich (2):
  qtnfmac: refactor data path to prepare for the next QSR10G chip revision
  qtnfmac: add support for the new revision of QSR10g chip

 drivers/net/wireless/quantenna/qtnfmac/bus.h       |   3 +-
 drivers/net/wireless/quantenna/qtnfmac/pcie/pcie.c |   4 +-
 .../wireless/quantenna/qtnfmac/pcie/pearl_pcie.c   | 629 ++++++++++++++++-----
 .../quantenna/qtnfmac/pcie/pearl_pcie_ipc.h        |   3 +
 .../quantenna/qtnfmac/pcie/pearl_pcie_regs.h       |  33 +-
 .../net/wireless/quantenna/qtnfmac/qtn_hw_ids.h    |   1 +
 drivers/net/wireless/quantenna/qtnfmac/util.c      |   2 +
 7 files changed, 517 insertions(+), 158 deletions(-)