linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] brcmfmac: cleanup work for 3.14
@ 2014-01-13 21:20 Arend van Spriel
  2014-01-13 21:20 ` [PATCH 1/8] brcmfmac: Create common nvram parsing routines Arend van Spriel
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Arend van Spriel @ 2014-01-13 21:20 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless, Arend van Spriel

Here a small series of patches that hopefully can make it for
the 3.14 merge window. Most changes are on correcting chip core
access on SDIO devices.

The series applies to the master branch of the wireless-next
repository.

Arend van Spriel (6):
  bcma: add agent IOCTL bit values for Broadcom 802.11 and CR4 cores
  brcmfmac: rework firmware download code
  brcmfmac: restructure brcmf_sdio_chip_recognition()
  brcmfmac: rename chip and core related structures
  brcmfmac: initialize escan function pointer during scheduled scan
  brcmfmac: handle SDIO card removal

Hante Meuleman (2):
  brcmfmac: Create common nvram parsing routines.
  brcmfmac: update core reset and disable routines.

 drivers/net/wireless/brcm80211/brcmfmac/Makefile   |    1 +
 drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c   |   40 +-
 drivers/net/wireless/brcm80211/brcmfmac/dhd_bus.h  |   21 +
 .../net/wireless/brcm80211/brcmfmac/dhd_linux.c    |    4 +-
 drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c |  339 +++++------
 drivers/net/wireless/brcm80211/brcmfmac/nvram.c    |   94 ++++
 drivers/net/wireless/brcm80211/brcmfmac/nvram.h    |   24 +
 .../net/wireless/brcm80211/brcmfmac/sdio_chip.c    |  593 +++++++++-----------
 .../net/wireless/brcm80211/brcmfmac/sdio_chip.h    |   31 +-
 drivers/net/wireless/brcm80211/brcmfmac/usb.c      |    4 +-
 .../net/wireless/brcm80211/brcmfmac/wl_cfg80211.c  |    1 +
 include/linux/bcma/bcma_regs.h                     |    5 +-
 12 files changed, 608 insertions(+), 549 deletions(-)
 create mode 100644 drivers/net/wireless/brcm80211/brcmfmac/nvram.c
 create mode 100644 drivers/net/wireless/brcm80211/brcmfmac/nvram.h

-- 
1.7.10.4


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

end of thread, other threads:[~2014-01-16 19:00 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-13 21:20 [PATCH 0/8] brcmfmac: cleanup work for 3.14 Arend van Spriel
2014-01-13 21:20 ` [PATCH 1/8] brcmfmac: Create common nvram parsing routines Arend van Spriel
2014-01-13 21:20 ` [PATCH 2/8] brcmfmac: update core reset and disable routines Arend van Spriel
2014-01-13 21:20 ` [PATCH 3/8] bcma: add agent IOCTL bit values for Broadcom 802.11 and CR4 cores Arend van Spriel
2014-01-14  6:29   ` Rafał Miłecki
2014-01-14 16:05     ` Arend van Spriel
2014-01-14 19:25       ` Rafał Miłecki
2014-01-15 15:45         ` Arend van Spriel
2014-01-15 15:33     ` Arend van Spriel
2014-01-16 18:50       ` John W. Linville
2014-01-13 21:20 ` [PATCH 4/8] brcmfmac: rework firmware download code Arend van Spriel
2014-01-13 21:20 ` [PATCH 5/8] brcmfmac: restructure brcmf_sdio_chip_recognition() Arend van Spriel
2014-01-13 21:20 ` [PATCH 6/8] brcmfmac: rename chip and core related structures Arend van Spriel
2014-01-13 21:20 ` [PATCH 7/8] brcmfmac: initialize escan function pointer during scheduled scan Arend van Spriel
2014-01-13 21:20 ` [PATCH 8/8] brcmfmac: handle SDIO card removal 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).