[PATCH v1 0/5] rtw88: Add additional SDIO support bits

From: Martin Blumenstingl
Date: Tue Feb 14 2023 - 16:15:11 EST


These patches are split from my big RFC series called "rtw88: Add
SDIO support" from [0].
The goal of this smaller series is to make it easier to review the
patches and already upstream support bits which are mostly
independent.

For patches 3-5 I got feedback from Ping-Ke in the RFC version where
he suggested to add __packed to various structs. This resulted in
discussions around that whole topic in [1] and [2]. Since I'm new
to that topic I sent an RFC patch [3] based on the suggestions from
Ping-Ke and David. That patch has not been reviewed yet. My
suggestion is to take the patches from this series first, then
come to a conclusion on the RFC patch which I'll then re-spin as
a normal patch with the required changes that will come up in the
discussion (if any).


[0] https://lore.kernel.org/lkml/20221227233020.284266-1-martin.blumenstingl@xxxxxxxxxxxxxx/
[1] https://lore.kernel.org/linux-wireless/20221228133547.633797-2-martin.blumenstingl@xxxxxxxxxxxxxx/
[2] https://lore.kernel.org/linux-wireless/4c4551c787ee4fc9ac40b34707d7365a@xxxxxxxxxxxxxxxx/
[3] https://lore.kernel.org/lkml/20230108213114.547135-1-martin.blumenstingl@xxxxxxxxxxxxxx/


Martin Blumenstingl (5):
wifi: rtw88: mac: Add support for the SDIO HCI in rtw_pwr_seq_parser()
wifi: rtw88: mac: Add SDIO HCI support in the TX/page table setup
wifi: rtw88: rtw8821c: Implement RTL8821CS (SDIO) efuse parsing
wifi: rtw88: rtw8822b: Implement RTL8822BS (SDIO) efuse parsing
wifi: rtw88: rtw8822c: Implement RTL8822CS (SDIO) efuse parsing

drivers/net/wireless/realtek/rtw88/mac.c | 9 +++++++++
drivers/net/wireless/realtek/rtw88/rtw8821c.c | 9 +++++++++
drivers/net/wireless/realtek/rtw88/rtw8821c.h | 6 ++++++
drivers/net/wireless/realtek/rtw88/rtw8822b.c | 10 ++++++++++
drivers/net/wireless/realtek/rtw88/rtw8822b.h | 6 ++++++
drivers/net/wireless/realtek/rtw88/rtw8822c.c | 9 +++++++++
drivers/net/wireless/realtek/rtw88/rtw8822c.h | 6 ++++++
7 files changed, 55 insertions(+)

--
2.39.1