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