All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] qtnfmac: add support for QSR1000/QSR2000 (aka Topaz) chipsets
@ 2018-10-16 10:23 Sergey Matyukevich
  2018-10-16 10:23 ` [PATCH v2 1/2] qtnfmac_pcie: use single PCIe driver for all platforms Sergey Matyukevich
  2018-10-16 10:23 ` [PATCH v2 2/2] qtnfmac: add support for Topaz chipsets Sergey Matyukevich
  0 siblings, 2 replies; 10+ messages in thread
From: Sergey Matyukevich @ 2018-10-16 10:23 UTC (permalink / raw)
  To: linux-wireless; +Cc: Igor Mitsyanko, Andrey Shevchenko

Hello Kalle and all, 

Here is the next update for qtnfmac driver. This patchset adds support
for the previous generation of Quantenna wireless cards,
namely QSR1000/QSR2000 family of PCIe devices.

The summary of changes is as follows:
- the last bits of pcie layer unification work:
  -- extract remaining code that can be shared across various PCIe chips
  -- cleanup/rename: get ready to support another chipset
- add support for QSR1000/QSR2000 devices

Regards,
Sergey

Changes v1 -> v2
- simplify Kconfig options for PCIe backend driver

 Kconfig                |   15 
 Makefile               |    9 
 pcie/pcie.c            |  282 +++++++----
 pcie/pcie_priv.h       |   20 
 pcie/pearl_pcie.c      |  211 ++------
 pcie/topaz_pcie.c      | 1219 +++++++++++++++++++++++++++++++++++++++++++++++++
 pcie/topaz_pcie_ipc.h  |   94 +++
 pcie/topaz_pcie_regs.h |   45 +
 qtn_hw_ids.h           |    4 
 util.c                 |   18 
 util.h                 |    2 
 11 files changed, 1664 insertions(+), 255 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-11-22 14:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-16 10:23 [PATCH v2 0/2] qtnfmac: add support for QSR1000/QSR2000 (aka Topaz) chipsets Sergey Matyukevich
2018-10-16 10:23 ` [PATCH v2 1/2] qtnfmac_pcie: use single PCIe driver for all platforms Sergey Matyukevich
2018-11-06 16:56   ` Kalle Valo
2018-10-16 10:23 ` [PATCH v2 2/2] qtnfmac: add support for Topaz chipsets Sergey Matyukevich
2019-05-18 17:54   ` Jonas Gorski
2019-05-23 19:26     ` Igor Mitsyanko
2019-11-19 16:12       ` Jonas Gorski
2019-11-21  2:27         ` Igor Mitsyanko
2019-11-21 12:16           ` Kalle Valo
2019-11-22 14:35             ` Bjørn Mork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.