mbox series

[0/9] wifi: rtw89: 8852b: complete basic chip_ops and chip_info

Message ID 20221009125403.19662-1-pkshih@realtek.com
Headers show
Series wifi: rtw89: 8852b: complete basic chip_ops and chip_info | expand

Message

Ping-Ke Shih Oct. 9, 2022, 12:53 p.m. UTC
Prepare more 8852b materials containing chip_ops and chip_info. The
chip_ops include set_Channel, power_on/off, get_thermal, query_ppdu,
txrx_path, and coexistence helpers. The final one is to add chip_info
containing many constant tables.

Ping-Ke Shih (9):
  wifi: rtw89: 8852b: add chip_ops::set_channel_help
  wifi: rtw89: 8852b: add power on/off functions
  wifi: rtw89: 8852b: add basic baseband chip_ops
  wifi: rtw89: 8852b: add chip_ops to get thermal
  wifi: rtw89: 8852b: add chip_ops related to BT coexistence
  wifi: rtw89: 8852b: add chip_ops to query PPDU
  wifi: rtw89: 8852b: add chip_ops to configure TX/RX path
  wifi: rtw89: 8852b: add functions to control BB to assist RF
    calibrations
  wifi: rtw89: 8852b: add basic attributes of chip_info

 drivers/net/wireless/realtek/rtw89/mac.h      |    1 +
 drivers/net/wireless/realtek/rtw89/reg.h      |   23 +
 drivers/net/wireless/realtek/rtw89/rtw8852b.c | 1308 +++++++++++++++++
 drivers/net/wireless/realtek/rtw89/rtw8852b.h |   47 +
 4 files changed, 1379 insertions(+)