On 1/13/2025 1:06 AM, Aditya Kumar Singh wrote: > On 1/13/25 13:18, Lingbo Kong wrote: >> 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(-) >> > > * drivers/net/wireless/ath/ath12k/acpi.c: 2025 copyright missing > * drivers/net/wireless/ath/ath12k/acpi.h: 2025 copyright missing > * drivers/net/wireless/ath/ath12k/core.c: 2025 copyright missing > * drivers/net/wireless/ath/ath12k/core.h: 2025 copyright missing > * drivers/net/wireless/ath/ath12k/mac.c: 2025 copyright missing > * drivers/net/wireless/ath/ath12k/qmi.c: 2025 copyright missing > > No need to respin just because of this. Some of these were already updated by other commits, adjusted the following in 'pending': * drivers/net/wireless/ath/ath12k/acpi.c * drivers/net/wireless/ath/ath12k/acpi.h https://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git/commit/?h=pending&id=caf84aa5266eae44823b736c5c77a39b92d26199 * drivers/net/wireless/ath/ath12k/qmi.c https://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git/commit/?h=pending&id=856d8cd0fe08679af8cb3b9ac98848b1a79ec4b2