Re: [PATCH v2] kselftest: cpufreq: Add RTC wakeup alarm

From: Shuah Khan
Date: Thu Jul 25 2024 - 11:52:31 EST


On 7/24/24 21:57, Viresh Kumar wrote:
On 16-07-24, 00:56, Shreeya Patel wrote:
Add RTC wakeup alarm for devices to resume after specific time interval.
This improvement in the test will help in enabling this test
in the CI systems and will eliminate the need of manual intervention
for resuming back the devices after suspend/hibernation.

Signed-off-by: Shreeya Patel <shreeya.patel@xxxxxxxxxxxxx>
---

Changes in v2
- Use rtcwake utility instead of sysfs for setting up
a RTC wakeup alarm

tools/testing/selftests/cpufreq/cpufreq.sh | 15 +++++++++++++++
tools/testing/selftests/cpufreq/main.sh | 13 ++++++++++++-
2 files changed, 27 insertions(+), 1 deletion(-)

Acked-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>


Thank you. I will apply this once merge window closes.

thanks,
-- Shuah