public inbox for ath12k@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] wifi: ath12k: Add new features to ACPI
@ 2025-01-13  7:48 Lingbo Kong
  2025-01-13  7:48 ` [PATCH v4 1/4] wifi: ath12k: Add support for obtaining the buffer type ACPI function bitmap Lingbo Kong
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Lingbo Kong @ 2025-01-13  7:48 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.

v4:
1.rebase to 0c5fcd9069dd

v3:
1.change some function name.

v2:
1.support functions for cases where CONFIG_ACPI is disabled

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 | 200 +++++++++++++++++++------
 drivers/net/wireless/ath/ath12k/acpi.h |  38 +++++
 drivers/net/wireless/ath/ath12k/core.c |   8 +-
 drivers/net/wireless/ath/ath12k/core.h |   7 +
 drivers/net/wireless/ath/ath12k/mac.c  |   3 +-
 drivers/net/wireless/ath/ath12k/qmi.c  |   9 ++
 6 files changed, 217 insertions(+), 48 deletions(-)


base-commit: 0c5fcd9069dd5f984e39820629acbfbe0f1b4256
-- 
2.34.1



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

end of thread, other threads:[~2025-02-03 22:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-13  7:48 [PATCH v4 0/4] wifi: ath12k: Add new features to ACPI Lingbo Kong
2025-01-13  7:48 ` [PATCH v4 1/4] wifi: ath12k: Add support for obtaining the buffer type ACPI function bitmap Lingbo Kong
2025-01-13  7:48 ` [PATCH v4 2/4] wifi: ath12k: Add Support for enabling or disabling specific features based on ACPI bitflag Lingbo Kong
2025-01-13  7:48 ` [PATCH v4 3/4] wifi: ath12k: Adjust the timing to access ACPI table Lingbo Kong
2025-01-13  7:48 ` [PATCH v4 4/4] wifi: ath12k: Add support for reading variant from ACPI to download board data file Lingbo Kong
2025-01-13  9:06 ` [PATCH v4 0/4] wifi: ath12k: Add new features to ACPI Aditya Kumar Singh
2025-01-30 16:36   ` Jeff Johnson
2025-01-27  8:17 ` Lingbo Kong
2025-02-03 22:49 ` Jeff Johnson

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