From patchwork Thu Jul 26 10:33:07 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Kucheria X-Patchwork-Id: 10545583 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3BA75112B for ; Thu, 26 Jul 2018 10:33:27 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2B49D285FC for ; Thu, 26 Jul 2018 10:33:27 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1DDF92A7E8; Thu, 26 Jul 2018 10:33:27 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BE7FD285FC for ; Thu, 26 Jul 2018 10:33:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729111AbeGZLti (ORCPT ); Thu, 26 Jul 2018 07:49:38 -0400 Received: from mail-wr1-f66.google.com ([209.85.221.66]:35189 "EHLO mail-wr1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729074AbeGZLti (ORCPT ); Thu, 26 Jul 2018 07:49:38 -0400 Received: by mail-wr1-f66.google.com with SMTP id a3-v6so1194783wrt.2 for ; Thu, 26 Jul 2018 03:33:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=DI/wSPD7F+AcJW70vQ+seGId4F7K4t/PGOtffhZLKfE=; b=XtihZ/8mhmMsaTRuX1zP9Obyp8o6avRh+h8hI/m+sDi5c5sydUEIBRnl055JUVTJfD 9IvI5w43TUckrUUzF2iGQRHbC8kLqgN47z/9qtGXPaJsDmPwAI0SofAajlc7qPCxKyn3 wAOuvhjIPaEs27pnnT0DWS2msFhwdOqJ4DpDg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=DI/wSPD7F+AcJW70vQ+seGId4F7K4t/PGOtffhZLKfE=; b=XaWZYXalqnkWTXYS0odHsmfwhDS0BDNrfHOgyNH2XcXq5WCsrl2vrrjIYFJighf6Nn +tQg1oaFxdObIeIiePcFzYAaFObEdQY+ohHpTa02aIaem7L21yJcdroiCG7jeYAM5HPj eKTPZ26soQYJpLzhr8mLGah2+PG6vIfU9rNnNIXJjDBlTRYLiMUG+ZIBefdiyvfQnXtH mWwfxxU7pkHSow4CZgS/CMJtAmBpBaJkQJqe6zY76NFBKr+M2rki63VrvBnyKyvq9XAH bijLbV1rdGcCNGPCWvX0OPDsoR19RZ4BaUkOlnPukH4hUt07DkOUFVOtMf/fXrS4jux5 B5vA== X-Gm-Message-State: AOUpUlGzhNf8rjkbdIIA2V0ED6F8/rzZWEhmw1XALBWG5T7dUvxXtdYK e/X6ZdSF1LEwugGx7CLcUB5PSA== X-Google-Smtp-Source: AAOMgpdU0G4Xke6uhadZ97I4II+wZG1sC2LDMJMUbDvjew4rBQv0vGQcppVR2RkKtxyAEkoNzHfuAQ== X-Received: by 2002:adf:f50e:: with SMTP id q14-v6mr1063747wro.241.1532601203947; Thu, 26 Jul 2018 03:33:23 -0700 (PDT) Received: from localhost ([49.248.197.57]) by smtp.gmail.com with ESMTPSA id a11-v6sm739473wrr.81.2018.07.26.03.33.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Jul 2018 03:33:23 -0700 (PDT) From: Amit Kucheria To: linux-kernel@vger.kernel.org Cc: rnayak@codeaurora.org, linux-arm-msm@vger.kernel.org, bjorn.andersson@linaro.org, edubezval@gmail.com, smohanad@codeaurora.org, andy.gross@linaro.org, dianders@chromium.org, mka@chromium.org, linux-pm@vger.kernel.org Subject: [PATCH v2 0/3] thermal: tsens: bugfixes, cleanups Date: Thu, 26 Jul 2018 16:03:07 +0530 Message-Id: X-Mailer: git-send-email 2.17.GIT Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Here is another series of tsens-related bugfixes and cleanups to prepare for IRQ support, among other things. It applies on top of another series[1] that did some code consolidation to add support for sdm845. [1] https://lore.kernel.org/lkml/cover.1531895128.git.amit.kucheria@linaro.org/T/#t Changes since v1: - Fixup a couple of typos - Add review tag Amit Kucheria (3): thermal: tsens: Rename variable thermal: tsens: switch from of_iomap() to devm_ioremap_resource() thermal: tsens: Fix negative temperature reporting drivers/thermal/qcom/tsens-common.c | 19 ++++++++++--------- drivers/thermal/qcom/tsens-v2.c | 23 ++++++++++------------- 2 files changed, 20 insertions(+), 22 deletions(-)