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

Changes from v2:
- Fix amsdu setting in BA response
- Remove crash dump collection from OTP sectionas it can cause PCIe halt

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 (5):
  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
  wil6210: remove crash dump collection from OTP section

 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     |   26 +-
 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        |  228 ++-
 drivers/net/wireless/ath/wil6210/wil_crash_dump.c |    4 +-
 drivers/net/wireless/ath/wil6210/wmi.c            |  502 ++++++-
 drivers/net/wireless/ath/wil6210/wmi.h            |  167 ++-
 19 files changed, 4467 insertions(+), 661 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] 9+ messages in thread

end of thread, other threads:[~2018-06-19 13:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-19 13:11 [PATCH v3 0/8] wil6210 patches Maya Erez
2018-06-19 13:11 ` [PATCH v3 1/8] wil6210: add support for Talyn-MB (Talyn ver 2.0) device Maya Erez
2018-06-19 13:11 ` [PATCH v3 2/8] wil6210: add support for enhanced DMA structures Maya Erez
2018-06-19 13:11 ` [PATCH v3 3/8] wil6210: initialize TX and RX enhanced DMA rings Maya Erez
2018-06-19 13:11 ` [PATCH v3 4/8] wil6210: add support for enhanced DMA TX data flows Maya Erez
2018-06-19 13:11 ` [PATCH v3 5/8] wil6210: add support for enhanced DMA RX " Maya Erez
2018-06-19 13:11 ` [PATCH v3 6/8] wil6210: add support for enhanced DMA debugfs Maya Erez
2018-06-19 13:11 ` [PATCH v3 7/8] wil6210: add support for Talyn-MB boot flow Maya Erez
2018-06-19 13:11 ` [PATCH v3 8/8] wil6210: remove crash dump collection from OTP section 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).