Re: [PATCH v5 2/4] clocksource/drivers: Add support for the Renesas RZ/N1 timers
From: Miquel Raynal
Date: Mon Sep 14 2026 - 04:10:06 EST
>> The Renesas RZ/N1 timer block controller is the controller in charge of
>> timers available in the Renesas RZ/N1 SoCs family.
>>
>> This controller handles 8 timers:
>> - 6 16-bit timers
>> - 2 32-bit timers
>>
>> Each timer has its own interrupt, its own prescaler that can be used to
>> divide the clock by 25 and all of them can work in either one-shot or
>> periodic mode.
>>
>> Signed-off-by: Herve Codina (Schneider Electric) <herve.codina@xxxxxxxxxxx>
>
> Still dunno how much this helps ;) But I successfully ran
> 'inconsistency-check', 'nanosleep', and 'clocksource-switch' from the
> kernel selftest on my N1D board.
>
> Tested-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx>
Thanks a lot for the testing, Wolfram!
Miquèl