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=-8.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 82010C5517A for ; Fri, 6 Nov 2020 07:30:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1D01220936 for ; Fri, 6 Nov 2020 07:30:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="PrRyGjv9" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726482AbgKFHaV (ORCPT ); Fri, 6 Nov 2020 02:30:21 -0500 Received: from m42-4.mailgun.net ([69.72.42.4]:35876 "EHLO m42-4.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726248AbgKFHaV (ORCPT ); Fri, 6 Nov 2020 02:30:21 -0500 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1604647820; h=Content-Transfer-Encoding: Content-Type: In-Reply-To: MIME-Version: Date: Message-ID: From: References: Cc: To: Subject: Sender; bh=ZGXXuu6qBXSfftqrulNTywUK6S0YxZhWGm7WSxymbYY=; b=PrRyGjv9u5W2dZJ1M9ZCR+cXU+issLjhzeemv9ATPNDSQ/f1c/QzGZ0nu0tE2VFcmMN3Clvl PXmkdWv0zZsH/D5lXEUnlk3e/2/TvhTHzWnp0VPkBJSZhOORDLeLqmbryvHCr2MQ5+Vu82Ev irlKZTQzI5rZDoT1rTWgcMjs/l0= X-Mailgun-Sending-Ip: 69.72.42.4 X-Mailgun-Sid: WyI0MWYwYSIsICJsaW51eC1rZXJuZWxAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n01.prod.us-west-2.postgun.com with SMTP id 5fa4fb812e911a5cba9f7d85 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Fri, 06 Nov 2020 07:30:09 GMT Sender: akhilpo=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 8FF87C433C9; Fri, 6 Nov 2020 07:30:09 +0000 (UTC) Received: from [192.168.1.9] (unknown [117.210.190.231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: akhilpo) by smtp.codeaurora.org (Postfix) with ESMTPSA id 8529EC433C8; Fri, 6 Nov 2020 07:30:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 8529EC433C8 Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=fail smtp.mailfrom=akhilpo@codeaurora.org Subject: Re: [Freedreno] [PATCH v5 3/3] dt-bindings: drm/msm/gpu: Add cooling device support To: Rob Clark , Rob Herring Cc: "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linux-arm-msm , Douglas Anderson , Linux Kernel Mailing List , Matthias Kaehlcke , dri-devel@freedesktop.org, freedreno References: <1604054832-3114-1-git-send-email-akhilpo@codeaurora.org> <1604054832-3114-3-git-send-email-akhilpo@codeaurora.org> <20201104200300.GA4036650@bogus> From: Akhil P Oommen Message-ID: <8c28fe20-fbcf-5076-fad8-107073df63a5@codeaurora.org> Date: Fri, 6 Nov 2020 13:00:01 +0530 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.3.3 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/5/2020 2:28 AM, Rob Clark wrote: > On Wed, Nov 4, 2020 at 12:03 PM Rob Herring wrote: >> >> On Fri, 30 Oct 2020 16:17:12 +0530, Akhil P Oommen wrote: >>> Add cooling device support to gpu. A cooling device is bound to a >>> thermal zone to allow thermal mitigation. >>> >>> Signed-off-by: Akhil P Oommen >>> Reviewed-by: Matthias Kaehlcke >>> --- >>> Documentation/devicetree/bindings/display/msm/gpu.txt | 7 +++++++ >>> 1 file changed, 7 insertions(+) >>> >> >> >> Please add Acked-by/Reviewed-by tags when posting new versions. However, >> there's no need to repost patches *only* to add the tags. The upstream >> maintainer will do that for acks received on the version they apply. >> >> If a tag was not added on purpose, please state why and what changed. >> > > > Thanks Rob > > I've copied over your ack from the previous version.. but yes, it > definitely makes my life easier when patch senders do this for me ;-) > > BR, > -R > Robh, you Acked v4 after I shared v5 patches!! -Akhil.