All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] rtw89: prepare more shared code to work with 8852c
@ 2022-03-11  3:02 Ping-Ke Shih
  2022-03-11  3:02 ` [PATCH 01/11] rtw89: modify dcfo_comp to share with chips Ping-Ke Shih
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Ping-Ke Shih @ 2022-03-11  3:02 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, leo.li, hsuan8331, yuanhan1020

This patchset contains MAC, BB and RF functions. The BB part changes
CFO (central frequency offset) tracking functions to be general. The MAC
part makes the function work on 8852c. Propose new V1 method to access new
design of RF register. 

As usual, this doesn't affect existing chip, and 8852C is built internally.

Chia-Yuan Li (3):
  rtw89: modify MAC enable functions
  rtw89: disable FW and H2C function if CPU disabled
  rtw89: 8852c: add mac_ctrl_path and mac_cfg_gnt APIs

Chung-Hsuan Hung (1):
  rtw89: 8852c: add read/write rf register function

Ping-Ke Shih (4):
  rtw89: add config_rf_reg_v1 to configure RF parameter tables
  rtw89: initialize preload window of D-MAC
  rtw89: extend mac tx_en bits from 16 to 32
  rtw89: implement stop and resume channels transmission v1

Yuan-Han Zhang (3):
  rtw89: modify dcfo_comp to share with chips
  rtw89: 8852c: add write/read crystal function in CFO tracking
  rtw89: 8852c: add setting of TB UL TX power offset

 drivers/net/wireless/realtek/rtw89/coex.c     |  24 +-
 drivers/net/wireless/realtek/rtw89/core.h     |  47 +++-
 drivers/net/wireless/realtek/rtw89/mac.c      | 225 ++++++++++++++++--
 drivers/net/wireless/realtek/rtw89/mac.h      |  12 +-
 drivers/net/wireless/realtek/rtw89/phy.c      | 164 ++++++++++++-
 drivers/net/wireless/realtek/rtw89/phy.h      |   9 +
 drivers/net/wireless/realtek/rtw89/reg.h      |  77 ++++++
 drivers/net/wireless/realtek/rtw89/rtw8852a.c |  22 +-
 .../net/wireless/realtek/rtw89/rtw8852a_rfk.c |  24 +-
 drivers/net/wireless/realtek/rtw89/rtw8852c.c |  50 ++++
 10 files changed, 594 insertions(+), 60 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-03-16 15:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-11  3:02 [PATCH 00/11] rtw89: prepare more shared code to work with 8852c Ping-Ke Shih
2022-03-11  3:02 ` [PATCH 01/11] rtw89: modify dcfo_comp to share with chips Ping-Ke Shih
2022-03-11  3:02 ` [PATCH 02/11] rtw89: 8852c: add write/read crystal function in CFO tracking Ping-Ke Shih
2022-03-11  3:02 ` [PATCH 03/11] rtw89: 8852c: add setting of TB UL TX power offset Ping-Ke Shih
2022-03-11  3:02 ` [PATCH 04/11] rtw89: 8852c: add read/write rf register function Ping-Ke Shih
2022-03-11  3:02 ` [PATCH 05/11] rtw89: add config_rf_reg_v1 to configure RF parameter tables Ping-Ke Shih
2022-03-11  3:02 ` [PATCH 06/11] rtw89: modify MAC enable functions Ping-Ke Shih
2022-03-11  3:02 ` [PATCH 07/11] rtw89: initialize preload window of D-MAC Ping-Ke Shih
2022-03-11  3:02 ` [PATCH 08/11] rtw89: disable FW and H2C function if CPU disabled Ping-Ke Shih
2022-03-11  3:02 ` [PATCH 09/11] rtw89: 8852c: add mac_ctrl_path and mac_cfg_gnt APIs Ping-Ke Shih
2022-03-16 15:48   ` Kalle Valo
2022-03-11  3:03 ` [PATCH 10/11] rtw89: extend mac tx_en bits from 16 to 32 Ping-Ke Shih
2022-03-11  3:03 ` [PATCH 11/11] rtw89: implement stop and resume channels transmission v1 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.