linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Lin Ian (CSSITB CSS ICW SW WFS / EE)" <ian.lin-ee@infineon.com>
To: <linux-wireless@vger.kernel.org>
Cc: <brcm80211-dev-list@broadcom.com>,
	<brcm80211-dev-list@cypress.com>,
	"Arend van Spriel" <arend.vanspriel@broadcom.com>,
	Franky Lin <franky.lin@broadcom.com>,
	Hante Meuleman <hante.meuleman@broadcom.com>,
	Kalle Valo <kvalo@codeaurora.org>, <Chi-Hsien.Lin@infineon.com>
Subject: [PATCH] brcmfmac: add CYW43570 PCIE device
Date: Tue, 23 Nov 2021 14:24:26 +0800	[thread overview]
Message-ID: <3f57f2b0-82c2-e339-ee6a-1569186143d6@infineon.com> (raw)

From: Soontak Lee <soontak.lee@cypress.com>

CYW43570 is a 3-antenna, 2x2 MIMO,802.11a/b/g/n/ac, PCIe 3.0 for WLAN.
It is BT/WIFI combo.

Signed-off-by: Soontak Lee <soontak.lee@cypress.com>
Signed-off-by: Chi-Hsien Lin <chi-hsien.lin@cypress.com>
Jira:SWLINUX-1213
---
  drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c       | 1 +
  drivers/net/wireless/broadcom/brcm80211/include/brcm_hw_ids.h | 1 +
  2 files changed, 2 insertions(+)

diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c 
b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c
index 8b149996fc00..ceeb1f10752a 100644
--- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c
+++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c
@@ -2106,6 +2106,7 @@ static const struct pci_device_id 
brcmf_pcie_devid_table[] = {
      BRCMF_PCIE_DEVICE(BRCM_PCIE_4356_DEVICE_ID),
      BRCMF_PCIE_DEVICE(BRCM_PCIE_43567_DEVICE_ID),
      BRCMF_PCIE_DEVICE(BRCM_PCIE_43570_DEVICE_ID),
+    BRCMF_PCIE_DEVICE(BRCM_PCIE_43570_RAW_DEVICE_ID),
      BRCMF_PCIE_DEVICE(BRCM_PCIE_4358_DEVICE_ID),
      BRCMF_PCIE_DEVICE(BRCM_PCIE_4359_DEVICE_ID),
      BRCMF_PCIE_DEVICE(BRCM_PCIE_43602_DEVICE_ID),
diff --git 
a/drivers/net/wireless/broadcom/brcm80211/include/brcm_hw_ids.h 
b/drivers/net/wireless/broadcom/brcm80211/include/brcm_hw_ids.h
index 9d81320164ce..3bbe2388ec54 100644
--- a/drivers/net/wireless/broadcom/brcm80211/include/brcm_hw_ids.h
+++ b/drivers/net/wireless/broadcom/brcm80211/include/brcm_hw_ids.h
@@ -71,6 +71,7 @@
  #define BRCM_PCIE_4356_DEVICE_ID    0x43ec
  #define BRCM_PCIE_43567_DEVICE_ID    0x43d3
  #define BRCM_PCIE_43570_DEVICE_ID    0x43d9
+#define BRCM_PCIE_43570_RAW_DEVICE_ID    0xaa31
  #define BRCM_PCIE_4358_DEVICE_ID    0x43e9
  #define BRCM_PCIE_4359_DEVICE_ID    0x43ef
  #define BRCM_PCIE_43602_DEVICE_ID    0x43ba
-- 
2.25.0

             reply	other threads:[~2021-11-23  6:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-23  6:24 Lin Ian (CSSITB CSS ICW SW WFS / EE) [this message]
2021-11-23 12:32 ` [PATCH] brcmfmac: add CYW43570 PCIE device Arend van Spriel
2021-11-25  9:29   ` Lin Ian (CSSITB CSS ICW SW WFS / EE)
2021-11-25  9:44     ` Arend van Spriel
2021-11-29  7:39       ` Lin Ian (CSSITB CSS ICW SW WFS / EE)

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=3f57f2b0-82c2-e339-ee6a-1569186143d6@infineon.com \
    --to=ian.lin-ee@infineon.com \
    --cc=Chi-Hsien.Lin@infineon.com \
    --cc=arend.vanspriel@broadcom.com \
    --cc=brcm80211-dev-list@broadcom.com \
    --cc=brcm80211-dev-list@cypress.com \
    --cc=franky.lin@broadcom.com \
    --cc=hante.meuleman@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).