From: Arend van Spriel <arend@broadcom.com>
To: Kalle Valo <kvalo@codeaurora.org>
Cc: linux-wireless <linux-wireless@vger.kernel.org>,
Arend van Spriel <arend@broadcom.com>
Subject: [PATCH 0/9] brcmfmac: new device support and cleanup
Date: Thu, 29 Oct 2015 20:33:10 +0100 [thread overview]
Message-ID: <1446147199-21671-1-git-send-email-arend@broadcom.com> (raw)
Here a smallish series which hopefully can make it in 4.4 release. The
highlights are:
* support bcm4359 which can operate in two bands concurrently.
* disable runtime pm for USB avoiding issues.
* use generic pm callback in PCIe driver.
* support wowlan wake indication reporting.
The series is intended for v4.4 and applies to the master branch
of the wireless-drivers-next repository.
Hante Meuleman (9):
brcmfmac: Add support for the BCM4359 11ac RSDB PCIE device.
brcmfmac: Simplify and fix usage of brcmf_ifname.
brcmfmac: Remove unnecessary check from start_xmit.
brcmfmac: Remove unncessary variable irq_requested.
brcmfmac: Disable runtime pm for USB.
brcmfmac: Add RSDB support.
brcmfmac: Use consistent naming for bsscfgidx.
brcmfmac: Use new methods for pcie Power Management.
brcmfmac: Add wowl wake indication report.
drivers/net/wireless/brcm80211/brcmfmac/bcdc.c | 10 +-
drivers/net/wireless/brcm80211/brcmfmac/cfg80211.c | 87 +++++++++++++++--
drivers/net/wireless/brcm80211/brcmfmac/chip.c | 1 +
drivers/net/wireless/brcm80211/brcmfmac/core.c | 105 +++++++++------------
drivers/net/wireless/brcm80211/brcmfmac/core.h | 8 +-
drivers/net/wireless/brcm80211/brcmfmac/debug.c | 2 +-
drivers/net/wireless/brcm80211/brcmfmac/feature.c | 1 +
drivers/net/wireless/brcm80211/brcmfmac/feature.h | 5 +-
drivers/net/wireless/brcm80211/brcmfmac/fweh.c | 8 +-
drivers/net/wireless/brcm80211/brcmfmac/fweh.h | 2 +-
drivers/net/wireless/brcm80211/brcmfmac/fwil.c | 28 +++---
.../net/wireless/brcm80211/brcmfmac/fwil_types.h | 14 ++-
drivers/net/wireless/brcm80211/brcmfmac/fwsignal.c | 4 +-
drivers/net/wireless/brcm80211/brcmfmac/p2p.c | 6 +-
drivers/net/wireless/brcm80211/brcmfmac/pcie.c | 104 +++++++++-----------
drivers/net/wireless/brcm80211/brcmfmac/usb.c | 1 -
.../net/wireless/brcm80211/include/brcm_hw_ids.h | 2 +
17 files changed, 225 insertions(+), 163 deletions(-)
--
1.9.1
next reply other threads:[~2015-10-29 19:43 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-29 19:33 Arend van Spriel [this message]
2015-10-29 19:33 ` [PATCH 1/9] brcmfmac: Add support for the BCM4359 11ac RSDB PCIE device Arend van Spriel
2015-11-26 11:57 ` [1/9] " Kalle Valo
2015-11-27 8:59 ` Arend van Spriel
2015-11-30 11:17 ` Kalle Valo
2015-11-30 11:59 ` Arend van Spriel
2015-10-29 19:33 ` [PATCH 2/9] brcmfmac: Simplify and fix usage of brcmf_ifname Arend van Spriel
2015-10-29 19:33 ` [PATCH 3/9] brcmfmac: Remove unnecessary check from start_xmit Arend van Spriel
2015-10-29 19:33 ` [PATCH 4/9] brcmfmac: Remove unncessary variable irq_requested Arend van Spriel
2015-10-29 19:33 ` [PATCH 5/9] brcmfmac: Disable runtime pm for USB Arend van Spriel
2015-10-29 19:33 ` [PATCH 6/9] brcmfmac: Add RSDB support Arend van Spriel
2015-11-12 19:49 ` Kalle Valo
2015-11-13 9:11 ` Arend van Spriel
2015-11-13 9:29 ` Kalle Valo
2015-10-29 19:33 ` [PATCH 7/9] brcmfmac: Use consistent naming for bsscfgidx Arend van Spriel
2015-10-29 19:33 ` [PATCH 8/9] brcmfmac: Use new methods for pcie Power Management Arend van Spriel
2015-10-29 19:33 ` [PATCH 9/9] brcmfmac: Add wowl wake indication report Arend van Spriel
2015-10-29 19:49 ` [PATCH 0/9] brcmfmac: new device support and cleanup Kalle Valo
2015-10-29 20:00 ` Arend van Spriel
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=1446147199-21671-1-git-send-email-arend@broadcom.com \
--to=arend@broadcom.com \
--cc=kvalo@codeaurora.org \
--cc=linux-wireless@vger.kernel.org \
/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 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).