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 v4 0/8] wil6210 patches
Date: Fri, 22 Jun 2018 08:49:15 +0300 [thread overview]
Message-ID: <1529646563-18221-1-git-send-email-merez@codeaurora.org> (raw)
Changes from v3:
Fix copyright of wil_crash_dump.c
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 | 5 +-
drivers/net/wireless/ath/wil6210/wmi.c | 502 ++++++-
drivers/net/wireless/ath/wil6210/wmi.h | 167 ++-
19 files changed, 4468 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
next reply other threads:[~2018-06-22 5:50 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-22 5:49 Maya Erez [this message]
2018-06-22 5:49 ` [PATCH v4 1/8] wil6210: add support for Talyn-MB (Talyn ver 2.0) device Maya Erez
2018-07-02 14:26 ` [v4, " Kalle Valo
2018-06-22 5:49 ` [PATCH v4 2/8] wil6210: add support for enhanced DMA structures Maya Erez
2018-06-22 5:49 ` [PATCH v4 3/8] wil6210: initialize TX and RX enhanced DMA rings Maya Erez
2018-06-22 5:49 ` [PATCH v4 4/8] wil6210: add support for enhanced DMA TX data flows Maya Erez
2018-06-22 5:49 ` [PATCH v4 5/8] wil6210: add support for enhanced DMA RX " Maya Erez
2018-06-22 5:49 ` [PATCH v4 6/8] wil6210: add support for enhanced DMA debugfs Maya Erez
2018-06-22 5:49 ` [PATCH v4 7/8] wil6210: add support for Talyn-MB boot flow Maya Erez
2018-06-22 5:49 ` [PATCH v4 8/8] wil6210: remove crash dump collection from OTP section 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=1529646563-18221-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 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.