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=-0.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 0F663C34031 for ; Tue, 18 Feb 2020 05:37:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DCA8920722 for ; Tue, 18 Feb 2020 05:37:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="P9FM9oW0" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725954AbgBRFhG (ORCPT ); Tue, 18 Feb 2020 00:37:06 -0500 Received: from mail-lj1-f193.google.com ([209.85.208.193]:36818 "EHLO mail-lj1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725909AbgBRFhF (ORCPT ); Tue, 18 Feb 2020 00:37:05 -0500 Received: by mail-lj1-f193.google.com with SMTP id r19so21427976ljg.3 for ; Mon, 17 Feb 2020 21:37:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=HQqzcFnDoi+mJWHn9CYGpZJAJQhhw/tPMZwi/T/g4NM=; b=P9FM9oW0/QQsLJRWErjz3Ro5y5GOJlIV78gyDcdDweIynnwcdvnAAnc15dhRt4y7ja +VO6G09pkHoJihWu8qe9H/MUklPe4uNN7jNB29oBWeOkA9ukiI/SHXTQPVnCRFPvYdv1 C1RgulT8ay5w4vjwXl8Q1IcIUpK6BnmlX+niwuwCUQsCEvXJ8P42MLyG1Mru9bgweta6 t6g8w5oAQG+bm0QmQC43FL4QgdGnrq8pDI6d4LaB7jVjW/dvTNOgMyCTNhhuAxoolwU3 xP+XtDqPnVTCScVk1HOq74hd0SHppRtUCaHdNF+7px2b6rjd9pdpDyV4a4bpDiuzJl03 Z7uQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=HQqzcFnDoi+mJWHn9CYGpZJAJQhhw/tPMZwi/T/g4NM=; b=ryVLGDQ/pSoX39xxJhuontDAu5QV3RaSPrwM/7VpM6LE8A9vsF497kTcGP8uqOEJAg FpzsbKH65nSBgk9JzeZJ2Op6DHYgO3g2BxIsyKKpeGE7fmLJ8Ee6/mo8S8uCCY7H8Cko MWFGMJ7NRpOyEe4oMQG7Xk+fGuU9YkY50PT5bhQpRrA0muFp3aBM+1Sp9N2cHYGnD8fB h5OyojNjBKI+2SNUcCQz5Sr10xMyAKQ0CDBYlMvBIufgpZxnvmHceYx/37sFS/3yNzjZ N5XUkH1USGS2g6OsDWUYz9nWcrjk7SQASfkIr8GPCqDlEFS4Jb+cx2SjeBgO0VvnHBGc gvLA== X-Gm-Message-State: APjAAAXEMU/EHn/zGGtBNn//I2AKZdRtDpyFKon5uppSSgTz3K5kjTy/ NZCgJdISjJr+VL2Qns5v5Q9Vjkqa2Qf3Hk9qQc2HbQ== X-Google-Smtp-Source: APXvYqzZk8WTMI+ktNFla+FJhSjzyb+0R+CvGj8jIUEUynj0w8f6xkRereZa9onoa7LNIT5cMbLDTwn/dOHWYqGK0LQ= X-Received: by 2002:a2e:5854:: with SMTP id x20mr11130896ljd.287.1582004222420; Mon, 17 Feb 2020 21:37:02 -0800 (PST) MIME-Version: 1.0 References: <9d4f69cd-fb00-6216-5621-fa6d5b42ce19@linaro.org> In-Reply-To: <9d4f69cd-fb00-6216-5621-fa6d5b42ce19@linaro.org> From: Amit Kucheria Date: Tue, 18 Feb 2020 11:06:50 +0530 Message-ID: Subject: Re: [PATCH v4 0/7] thermal: tsens: Handle critical interrupts To: Daniel Lezcano Cc: Linux Kernel Mailing List , linux-arm-msm , Bjorn Andersson , Stephen Boyd , sivaa@codeaurora.org, Andy Gross , Amit Kucheria , Linux PM list Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Hi Daniel, OK. I will address one last comment as part of the rebase. Regards, Amit On Mon, Feb 17, 2020 at 8:55 PM Daniel Lezcano wrote: > > > Hi Amit, > > can you respin the series against v5.6-rc2? > > Thanks > > -- Daniel > > > On 30/01/2020 14:27, Amit Kucheria wrote: > > TSENS IP v2.x supports critical interrupts and v2.3+ adds watchdog supp= ort > > in case the FSM is stuck. Enable support in the driver. > > > > This series was generated on top of linux-next from 20200130 to integra= te > > some patches that that are queued currently. > > > > Changes from v3: > > - Remove the DTS changes that are already queued > > - Fix review comments by Bjorn > > - Fixup patch description to clarify that we don't use TSENS critical > > interrupts in Linux, but need it for the watchdog support that uses t= he > > same HW irq line. > > - Separate kernel-doc fixes into a separate patch. > > > > Changes from v2: > > - Handle old DTBs w/o critical irq in the same way as fix sent for 5.5 > > > > Changes from v1: > > - Make tsens_features non-const to allow run time detection of features > > - Pass tsens_sensor around as a const > > - Fix a bug to release dev pointer in success path > > - Address review comments from Bjorn and Stephen (thanks for the review= ) > > - Add msm8998 and msm8996 DTSI changes for critical interrupts > > > > > > > > Amit Kucheria (7): > > drivers: thermal: tsens: Pass around struct tsens_sensor as a constan= t > > drivers: thermal: tsens: use simpler variables > > drivers: thermal: tsens: Release device in success path > > drivers: thermal: tsens: Add critical interrupt support > > drivers: thermal: tsens: Add watchdog support > > drivers: thermal: tsens: kernel-doc fixup > > drivers: thermal: tsens: Remove unnecessary irq flag > > > > drivers/thermal/qcom/tsens-8960.c | 2 +- > > drivers/thermal/qcom/tsens-common.c | 191 ++++++++++++++++++++++++---- > > drivers/thermal/qcom/tsens-v2.c | 18 ++- > > drivers/thermal/qcom/tsens.c | 26 +++- > > drivers/thermal/qcom/tsens.h | 94 +++++++++++++- > > 5 files changed, 300 insertions(+), 31 deletions(-) > > > > > -- > Linaro.org =E2=94=82 Open source software for A= RM SoCs > > Follow Linaro: Facebook | > Twitter | > Blog >