Merge tag 'fsnotify_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / Documentation / ABI / testing / sysfs-platform_profile
1 What:           /sys/firmware/acpi/platform_profile_choices
2 Date:           October 2020
3 Contact:        Hans de Goede <hdegoede@redhat.com>
4 Description:    This file contains a space-separated list of profiles supported for this device.
5
6                 Drivers must use the following standard profile-names:
7
8                 ============    ============================================
9                 low-power       Low power consumption
10                 cool            Cooler operation
11                 quiet           Quieter operation
12                 balanced        Balance between low power consumption and performance
13                 performance     High performance operation
14                 ============    ============================================
15
16                 Userspace may expect drivers to offer more than one of these
17                 standard profile names.
18
19 What:           /sys/firmware/acpi/platform_profile
20 Date:           October 2020
21 Contact:        Hans de Goede <hdegoede@redhat.com>
22 Description:    Reading this file gives the current selected profile for this
23                 device. Writing this file with one of the strings from
24                 platform_profile_choices changes the profile to the new value.