Message ID | 20201110033124.3211-1-markpearson@lenovo.com (mailing list archive) |
---|---|
Headers | show |
Series | Platform Profile support | expand |
On Mon, 2020-11-09 at 22:31 -0500, Mark Pearson wrote: > This patch series is for the implementation of the platform-profile > feature - the ability to determine which mode the platform is in and > to change the mode using a sysfs entry. > > The first patch is an update of the document I've been working on > with > review and help from the kernel community. Thank you to everybody for > their input. > > The second patch implements the platform-profile sysfs and API's > needed. > > The third patch has Lenovo specific changes in thinkpad_acpi.c to use > the new platform-profile implementation and be able to switch between > low, medium and high power modes. I've implemented this in power-profiles-daemon: https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/merge_requests/41 Was pretty straight forward to implement, so good job :)