2022-08-10 07:19:10

by Riwen Lu

[permalink] [raw]
Subject: [PATCH v1] rtc/rtc-efi: Add wakeup support

From: Riwen Lu <[email protected]>

Add wakeup support for rtc-efi, so we can wakeup from S3/S4/S5 through
rtcwake.

Signed-off-by: Riwen Lu <[email protected]>

---
v1: Tested in ARM64 platform.
---
drivers/rtc/rtc-efi.c | 2 ++
1 file changed, 2 insertions(+)

diff --git a/drivers/rtc/rtc-efi.c b/drivers/rtc/rtc-efi.c
index 11850c2880ad..e991cccdb6e9 100644
--- a/drivers/rtc/rtc-efi.c
+++ b/drivers/rtc/rtc-efi.c
@@ -271,6 +271,8 @@ static int __init efi_rtc_probe(struct platform_device *dev)
clear_bit(RTC_FEATURE_UPDATE_INTERRUPT, rtc->features);
set_bit(RTC_FEATURE_ALARM_WAKEUP_ONLY, rtc->features);

+ device_init_wakeup(&dev->dev, true);
+
return devm_rtc_register_device(rtc);
}

--
2.25.1


2022-11-16 22:27:30

by Alexandre Belloni

[permalink] [raw]
Subject: Re: [PATCH v1] rtc/rtc-efi: Add wakeup support

On Wed, 10 Aug 2022 15:01:09 +0800, Riwen Lu wrote:
> From: Riwen Lu <[email protected]>
>
> Add wakeup support for rtc-efi, so we can wakeup from S3/S4/S5 through
> rtcwake.
>
>

Applied, thanks!

[1/1] rtc/rtc-efi: Add wakeup support
commit: eec79501cce6e8965e92174760c6a9e92d78a038

Best regards,

--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com