platform/x86: BIOS SAR driver for Intel M.2 Modem
authorShravan S <s.shravan@intel.com>
Fri, 23 Jul 2021 21:14:52 +0000 (02:44 +0530)
committerHans de Goede <hdegoede@redhat.com>
Fri, 20 Aug 2021 10:09:41 +0000 (12:09 +0200)
commitdcfbd31ef4bcf6ceb373911faa4a5299e0547702
tree23552bd43954c5b29ca603f48ee2b21f772ffc02
parentef195e8a7f43924b9979b2cd81ac7fa54f24bb3c
platform/x86: BIOS SAR driver for Intel M.2 Modem

Dynamic BIOS SAR driver exposing dynamic SAR information from BIOS

The Dynamic SAR (Specific Absorption Rate) driver uses ACPI DSM
(Device Specific Method) to communicate with BIOS and retrieve
dynamic SAR information and change notifications. The driver uses
sysfs to expose this data to userspace via read and notify.

Sysfs interface is documented in detail under:
Documentation/ABI/testing/sysfs-driver-intc_sar

Signed-off-by: Shravan S <s.shravan@intel.com>
Link: https://lore.kernel.org/r/20210723211452.27995-2-s.shravan@intel.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Documentation/ABI/testing/sysfs-driver-intc_sar [new file with mode: 0644]
MAINTAINERS
drivers/platform/x86/intel/Kconfig
drivers/platform/x86/intel/Makefile
drivers/platform/x86/intel/int1092/Kconfig [new file with mode: 0644]
drivers/platform/x86/intel/int1092/Makefile [new file with mode: 0644]
drivers/platform/x86/intel/int1092/intel_sar.c [new file with mode: 0644]
drivers/platform/x86/intel/int1092/intel_sar.h [new file with mode: 0644]