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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,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 56A0FC433E1 for ; Thu, 28 May 2020 20:26:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2B7D82072D for ; Thu, 28 May 2020 20:26:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590697605; bh=H0wgNlSdkQgrrYC/Q0nyxRKZ28lnAdrMDQOov6sCZUo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=1icHflVitHBDkjnhc9eTVvLA49BOvc3YJTu7rW6cdOmosTRjnNDrMQ9Lhg8o0RdlT DfCyRgAqXVHwXM4H8pK1mnp2qd6AkOpM7YLfg4ljrJdIpJKKYbi9edRitxFxKjmHh4 WVwAFtBeN+v1RDie4+s1w9vjNZQ8R60GAOiyfUnQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2407236AbgE1U0i (ORCPT ); Thu, 28 May 2020 16:26:38 -0400 Received: from mail-io1-f68.google.com ([209.85.166.68]:43642 "EHLO mail-io1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2407016AbgE1U0g (ORCPT ); Thu, 28 May 2020 16:26:36 -0400 Received: by mail-io1-f68.google.com with SMTP id h10so31620392iob.10; Thu, 28 May 2020 13:26:36 -0700 (PDT) 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=CnTYR1lY8ZOkI8xNqLhIayUWxms1+ukkgQb4iVjhgzQ=; b=Cj6cP7tMNZgc7qIHonT0L6+bzGvpxCuHCe3svmySACJ0/T3V00cxqrr87BoLQCXEOP gIRrAsJhJmn9UUIuyyMVaVia9iQDcBa7SSotxgSD9TC6HXYyf/X9OgPoEiyBrdxhFHXb MsgGoxreI938X4i3Wp35zobcwee/HXi9WjoDMOf9FwCEONIm3eUtugP8nh05g+yQNqjc HRS8miuj5drFvVxLYGmpKEP4aSNggMvNLig+aDmN5x2FuCf/b8qaquIGxI10jp2OgXlK kAJ6/BSyISx44Voy3aUK3wY/TmYlN+ceb4yN8DY3mM9gEK90W72hYmS1GKTS/QoGif6y 0kPw== X-Gm-Message-State: AOAM530hfO7hcnOP81QuWO3INMNqpy4GSk5IoDxUdT2yspZtj4fusDX7 z7fPaiJP0zbQygYNUUmeUW0QCMQ= X-Google-Smtp-Source: ABdhPJy8hPLVFbURKpzt4JkKcaVfPLpOG6kL1j2S6lIetgpuuXVfA0JTlrPJA9FkG7UPnq7IBYsoNw== X-Received: by 2002:a6b:7017:: with SMTP id l23mr3953486ioc.140.1590697595804; Thu, 28 May 2020 13:26:35 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id r10sm1796858ile.36.2020.05.28.13.26.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 May 2020 13:26:35 -0700 (PDT) Received: (nullmailer pid 620829 invoked by uid 1000); Thu, 28 May 2020 20:26:34 -0000 Date: Thu, 28 May 2020 14:26:34 -0600 From: Rob Herring To: Manaf Meethalavalappu Pallikunhi Cc: linux-pm@vger.kernel.org, Rob Herring , Daniel Lezcano , Andy Gross , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Bjorn Andersson , Zhang Rui , Amit Kucheria , linux-arm-msm@vger.kernel.org Subject: Re: [PATCH v2 2/2] dt-bindings: thermal: tsens: Add zeroc interrupt support in yaml Message-ID: <20200528202634.GA620781@bogus> References: <20200517104627.29501-1-manafm@codeaurora.org> <20200517104627.29501-3-manafm@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200517104627.29501-3-manafm@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Sun, 17 May 2020 16:16:27 +0530, Manaf Meethalavalappu Pallikunhi wrote: > Add zeroc interrupt support for tsens in yaml. > > Signed-off-by: Manaf Meethalavalappu Pallikunhi > --- > .../bindings/thermal/qcom-tsens.yaml | 21 +++++++++++++++++++ > 1 file changed, 21 insertions(+) > Reviewed-by: Rob Herring