cpufreq: amd-pstate: Add test module for amd-pstate driver
authorMeng Li <li.meng@amd.com>
Wed, 17 Aug 2022 03:46:28 +0000 (11:46 +0800)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 5 Oct 2022 17:05:17 +0000 (11:05 -0600)
commit14eb1c96e3a3fd9cd377ac9af3c7a410f8bf1015
treef0080e74a4f71e986ba02e0c6b9e78cce7a13927
parentf1375ec1df09fb09fecfdf9418d3784e7ba12469
cpufreq: amd-pstate: Add test module for amd-pstate driver

Add amd-pstate-ut test module, this module is used by kselftest
to unit test amd-pstate functionality. This module will be
expected by some of selftests to be present and loaded.

Signed-off-by: Meng Li <li.meng@amd.com>
Acked-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
drivers/cpufreq/Kconfig.x86
drivers/cpufreq/Makefile
drivers/cpufreq/amd-pstate-ut.c [new file with mode: 0644]