mbox series

[v2,0/3] Add RZ/G2L OSTM support

Message ID 20211110153142.3451-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, 3:31 p.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.

v1->v2:
 * Added of_reset_control_get_optional_exclusive API
 * Updated dt-bindings to use renesas,ostm
 * Added reset handling in ostm_init

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

 .../bindings/timer/renesas,ostm.yaml          | 20 ++++++++--
 drivers/clocksource/renesas-ostm.c            | 37 ++++++++++++++++++-
 include/linux/reset.h                         | 20 ++++++++++
 3 files changed, 73 insertions(+), 4 deletions(-)