linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arend van Spriel <arend.vanspriel@broadcom.com>
To: Kalle Valo <kvalo@codeaurora.org>
Cc: linux-wireless <linux-wireless@vger.kernel.org>,
	Arend van Spriel <arend.vanspriel@broadcom.com>
Subject: [PATCH 0/5] brcmfmac: only use fwsignal functionality for bcdc protocol
Date: Fri, 10 Mar 2017 21:17:01 +0000	[thread overview]
Message-ID: <1489180626-6722-1-git-send-email-arend.vanspriel@broadcom.com> (raw)

This series is rework in the driver getting fwsignal out of the way for
protocols that do not need it. For example PCIe devices do not need that
functionality. To summarize:

  * use fwsignal functionality only for bcdc protocol.

This series applies to the master branch of the wireless-drivers-next
repository. 

Franky Lin (5):
  brcmfmac: move brcmf_txflowblock to bcdc layer
  brcmfmac: move brcmf_txcomplete to bcdc layer
  brcmfmac: wrap brcmf_fws_add_interface into bcdc layer
  brcmfmac: wrap brcmf_fws_del_interface into bcdc layer
  brcmfmac: wrap brcmf_fws_reset_interface into bcdc layer

 .../wireless/broadcom/brcm80211/brcmfmac/bcdc.c    | 51 ++++++++++++++++++++++
 .../wireless/broadcom/brcm80211/brcmfmac/bcdc.h    |  3 ++
 .../net/wireless/broadcom/brcm80211/brcmfmac/bus.h |  5 ---
 .../wireless/broadcom/brcm80211/brcmfmac/core.c    | 34 ++-------------
 .../wireless/broadcom/brcm80211/brcmfmac/fweh.c    |  6 +--
 .../wireless/broadcom/brcm80211/brcmfmac/proto.h   | 27 ++++++++++++
 .../wireless/broadcom/brcm80211/brcmfmac/sdio.c    |  8 ++--
 .../net/wireless/broadcom/brcm80211/brcmfmac/usb.c |  7 +--
 8 files changed, 96 insertions(+), 45 deletions(-)

-- 
1.9.1

             reply	other threads:[~2017-03-10 21:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-10 21:17 Arend van Spriel [this message]
2017-03-10 21:17 ` [PATCH 1/5] brcmfmac: move brcmf_txflowblock to bcdc layer Arend van Spriel
2017-03-20 17:15   ` [1/5] " Kalle Valo
2017-03-10 21:17 ` [PATCH 2/5] brcmfmac: move brcmf_txcomplete " Arend van Spriel
2017-03-10 21:17 ` [PATCH 3/5] brcmfmac: wrap brcmf_fws_add_interface into " Arend van Spriel
2017-03-10 21:17 ` [PATCH 4/5] brcmfmac: wrap brcmf_fws_del_interface " Arend van Spriel
2017-03-10 21:17 ` [PATCH 5/5] brcmfmac: wrap brcmf_fws_reset_interface " Arend van Spriel

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=1489180626-6722-1-git-send-email-arend.vanspriel@broadcom.com \
    --to=arend.vanspriel@broadcom.com \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    /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).