mbox series

[v2,0/2] rtc: brcmstb-waketimer: add RTC alarm irq

Message ID 20230124201430.2502371-1-opendmb@gmail.com
Headers show
Series rtc: brcmstb-waketimer: add RTC alarm irq | expand

Message

Doug Berger Jan. 24, 2023, 8:14 p.m. UTC
Support is added for an interrupt that can be triggered from the
brcmstb-waketimer hardware while the system is awake.

This interrupt allows the driver to pass the rtctest selftest.

Changes in v2:
  - Squashed examples in the bindings document.
  - Added Ack from Florian

Doug Berger (2):
  dt-bindings: rtc: brcm,brcmstb-waketimer: add alarm interrupt
  rtc: brcmstb-waketimer: allow use as non-wake alarm

 .../bindings/rtc/brcm,brcmstb-waketimer.yaml  | 21 ++++---
 drivers/rtc/rtc-brcmstb-waketimer.c           | 55 ++++++++++++++++++-
 2 files changed, 66 insertions(+), 10 deletions(-)