mbox series

[v3,0/2] thermal: rcar_{gen3_}thermal: Remove temperature

Message ID 20200117160554.3812787-1-niklas.soderlund+renesas@ragnatech.se (mailing list archive)
Headers show
Series thermal: rcar_{gen3_}thermal: Remove temperature | expand

Message

Niklas Söderlund Jan. 17, 2020, 4:05 p.m. UTC
Hi,

This series removes the checks that the read out temperature are within
the guaranteed operation limits described in the hardware manual. It has
been discussed with the hardware guys and the judgement is that it's
better to report a best effort temperature instead of failing with -EIO

Niklas Söderlund (2):
  thermal: rcar_thermal: Remove temperature bound
  thermal: rcar_gen3_thermal: Remove temperature bound

 drivers/thermal/rcar_gen3_thermal.c | 4 +---
 drivers/thermal/rcar_thermal.c      | 7 +------
 2 files changed, 2 insertions(+), 9 deletions(-)

Comments

Daniel Lezcano Jan. 18, 2020, 6:23 p.m. UTC | #1
On 17/01/2020 17:05, Niklas Söderlund wrote:
> Hi,
> 
> This series removes the checks that the read out temperature are within
> the guaranteed operation limits described in the hardware manual. It has
> been discussed with the hardware guys and the judgement is that it's
> better to report a best effort temperature instead of failing with -EIO
> 
> Niklas Söderlund (2):
>   thermal: rcar_thermal: Remove temperature bound
>   thermal: rcar_gen3_thermal: Remove temperature bound
> 
>  drivers/thermal/rcar_gen3_thermal.c | 4 +---
>  drivers/thermal/rcar_thermal.c      | 7 +------
>  2 files changed, 2 insertions(+), 9 deletions(-)

Applied, thanks