All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rtw-next 0/6] Add support for RTL8852AU
@ 2025-11-07 16:04 Bitterblue Smith
  2025-11-07 16:06 ` [PATCH rtw-next 1/6] wifi: rtw89: Use the correct power sequences for USB/SDIO Bitterblue Smith
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Bitterblue Smith @ 2025-11-07 16:04 UTC (permalink / raw)
  To: linux-wireless@vger.kernel.org; +Cc: Ping-Ke Shih

Just in time for the last of these devices disappearing from the
market.

Bitterblue Smith (6):
  wifi: rtw89: Use the correct power sequences for USB/SDIO
  wifi: rtw89: Add rtw8852a_dle_mem_usb
  wifi: rtw89: Add rtw8852a_hfc_param_ini_usb
  wifi: rtw89: 8852a: Accept USB devices and load their MAC address
  wifi: rtw89: Add rtw8852au.c
  wifi: rtw89: Enable the new rtw89_8852au module

 drivers/net/wireless/realtek/rtw89/Kconfig    | 11 +++
 drivers/net/wireless/realtek/rtw89/Makefile   |  3 +
 drivers/net/wireless/realtek/rtw89/mac.c      | 26 +++++-
 drivers/net/wireless/realtek/rtw89/mac.h      |  5 ++
 drivers/net/wireless/realtek/rtw89/rtw8852a.c | 80 ++++++++++++++++---
 .../net/wireless/realtek/rtw89/rtw8852au.c    | 79 ++++++++++++++++++
 6 files changed, 192 insertions(+), 12 deletions(-)
 create mode 100644 drivers/net/wireless/realtek/rtw89/rtw8852au.c

-- 
2.51.1


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

end of thread, other threads:[~2025-11-11  2:09 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-07 16:04 [PATCH rtw-next 0/6] Add support for RTL8852AU Bitterblue Smith
2025-11-07 16:06 ` [PATCH rtw-next 1/6] wifi: rtw89: Use the correct power sequences for USB/SDIO Bitterblue Smith
2025-11-10  8:48   ` Ping-Ke Shih
2025-11-11  2:09   ` Ping-Ke Shih
2025-11-07 16:07 ` [PATCH rtw-next 2/6] wifi: rtw89: Add rtw8852a_dle_mem_usb Bitterblue Smith
2025-11-10  8:53   ` Ping-Ke Shih
2025-11-07 16:08 ` [PATCH rtw-next 3/6] wifi: rtw89: Add rtw8852a_hfc_param_ini_usb Bitterblue Smith
2025-11-10  8:54   ` Ping-Ke Shih
2025-11-07 16:08 ` [PATCH rtw-next 4/6] wifi: rtw89: 8852a: Accept USB devices and load their MAC address Bitterblue Smith
2025-11-10  8:54   ` Ping-Ke Shih
2025-11-07 16:09 ` [PATCH rtw-next 5/6] wifi: rtw89: Add rtw8852au.c Bitterblue Smith
2025-11-10  8:57   ` Ping-Ke Shih
2025-11-07 16:10 ` [PATCH rtw-next 6/6] wifi: rtw89: Enable the new rtw89_8852au module Bitterblue Smith
2025-11-10  9:18   ` 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.