selftests: thermal: intel: power_floor: add missing gitignoreThe 'power_floor' test generates an object with the same name,but there is no .gitignore file in the directory to add the object assta
selftests: thermal: intel: power_floor: add missing gitignoreThe 'power_floor' test generates an object with the same name,but there is no .gitignore file in the directory to add the object asstated in the selftest documentation.Add the missing .gitignore file and include 'power_floor'.Signed-off-by: Javier Carrasco <[email protected]>Signed-off-by: Shuah Khan <[email protected]>
show more ...
selftests/thermel/intel: Add test to read power floor statusSome SoCs have firmware support to notify, if the system can't lowerpower limit to a value requested from user space via RAPL constraint
selftests/thermel/intel: Add test to read power floor statusSome SoCs have firmware support to notify, if the system can't lowerpower limit to a value requested from user space via RAPL constraints.This test program waits for notification of power floor and prints. Thisprogram can be used to test this feature and also allows other user spaceprograms to use as a reference.Signed-off-by: Srinivas Pandruvada <[email protected]>Signed-off-by: Rafael J. Wysocki <[email protected]>