public inbox for ath12k@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/4] wifi: ath12k: Add new features to ACPI
@ 2024-07-17 11:10 Lingbo Kong
  2024-07-17 11:10 ` [PATCH 1/4] wifi: ath12k: Add support for obtaining the buffer type ACPI function bitmap Lingbo Kong
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Lingbo Kong @ 2024-07-17 11:10 UTC (permalink / raw)
  To: ath12k; +Cc: linux-wireless, quic_lingbok

By reading ACPI tables, implement a method to obtain the ACPI functions
Bitmap, enable or disable specific features based on ACPI Bitflags and
download board data files based on ACPI board data filename extensions.

Lingbo Kong (4):
  wifi: ath12k: Add support for obtaining the buffer type ACPI function
    bitmap
  wifi: ath12k: Add Support for enabling or disabling specific features
    based on ACPI bitflag
  wifi: ath12k: Adjust the timing to access ACPI table
  wifi: ath12k: Add support for reading variant from ACPI to download
    board data file

 drivers/net/wireless/ath/ath12k/acpi.c | 175 +++++++++++++++++++------
 drivers/net/wireless/ath/ath12k/acpi.h |  20 +++
 drivers/net/wireless/ath/ath12k/core.c |  29 +++-
 drivers/net/wireless/ath/ath12k/core.h |   8 ++
 drivers/net/wireless/ath/ath12k/mac.c  |   3 +-
 drivers/net/wireless/ath/ath12k/qmi.c  |   5 +
 6 files changed, 192 insertions(+), 48 deletions(-)


base-commit: db1ce56e6e1d395dd42a3cd6332a871d9be59c45
-- 
2.34.1



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

end of thread, other threads:[~2024-07-18  2:31 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-17 11:10 [PATCH 0/4] wifi: ath12k: Add new features to ACPI Lingbo Kong
2024-07-17 11:10 ` [PATCH 1/4] wifi: ath12k: Add support for obtaining the buffer type ACPI function bitmap Lingbo Kong
2024-07-17 16:52   ` Jeff Johnson
2024-07-17 11:10 ` [PATCH 2/4] wifi: ath12k: Add Support for enabling or disabling specific features based on ACPI bitflag Lingbo Kong
2024-07-17 16:52   ` Jeff Johnson
2024-07-17 20:36   ` kernel test robot
2024-07-17 21:44     ` Jeff Johnson
2024-07-18  2:22       ` Lingbo Kong
2024-07-18  2:31         ` Jeff Johnson
2024-07-17 22:23   ` kernel test robot
2024-07-17 11:10 ` [PATCH 3/4] wifi: ath12k: Adjust the timing to access ACPI table Lingbo Kong
2024-07-17 16:52   ` Jeff Johnson
2024-07-17 11:10 ` [PATCH 4/4] wifi: ath12k: Add support for reading variant from ACPI to download board data file Lingbo Kong
2024-07-17 16:52   ` Jeff Johnson

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