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=-13.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 5D497C433ED for ; Tue, 20 Apr 2021 12:58:34 +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 0326F613CE for ; Tue, 20 Apr 2021 12:58:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0326F613CE 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 2CE3989B42; Tue, 20 Apr 2021 12:58:33 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id CAA0189B42 for ; Tue, 20 Apr 2021 12:58:31 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id D7F2F613CD for ; Tue, 20 Apr 2021 12:58:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1618923509; bh=99lo4qWbGVchdHKfpjjskiYnwE4yEy5FKLw4Af2QoTY=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=RUEWNT2PyeNkdlvSJo+acObbtrRfEiqgQ1Ee0G+X38ArnLck1tCi5FSCq2rfCgS7C uDLjo8e2I6Wepze6WBvSBu1itzRv4WL8tNhOlo71yztcw7qENhawp9yWm3uiXYFa7t 2k87vF2TCUh7WrlS63hBbvXmCEcZi3VwV9jUBZmsrec/d4/90FmJgPWsEOG3pg24TO ITS1Ut3vJEL+H4aSwIzWh8r36U75FUYbP0uikMHxqpeJCtFy21Vb73QlT3nNWZjXYf 3vcy3tEuz2dLDxKUUC/TZ6B/31JUabcNsWoLF5Vt0fhNjz1SwGfqquHzF1a+Cbz8jo 5up3KsbI05NLg== Received: by mail-ej1-f51.google.com with SMTP id l4so58083562ejc.10 for ; Tue, 20 Apr 2021 05:58:29 -0700 (PDT) X-Gm-Message-State: AOAM5317JuV4pQv3XxZH5iHccOJcLAH4QX2pcv3S19w2uZEBb/L68N0i ED9fOWaL+BYi7PDS7GN5TKrAqMc1udLy5iw8xA== X-Google-Smtp-Source: ABdhPJw7wi8fw9oOO7qnDlntNFZJyzsrZFVwINbXEnj2d321/UyqKkStdDq602PvgaUm3VtOxj3OOyejbMRwi5kf5vU= X-Received: by 2002:a17:907:367:: with SMTP id rs7mr28084034ejb.468.1618923508307; Tue, 20 Apr 2021 05:58:28 -0700 (PDT) MIME-Version: 1.0 References: <20210126011759.1605641-1-drinkcat@chromium.org> <20210126091747.v11.1.Ie74d3355761aab202d4825ac6f66d990bba0130e@changeid> <20210205175543.GA3363048@robh.at.kernel.org> In-Reply-To: From: Rob Herring Date: Tue, 20 Apr 2021 07:58:12 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v11 1/4] dt-bindings: gpu: mali-bifrost: Add Mediatek MT8183 To: Nicolas Boichat 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 List , Tomeu Vizoso , Fei Shao , David Airlie , lkml , dri-devel , Steven Price , Boris Brezillon , "moderated list:ARM/Mediatek SoC support" , Alyssa Rosenzweig , Hsin-Yi Wang , Matthias Brugger , Kristian Kristensen , linux-arm Mailing List Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, Feb 5, 2021 at 9:02 PM Nicolas Boichat wrote: > > On Sat, Feb 6, 2021 at 1:55 AM Rob Herring wrote: > > > > On Tue, 26 Jan 2021 09:17:56 +0800, Nicolas Boichat wrote: > > > Define a compatible string for the Mali Bifrost GPU found in > > > Mediatek's MT8183 SoCs. > > > > > > Signed-off-by: Nicolas Boichat > > > --- > > > > > > Changes in v11: > > > - binding: power-domain-names not power-domainS-names > > > > > > Changes in v10: > > > - Fix the binding to make sure sram-supply property can be provided. > > > > > > Changes in v9: None > > > Changes in v8: None > > > Changes in v7: None > > > Changes in v6: > > > - Rebased, actually tested with recent mesa driver. > > > > > > Changes in v5: > > > - Rename "2d" power domain to "core2" > > > > > > Changes in v4: > > > - Add power-domain-names description > > > (kept Alyssa's reviewed-by as the change is minor) > > > > > > Changes in v3: None > > > Changes in v2: None > > > > > > .../bindings/gpu/arm,mali-bifrost.yaml | 28 +++++++++++++++++++ > > > 1 file changed, 28 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. > > There were changes in v11, I thought you'd want to review again? Looked like a minor change from the changelog, so it would have been appropriate to keep. However, I see another issue. Rob _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel