* [PATCH v2] brcmfmac: Support 43455 save-restore (SR) feature if FW include -sr
@ 2017-12-19 6:56 Wright Feng
2018-01-08 17:21 ` [v2] " Kalle Valo
0 siblings, 1 reply; 2+ messages in thread
From: Wright Feng @ 2017-12-19 6:56 UTC (permalink / raw)
To: arend.vanspriel, franky.lin, hante.meuleman, kvalo, chi-hsien.lin
Cc: wright.feng, linux-wireless, brcm80211-dev-list.pdl, Double Lo
From: Double Lo <double.lo@cypress.com>
This patch will add 43455 into the save-restore(SR) capable chip list, so
the SR engine will be enabled with 43455 FW which built-in the -sr
function.
Signed-off-by: Double Lo <double.lo@cypress.com>
Signed-off-by: Wright Feng <wright.feng@cypress.com>
---
v2: Add Wright's signed-off-by
---
drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c
index c5d1a1c..f7b30ce 100644
--- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c
+++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c
@@ -1338,6 +1338,7 @@ bool brcmf_chip_sr_capable(struct brcmf_chip *pub)
switch (pub->chip) {
case BRCM_CC_4354_CHIP_ID:
case BRCM_CC_4356_CHIP_ID:
+ case BRCM_CC_4345_CHIP_ID:
/* explicitly check SR engine enable bit */
pmu_cc3_mask = BIT(2);
/* fall-through */
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [v2] brcmfmac: Support 43455 save-restore (SR) feature if FW include -sr
2017-12-19 6:56 [PATCH v2] brcmfmac: Support 43455 save-restore (SR) feature if FW include -sr Wright Feng
@ 2018-01-08 17:21 ` Kalle Valo
0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2018-01-08 17:21 UTC (permalink / raw)
To: Wright Feng
Cc: arend.vanspriel, franky.lin, hante.meuleman, chi-hsien.lin,
wright.feng, linux-wireless, brcm80211-dev-list.pdl, Double Lo
Wright Feng <wright.feng@cypress.com> wrote:
> From: Double Lo <double.lo@cypress.com>
>
> This patch will add 43455 into the save-restore(SR) capable chip list, so
> the SR engine will be enabled with 43455 FW which built-in the -sr
> function.
>
> Signed-off-by: Double Lo <double.lo@cypress.com>
> Signed-off-by: Wright Feng <wright.feng@cypress.com>
Patch applied to wireless-drivers-next.git, thanks.
e3720dad9985 brcmfmac: Support 43455 save-restore (SR) feature if FW include -sr
--
https://patchwork.kernel.org/patch/10122587/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-01-08 17:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-19 6:56 [PATCH v2] brcmfmac: Support 43455 save-restore (SR) feature if FW include -sr Wright Feng
2018-01-08 17:21 ` [v2] " Kalle Valo
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.