mbox series

[V4,0/8] brcmfmac: chip related changes

Message ID 1542786800-146083-1-git-send-email-chi-hsien.lin@cypress.com (mailing list archive)
Headers show
Series brcmfmac: chip related changes | expand

Message

Chi-Hsien Lin Nov. 21, 2018, 7:53 a.m. UTC
This patch series includes various chip-related changes:
* 43012 support
* 4373 saverestore support
* SDIO bus settings
* 4354 raw chipid

Changelog:
V4:
 - Removed bit defines for irrelevant registers from patch 7.
 - Correct patch 0 subject (missing V3).
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        |  19 ++++
 include/linux/mmc/sdio_ids.h                       |   1 +
 8 files changed, 163 insertions(+), 22 deletions(-)

Comments

Arend van Spriel Dec. 11, 2018, 12:42 p.m. UTC | #1
On 11/21/2018 8:53 AM, Chi-Hsien Lin wrote:
> This patch series includes various chip-related changes:
> * 43012 support
> * 4373 saverestore support
> * SDIO bus settings
> * 4354 raw chipid

Hi Kalle,

This series [1] is still marked as New in patchwork. Are you planning to 
take them?

Regards,
Arend

[1] https://patchwork.kernel.org/cover/10692067/
Kalle Valo Dec. 11, 2018, 1:02 p.m. UTC | #2
Arend Van Spriel <arend.vanspriel@broadcom.com> writes:

> On 11/21/2018 8:53 AM, Chi-Hsien Lin wrote:
>> This patch series includes various chip-related changes:
>> * 43012 support
>> * 4373 saverestore support
>> * SDIO bus settings
>> * 4354 raw chipid
>
> Hi Kalle,
>
> This series [1] is still marked as New in patchwork. Are you planning
> to take them?

Yeah, along with 111 other patches ;) In other words, I'm lagging behind
in patch review but I'll try to catch up today and tomorrow. I haven't
reviewed these patchset yet, but if all goes well I'm planning to take
these.

> [1] https://patchwork.kernel.org/cover/10692067/

BTW thanks for adding the link to patchwork, very helpful.
Arend van Spriel Dec. 11, 2018, 7:17 p.m. UTC | #3
On 12/11/2018 2:02 PM, Kalle Valo wrote:
> Arend Van Spriel <arend.vanspriel@broadcom.com> writes:
> 
>> On 11/21/2018 8:53 AM, Chi-Hsien Lin wrote:
>>> This patch series includes various chip-related changes:
>>> * 43012 support
>>> * 4373 saverestore support
>>> * SDIO bus settings
>>> * 4354 raw chipid
>>
>> Hi Kalle,
>>
>> This series [1] is still marked as New in patchwork. Are you planning
>> to take them?
> 
> Yeah, along with 111 other patches ;) In other words, I'm lagging behind
> in patch review but I'll try to catch up today and tomorrow. I haven't
> reviewed these patchset yet, but if all goes well I'm planning to take
> these.

That's quite a loaded plate you have there. Happy digestion :-p

>> [1] https://patchwork.kernel.org/cover/10692067/
> 
> BTW thanks for adding the link to patchwork, very helpful.

It is a great resource/tool so happy to use it.

Gr. AvS