linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] wil6210 patches
@ 2018-06-10 20:29 Maya Erez
  2018-06-10 20:29 ` [PATCH v2 1/7] wil6210: add support for Talyn-MB (Talyn ver 2.0) device Maya Erez
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Maya Erez @ 2018-06-10 20:29 UTC (permalink / raw)
  To: Kalle Valo; +Cc: Maya Erez, linux-wireless, wil6210

Changes from v1:
- Removal of module parameters
- Addition of debugfs entries for configuring enhanced DMA
- Fixing kbuild bot error
- Enabling AMSDU by default (based on FW support)
- Fixing L2 translation mode

The following set of patches add support for new wil6210 device (Talyn ver 2.0):
- Definition of the new device ID and memory areas
- New boot flow procedure and reset sequence
- Support new DMA interface - enhanced DMA
- Support new HW offloads, such as TSO, RX reorder and AMSDU

Gidon Studinski (3):
  wil6210: add support for enhanced DMA structures
  wil6210: initialize TX and RX enhanced DMA rings
  wil6210: add support for enhanced DMA RX data flows

Maya Erez (4):
  wil6210: add support for Talyn-MB (Talyn ver 2.0) device
  wil6210: add support for enhanced DMA TX data flows
  wil6210: add support for enhanced DMA debugfs
  wil6210: add support for Talyn-MB boot flow

 drivers/net/wireless/ath/wil6210/Makefile     |    1 +
 drivers/net/wireless/ath/wil6210/cfg80211.c   |   12 +-
 drivers/net/wireless/ath/wil6210/debugfs.c    |  490 ++++++--
 drivers/net/wireless/ath/wil6210/ethtool.c    |    2 +-
 drivers/net/wireless/ath/wil6210/interrupt.c  |  225 +++-
 drivers/net/wireless/ath/wil6210/main.c       |  360 +++++-
 drivers/net/wireless/ath/wil6210/netdev.c     |   73 +-
 drivers/net/wireless/ath/wil6210/pcie_bus.c   |   59 +-
 drivers/net/wireless/ath/wil6210/pm.c         |    6 +-
 drivers/net/wireless/ath/wil6210/rx_reorder.c |   21 +-
 drivers/net/wireless/ath/wil6210/trace.h      |   59 +
 drivers/net/wireless/ath/wil6210/txrx.c       |  649 +++++-----
 drivers/net/wireless/ath/wil6210/txrx.h       |  105 +-
 drivers/net/wireless/ath/wil6210/txrx_edma.c  | 1598 +++++++++++++++++++++++++
 drivers/net/wireless/ath/wil6210/txrx_edma.h  |  562 +++++++++
 drivers/net/wireless/ath/wil6210/wil6210.h    |  227 +++-
 drivers/net/wireless/ath/wil6210/wmi.c        |  454 ++++++-
 drivers/net/wireless/ath/wil6210/wmi.h        |  167 ++-
 18 files changed, 4436 insertions(+), 634 deletions(-)
 create mode 100644 drivers/net/wireless/ath/wil6210/txrx_edma.c
 create mode 100644 drivers/net/wireless/ath/wil6210/txrx_edma.h

-- 
1.9.1

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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-10 20:29 [PATCH v2 0/7] wil6210 patches Maya Erez
2018-06-10 20:29 ` [PATCH v2 1/7] wil6210: add support for Talyn-MB (Talyn ver 2.0) device Maya Erez
2018-06-10 20:29 ` [PATCH v2 2/7] wil6210: add support for enhanced DMA structures Maya Erez
2018-06-10 20:29 ` [PATCH v2 3/7] wil6210: initialize TX and RX enhanced DMA rings Maya Erez
2018-06-10 20:29 ` [PATCH v2 4/7] wil6210: add support for enhanced DMA TX data flows Maya Erez
2018-06-10 20:29 ` [PATCH v2 5/7] wil6210: add support for enhanced DMA RX " Maya Erez
2018-06-10 20:29 ` [PATCH v2 6/7] wil6210: add support for enhanced DMA debugfs Maya Erez
2018-06-10 20:29 ` [PATCH v2 7/7] wil6210: add support for Talyn-MB boot flow Maya Erez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).