[PATCH 0/5] thermal: renesas: rzg3e: TSU driver fixes and cleanups

Ovidiu Panait posted 5 patches 1 week, 1 day ago
drivers/thermal/renesas/rzg3e_thermal.c | 35 +++++++++++++++++--------
1 file changed, 24 insertions(+), 11 deletions(-)
[PATCH 0/5] thermal: renesas: rzg3e: TSU driver fixes and cleanups
Posted by Ovidiu Panait 1 week, 1 day ago
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(-)

-- 
2.34.1
Re: [PATCH 0/5] thermal: renesas: rzg3e: TSU driver fixes and cleanups
Posted by Daniel Lezcano 3 days, 12 hours ago
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