All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] brcmfmac: fixes for MMC hosts without scatter-gather
@ 2013-10-15 13:44 Arend van Spriel
  2013-10-15 13:44 ` [PATCH 01/12] brcmfmac: store address in trace_brcmf_hexdump() Arend van Spriel
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Arend van Spriel @ 2013-10-15 13:44 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless, Arend van Spriel

On our internal test setups it turned out that the MMC host controller
did not support scatterlists (struct mmc_host::max_segs == 1). It took
a number of patches to cleanup and support this. While at it some debug
trace functions were modified and added.

Arend van Spriel (12):
  brcmfmac: store address in trace_brcmf_hexdump()
  brcmfmac: add tracepoint for capturing the SDPCM header
  brcmfmac: rename variable max_seg_sz to max_seg_cnt for clarity
  brcmfmac: determine host controller related variables during probe
  brcmfmac: rework scatter-gather code in brcmf_sdio_buffrw()
  brcmfmac: rename brcmf_sdio_buffrw()
  brcmfmac: rework single packet transfers
  brcmfmac: verify result of brcmf_sdio_addrprep() calls
  brcmfmac: remove stale code from brcmf_sdcard_recv_chain()
  brcmfmac: fix brcmf_sdcard_send_pkt() for host without sg support
  brcmfmac: fix brcmf_sdio_txpkt_prep() for host without sg support
  brcmfmac: fix brcmf_sdcard_recv_chain() for host without sg support

 drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c   |  186 +++++++++++---------
 .../net/wireless/brcm80211/brcmfmac/bcmsdh_sdmmc.c |   17 ++
 drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c |  111 +++++++-----
 .../net/wireless/brcm80211/brcmfmac/sdio_host.h    |    6 +-
 .../net/wireless/brcm80211/brcmfmac/tracepoint.h   |   21 ++-
 5 files changed, 216 insertions(+), 125 deletions(-)

-- 
1.7.10.4



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

end of thread, other threads:[~2013-10-16  8:52 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-15 13:44 [PATCH 00/12] brcmfmac: fixes for MMC hosts without scatter-gather Arend van Spriel
2013-10-15 13:44 ` [PATCH 01/12] brcmfmac: store address in trace_brcmf_hexdump() Arend van Spriel
2013-10-15 13:44 ` [PATCH 02/12] brcmfmac: add tracepoint for capturing the SDPCM header Arend van Spriel
2013-10-15 13:44 ` [PATCH 03/12] brcmfmac: rename variable max_seg_sz to max_seg_cnt for clarity Arend van Spriel
2013-10-15 13:44 ` [PATCH 04/12] brcmfmac: determine host controller related variables during probe Arend van Spriel
2013-10-15 13:44 ` [PATCH 05/12] brcmfmac: rework scatter-gather code in brcmf_sdio_buffrw() Arend van Spriel
2013-10-15 13:44 ` [PATCH 06/12] brcmfmac: rename brcmf_sdio_buffrw() Arend van Spriel
2013-10-15 13:44 ` [PATCH 07/12] brcmfmac: rework single packet transfers Arend van Spriel
2013-10-15 13:44 ` [PATCH 08/12] brcmfmac: verify result of brcmf_sdio_addrprep() calls Arend van Spriel
2013-10-15 13:44 ` [PATCH 09/12] brcmfmac: remove stale code from brcmf_sdcard_recv_chain() Arend van Spriel
2013-10-15 13:44 ` [PATCH 10/12] brcmfmac: fix brcmf_sdcard_send_pkt() for host without sg support Arend van Spriel
2013-10-15 13:44 ` [PATCH 11/12] brcmfmac: fix brcmf_sdio_txpkt_prep() " Arend van Spriel
2013-10-15 13:44 ` [PATCH 12/12] brcmfmac: fix brcmf_sdcard_recv_chain() " Arend van Spriel
2013-10-16  8:51 ` [PATCH 00/12] brcmfmac: fixes for MMC hosts without scatter-gather Arend van Spriel

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.