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

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

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(-)
  

Comments

Alexandre Belloni Jan. 25, 2023, 5:55 p.m. UTC | #1
On Tue, 24 Jan 2023 12:14:28 -0800, Doug Berger wrote:
> 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
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: rtc: brcm,brcmstb-waketimer: add alarm interrupt
      commit: 6cc7a8262b57db0a2ff6c141bb163c1395b7c4ef
[2/2] rtc: brcmstb-waketimer: allow use as non-wake alarm
      commit: 24304a87158aab01b4ccb9b2638c2c623a9a7bd4

Best regards,