From patchwork Fri Jan 17 15:22:40 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Niklas_S=C3=B6derlund?= X-Patchwork-Id: 11339431 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9D1C51398 for ; Fri, 17 Jan 2020 15:23:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 801C82083E for ; Fri, 17 Jan 2020 15:23:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728988AbgAQPXK (ORCPT ); Fri, 17 Jan 2020 10:23:10 -0500 Received: from bin-mail-out-06.binero.net ([195.74.38.229]:1989 "EHLO bin-mail-out-06.binero.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728831AbgAQPXJ (ORCPT ); Fri, 17 Jan 2020 10:23:09 -0500 X-Halon-ID: 40b0dbbe-393d-11ea-a00b-005056917a89 Authorized-sender: niklas@soderlund.pp.se Received: from bismarck.berto.se (p54ac5d7b.dip0.t-ipconnect.de [84.172.93.123]) by bin-vsp-out-01.atm.binero.net (Halon) with ESMTPA id 40b0dbbe-393d-11ea-a00b-005056917a89; Fri, 17 Jan 2020 16:23:08 +0100 (CET) From: =?utf-8?q?Niklas_S=C3=B6derlund?= To: linux-pm@vger.kernel.org, Wolfram Sang Cc: linux-renesas-soc@vger.kernel.org, =?utf-8?q?Niklas_S=C3=B6derlund?= Subject: [PATCH v2 0/2] thermal: rcar_{gen3_}thermal: Remove temperature Date: Fri, 17 Jan 2020 16:22:40 +0100 Message-Id: <20200117152242.3804288-1-niklas.soderlund+renesas@ragnatech.se> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org 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(-)