All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Arend van Spriel" <arend@broadcom.com>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: linux-wireless <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH 00/12] brcmfmac: fixes for MMC hosts without scatter-gather
Date: Wed, 16 Oct 2013 10:51:48 +0200	[thread overview]
Message-ID: <525E53A4.1050800@broadcom.com> (raw)
In-Reply-To: <1381844697-24881-1-git-send-email-arend@broadcom.com>

On 10/15/2013 03:44 PM, Arend van Spriel wrote:
> 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.

Hi John,

Forgot to mention this series is intended for v3.13 and applies to the 
master branch of the wireless-next repository.

Regards,
Arend

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



      parent reply	other threads:[~2013-10-16  8:52 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Arend van Spriel [this message]

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=525E53A4.1050800@broadcom.com \
    --to=arend@broadcom.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.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.