All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] qtnfmac: add support for QSR1000/QSR2000 (aka Topaz) chipsets
@ 2018-10-08  9:55 Sergey Matyukevich
  2018-10-08  9:56 ` [PATCH 1/5] qtnfmac: use 'help' in Kconfig Sergey Matyukevich
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Sergey Matyukevich @ 2018-10-08  9:55 UTC (permalink / raw)
  To: linux-wireless; +Cc: Igor Mitsyanko, Andrey Shevchenko

Hello Kalle and all, 

Here is the next update for qtnfmac driver. This patch set adds
support for the previous generation of Quantenna wireless cards,
namely QSR1000/QSR2000 family of 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
- minor cleanups: Kconfig, SPDX, unused register definitions

Regards,
Sergey

 Kconfig                        |    2 
 qtnfmac/Kconfig                |   31 -
 qtnfmac/Makefile               |   11 
 qtnfmac/pcie/pcie.c            |  286 ++++++---
 qtnfmac/pcie/pcie_priv.h       |   20 
 qtnfmac/pcie/pearl_pcie.c      |  228 ++-----
 qtnfmac/pcie/pearl_pcie_ipc.h  |   22 
 qtnfmac/pcie/pearl_pcie_regs.h |  245 --------
 qtnfmac/pcie/topaz_pcie.c      | 1219 +++++++++++++++++++++++++++++++++++++++++
 qtnfmac/pcie/topaz_pcie_ipc.h  |   94 +++
 qtnfmac/pcie/topaz_pcie_regs.h |   45 +
 qtnfmac/qtn_hw_ids.h           |    3 
 qtnfmac/util.c                 |   18 
 qtnfmac/util.h                 |    2 
 14 files changed, 1697 insertions(+), 529 deletions(-)

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

end of thread, other threads:[~2018-10-29 14:56 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-08  9:55 [PATCH 0/5] qtnfmac: add support for QSR1000/QSR2000 (aka Topaz) chipsets Sergey Matyukevich
2018-10-08  9:56 ` [PATCH 1/5] qtnfmac: use 'help' in Kconfig Sergey Matyukevich
2018-10-13 17:05   ` Kalle Valo
2018-10-08  9:56 ` [PATCH 2/5] qtnfmac: use SPDX identifier for pcie bus layer files Sergey Matyukevich
2018-10-08  9:56 ` [PATCH 3/5] qtnfmac_pcie: cleanup Pearl platform headers Sergey Matyukevich
2018-10-08  9:56 ` [PATCH 4/5] qtnfmac_pcie: use single PCIe driver for all platforms Sergey Matyukevich
2018-10-08  9:56 ` [PATCH 5/5] qtnfmac: add support for Topaz chipsets Sergey Matyukevich
2018-10-08 11:36   ` Kalle Valo
2018-10-08 13:36     ` Sergey Matyukevich
2018-10-13 12:14   ` Kalle Valo
2018-10-15 19:46     ` Sergey Matyukevich
2018-10-29 14:56       ` Kalle Valo

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.