All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add BCM43752 chipset support
@ 2021-08-11 15:28 Angus Ainslie
  2021-08-11 15:28 ` [PATCH v2 1/3] brcmfmac: add 43752 device ids Angus Ainslie
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Angus Ainslie @ 2021-08-11 15:28 UTC (permalink / raw)
  To: kernel
  Cc: Arend van Spriel, Franky Lin, Kalle Valo, linux-wireless,
	brcm80211-dev-list.pdl, Angus Ainslie

The SparkLan AP6275 SDIO M.2 card contains a BCM43752 based module and these
patches were tested with that card.

This was tested on the 5.13 kernel with a minor substition BRCMF_FW_DEF for
BRCMF_FW_CLM_DEF.

It should apply and build on the wireless-next branch.

Changes since v1:

Add bluetooth patchram definition

Angus Ainslie (3):
  brcmfmac: add 43752 device ids
  brcmfmac: add initializers for the 43752
  brcmfmac: add patch ram for bluetooth

 drivers/bluetooth/btbcm.c                                 | 1 +
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c | 1 +
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c   | 3 +++
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c   | 8 ++++++--
 .../net/wireless/broadcom/brcm80211/include/brcm_hw_ids.h | 1 +
 include/linux/mmc/sdio_ids.h                              | 1 +
 6 files changed, 13 insertions(+), 2 deletions(-)

-- 
2.25.1


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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-11 15:28 [PATCH v2 0/3] Add BCM43752 chipset support Angus Ainslie
2021-08-11 15:28 ` [PATCH v2 1/3] brcmfmac: add 43752 device ids Angus Ainslie
2021-08-11 15:28 ` [PATCH v2 2/3] brcmfmac: add initializers for the 43752 Angus Ainslie
2021-08-12 11:36   ` Arend van Spriel
2021-08-11 15:28 ` [PATCH v2 3/3] brcmfmac: add patch ram for bluetooth Angus Ainslie
2021-08-12 11:40   ` Arend van Spriel
2021-08-12 11:42     ` Arend van Spriel
2021-08-12 13:01       ` Angus Ainslie

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.