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