From: Andreas Kemnade <andreas@kemnade.info>
To: mazziesaccount@gmail.com, alexandre.belloni@bootlin.com,
linux-rtc@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Andreas Kemnade <andreas@kemnade.info>
Subject: [PATCH] rtc: bd70528: properly enable wakeup
Date: Thu, 10 Sep 2026 11:25:58 +0200 [thread overview]
Message-ID: <20260910092558.1008998-1-andreas@kemnade.info> (raw)
Wakeup on RTC alarm now only accidentially works when wakeup for the power
button connected to the same PMIC is also enabled. Fix that by properly
specifying the wakeup irq.
Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
---
drivers/rtc/rtc-bd70528.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/rtc/rtc-bd70528.c b/drivers/rtc/rtc-bd70528.c
index 482810b61495d..dc86882562abd 100644
--- a/drivers/rtc/rtc-bd70528.c
+++ b/drivers/rtc/rtc-bd70528.c
@@ -11,6 +11,7 @@
#include <linux/module.h>
#include <linux/of.h>
#include <linux/platform_device.h>
+#include <linux/pm_wakeirq.h>
#include <linux/regmap.h>
#include <linux/rtc.h>
@@ -320,6 +321,7 @@ static int bd70528_probe(struct platform_device *pdev)
device_set_wakeup_capable(&pdev->dev, true);
device_wakeup_enable(&pdev->dev);
+ devm_pm_set_wake_irq(&pdev->dev, irq);
rtc = devm_rtc_allocate_device(&pdev->dev);
if (IS_ERR(rtc)) {
--
2.47.3
next reply other threads:[~2026-09-10 9:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-10 9:25 Andreas Kemnade [this message]
2026-09-10 9:35 ` [PATCH] rtc: bd70528: properly enable wakeup sashiko-bot
2026-09-10 10:28 ` Matti Vaittinen
2026-09-10 14:23 ` Andreas Kemnade
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260910092558.1008998-1-andreas@kemnade.info \
--to=andreas@kemnade.info \
--cc=alexandre.belloni@bootlin.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rtc@vger.kernel.org \
--cc=mazziesaccount@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox