All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/9] rtw89: coex: add materials to support 8852C
@ 2022-07-25  2:35 Ping-Ke Shih
  2022-07-25  2:35 ` [PATCH v2 1/9] rtw89: coex: update radio state for RTL8852A/RTL8852C Ping-Ke Shih
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Ping-Ke Shih @ 2022-07-25  2:35 UTC (permalink / raw)
  To: kvalo; +Cc: ku920601, linux-wireless

8852C use new format and registers for BT coexistence mechanism. Some
existing codes aren't suitable for 8852C, and then need to correct them.

The patchset depends on another patchset "rtw89: support channel context"
due to structure but not functional conflicts.

v2: fix NULL pointer access if 8852A is adopted

Ching-Te Ku (9):
  rtw89: coex: update radio state for RTL8852A/RTL8852C
  rtw89: coex: Move Wi-Fi firmware coexistence matching version to chip
  rtw89: coex: Add logic to parsing rtl8852c firmware type ctrl report
  rtw89: coex: Define BT B1 slot length
  rtw89: coex: Add v1 version TDMA format and parameters
  rtw89: coex: update WL role info v1 for RTL8852C branch using
  rtw89: coex: Move _set_policy to chip_ops
  rtw89: coex: Add v1 Wi-Fi SCC coexistence policy
  rtw89: coex: Update Wi-Fi driver/firmware TDMA cycle report for
    RTL8852c

 drivers/net/wireless/realtek/rtw89/coex.c     | 1111 +++++++++++++++--
 drivers/net/wireless/realtek/rtw89/coex.h     |    2 +
 drivers/net/wireless/realtek/rtw89/core.h     |  241 +++-
 drivers/net/wireless/realtek/rtw89/fw.c       |  113 +-
 drivers/net/wireless/realtek/rtw89/fw.h       |   88 +-
 drivers/net/wireless/realtek/rtw89/rtw8852a.c |   15 +
 drivers/net/wireless/realtek/rtw89/rtw8852c.c |   33 +-
 7 files changed, 1378 insertions(+), 225 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-09-02 14:04 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-25  2:35 [PATCH v2 0/9] rtw89: coex: add materials to support 8852C Ping-Ke Shih
2022-07-25  2:35 ` [PATCH v2 1/9] rtw89: coex: update radio state for RTL8852A/RTL8852C Ping-Ke Shih
2022-09-02  8:33   ` Kalle Valo
2022-07-25  2:35 ` [PATCH v2 2/9] rtw89: coex: Move Wi-Fi firmware coexistence matching version to chip Ping-Ke Shih
2022-07-25  2:35 ` [PATCH v2 3/9] rtw89: coex: Add logic to parsing rtl8852c firmware type ctrl report Ping-Ke Shih
2022-09-02  6:32   ` Kalle Valo
2022-09-02 12:51     ` Ping-Ke Shih
2022-07-25  2:35 ` [PATCH v2 4/9] rtw89: coex: Define BT B1 slot length Ping-Ke Shih
2022-07-25  2:35 ` [PATCH v2 5/9] rtw89: coex: Add v1 version TDMA format and parameters Ping-Ke Shih
2022-07-25  2:35 ` [PATCH v2 6/9] rtw89: coex: update WL role info v1 for RTL8852C branch using Ping-Ke Shih
2022-07-25  2:35 ` [PATCH v2 7/9] rtw89: coex: Move _set_policy to chip_ops Ping-Ke Shih
2022-07-25  2:35 ` [PATCH v2 8/9] rtw89: coex: Add v1 Wi-Fi SCC coexistence policy Ping-Ke Shih
2022-07-25  2:35 ` [PATCH v2 9/9] rtw89: coex: Update Wi-Fi driver/firmware TDMA cycle report for RTL8852c Ping-Ke Shih

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.