public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] selftest: cpufreq: Add support for cpufreq framework
@ 2017-01-13  6:36 Viresh Kumar
  2017-01-13  6:36 ` [PATCH 1/4] selftest: cpufreq: Add support for cpufreq tests Viresh Kumar
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Viresh Kumar @ 2017-01-13  6:36 UTC (permalink / raw)
  To: Rafael Wysocki, Shuah Khan
  Cc: linaro-kernel, linux-pm, linux-kernel, Vincent Guittot,
	linux-kselftest, Viresh Kumar

Hi,

This patchset adds support for cpufreq selftests to the kernel selftest
framework. More details can be found on individual patches.

These are all tested after installation of selftests on ARM Dual A15
core Exynos platform.

The content of the output file for the basic tests looks like this:
http://pastebin.com/nBY9AfD5 .

--
viresh

Viresh Kumar (4):
  selftest: cpufreq: Add support for cpufreq tests
  selftest: cpufreq: Add suspend/resume/hibernate support
  selftest: cpufreq: Add support to test cpufreq modules
  selftest: cpufreq: Add special tests

 tools/testing/selftests/Makefile                 |   1 +
 tools/testing/selftests/cpufreq/Makefile         |   8 +
 tools/testing/selftests/cpufreq/cpu.sh           |  84 ++++++++
 tools/testing/selftests/cpufreq/cpufreq.sh       | 241 ++++++++++++++++++++++
 tools/testing/selftests/cpufreq/governor.sh      | 153 ++++++++++++++
 tools/testing/selftests/cpufreq/main.sh          | 194 ++++++++++++++++++
 tools/testing/selftests/cpufreq/module.sh        | 243 +++++++++++++++++++++++
 tools/testing/selftests/cpufreq/special-tests.sh | 115 +++++++++++
 8 files changed, 1039 insertions(+)
 create mode 100644 tools/testing/selftests/cpufreq/Makefile
 create mode 100755 tools/testing/selftests/cpufreq/cpu.sh
 create mode 100755 tools/testing/selftests/cpufreq/cpufreq.sh
 create mode 100755 tools/testing/selftests/cpufreq/governor.sh
 create mode 100755 tools/testing/selftests/cpufreq/main.sh
 create mode 100755 tools/testing/selftests/cpufreq/module.sh
 create mode 100755 tools/testing/selftests/cpufreq/special-tests.sh

-- 
2.7.1.410.g6faf27b

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-02-06 19:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-13  6:36 [PATCH 0/4] selftest: cpufreq: Add support for cpufreq framework Viresh Kumar
2017-01-13  6:36 ` [PATCH 1/4] selftest: cpufreq: Add support for cpufreq tests Viresh Kumar
2017-01-13  6:36 ` [PATCH 2/4] selftest: cpufreq: Add suspend/resume/hibernate support Viresh Kumar
2017-01-13  6:36 ` [PATCH 3/4] selftest: cpufreq: Add support to test cpufreq modules Viresh Kumar
2017-01-13  6:36 ` [PATCH 4/4] selftest: cpufreq: Add special tests Viresh Kumar
2017-01-13 22:35 ` [PATCH 0/4] selftest: cpufreq: Add support for cpufreq framework Shuah Khan
2017-01-16  3:48   ` Viresh Kumar
2017-01-17 21:00     ` Shuah Khan
2017-01-19 17:36       ` Shuah Khan
2017-01-20  5:40         ` [PATCH] selftest: cpufreq: Update MAINTAINERS file Viresh Kumar
2017-02-06 10:38           ` Viresh Kumar
2017-02-06 19:22             ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox