From patchwork Wed Sep 12 09:52:45 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Kucheria X-Patchwork-Id: 10597257 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 E3586920 for ; Wed, 12 Sep 2018 09:53:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D280E2982F for ; Wed, 12 Sep 2018 09:53:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C4A2A29837; Wed, 12 Sep 2018 09:53:29 +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=unavailable 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 5104E2982F for ; Wed, 12 Sep 2018 09:53:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726985AbeILO5N (ORCPT ); Wed, 12 Sep 2018 10:57:13 -0400 Received: from mail-ed1-f67.google.com ([209.85.208.67]:34168 "EHLO mail-ed1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726980AbeILO5I (ORCPT ); Wed, 12 Sep 2018 10:57:08 -0400 Received: by mail-ed1-f67.google.com with SMTP id u1-v6so1275654eds.1 for ; Wed, 12 Sep 2018 02:53:21 -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=qpuhBgJaCiXWaajWhjpFTri3LV8sQfdxUNkXmVCKgpI=; b=SycIiAHv1BmYgatd/r4voSBECjv1IBxAcmMFNWaNuhCC+5YIdgP/I+2Zpsm4nTgs2h k+Mnw967dkineftr9due377JFCignP9N7HkKwaZsL98BO9IBbdQ4tN+nozmaTXxviewO 1iWmtI90D7lXOY3gI1e4RJu9y7hkXnU3hiLOg= 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=qpuhBgJaCiXWaajWhjpFTri3LV8sQfdxUNkXmVCKgpI=; b=R6yxHyh4XbJ9tmrTyLS5Xm3TwJFRCUeMOccz5l2GPcvWCKvBQZfiZWENB5BHVKA9WQ Sg5gNR3gXK0H4Rhnym3BRlc2Ie/EVF1jDQ4/QqtVKUgWdwED+GROGsYqWQeyQ7zC3lPE O84tiSeC3YYys8RAkA63z3gQaH6NozazSZXySXsE1H83L4X7b4SNLzgFF1/uTeUMGl/e 0DsQ7n/SBLgfl8oP+JkBQTZjHSkL1ZTCtkKSsf3Cu7Uw92udlxqw0/+PpmNC2cjqM1Ix x/iMv2X0Jp1AFxeHTFPyq4dk6/OFcseHAhh5+srrkZCM8wlrrv1Nig5COLCtLcSem5U2 +wRA== X-Gm-Message-State: APzg51AyU4G3Wpdk8FVsI+JAX+FegZNY0oJ3e3dM7Uy/hgwYYDEZouwD iKZyzWdPeSmvtHrt/6oC2uaJ0g== X-Google-Smtp-Source: ANB0VdaQ9N+fdS0G/woILBORb5M5pVrFkBSos/Dt8sBuK8VpAORALjw9vxX7VVwp/L+ej2Ks53BQiA== X-Received: by 2002:a50:8dcb:: with SMTP id s11-v6mr26632edh.86.1536746000279; Wed, 12 Sep 2018 02:53:20 -0700 (PDT) Received: from localhost ([49.248.190.214]) by smtp.gmail.com with ESMTPSA id e15-v6sm474292edb.60.2018.09.12.02.53.17 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 12 Sep 2018 02:53:18 -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, "David S. Miller" , Andrew Morton , Arnd Bergmann , Daniel Lezcano , Greg Kroah-Hartman , Mauro Carvalho Chehab , devicetree@vger.kernel.org, linux-pm@vger.kernel.org, linux-soc@vger.kernel.org Subject: [PATCH v3 00/16] Another round of tsens cleanups Date: Wed, 12 Sep 2018 15:22:45 +0530 Message-Id: X-Mailer: git-send-email 2.17.1 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This is another series of tsens cleanups before we add interrupt support. This applies on top of 4.19-rc2. Patches [1-6] can directly be applied by Eduardo. Patches [9-16] can directly be applied by Andy. Patches [7-8] introduce a new check and needs review and can then be applied completely separately by Eduardo. There is a *dependency* however. Patch 1 should be applied to the tree before the DT changes in patches 9 and 10. In this series, I've collected all outstanding tsens patches by combining the patches from the v2 posting with 3 DT patches for sdm845 thermal zones and msm8916 camera and gpu thermal zones. Details are as follows: - splitup 8916 and 8974 register address spaces for SROT and TM - cleanups: move to spdx, dead code removal, removal of id field - Add support to map the SROT address space for DTs that list it separately - Check if TSENS IP is enabled in firmware by querying the SROT space - Add myself as maintainer of tsens - Add one-off patches adding sdm845 thermal zones and msm8916 gpu and camera thermal zones to this series. Changes since v2: - Split up changes to code and dt and within dt, split into arm and arm64 patches - Rearrange the sequence of patches so that the thermal maintainer can pick up the first part and the platform maintainer can pick up the latter part of the series - Drop patch 09/11 because it causes some issues on systems with non-contiguous enabled sensors e.g. db410c - Drop patch 10/11 because reg-name property isn't encouraged - Fix a bug on msm8916 to check if IP is enabled in firmware. This was due to the register being at a different offset on msm8916. Fixed by coding this information as private data. Changes since v1: - Split up changes that split the address space and added qcom,sensors property into two separate patches - Remove brackets in typo correction patch Amit Kucheria (16): thermal: tsens: Prepare 8916 and 8974 tsens to use SROT and TM address space thermal: tsens: Add SPDX license identifiers thermal: tsens: Get rid of dead code thermal: tsens: Rename map field in order to add a second address map thermal: tsens: Add the SROT address map MAINTAINERS: Add entry for Qualcomm TSENS thermal drivers thermal: tsens: Pass register offsets as private data thermal: tsens: Check if the IP is correctly enabled by firmware arm: dts: msm8974: thermal: split address space into two arm64: dts: msm8916: thermal: split address space into two arm: dts: msm8974: thermal: Add "qcom,sensors" property arm64: dts: msm8916: thermal: Add "qcom,sensors" property dt-bindings: thermal: Fix a typo in documentation arm64: dts: msm8916: Add gpu thermal zone arm64: dts: msm8916: Add camera thermal zone arm64: dts: sdm845: enable tsens thermal zones .../devicetree/bindings/thermal/thermal.txt | 2 +- MAINTAINERS | 7 + arch/arm/boot/dts/qcom-msm8974.dtsi | 6 +- arch/arm64/boot/dts/qcom/msm8916.dtsi | 47 ++++- arch/arm64/boot/dts/qcom/sdm845.dtsi | 170 ++++++++++++++++++ drivers/thermal/qcom/tsens-8916.c | 12 +- drivers/thermal/qcom/tsens-8960.c | 41 ++--- drivers/thermal/qcom/tsens-8974.c | 12 +- drivers/thermal/qcom/tsens-common.c | 62 ++++--- drivers/thermal/qcom/tsens-v2.c | 8 +- drivers/thermal/qcom/tsens.c | 19 +- drivers/thermal/qcom/tsens.h | 23 +-- 12 files changed, 309 insertions(+), 100 deletions(-)