linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arend van Spriel <arend.vanspriel@broadcom.com>
To: Kalle Valo <kvalo@codeaurora.org>
Cc: linux-wireless@vger.kernel.org,
	Arend van Spriel <arend.vanspriel@broadcom.com>
Subject: [PATCH 0/4] brcmfmac: prepare for new device support
Date: Wed, 28 Jul 2021 22:50:30 +0200	[thread overview]
Message-ID: <1627505434-9544-1-git-send-email-arend.vanspriel@broadcom.com> (raw)

Here are some patches needed for newer chipsets that do things just
a bit differently. Should not affect currently supported devices.

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

Arend van Spriel (4):
  brcmfmac: use different error value for invalid ram base address
  brcmfmac: increase core revision column aligning core list
  brcmfmac: add xtlv support to firmware interface layer
  brcmfmac: support chipsets with different core enumeration space

 .../broadcom/brcm80211/brcmfmac/Makefile      |   3 +-
 .../broadcom/brcm80211/brcmfmac/bcmsdh.c      |   3 +-
 .../broadcom/brcm80211/brcmfmac/chip.c        |  26 ++--
 .../broadcom/brcm80211/brcmfmac/chip.h        |   5 +-
 .../broadcom/brcm80211/brcmfmac/fwil.c        | 126 +++++++++++++++++-
 .../broadcom/brcm80211/brcmfmac/fwil.h        |   8 ++
 .../broadcom/brcm80211/brcmfmac/pcie.c        |   3 +-
 .../broadcom/brcm80211/brcmfmac/sdio.c        |  12 +-
 .../broadcom/brcm80211/brcmfmac/xtlv.c        |  82 ++++++++++++
 .../broadcom/brcm80211/brcmfmac/xtlv.h        |  31 +++++
 .../wireless/broadcom/brcm80211/include/soc.h |   2 +-
 11 files changed, 279 insertions(+), 22 deletions(-)
 create mode 100644 drivers/net/wireless/broadcom/brcm80211/brcmfmac/xtlv.c
 create mode 100644 drivers/net/wireless/broadcom/brcm80211/brcmfmac/xtlv.h

-- 
2.27.0


             reply	other threads:[~2021-07-28 20:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-28 20:50 Arend van Spriel [this message]
2021-07-28 20:50 ` [PATCH 1/4] brcmfmac: use different error value for invalid ram base address Arend van Spriel
2021-08-21 15:49   ` Kalle Valo
2021-07-28 20:50 ` [PATCH 2/4] brcmfmac: increase core revision column aligning core list Arend van Spriel
2021-07-28 20:50 ` [PATCH 3/4] brcmfmac: add xtlv support to firmware interface layer Arend van Spriel
2021-07-28 20:50 ` [PATCH 4/4] brcmfmac: support chipsets with different core enumeration space 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=1627505434-9544-1-git-send-email-arend.vanspriel@broadcom.com \
    --to=arend.vanspriel@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).