linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Maya Erez <merez@codeaurora.org>
To: Kalle Valo <kvalo@codeaurora.org>
Cc: Maya Erez <merez@codeaurora.org>,
	linux-wireless@vger.kernel.org, wil6210@qti.qualcomm.com
Subject: [PATCH v3 0/8] wil6210 patches
Date: Tue, 19 Jun 2018 16:11:45 +0300	[thread overview]
Message-ID: <1529413913-22224-1-git-send-email-merez@codeaurora.org> (raw)

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

             reply	other threads:[~2018-06-19 13:12 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-19 13:11 Maya Erez [this message]
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
  -- strict thread matches above, loose matches on Subject: below --
2018-05-09 10:06 [PATCH v3 0/8] wil6210 patches Maya Erez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1529413913-22224-1-git-send-email-merez@codeaurora.org \
    --to=merez@codeaurora.org \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=wil6210@qti.qualcomm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).