linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/4] Rectify file references for dt-bindings in MAINTAINERS
@ 2021-10-26 14:18 Lukas Bulwahn
  2021-10-26 14:18 ` [PATCH v5 1/4] MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE Lukas Bulwahn
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Lukas Bulwahn @ 2021-10-26 14:18 UTC (permalink / raw)
  To: Andrew Morton, linux-mm
  Cc: Rob Herring, devicetree, Punit Agrawal, Nobuhiro Iwamatsu,
	Anitha Chrisanthus, Wilken Gottwalt, Greg Kroah-Hartman,
	John Stultz, Mauro Carvalho Chehab, Yu Chen, Sam Ravnborg,
	Edmund Dea, kernel-janitors, Joe Perches, Ralf Ramsauer,
	linux-kernel, Lukas Bulwahn

Hi Andrew,

here is a patch series that cleans up some file references for dt-bindings
in MAINTAINERS. I send this to you as set of trivial patches to be picked up,
after no one else has picked them in the last few months.

It applies cleanly on next-20211026.

This is a v5 of the remaining relevant patches from the first submission
of the patch series (see Links) sent out on 2021-03-15, on 2021-04-19,
on 2021-07-26, and on 2021-10-05.

Could you pick this series to travel to Linus through -mm?

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/
Link: https://lore.kernel.org/all/20210726142943.27008-1-lukas.bulwahn@gmail.com/
Link: https://lore.kernel.org/all/20211005075451.29691-1-lukas.bulwahn@gmail.com/

Adjustment from original to resend version:
  - drop subsumed patches

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

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

Adjustment from v3 to v4:
  - add more recent clean-up for file references on dt-bindings (patches
    9 to 11)

  - add tags from previous versions:

  MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE

    Acked-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
      collected from https://lore.kernel.org/all/OSBPR01MB298322B4D87B2BA2F24515AD926C9@OSBPR01MB2983.jpnprd01.prod.outlook.com/
      collected from https://lore.kernel.org/all/20210419232800.cbcyjlyrqywkrqdt@toshiba.co.jp/
    
    Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
      collected from https://lore.kernel.org/all/TYAPR01MB62520BAEC54CC5D235489D6C92E99@TYAPR01MB6252.jpnprd01.prod.outlook.com/


  MAINTAINERS: rectify entry for FREESCALE IMX / MXC FEC DRIVER

    Reviewed-by: Joakim Zhang <qiangqing.zhang@nxp.com>
      collected from https://lore.kernel.org/all/DB8PR04MB679585B2A7F359F415591356E6E99@DB8PR04MB6795.eurprd04.prod.outlook.com/

   
  MAINTAINERS: rectify entry for ALLWINNER HARDWARE SPINLOCK SUPPORT

    Reviewed-by: Wilken Gottwalt <wilken.gottwalt@posteo.net>
      collected from https://lore.kernel.org/all/20210728070608.5f5b8d14@monster.powergraphx.local/


  MAINTAINERS: rectify entries with documentation-file-ref check

    Acked-by: Linus Walleij <linus.walleij@linaro.org>
      collected from https://lore.kernel.org/all/CACRpkdYH=rQEK0sRU8DueUbvffe8DhKdH_nu7u4Pnk3MaBNmig@mail.gmail.com/

    For the line which rectifies nxp,imx8-jpeg.yaml:
    Reviewed-by: Mirela Rabulea <mirela.rabulea@nxp.com>
      collected from https://lore.kernel.org/all/647389a9a4db416550bb4c44c9ef87b6f3091fac.camel@nxp.com/

  MAINTAINERS: rectify entries to mtd-physmap.yaml

    Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
      collected from https://lore.kernel.org/all/20210726172902.4ce8892f@xps13/  

    Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
      collected from https://lore.kernel.org/all/CACRpkdb-3nesRvmwO8t-sQxxb1HAXe-GVL98MZnmisnf_0ji+A@mail.gmail.com/


Adjustment from v4 to v5:
  - dropped patches 4, 6 to 11 from v4 
    only 4 patches, 1 to 3 and 5, from v4 are remaining, which were not yet addressed by others.
  
  - sent patch series to Andrew Morton for inclusion through the -mm tree.


Lukas Bulwahn (4):
  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 entry for ALLWINNER HARDWARE SPINLOCK SUPPORT

 MAINTAINERS | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

-- 
2.26.2



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-10-26 14:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-26 14:18 [PATCH v5 0/4] Rectify file references for dt-bindings in MAINTAINERS Lukas Bulwahn
2021-10-26 14:18 ` [PATCH v5 1/4] MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE Lukas Bulwahn
2021-10-26 14:19 ` [PATCH v5 2/4] MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVER Lukas Bulwahn
2021-10-26 14:19 ` [PATCH v5 3/4] MAINTAINERS: rectify entry for INTEL KEEM BAY DRM DRIVER Lukas Bulwahn
2021-10-26 14:19 ` [PATCH v5 4/4] MAINTAINERS: rectify entry for ALLWINNER HARDWARE SPINLOCK SUPPORT Lukas Bulwahn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).