[PATCH] renesas: Renesas R-Car Gen4 watchdog driver

2025-05-09 Thread Shmuel Melamud
Add support of Renesas R-Car Gen4 watchdog timer. Timeouts up to 8184.0s are supported (CKS1 register is not involved). The watchdog uses the clock type CLK_TYPE_GEN4_MDSEL, so handling of this constant is added to gen3_clk_get_rate64() function. Signed-off-by: Shmuel Leib Melamud --- drivers/cl

Re: [PATCH v3 2/2] renesas: Renesas R-Car Gen4 watchdog driver

2025-06-04 Thread Shmuel Melamud
On Wed, Jun 4, 2025 at 12:02 PM Mattijs Korpershoek wrote: > > Hi Shmuel, > > Thank you for the patch. > > On Tue, Jun 03, 2025 at 06:06, Shmuel Leib Melamud via B4 Relay > wrote: > > > From: Shmuel Leib Melamud > > > > Add support of Renesas R-Car Gen4 watchdog timer. Timeouts up to > > 8184.0

[PATCH v2] renesas: Renesas R-Car Gen4 watchdog driver

2025-05-29 Thread Shmuel Melamud via B4 Relay
From: Shmuel Melamud Add support of Renesas R-Car Gen4 watchdog timer. Timeouts up to 8184.0s are supported (CKS1 register is not involved). The watchdog uses the clock type CLK_TYPE_GEN4_MDSEL, so handling of this constant is added to gen3_clk_get_rate64() function. The timeout is set in dts