linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] brcmfmac: device support and some fixes
@ 2015-03-18 12:25 Arend van Spriel
  2015-03-18 12:25 ` [PATCH 1/8] brcmfmac: avoid runtime-pm for sdio host controller Arend van Spriel
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Arend van Spriel @ 2015-03-18 12:25 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, Arend van Spriel

This series adds support for the BCM43430 SDIO chipset. Recent
BCM4345 support is changed to support BCM43455 and BCM43457 as
it has been verified on those. In SDIO driver part memory barriers
have been added to assure data validity between driver threads.

This series is intended for v4.1 kernel and applies to the master
branch of the wireless-drivers-next repository.

Arend van Spriel (5):
  brcmfmac: avoid runtime-pm for sdio host controller
  brcmfmac: add MODULE_FIRMWARE() macros for bcm4356 PCIe device
  brcmfmac: add support for BCM43430 SDIO chipset
  brcmfmac: only support the BCM43455/7 device
  brcmfmac: remove support for unreleased BCM4354 PCIe

Hante Meuleman (3):
  brcmfmac: Add necessary memory barriers for SDIO.
  brcmfmac: Update msgbuf commonring size for improved throughput.
  brcmfmac: Remove unnecessary new-line in pcie console logging.

 drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c   |  5 +-
 drivers/net/wireless/brcm80211/brcmfmac/chip.c     | 18 ++++++
 drivers/net/wireless/brcm80211/brcmfmac/msgbuf.h   |  8 +--
 drivers/net/wireless/brcm80211/brcmfmac/pcie.c     | 14 +----
 drivers/net/wireless/brcm80211/brcmfmac/sdio.c     | 72 +++++++++++++---------
 .../net/wireless/brcm80211/include/brcm_hw_ids.h   |  1 +
 .../net/wireless/brcm80211/include/chipcommon.h    |  9 ++-
 include/linux/mmc/sdio_ids.h                       |  1 +
 8 files changed, 82 insertions(+), 46 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2015-03-20  7:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-18 12:25 [PATCH 0/8] brcmfmac: device support and some fixes Arend van Spriel
2015-03-18 12:25 ` [PATCH 1/8] brcmfmac: avoid runtime-pm for sdio host controller Arend van Spriel
2015-03-20  7:06   ` [1/8] " Kalle Valo
2015-03-18 12:25 ` [PATCH 2/8] brcmfmac: Add necessary memory barriers for SDIO Arend van Spriel
2015-03-18 12:25 ` [PATCH 3/8] brcmfmac: Update msgbuf commonring size for improved throughput Arend van Spriel
2015-03-18 12:25 ` [PATCH 4/8] brcmfmac: Remove unnecessary new-line in pcie console logging Arend van Spriel
2015-03-18 12:25 ` [PATCH 5/8] brcmfmac: add MODULE_FIRMWARE() macros for bcm4356 PCIe device Arend van Spriel
2015-03-18 12:25 ` [PATCH 6/8] brcmfmac: add support for BCM43430 SDIO chipset Arend van Spriel
2015-03-18 12:25 ` [PATCH 7/8] brcmfmac: only support the BCM43455/7 device Arend van Spriel
2015-03-18 12:25 ` [PATCH 8/8] brcmfmac: remove support for unreleased BCM4354 PCIe 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).