linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add CYW89342 mini-PCIe device
@ 2018-08-15  9:06 Chi-Hsien Lin
  2018-08-15  9:14 ` Arend van Spriel
  2018-08-15  9:16 ` Arend van Spriel
  0 siblings, 2 replies; 4+ messages in thread
From: Chi-Hsien Lin @ 2018-08-15  9:06 UTC (permalink / raw)
  To: linux-wireless
  Cc: brcm80211-dev-list.pdl, brcm80211-dev-list, Arend van Spriel,
	Franky Lin, Hante Meuleman, Wright Feng, Kalle Valo,
	Jia-Shyr Chuang, Chi-Hsien Lin

From: Jia-Shyr Chuang <saint.chuang@cypress.com>

CYW89342 is a 2x2 MIMO, 802.11a/b/g/n/ac, SDIO 3.0 and PCIe 3.0 for
WLAN. It is a member of 4355/4359 family.

Signed-off-by: Jia-Shyr Chuang <saint.chuang@cypress.com>
Signed-off-by: Chi-Hsien Lin <chi-hsien.lin@cypress.com>
---
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c
index 45928b5b8d97..f787ee5a6b6a 100644
--- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c
+++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c
@@ -2016,6 +2016,7 @@ static const struct dev_pm_ops brcmf_pciedrvr_pm = {
 
 static const struct pci_device_id brcmf_pcie_devid_table[] = {
 	BRCMF_PCIE_DEVICE(BRCM_PCIE_4350_DEVICE_ID),
+	BRCMF_PCIE_DEVICE_SUB(0x4355, BRCM_PCIE_VENDOR_ID_BROADCOM, 0x4355),
 	BRCMF_PCIE_DEVICE(BRCM_PCIE_4356_DEVICE_ID),
 	BRCMF_PCIE_DEVICE(BRCM_PCIE_43567_DEVICE_ID),
 	BRCMF_PCIE_DEVICE(BRCM_PCIE_43570_DEVICE_ID),
-- 
2.1.0

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

* Re: [PATCH] Add CYW89342 mini-PCIe device
  2018-08-15  9:06 [PATCH] Add CYW89342 mini-PCIe device Chi-Hsien Lin
@ 2018-08-15  9:14 ` Arend van Spriel
  2018-08-15  9:16 ` Arend van Spriel
  1 sibling, 0 replies; 4+ messages in thread
From: Arend van Spriel @ 2018-08-15  9:14 UTC (permalink / raw)
  To: Chi-Hsien Lin, linux-wireless
  Cc: brcm80211-dev-list.pdl, brcm80211-dev-list, Franky Lin,
	Hante Meuleman, Wright Feng, Kalle Valo, Jia-Shyr Chuang

On 8/15/2018 11:06 AM, Chi-Hsien Lin wrote:
> From: Jia-Shyr Chuang <saint.chuang@cypress.com>
>
> CYW89342 is a 2x2 MIMO, 802.11a/b/g/n/ac, SDIO 3.0 and PCIe 3.0 for
> WLAN. It is a member of 4355/4359 family.

So the device support SDIO, but this patch only adds the PCIe variant. 
The subject mentions that already, but mentioning SDIO in the commit 
message may confuse people. I would just drop the host interface 
references, ie. SDIO and PCIe from the commit message.

Regards,
Arend

> Signed-off-by: Jia-Shyr Chuang <saint.chuang@cypress.com>
> Signed-off-by: Chi-Hsien Lin <chi-hsien.lin@cypress.com>
> ---
>   drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c | 1 +
>   1 file changed, 1 insertion(+)

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

* Re: [PATCH] Add CYW89342 mini-PCIe device
  2018-08-15  9:06 [PATCH] Add CYW89342 mini-PCIe device Chi-Hsien Lin
  2018-08-15  9:14 ` Arend van Spriel
@ 2018-08-15  9:16 ` Arend van Spriel
  2018-08-15  9:29   ` Chi-Hsien Lin
  1 sibling, 1 reply; 4+ messages in thread
From: Arend van Spriel @ 2018-08-15  9:16 UTC (permalink / raw)
  To: Chi-Hsien Lin, linux-wireless
  Cc: brcm80211-dev-list.pdl, brcm80211-dev-list, Franky Lin,
	Hante Meuleman, Wright Feng, Kalle Valo, Jia-Shyr Chuang

O, and add "brcmfmac:" prefix in the subject.

Regards,
Arend

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

* Re: [PATCH] Add CYW89342 mini-PCIe device
  2018-08-15  9:16 ` Arend van Spriel
@ 2018-08-15  9:29   ` Chi-Hsien Lin
  0 siblings, 0 replies; 4+ messages in thread
From: Chi-Hsien Lin @ 2018-08-15  9:29 UTC (permalink / raw)
  To: Arend van Spriel, linux-wireless
  Cc: brcm80211-dev-list.pdl, brcm80211-dev-list, Franky Lin,
	Hante Meuleman, Wright Feng, Kalle Valo, Jia-Shyr Chuang



On 08/15/2018 5:16, Arend van Spriel wrote:
> O, and add "brcmfmac:" prefix in the subject.
Arend,

Thanks a lot for the feedback. Fixed below in V3:
  - Add "brcmfmac:" prefix
  - Remove host interface references from commit message.

Regards,
Chi-hsien Lin


> 
> Regards,
> Arend
> 
> 
> ----------
> 
> You're receiving this message because you're a member of the 
> brcm80211-dev-list group.
> .
> 

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

end of thread, other threads:[~2018-08-15 12:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-15  9:06 [PATCH] Add CYW89342 mini-PCIe device Chi-Hsien Lin
2018-08-15  9:14 ` Arend van Spriel
2018-08-15  9:16 ` Arend van Spriel
2018-08-15  9:29   ` Chi-Hsien Lin

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).