mbox series

[0/2] Add BCM43752 chipset support

Message ID 20210804211111.1452779-1-angus@akkea.ca
Headers show
Series Add BCM43752 chipset support | expand

Message

Angus Ainslie Aug. 4, 2021, 9:11 p.m. UTC
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.

TODO: Get bluetooth support working

Angus Ainslie (2):
  brcmfmac: add 43752 device ids
  brcmfmac: add initializers for the 43752

 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 +
 5 files changed, 12 insertions(+), 2 deletions(-)