From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B816BC433E0 for ; Tue, 9 Feb 2021 20:07:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 69D2864E9C for ; Tue, 9 Feb 2021 20:07:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233859AbhBIUFJ (ORCPT ); Tue, 9 Feb 2021 15:05:09 -0500 Received: from mail-ot1-f50.google.com ([209.85.210.50]:40092 "EHLO mail-ot1-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233757AbhBITve (ORCPT ); Tue, 9 Feb 2021 14:51:34 -0500 Received: by mail-ot1-f50.google.com with SMTP id i20so18608134otl.7; Tue, 09 Feb 2021 11:49:35 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=lCKSYN1S/BMKGDmQxUAKaGzQhreo9bxAbsTabQriVq0=; b=WwcGk1ZvHSjfEtVskRS5Q2zCPensODY8QCuqZ9uhz4L2nG3uVwCefG9Ja4WKglWddC h9nL9fwVzciflWGp8d8RmwTqEPDHC9u6PYqqC0JRPlfYMzl7jKsVZnv8WsTp0CjFHk8h hEvPF5FqJmQJZPBMz8tEdMXnJieW9IwKfW64vFO5qcKyLHXlH49jjsVe823SQP8Lk1Ed /gToaFmBeGUNc9sC+fe9ik+YD3K8/7aLn6JqHc0OJVM2mvVqbBTlgKMJs98XEj9Z9D7f 2WYIbkMWYtsL+JxQN5V/9nIW78NcHmCJvazss9g7V9wHERpJ6tIlV2LP/wmzC+9KaLqZ wjyQ== X-Gm-Message-State: AOAM531gjgoTISR2LITsDym7JbuJq0E3BVX7FT6VpHu7GyOawfNA9D2i id/nfMrVc0rXYX36j4pXEXavZ4ZPMw== X-Google-Smtp-Source: ABdhPJx6BPlprKBUC+xb/5qwJuVzUFsGtm4/bQfhNhu+3WhtLx7/Y0mh++ghwg3JoeR3YOsrjneqAg== X-Received: by 2002:a9d:ec7:: with SMTP id 65mr17119409otj.311.1612898517920; Tue, 09 Feb 2021 11:21:57 -0800 (PST) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id l110sm4513430otc.25.2021.02.09.11.21.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 09 Feb 2021 11:21:56 -0800 (PST) Received: (nullmailer pid 4191780 invoked by uid 1000); Tue, 09 Feb 2021 19:21:55 -0000 Date: Tue, 9 Feb 2021 13:21:55 -0600 From: Rob Herring To: Konrad Dybcio Cc: phone-devel@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, Daniel Lezcano , devicetree@vger.kernel.org, linux-pm@vger.kernel.org, Zhang Rui , Amit Kucheria , Rob Herring , linux-arm-msm@vger.kernel.org, Bjorn Andersson , Andy Gross , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] thermal: qcom: tsens-v0_1: Add support for MDM9607 Message-ID: <20210209192155.GA4191751@robh.at.kernel.org> References: <20210127182506.52311-1-konrad.dybcio@somainline.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210127182506.52311-1-konrad.dybcio@somainline.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Wed, 27 Jan 2021 19:25:05 +0100, Konrad Dybcio wrote: > MDM9607 TSENS IP is very similar to the one of MSM8916, with > minor adjustments to various tuning values. > > Signed-off-by: Konrad Dybcio > --- > Changes since v1: > - Move the defines so as not to cut into the middle of 8974 regs > > .../bindings/thermal/qcom-tsens.yaml | 2 + > drivers/thermal/qcom/tsens-v0_1.c | 100 +++++++++++++++++- > drivers/thermal/qcom/tsens.c | 3 + > drivers/thermal/qcom/tsens.h | 2 +- > 4 files changed, 105 insertions(+), 2 deletions(-) > Acked-by: Rob Herring