public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH rtw-next 00/12] wifi: rtw89: refactor PHY flow/setting for RTL8922D
@ 2026-01-14  1:39 Ping-Ke Shih
  2026-01-14  1:39 ` [PATCH rtw-next 01/12] wifi: rtw89: mac: clear global interrupt right after power-on Ping-Ke Shih
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Ping-Ke Shih @ 2026-01-14  1:39 UTC (permalink / raw)
  To: linux-wireless; +Cc: echuang, phhuang

The RTL8922D uses different PHY settings like MAC part. Refactor to adopt
RTL8922D. Additionally, the last patch is to correct MLO connection for
a specific condition found by testing.

Eric Huang (2):
  wifi: rtw89: phy: extend register to read history 2 of PHY env_monitor
  wifi: rtw89: phy: update bb wrapper TPU init

Ping-Ke Shih (8):
  wifi: rtw89: mac: clear global interrupt right after power-on
  wifi: rtw89: phy: add {read,write}_rf_v3 for RTL8922D
  wifi: rtw89: phy: add ops rtw89_phy_gen_be_v1 for RTL8922D
  wifi: rtw89: phy: abstract start address and EHT of PHY status bitmap
  wifi: rtw89: phy: abstract BB wrap registers to share initial flow
  wifi: rtw89: phy: update BB wrapper RFSI
  wifi: rtw89: phy: write BB wrapper registers with flush
  wifi: rtw89: phy: refine initial flow of BB wrapper

Po-Hao Huang (2):
  wifi: rtw89: phy: fix incorrect power limit by mac_id
  wifi: rtw89: fix unable to receive probe responses under MLO
    connection

 drivers/net/wireless/realtek/rtw89/core.h   |   2 +-
 drivers/net/wireless/realtek/rtw89/fw.c     |   3 +
 drivers/net/wireless/realtek/rtw89/mac.c    |   2 +
 drivers/net/wireless/realtek/rtw89/mac.h    |  17 +
 drivers/net/wireless/realtek/rtw89/mac_be.c |  10 +
 drivers/net/wireless/realtek/rtw89/phy.c    | 160 +++++-
 drivers/net/wireless/realtek/rtw89/phy.h    |  20 +
 drivers/net/wireless/realtek/rtw89/phy_be.c | 563 +++++++++++++++++++-
 drivers/net/wireless/realtek/rtw89/reg.h    | 350 +++++++++++-
 9 files changed, 1095 insertions(+), 32 deletions(-)


base-commit: 292c0bc8acb687de7e83fc454bb98af19187b6bf
-- 
2.25.1


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

end of thread, other threads:[~2026-01-22  1:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-14  1:39 [PATCH rtw-next 00/12] wifi: rtw89: refactor PHY flow/setting for RTL8922D Ping-Ke Shih
2026-01-14  1:39 ` [PATCH rtw-next 01/12] wifi: rtw89: mac: clear global interrupt right after power-on Ping-Ke Shih
2026-01-22  1:54   ` Ping-Ke Shih
2026-01-14  1:39 ` [PATCH rtw-next 02/12] wifi: rtw89: phy: add {read,write}_rf_v3 for RTL8922D Ping-Ke Shih
2026-01-14  1:39 ` [PATCH rtw-next 03/12] wifi: rtw89: phy: add ops rtw89_phy_gen_be_v1 " Ping-Ke Shih
2026-01-14  1:39 ` [PATCH rtw-next 04/12] wifi: rtw89: phy: abstract start address and EHT of PHY status bitmap Ping-Ke Shih
2026-01-14  1:39 ` [PATCH rtw-next 05/12] wifi: rtw89: phy: extend register to read history 2 of PHY env_monitor Ping-Ke Shih
2026-01-14  1:39 ` [PATCH rtw-next 06/12] wifi: rtw89: phy: abstract BB wrap registers to share initial flow Ping-Ke Shih
2026-01-14  1:39 ` [PATCH rtw-next 07/12] wifi: rtw89: phy: update bb wrapper TPU init Ping-Ke Shih
2026-01-14  1:39 ` [PATCH rtw-next 08/12] wifi: rtw89: phy: update BB wrapper RFSI Ping-Ke Shih
2026-01-14  1:39 ` [PATCH rtw-next 09/12] wifi: rtw89: phy: write BB wrapper registers with flush Ping-Ke Shih
2026-01-14  1:39 ` [PATCH rtw-next 10/12] wifi: rtw89: phy: refine initial flow of BB wrapper Ping-Ke Shih
2026-01-14  1:39 ` [PATCH rtw-next 11/12] wifi: rtw89: phy: fix incorrect power limit by mac_id Ping-Ke Shih
2026-01-14  1:39 ` [PATCH rtw-next 12/12] wifi: rtw89: fix unable to receive probe responses under MLO connection Ping-Ke Shih

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox