All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/6] brcmfmac: USB change series
@ 2020-03-13 10:50 Chi-Hsien Lin
  2020-03-13 10:50 ` [PATCH V2 1/6] brcmfmac: Fix driver crash on USB control transfer timeout Chi-Hsien Lin
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Chi-Hsien Lin @ 2020-03-13 10:50 UTC (permalink / raw)
  To: linux-wireless
  Cc: brcm80211-dev-list, brcm80211-dev-list, Arend van Spriel,
	Franky Lin, Hante Meuleman, Wright Feng, Kalle Valo,
	Chi-Hsien Lin

USB runtime PM and console print support added, alone with several of bug fixes for usb devices.

Changes in V2:
 - Clarify "SVT" meaning in patch 03 commit message.
 - Add explanation for wowl usage in patch 05 commit message.

Madhan Mohan R (1):
  brcmfmac: increase max hanger slots from 1K to 3K in fws layer

Raveendran Somu (4):
  brcmfmac: Fix driver crash on USB control transfer timeout
  brcmfmac: Fix double freeing in the fmac usb data path
  brcmfmac: fix the incorrect return value in brcmf_inform_single_bss().
  brcmfmac: To support printing USB console messages

Wright Feng (1):
  brcmfmac: add USB autosuspend feature support

 .../net/wireless/broadcom/brcm80211/brcmfmac/bus.h |   1 +
 .../broadcom/brcm80211/brcmfmac/cfg80211.c         |   2 +-
 .../wireless/broadcom/brcm80211/brcmfmac/core.c    |   8 ++
 .../wireless/broadcom/brcm80211/brcmfmac/debug.c   |  82 ++++++++++++
 .../wireless/broadcom/brcm80211/brcmfmac/debug.h   |  24 ++++
 .../broadcom/brcm80211/brcmfmac/fwsignal.c         |   5 +-
 .../net/wireless/broadcom/brcm80211/brcmfmac/usb.c | 140 +++++++++++++--------
 7 files changed, 206 insertions(+), 56 deletions(-)

-- 
2.1.0


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

end of thread, other threads:[~2020-03-23 17:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-13 10:50 [PATCH V2 0/6] brcmfmac: USB change series Chi-Hsien Lin
2020-03-13 10:50 ` [PATCH V2 1/6] brcmfmac: Fix driver crash on USB control transfer timeout Chi-Hsien Lin
2020-03-23 17:32   ` Kalle Valo
2020-03-13 10:50 ` [PATCH V2 2/6] brcmfmac: Fix double freeing in the fmac usb data path Chi-Hsien Lin
2020-03-13 10:50 ` [PATCH V2 3/6] brcmfmac: fix the incorrect return value in brcmf_inform_single_bss() Chi-Hsien Lin
2020-03-13 10:50 ` [PATCH V2 4/6] brcmfmac: increase max hanger slots from 1K to 3K in fws layer Chi-Hsien Lin
2020-03-13 10:50 ` [PATCH V2 5/6] brcmfmac: add USB autosuspend feature support Chi-Hsien Lin
2020-03-13 10:50 ` [PATCH V2 6/6] brcmfmac: To support printing USB console messages 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.