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=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 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 DE903C432BE for ; Mon, 26 Jul 2021 15:34:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C161460F22 for ; Mon, 26 Jul 2021 15:34:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234952AbhGZOxw convert rfc822-to-8bit (ORCPT ); Mon, 26 Jul 2021 10:53:52 -0400 Received: from mslow1.mail.gandi.net ([217.70.178.240]:57043 "EHLO mslow1.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234546AbhGZOxv (ORCPT ); Mon, 26 Jul 2021 10:53:51 -0400 Received: from relay6-d.mail.gandi.net (unknown [217.70.183.198]) by mslow1.mail.gandi.net (Postfix) with ESMTP id E58BACA908; Mon, 26 Jul 2021 15:29:32 +0000 (UTC) Received: (Authenticated sender: miquel.raynal@bootlin.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 613B2C0008; Mon, 26 Jul 2021 15:29:03 +0000 (UTC) Date: Mon, 26 Jul 2021 17:29:02 +0200 From: Miquel Raynal To: Lukas Bulwahn Cc: Rob Herring , devicetree@vger.kernel.org, Nobuhiro Iwamatsu , Yu Chen , Anitha Chrisanthus , Jonathan Cameron , Naga Sureshkumar Relli , Hans Ulli Kroll , Deepak Saxena , Mirela Rabulea , Nishanth Menon , Tero Kristo , Santosh Shilimkar , Shubhrajyoti Datta , Wilken Gottwalt , Vignesh Raghavendra , Linus Walleij , Brendan Higgins , Joakim Zhang , Joe Perches , Ralf Ramsauer , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 6/8] MAINTAINERS: rectify entries to mtd-physmap.yaml Message-ID: <20210726172902.4ce8892f@xps13> In-Reply-To: <20210726142943.27008-7-lukas.bulwahn@gmail.com> References: <20210726142943.27008-1-lukas.bulwahn@gmail.com> <20210726142943.27008-7-lukas.bulwahn@gmail.com> Organization: Bootlin X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: kernel-janitors@vger.kernel.org Hi Lukas, Lukas Bulwahn wrote on Mon, 26 Jul 2021 16:29:41 +0200: > Commit 63f8e9e0ac65 ("dt-bindings: mtd: Convert mtd-physmap to DT schema") > aggregated, amongst others, arm-versatile.txt and cypress,hyperflash.txt, > into mtd-physmap.yaml in ./Documentation/devicetree/bindings/mtd/. > > The two .txt files are however mentioned in MAINTAINERS; hence, > ./scripts/get_maintainer.pl --self-test=patterns complains about broken > references. > > Refer to mtd-physmap.yaml, so that the maintainers and reviewers of > ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT and HYPERBUS SUPPORT are > informed on any changes in the yaml file. > > Signed-off-by: Lukas Bulwahn Reviewed-by: Miquel Raynal Thanks, Miquèl