mbox series

[v3,0/8] Rectify file references for dt-bindings in MAINTAINERS

Message ID 20210726142943.27008-1-lukas.bulwahn@gmail.com
Headers show
Series Rectify file references for dt-bindings in MAINTAINERS | expand

Message

Lukas Bulwahn July 26, 2021, 2:29 p.m. UTC
Hi Rob,

here is a patch series that cleans up some file references for dt-bindings
in MAINTAINERS. It applies cleanly on next-202106723.

This is a v3 of the still relevant patches from the first submission
of the patch series (see Links) send out 2021-03-15 and resent on 2021-04-19.

It now further includes more clean-up, see patches 4 to 8.

Could you pick this series for your devicetree bindings tree?

No functional change, just cleaning up MAINTAINERS.

Lukas

Link: https://lore.kernel.org/lkml/20210315160451.7469-1-lukas.bulwahn@gmail.com/
Link: https://lore.kernel.org/lkml/20210419092609.3692-1-lukas.bulwahn@gmail.com/
Link: https://lore.kernel.org/lkml/20210614112349.26108-1-lukas.bulwahn@gmail.com/

Adjustment from original to resend version:
  - drop subsumed patches

Adjustment to resend version:
  - add Fixes-tags as requested by Nobuhiro Iwamatsu

Adjustment to v2:
  - add more clean-up for file references on dt-bindings

Lukas Bulwahn (8):
  MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE
  MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVER
  MAINTAINERS: rectify entry for INTEL KEEM BAY DRM DRIVER
  MAINTAINERS: rectify entries with documentation-file-ref check
  MAINTAINERS: rectify entry for ALLWINNER HARDWARE SPINLOCK SUPPORT
  MAINTAINERS: rectify entries to mtd-physmap.yaml
  MAINTAINERS: rectify entry for ARM/ASPEED I2C DRIVER
  MAINTAINERS: rectify entry for FREESCALE IMX / MXC FEC DRIVER

 MAINTAINERS | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)

Comments

Nobuhiro Iwamatsu July 27, 2021, 4:18 a.m. UTC | #1
Hi,

> -----Original Message-----

> From: Lukas Bulwahn [mailto:lukas.bulwahn@gmail.com]

> Sent: Monday, July 26, 2021 11:30 PM

> To: Rob Herring <robh+dt@kernel.org>; devicetree@vger.kernel.org

> Cc: iwamatsu nobuhiro(岩松 信洋 □SWC◯ACT) <nobuhiro1.iwamatsu@toshiba.co.jp>; Yu Chen <chenyu56@huawei.com>;

> Anitha Chrisanthus <anitha.chrisanthus@intel.com>; Jonathan Cameron <Jonathan.Cameron@huawei.com>; Miquel Raynal

> <miquel.raynal@bootlin.com>; Naga Sureshkumar Relli <nagasure@xilinx.com>; Hans Ulli Kroll

> <ulli.kroll@googlemail.com>; Deepak Saxena <dsaxena@plexity.net>; Mirela Rabulea <mirela.rabulea@nxp.com>; Nishanth

> Menon <nm@ti.com>; Tero Kristo <kristo@kernel.org>; Santosh Shilimkar <ssantosh@kernel.org>; Shubhrajyoti Datta

> <shubhrajyoti.datta@xilinx.com>; Wilken Gottwalt <wilken.gottwalt@posteo.net>; Vignesh Raghavendra

> <vigneshr@ti.com>; Linus Walleij <linus.walleij@linaro.org>; Brendan Higgins <brendanhiggins@google.com>; Joakim

> Zhang <qiangqing.zhang@nxp.com>; Joe Perches <joe@perches.com>; Ralf Ramsauer <ralf.ramsauer@oth-regensburg.de>;

> kernel-janitors@vger.kernel.org; linux-kernel@vger.kernel.org; Lukas Bulwahn <lukas.bulwahn@gmail.com>

> Subject: [PATCH v3 1/8] MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE

> 

> Commit 836863a08c99 ("MAINTAINERS: Add information for Toshiba Visconti ARM

> SoCs") refers to the non-existing file toshiba,tmpv7700-pinctrl.yaml in

> ./Documentation/devicetree/bindings/pinctrl/. Commit 1825c1fe0057

> ("pinctrl: Add DT bindings for Toshiba Visconti TMPV7700 SoC") originating

> from the same patch series however adds the file

> toshiba,visconti-pinctrl.yaml in that directory instead.

> 

> So, refer to toshiba,visconti-pinctrl.yaml in the ARM/TOSHIBA VISCONTI

> ARCHITECTURE section instead.

> 

> Fixes: 836863a08c99 ("MAINTAINERS: Add information for Toshiba Visconti ARM SoCs")

> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

> ---

>  MAINTAINERS | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)


Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>


Best regards,
  Nobuhiro