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=-7.0 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 4DDFDC4741F for ; Fri, 30 Oct 2020 13:38:13 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CBFC62076E for ; Fri, 30 Oct 2020 13:38:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CBFC62076E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EF2826E9BF; Fri, 30 Oct 2020 13:38:11 +0000 (UTC) Received: from mail-ot1-f65.google.com (mail-ot1-f65.google.com [209.85.210.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id DEFF16E9BF for ; Fri, 30 Oct 2020 13:38:10 +0000 (UTC) Received: by mail-ot1-f65.google.com with SMTP id k3so5564377otp.1 for ; Fri, 30 Oct 2020 06:38:10 -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=+NTaR+FmsROaR0mc3AxOVyIyS9PM41eAe1X9dDcISGo=; b=LVL8L8dRppbSeMj7kVfhbXixda5PynT7oIUjqp2oOzuPJaXozdGPrKkaoE0EaXprL8 7Mr9jeKFpMyPjJIwV6SXKimpLVPkNTTYr429XweNqM6imlKBFBQKLgH4dx2SLm0JgMgh nh65cZWViEnWDMdcqR0ZqMvqgezpvSlZ2he6j+Kym6GAXplk05h4KzribbnBGDna5pav Cl3jPSt7kbAue1FlBUY9WzEuT8Xg8Dlg9fU/uBJ+FrQNfQVTo+rnc2CdaHoOPN96TEut CYtIxLutYb4Bm0xyGpXZNY22rbcYPzTu04RJ4tYK1SJ5fxLR50AP7EQ1g6Zk3CzPNDs9 2hdA== X-Gm-Message-State: AOAM530jSuJi2zQAweMPsDlEsWpVTwqL1MfNo0K1ARH77FioLY/jkCN0 hS2TPBvUzr8Y3/bK5apDAA== X-Google-Smtp-Source: ABdhPJw2DwG/OKaEJ21EJ8MvBOaMf7vQ+RMEY20B0hdl2Y4TXBFZRVC5SVhlmh9eBGawREAWfV9uYg== X-Received: by 2002:a05:6830:154d:: with SMTP id l13mr1814291otp.61.1604065090197; Fri, 30 Oct 2020 06:38:10 -0700 (PDT) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id v21sm1315274ots.29.2020.10.30.06.38.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 30 Oct 2020 06:38:08 -0700 (PDT) Received: (nullmailer pid 3727265 invoked by uid 1000); Fri, 30 Oct 2020 13:38:08 -0000 Date: Fri, 30 Oct 2020 08:38:08 -0500 From: Rob Herring To: Akhil P Oommen Subject: Re: [PATCH v4 3/3] dt-bindings: drm/msm/gpu: Add cooling device support Message-ID: <20201030133808.GA3727230@bogus> References: <1603958841-20233-1-git-send-email-akhilpo@codeaurora.org> <1603958841-20233-3-git-send-email-akhilpo@codeaurora.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1603958841-20233-3-git-send-email-akhilpo@codeaurora.org> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, dianders@chromium.org, mka@chromium.org, dri-devel@freedesktop.org, freedreno@lists.freedesktop.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, 29 Oct 2020 13:37:21 +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 > --- > Documentation/devicetree/bindings/display/msm/gpu.txt | 7 +++++++ > 1 file changed, 7 insertions(+) > Acked-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel