linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] brcmfmac: platform data change and cleanup
@ 2013-06-26 12:20 Arend van Spriel
  2013-06-26 12:20 ` [PATCH 1/9] brcmfmac: simplify transmit path Arend van Spriel
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Arend van Spriel @ 2013-06-26 12:20 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless, Arend van Spriel

Testing the recently added scatter-gather support in SDIO on an
OMAP4 Panda showed DMA failures. This is due to alignment requirements
for that particular piece of hardware. Added flag to the platform data
to use a backup mechanism.

Other cleanup was done in firmware-signalling and some comment referring
to v2.4 kernel support triggered cleanup in rx path.

Arend van Spriel (6):
  brcmfmac: simplify transmit path
  brcmfmac: remove (ab)use of NL80211_NUM_ACS
  brcmfmac: tag packet in the netdev transmit callback
  brcmfmac: cleanup debug messages in brcmf_fws_hdrpush()
  brcmfmac: reduce firmware-signalling locking scope in rx path
  brcmfmac: remove code and comment for older kernel support

Franky Lin (3):
  brcmfmac: remove SDIO_REQ_ASYNC flag
  brcmfmac: use unified dongle address preparation function
  brcmfmac: add broken scatter-gather DMA support

 drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c   |  165 +++++++------
 .../net/wireless/brcm80211/brcmfmac/dhd_linux.c    |   29 +--
 drivers/net/wireless/brcm80211/brcmfmac/fwsignal.c |  260 ++++++++------------
 .../net/wireless/brcm80211/brcmfmac/sdio_host.h    |    5 -
 include/linux/platform_data/brcmfmac-sdio.h        |    5 +
 5 files changed, 204 insertions(+), 260 deletions(-)

-- 
1.7.10.4



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

end of thread, other threads:[~2013-06-26 12:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-26 12:20 [PATCH 0/9] brcmfmac: platform data change and cleanup Arend van Spriel
2013-06-26 12:20 ` [PATCH 1/9] brcmfmac: simplify transmit path Arend van Spriel
2013-06-26 12:20 ` [PATCH 2/9] brcmfmac: remove (ab)use of NL80211_NUM_ACS Arend van Spriel
2013-06-26 12:20 ` [PATCH 3/9] brcmfmac: remove SDIO_REQ_ASYNC flag Arend van Spriel
2013-06-26 12:20 ` [PATCH 4/9] brcmfmac: use unified dongle address preparation function Arend van Spriel
2013-06-26 12:20 ` [PATCH 5/9] brcmfmac: add broken scatter-gather DMA support Arend van Spriel
2013-06-26 12:20 ` [PATCH 6/9] brcmfmac: tag packet in the netdev transmit callback Arend van Spriel
2013-06-26 12:35   ` [PATCH V2 " Arend van Spriel
2013-06-26 12:20 ` [PATCH 7/9] brcmfmac: cleanup debug messages in brcmf_fws_hdrpush() Arend van Spriel
2013-06-26 12:20 ` [PATCH 8/9] brcmfmac: reduce firmware-signalling locking scope in rx path Arend van Spriel
2013-06-26 12:20 ` [PATCH 9/9] brcmfmac: remove code and comment for older kernel support 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).