All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] brcmfmac: chip related changes
@ 2018-11-21  6:57 Chi-Hsien Lin
  2018-11-21  6:57 ` [PATCH 1/8] brcmfmac: add 4354 raw pcie device id Chi-Hsien Lin
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Chi-Hsien Lin @ 2018-11-21  6:57 UTC (permalink / raw)
  To: linux-wireless@vger.kernel.org
  Cc: brcm80211-dev-list@broadcom.com, brcm80211-dev-list,
	Arend van Spriel, Franky Lin, Hante Meuleman, Wright Feng,
	Kalle Valo, Chi-Hsien Lin

This patch series includes various chip-related changes:
* 43012 support
* 4373 saverestore support
* SDIO bus settings
* 4354 raw chipid

Changelog:
V3:
 - Update comments for patch 3.
 - Add defines for sr_control0 register bits in patch 7.
V2:
 - Update commit message for patch 1.
 - Update comments for patch 2.
 - Remove CY_4373_F1_MESBUSYCTRL from patch 3.
 - Collapse patch 6 (43102 sr support) in 4 (43012 support). Add helper functions.
 - Remove sr_eng_en variable from patch 8.
 - Collapse patch 10 and 11 in 9 (sdio_aos disable).

Chi-Hsien Lin (3):
  brcmfmac: add support for CYW43012 SDIO chipset
  brcmfmac: allow GCI core enumuration
  brcmfmac: 4373 save-restore support

Madhan Mohan R (1):
  brcmfmac: set SDIO F1 MesBusyCtrl for CYW4373

Naveen Gupta (1):
  brcmfmac: update 43012 F2 watermark setting to fix DMA Error during
    UDP RX Traffic

Winnie Chang (1):
  brcmfmac: add 4354 raw pcie device id

Wright Feng (2):
  brcmfmac: set F2 watermark to 256 for 4373
  brcmfmac: disable command decode in sdio_aos

 .../wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c  |   1 +
 .../wireless/broadcom/brcm80211/brcmfmac/chip.c    |  33 ++++--
 .../wireless/broadcom/brcm80211/brcmfmac/pcie.c    |   1 +
 .../wireless/broadcom/brcm80211/brcmfmac/sdio.c    | 119 ++++++++++++++++++---
 .../wireless/broadcom/brcm80211/brcmfmac/sdio.h    |   9 +-
 .../broadcom/brcm80211/include/brcm_hw_ids.h       |   2 +
 .../broadcom/brcm80211/include/chipcommon.h        |  25 +++++
 include/linux/mmc/sdio_ids.h                       |   1 +
 8 files changed, 169 insertions(+), 22 deletions(-)

-- 
2.1.0


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

end of thread, other threads:[~2018-11-22  6:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-21  6:57 [PATCH 0/8] brcmfmac: chip related changes Chi-Hsien Lin
2018-11-21  6:57 ` [PATCH 1/8] brcmfmac: add 4354 raw pcie device id Chi-Hsien Lin
2018-11-21  6:57 ` [PATCH 2/8] brcmfmac: set F2 watermark to 256 for 4373 Chi-Hsien Lin
2018-11-21  6:57 ` [PATCH 3/8] brcmfmac: set SDIO F1 MesBusyCtrl for CYW4373 Chi-Hsien Lin
2018-11-21  6:57 ` [PATCH 4/8] brcmfmac: add support for CYW43012 SDIO chipset Chi-Hsien Lin
2018-11-21  6:57 ` [PATCH 5/8] brcmfmac: allow GCI core enumuration Chi-Hsien Lin
2018-11-21  6:57 ` [PATCH 6/8] brcmfmac: update 43012 F2 watermark setting to fix DMA Error during UDP RX Traffic Chi-Hsien Lin
2018-11-21  6:57 ` [PATCH 7/8] brcmfmac: 4373 save-restore support Chi-Hsien Lin
2018-11-21  6:57 ` [PATCH 8/8] brcmfmac: disable command decode in sdio_aos Chi-Hsien Lin
2018-11-21 15:33 ` [PATCH 0/8] brcmfmac: chip related changes Kalle Valo
2018-11-22  6:34   ` Chi-Hsien Lin

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.