+17
−0
+1
−0
drivers/acpi/platform_profile.c
0 → 100644
+181
−0
include/linux/platform_profile.h
0 → 100644
+39
−0
Loading
This is the initial implementation of the platform-profile feature. It provides the details discussed and outlined in the sysfs-platform_profile document. Many modern systems have the ability to modify the operating profile to control aspects like fan speed, temperature and power levels. This module provides a common sysfs interface that platform modules can register against to control their individual profile options. Signed-off-by:Mark Pearson <markpearson@lenovo.com> Reviewed-by:
Hans de Goede <hdegoede@redhat.com> [ rjw: Use full words in enum values names ] Signed-off-by:
Rafael J. Wysocki <rafael.j.wysocki@intel.com>