On 9/16/26 13:59, Ovidiu Panait wrote:
> Hi,
>
> This series contains a few fixes for the Renesas RZ/G3E TSU thermal
> driver, found while reviewing the driver against the hardware manual,
> along with some small cleanups.
>
> Thanks,
> Ovidiu
>
> Ovidiu Panait (5):
> thermal: renesas: rzg3e: Fix signed integer overflow in temp_to_code()
> thermal: renesas: rzg3e: Fix runtime PM handling of compare irq
> thermal: renesas: rzg3e: Fix race between set_trips() and get_temp()
> thermal: renesas: rzg3e: Remove unneeded low/high check in set_trips()
> thermal: renesas: rzg3e: Remove redundant pm_runtime_mark_last_busy()
> calls
>
> drivers/thermal/renesas/rzg3e_thermal.c | 35 +++++++++++++++++--------
> 1 file changed, 24 insertions(+), 11 deletions(-)
>
Applied, thanks