Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation/ABI/testing/sysfs-amd-pmf: Add ABI doc for AMD PMF

AMD PMF driver provides the flexibility to turn "on" or "off"
CnQF feature (introduced in the earlier patch).

Add corresponding ABI documentation for the new sysfs node and
also update MAINTAINERS file with this new information

Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
Link: https://lore.kernel.org/r/20220922131202.56529-4-Shyam-sundar.S-k@amd.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>

authored by

Shyam Sundar S K and committed by
Hans de Goede
1590ac2c 3dae5825

+14
+13
Documentation/ABI/testing/sysfs-amd-pmf
··· 1 + What: /sys/devices/platform/*/cnqf_enable 2 + Date: September 2022 3 + Contact: Shyam Sundar S K <Shyam-sundar.S-k@amd.com> 4 + Description: Reading this file tells if the AMD Platform Management(PMF) 5 + Cool n Quiet Framework(CnQF) feature is enabled or not. 6 + 7 + This feature is not enabled by default and gets only turned on 8 + if OEM BIOS passes a "flag" to PMF ACPI function (index 11 or 12) 9 + or in case the user writes "on". 10 + 11 + To turn off CnQF user can write "off" to the sysfs node. 12 + Note: Systems that support auto mode will not have this sysfs file 13 + available.
+1
MAINTAINERS
··· 1026 1026 M: Shyam Sundar S K <Shyam-sundar.S-k@amd.com> 1027 1027 L: platform-driver-x86@vger.kernel.org 1028 1028 S: Maintained 1029 + F: Documentation/ABI/testing/sysfs-amd-pmf 1029 1030 F: drivers/platform/x86/amd/pmf/ 1030 1031 1031 1032 AMD HSMP DRIVER