mbox series

[0/2] Add RZ/G2L OSTM support

Message ID 20211110083152.31144-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series Add RZ/G2L OSTM support | expand

Message

Biju Das Nov. 10, 2021, 8:31 a.m. UTC
This patch series aims to add Generic Timer Module (a.k.a OSTM) support
for RZ/G2L series.

OSTM modules needs to deassert the reset line before accessing
any registers.

Biju Das (2):
  dt-bindings: timer: renesas: ostm: Document Renesas RZ/G2L OSTM
  clocksource/drivers/renesas-ostm: Add RZ/G2L OSTM support

 .../bindings/timer/renesas,ostm.yaml          | 29 +++++++++++---
 drivers/clocksource/renesas-ostm.c            | 38 +++++++++++++++++++
 2 files changed, 62 insertions(+), 5 deletions(-)