Thanks Andy
On 10/11/2020 05:03, Andy Shevchenko wrote:
On Tue, Nov 10, 2020 at 5:35 AM Mark Pearson <markpearson@xxxxxxxxxx> wrote:
On modern systems the platform performance, temperature, fan and other
hardware related characteristics are often dynamically configurable. The
profile is often automatically adjusted to the load by somei
automatic-mechanism (which may very well live outside the kernel).
These auto platform-adjustment mechanisms often can be configured with
one of several 'platform-profiles', with either a bias towards low-power
consumption or towards performance (and higher power consumption and
thermals).
Introduce a new platform_profile sysfs API which offers a generic API for
selecting the performance-profile of these automatic-mechanisms.
.../ABI/testing/sysfs-platform_profile | 66 +++++++++++++++++++
Is this in reST format?
Mauro have been converting ABI to be reST compatible (at least).
I'm assuming reST is "reStructured Text"? (it's a new one for me)
I'll have a look and check it's compatible and see if I can fix up
anything missing. If you have any pointers to a document that has
already been updated and is a good reference point that would be appreciated
Thanks
Mark