All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] brcmfmac: fix usb device reset and debugging functions
@ 2013-02-08 11:06 Arend van Spriel
  2013-02-08 11:06 ` [PATCH 1/5] brcmfmac: use brcmf_if::bssidx as index in interface list Arend van Spriel
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Arend van Spriel @ 2013-02-08 11:06 UTC (permalink / raw)
  To: John W. Linville; +Cc: Linux Wireless List, Arend van Spriel

Fixing a problem found in usb device reset that could result in a null
pointer access. The debugging functions in sdio driver had a locking
issue and on some devices needed a backplane clock running to function
properly.

Hante Meuleman (2):
  brcmfmac: use brcmf_if::bssidx as index in interface list
  brcmfmac: Check null pointer on brcmf_dev_reset.

Piotr Haber (3):
  brcmfmac: fix mmc host locking issue
  brcmfmac: turn clocks on when reading shared info
  brcmfmac: remove unnecessary locking in trap info processing

 drivers/net/wireless/brcm80211/brcmfmac/dhd.h      |   10 +--
 drivers/net/wireless/brcm80211/brcmfmac/dhd_cdc.c  |    8 +++
 .../net/wireless/brcm80211/brcmfmac/dhd_linux.c    |   75 ++++++++++----------
 drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c |    7 +-
 drivers/net/wireless/brcm80211/brcmfmac/fweh.c     |    9 ++-
 drivers/net/wireless/brcm80211/brcmfmac/fwil.c     |    5 +-
 .../net/wireless/brcm80211/brcmfmac/wl_cfg80211.c  |    2 +
 7 files changed, 61 insertions(+), 55 deletions(-)

-- 
1.7.10.4



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

end of thread, other threads:[~2013-02-08 13:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-08 11:06 [PATCH 0/5] brcmfmac: fix usb device reset and debugging functions Arend van Spriel
2013-02-08 11:06 ` [PATCH 1/5] brcmfmac: use brcmf_if::bssidx as index in interface list Arend van Spriel
2013-02-08 11:06 ` [PATCH 2/5] brcmfmac: Check null pointer on brcmf_dev_reset Arend van Spriel
2013-02-08 11:06 ` [PATCH 3/5] brcmfmac: fix mmc host locking issue Arend van Spriel
2013-02-08 11:06 ` [PATCH 4/5] brcmfmac: turn clocks on when reading shared info Arend van Spriel
2013-02-08 11:06 ` [PATCH 5/5] brcmfmac: remove unnecessary locking in trap info processing Arend van Spriel
2013-02-08 13:51 ` [PATCH 0/5] brcmfmac: fix usb device reset and debugging functions 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.