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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3B52DC433FE for ; Wed, 1 Jun 2022 08:47:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245427AbiFAIrm (ORCPT ); Wed, 1 Jun 2022 04:47:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46124 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243559AbiFAIrj (ORCPT ); Wed, 1 Jun 2022 04:47:39 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 179E5E000; Wed, 1 Jun 2022 01:47:37 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id D6709ED1; Wed, 1 Jun 2022 01:47:36 -0700 (PDT) Received: from donnerap.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 0F6DC3F73D; Wed, 1 Jun 2022 01:47:34 -0700 (PDT) Date: Wed, 1 Jun 2022 09:47:30 +0100 From: Andre Przywara To: Lukas Bulwahn Cc: Rob Herring , Krzysztof Kozlowski , Liviu Dudau , David Airlie , Daniel Vetter , James Wang , Mihail Atanassov , Brian Starkey , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, malidp@foss.arm.com, kernel-janitors@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: rectify entries for ARM DRM DRIVERS after dt conversion Message-ID: <20220601094730.1fca69c1@donnerap.cambridge.arm.com> In-Reply-To: <20220601041746.22986-1-lukas.bulwahn@gmail.com> References: <20220601041746.22986-1-lukas.bulwahn@gmail.com> Organization: ARM X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.32; aarch64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 1 Jun 2022 06:17:46 +0200 Lukas Bulwahn wrote: Hi Lukas, > The three commits: > > 36fd2a65bcaf ("dt-bindings: display: convert Arm HDLCD to DT schema") > 0f6983509ea1 ("dt-bindings: display: convert Arm Komeda to DT schema") > 2c8b082a3ab1 ("dt-bindings: display: convert Arm Mali-DP to DT schema") > > convert the arm display dt-bindings, arm,*.txt to arm,*.yaml, but miss to > adjust its reference in MAINTAINERS. > > Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about > broken references. > > Repair these file references in ARM HDLCD DRM DRIVER, ARM KOMEDA DRM-KMS > DRIVER and ARM MALI-DP DRM DRIVER. > > Signed-off-by: Lukas Bulwahn Thanks for taking care! Acked-by: Andre Przywara Cheers, Andre > --- > Andre, please ack. > Rob, Krzysztof, please pick this minor non-urgent clean-up patch in > your -next dt tree. > > MAINTAINERS | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index ae685aaf8850..58e751b9346e 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1510,7 +1510,7 @@ F: drivers/clocksource/arm_arch_timer.c > ARM HDLCD DRM DRIVER > M: Liviu Dudau > S: Supported > -F: Documentation/devicetree/bindings/display/arm,hdlcd.txt > +F: Documentation/devicetree/bindings/display/arm,hdlcd.yaml > F: drivers/gpu/drm/arm/hdlcd_* > > ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT > @@ -1545,7 +1545,7 @@ M: Mihail Atanassov > L: Mali DP Maintainers > S: Supported > T: git git://anongit.freedesktop.org/drm/drm-misc > -F: Documentation/devicetree/bindings/display/arm,komeda.txt > +F: Documentation/devicetree/bindings/display/arm,komeda.yaml > F: Documentation/gpu/komeda-kms.rst > F: drivers/gpu/drm/arm/display/include/ > F: drivers/gpu/drm/arm/display/komeda/ > @@ -1567,7 +1567,7 @@ M: Brian Starkey > L: Mali DP Maintainers > S: Supported > T: git git://anongit.freedesktop.org/drm/drm-misc > -F: Documentation/devicetree/bindings/display/arm,malidp.txt > +F: Documentation/devicetree/bindings/display/arm,malidp.yaml > F: Documentation/gpu/afbc.rst > F: drivers/gpu/drm/arm/ >