linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] brcmfmac: only use fwsignal functionality for bcdc protocol
@ 2017-03-10 21:17 Arend van Spriel
  2017-03-10 21:17 ` [PATCH 1/5] brcmfmac: move brcmf_txflowblock to bcdc layer Arend van Spriel
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Arend van Spriel @ 2017-03-10 21:17 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, Arend van Spriel

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

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

end of thread, other threads:[~2017-03-20 17:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-10 21:17 [PATCH 0/5] brcmfmac: only use fwsignal functionality for bcdc protocol Arend van Spriel
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

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).