linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3] rtc: da9063: add as wakeup source
@ 2021-11-29  7:26 Nikita Shubin
  2021-11-29 11:03 ` Adam Thomson
  2021-12-02 22:24 ` Alexandre Belloni
  0 siblings, 2 replies; 3+ messages in thread
From: Nikita Shubin @ 2021-11-29  7:26 UTC (permalink / raw)
  Cc: Adam Thomson, David Abdurachmanov, Nikita Shubin,
	Support Opensource, Alessandro Zummo, Alexandre Belloni,
	linux-rtc, linux-kernel

As da9063 RTC is not a real I2C client, but relies on da9063 MFD 
driver, we need to explicitly mark da9063 RTC as a wakeup source 
to be able to access class/rtc/rtcN/wakealarm sysfs entry 
to set alarms, so we can wakeup from SHUTDOWN/RTC/DELIVERY mode.

As da9063 driver refuses to load without irq, we simply add it 
as a wakeup source before registering rtc device.

Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
---
v2->v3:
Adam Thomson:
Commit message more verbose.
---
 drivers/rtc/rtc-da9063.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/rtc/rtc-da9063.c b/drivers/rtc/rtc-da9063.c
index d4b72a9fa2ba..b9a73356bace 100644
--- a/drivers/rtc/rtc-da9063.c
+++ b/drivers/rtc/rtc-da9063.c
@@ -494,6 +494,8 @@ static int da9063_rtc_probe(struct platform_device *pdev)
 		dev_err(&pdev->dev, "Failed to request ALARM IRQ %d: %d\n",
 			irq_alarm, ret);
 
+	device_init_wakeup(&pdev->dev, true);
+
 	return devm_rtc_register_device(rtc->rtc_dev);
 }
 
-- 
2.31.1


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

* RE: [PATCH v3] rtc: da9063: add as wakeup source
  2021-11-29  7:26 [PATCH v3] rtc: da9063: add as wakeup source Nikita Shubin
@ 2021-11-29 11:03 ` Adam Thomson
  2021-12-02 22:24 ` Alexandre Belloni
  1 sibling, 0 replies; 3+ messages in thread
From: Adam Thomson @ 2021-11-29 11:03 UTC (permalink / raw)
  To: Nikita Shubin
  Cc: Adam Thomson, David Abdurachmanov, Support Opensource,
	Alessandro Zummo, Alexandre Belloni, linux-rtc, linux-kernel

On 29 November 2021 07:27, Nikita Shubin wrote:

> As da9063 RTC is not a real I2C client, but relies on da9063 MFD
> driver, we need to explicitly mark da9063 RTC as a wakeup source
> to be able to access class/rtc/rtcN/wakealarm sysfs entry
> to set alarms, so we can wakeup from SHUTDOWN/RTC/DELIVERY mode.
> 
> As da9063 driver refuses to load without irq, we simply add it
> as a wakeup source before registering rtc device.
> 
> Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
> ---

Thanks for the update.

Reviewed-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>

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

* Re: [PATCH v3] rtc: da9063: add as wakeup source
  2021-11-29  7:26 [PATCH v3] rtc: da9063: add as wakeup source Nikita Shubin
  2021-11-29 11:03 ` Adam Thomson
@ 2021-12-02 22:24 ` Alexandre Belloni
  1 sibling, 0 replies; 3+ messages in thread
From: Alexandre Belloni @ 2021-12-02 22:24 UTC (permalink / raw)
  To: Nikita Shubin
  Cc: Alexandre Belloni, linux-rtc, linux-kernel, Adam Thomson,
	Support Opensource, Alessandro Zummo, David Abdurachmanov

On Mon, 29 Nov 2021 10:26:49 +0300, Nikita Shubin wrote:
> As da9063 RTC is not a real I2C client, but relies on da9063 MFD
> driver, we need to explicitly mark da9063 RTC as a wakeup source
> to be able to access class/rtc/rtcN/wakealarm sysfs entry
> to set alarms, so we can wakeup from SHUTDOWN/RTC/DELIVERY mode.
> 
> As da9063 driver refuses to load without irq, we simply add it
> as a wakeup source before registering rtc device.
> 
> [...]

Applied, thanks!

[1/1] rtc: da9063: add as wakeup source
      commit: 029d3a6f2f3c73ac29a7460d8007798e940488fd

Best regards,
-- 
Alexandre Belloni <alexandre.belloni@bootlin.com>

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

end of thread, other threads:[~2021-12-02 22:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-29  7:26 [PATCH v3] rtc: da9063: add as wakeup source Nikita Shubin
2021-11-29 11:03 ` Adam Thomson
2021-12-02 22:24 ` Alexandre Belloni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).