MAINTAINERS: comment out invalid maintainers

The "S:    Orphan" in MAINTAINERS means that the maintainer in the
"M:" field is unreachable (i.e. the email address is not working).
(Refer to the definition of "Orphan" adopted in U-Boot
in the log of commit 31f1b654b2,
"boards.cfg: move boards with invalid emails to Orphan")

For patch files adding global changes, scripts/get_maintainer.pl
adds bunch of such invalid email addresses, which results in
tons of annoying bounce emails.

This commit can be reproduced by the following command:

find . -name MAINTAINERS | xargs sed -i -e '
/^M:[[:blank:]]/ {
      N
      /S:[[:blank:]]Orphan/s/^/#/
}
'

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
master
Masahiro Yamada 10 years ago committed by Tom Rini
parent 5dff844d7f
commit e5a504eb3d
  1. 2
      board/amcc/bluestone/MAINTAINERS
  2. 2
      board/armltd/vexpress/MAINTAINERS
  3. 2
      board/atmel/atngw100/MAINTAINERS
  4. 2
      board/atmel/atstk1000/MAINTAINERS
  5. 2
      board/calao/sbc35_a9g20/MAINTAINERS
  6. 2
      board/calao/tny_a9260/MAINTAINERS
  7. 2
      board/cm-bf527/MAINTAINERS
  8. 2
      board/cm-bf533/MAINTAINERS
  9. 2
      board/cm-bf537e/MAINTAINERS
  10. 2
      board/cm-bf537u/MAINTAINERS
  11. 2
      board/cm-bf548/MAINTAINERS
  12. 2
      board/cm-bf561/MAINTAINERS
  13. 2
      board/congatec/cgtqmx6eval/MAINTAINERS
  14. 2
      board/cray/L1/MAINTAINERS
  15. 2
      board/davinci/dm355evm/MAINTAINERS
  16. 2
      board/davinci/dm355leopard/MAINTAINERS
  17. 2
      board/davinci/dm365evm/MAINTAINERS
  18. 2
      board/davinci/dm6467evm/MAINTAINERS
  19. 2
      board/earthlcd/favr-32-ezkit/MAINTAINERS
  20. 2
      board/ep8260/MAINTAINERS
  21. 2
      board/evb64260/MAINTAINERS
  22. 2
      board/exmeritus/hww1u1a/MAINTAINERS
  23. 2
      board/freescale/m5253evbe/MAINTAINERS
  24. 2
      board/freescale/mpc8360erdk/MAINTAINERS
  25. 2
      board/freescale/mpc837xerdb/MAINTAINERS
  26. 2
      board/freescale/mpc8540ads/MAINTAINERS
  27. 2
      board/freescale/mpc8541cds/MAINTAINERS
  28. 2
      board/freescale/mpc8555cds/MAINTAINERS
  29. 2
      board/freescale/mpc8560ads/MAINTAINERS
  30. 2
      board/freescale/mpc8641hpcn/MAINTAINERS
  31. 2
      board/freescale/mx31ads/MAINTAINERS
  32. 2
      board/galaxy5200/MAINTAINERS
  33. 2
      board/imx31_phycore/MAINTAINERS
  34. 2
      board/ip04/MAINTAINERS
  35. 2
      board/matrix_vision/mergerbox/MAINTAINERS
  36. 2
      board/matrix_vision/mvbc_p/MAINTAINERS
  37. 2
      board/matrix_vision/mvblm7/MAINTAINERS
  38. 2
      board/matrix_vision/mvsmr/MAINTAINERS
  39. 2
      board/musenki/MAINTAINERS
  40. 2
      board/palmtreo680/MAINTAINERS
  41. 2
      board/ppmc8260/MAINTAINERS
  42. 2
      board/sacsng/MAINTAINERS
  43. 2
      board/sandburst/karef/MAINTAINERS
  44. 2
      board/sandburst/metrobox/MAINTAINERS
  45. 2
      board/sandpoint/MAINTAINERS
  46. 2
      board/stx/stxgp3/MAINTAINERS
  47. 2
      board/stx/stxssa/MAINTAINERS
  48. 2
      board/tcm-bf518/MAINTAINERS
  49. 2
      board/tcm-bf537/MAINTAINERS
  50. 2
      board/ti/tnetv107xevm/MAINTAINERS

@ -1,5 +1,5 @@
BLUESTONE BOARD
M: Tirumala Marri <tmarri@apm.com>
#M: Tirumala Marri <tmarri@apm.com>
S: Orphan (since 2014-03)
F: board/amcc/bluestone/
F: include/configs/bluestone.h

@ -6,7 +6,7 @@ F: include/configs/vexpress_ca15_tc2.h
F: configs/vexpress_ca15_tc2_defconfig
VEXPRESS_CA5X2 BOARD
M: Matt Waddel <matt.waddel@linaro.org>
#M: Matt Waddel <matt.waddel@linaro.org>
S: Orphan (since 2014-08)
F: include/configs/vexpress_ca5x2.h
F: configs/vexpress_ca5x2_defconfig

@ -1,5 +1,5 @@
ATNGW100 BOARD
M: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
#M: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
S: Orphan (since 2014-06)
F: board/atmel/atngw100/
F: include/configs/atngw100.h

@ -1,5 +1,5 @@
ATSTK1000 BOARD
M: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
#M: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
S: Orphan (since 2014-06)
F: board/atmel/atstk1000/
F: include/configs/atstk1002.h

@ -1,5 +1,5 @@
SBC35_A9G20 BOARD
M: Albin Tonnerre <albin.tonnerre@free-electrons.com>
#M: Albin Tonnerre <albin.tonnerre@free-electrons.com>
S: Orphan (since 2014-06)
F: board/calao/sbc35_a9g20/
F: include/configs/sbc35_a9g20.h

@ -1,5 +1,5 @@
TNY_A9260 BOARD
M: Albin Tonnerre <albin.tonnerre@free-electrons.com>
#M: Albin Tonnerre <albin.tonnerre@free-electrons.com>
S: Orphan (since 2014-06)
F: board/calao/tny_a9260/
F: include/configs/tny_a9260.h

@ -1,5 +1,5 @@
CM-BF527 BOARD
M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
#M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
S: Orphan (since 2014-03)
F: board/cm-bf527/
F: include/configs/cm-bf527.h

@ -1,5 +1,5 @@
CM-BF533 BOARD
M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
#M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
S: Orphan (since 2014-03)
F: board/cm-bf533/
F: include/configs/cm-bf533.h

@ -1,5 +1,5 @@
CM-BF537E BOARD
M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
#M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
S: Orphan (since 2014-03)
F: board/cm-bf537e/
F: include/configs/cm-bf537e.h

@ -1,5 +1,5 @@
CM-BF537U BOARD
M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
#M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
S: Orphan (since 2014-03)
F: board/cm-bf537u/
F: include/configs/cm-bf537u.h

@ -1,5 +1,5 @@
CM-BF548 BOARD
M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
#M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
S: Orphan (since 2014-03)
F: board/cm-bf548/
F: include/configs/cm-bf548.h

@ -1,5 +1,5 @@
CM-BF561 BOARD
M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
#M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
S: Orphan (since 2014-03)
F: board/cm-bf561/
F: include/configs/cm-bf561.h

@ -1,5 +1,5 @@
CGTQMX6EVAL BOARD
M: Leo Sartre <lsartre@adeneo-embedded.com>
#M: Leo Sartre <lsartre@adeneo-embedded.com>
S: Orphan (since 2014-06)
F: board/congatec/cgtqmx6eval/
F: include/configs/cgtqmx6eval.h

@ -1,5 +1,5 @@
L1 BOARD
M: David Updegraff <dave@cray.com>
#M: David Updegraff <dave@cray.com>
S: Orphan (since 2014-03)
F: board/cray/L1/
F: include/configs/CRAYL1.h

@ -1,5 +1,5 @@
DM355EVM BOARD
M: Sandeep Paulraj <s-paulraj@ti.com>
#M: Sandeep Paulraj <s-paulraj@ti.com>
S: Orphan (since 2014-08)
F: board/davinci/dm355evm/
F: include/configs/davinci_dm355evm.h

@ -1,5 +1,5 @@
DM355LEOPARD BOARD
M: Sandeep Paulraj <s-paulraj@ti.com>
#M: Sandeep Paulraj <s-paulraj@ti.com>
S: Orphan (since 2014-08)
F: board/davinci/dm355leopard/
F: include/configs/davinci_dm355leopard.h

@ -1,5 +1,5 @@
DM365EVM BOARD
M: Sandeep Paulraj <s-paulraj@ti.com>
#M: Sandeep Paulraj <s-paulraj@ti.com>
S: Orphan (since 2014-08)
F: board/davinci/dm365evm/
F: include/configs/davinci_dm365evm.h

@ -1,5 +1,5 @@
DM6467EVM BOARD
M: Sandeep Paulraj <s-paulraj@ti.com>
#M: Sandeep Paulraj <s-paulraj@ti.com>
S: Orphan (since 2014-08)
F: board/davinci/dm6467evm/
F: include/configs/davinci_dm6467evm.h

@ -1,5 +1,5 @@
FAVR-32-EZKIT BOARD
M: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
#M: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
S: Orphan (since 2014-06)
F: board/earthlcd/favr-32-ezkit/
F: include/configs/favr-32-ezkit.h

@ -1,5 +1,5 @@
EP8260 BOARD
M: Frank Panno <fpanno@delphintech.com>
#M: Frank Panno <fpanno@delphintech.com>
S: Orphan (since 2014-06)
F: board/ep8260/
F: include/configs/ep8260.h

@ -6,7 +6,7 @@ F: include/configs/P3G4.h
F: configs/P3G4_defconfig
ZUMA BOARD
M: Nye Liu <nyet@zumanetworks.com>
#M: Nye Liu <nyet@zumanetworks.com>
S: Orphan (since 2014-04)
F: include/configs/ZUMA.h
F: configs/ZUMA_defconfig

@ -1,5 +1,5 @@
HWW1U1A BOARD
M: Kyle Moffett <Kyle.D.Moffett@boeing.com>
#M: Kyle Moffett <Kyle.D.Moffett@boeing.com>
S: Orphan (since 2014-06)
F: board/exmeritus/hww1u1a/
F: include/configs/HWW1U1A.h

@ -1,5 +1,5 @@
M5253EVBE BOARD
M: Hayden Fraser <Hayden.Fraser@freescale.com>
#M: Hayden Fraser <Hayden.Fraser@freescale.com>
S: Orphan (since 2014-06)
F: board/freescale/m5253evbe/
F: include/configs/M5253EVBE.h

@ -1,5 +1,5 @@
MPC8360ERDK BOARD
M: Anton Vorontsov <avorontsov@ru.mvista.com>
#M: Anton Vorontsov <avorontsov@ru.mvista.com>
S: Orphan (since 2014-03)
F: board/freescale/mpc8360erdk/
F: include/configs/MPC8360ERDK.h

@ -1,5 +1,5 @@
MPC837XERDB BOARD
M: Joe D'Abbraccio <ljd015@freescale.com>
#M: Joe D'Abbraccio <ljd015@freescale.com>
S: Orphan (since 2014-06)
F: board/freescale/mpc837xerdb/
F: include/configs/MPC837XERDB.h

@ -1,5 +1,5 @@
MPC8540ADS BOARD
M: Kumar Gala <kumar.gala@freescale.com>
#M: Kumar Gala <kumar.gala@freescale.com>
S: Orphan (since 2014-06)
F: board/freescale/mpc8540ads/
F: include/configs/MPC8540ADS.h

@ -1,5 +1,5 @@
MPC8541CDS BOARD
M: Kumar Gala <kumar.gala@freescale.com>
#M: Kumar Gala <kumar.gala@freescale.com>
S: Orphan (since 2014-06)
F: board/freescale/mpc8541cds/
F: include/configs/MPC8541CDS.h

@ -1,5 +1,5 @@
MPC8555CDS BOARD
M: Kumar Gala <kumar.gala@freescale.com>
#M: Kumar Gala <kumar.gala@freescale.com>
S: Orphan (since 2014-06)
F: board/freescale/mpc8555cds/
F: include/configs/MPC8555CDS.h

@ -1,5 +1,5 @@
MPC8560ADS BOARD
M: Kumar Gala <kumar.gala@freescale.com>
#M: Kumar Gala <kumar.gala@freescale.com>
S: Orphan (since 2014-06)
F: board/freescale/mpc8560ads/
F: include/configs/MPC8560ADS.h

@ -1,5 +1,5 @@
MPC8641HPCN BOARD
M: Kumar Gala <kumar.gala@freescale.com>
#M: Kumar Gala <kumar.gala@freescale.com>
S: Orphan (since 2014-06)
F: board/freescale/mpc8641hpcn/
F: include/configs/MPC8641HPCN.h

@ -1,5 +1,5 @@
MX31ADS BOARD
M: (resigned) Guennadi Liakhovetski <g.liakhovetski@gmx.de>
#M: (resigned) Guennadi Liakhovetski <g.liakhovetski@gmx.de>
S: Orphan (since 2013-09)
F: board/freescale/mx31ads/
F: include/configs/mx31ads.h

@ -1,5 +1,5 @@
GALAXY5200 BOARD
M: Eric Millbrandt <emillbrandt@dekaresearch.com>
#M: Eric Millbrandt <emillbrandt@dekaresearch.com>
S: Orphan (since 2014-06)
F: board/galaxy5200/
F: include/configs/galaxy5200.h

@ -6,6 +6,6 @@ F: include/configs/imx31_phycore.h
F: configs/imx31_phycore_defconfig
IMX31_PHYCORE_EET BOARD
M: (resigned) Guennadi Liakhovetski <g.liakhovetski@gmx.de>
#M: (resigned) Guennadi Liakhovetski <g.liakhovetski@gmx.de>
S: Orphan (since 2013-09)
F: configs/imx31_phycore_eet_defconfig

@ -1,5 +1,5 @@
IP04 BOARD
M: Brent Kandetzki <brentk@teleco.com>
#M: Brent Kandetzki <brentk@teleco.com>
S: Orphan (since 2014-06)
F: board/ip04/
F: include/configs/ip04.h

@ -1,5 +1,5 @@
MERGERBOX BOARD
M: Andre Schwarz <andre.schwarz@matrix-vision.de>
#M: Andre Schwarz <andre.schwarz@matrix-vision.de>
S: Orphan (since 2014-03)
F: board/matrix_vision/mergerbox/
F: include/configs/MERGERBOX.h

@ -1,5 +1,5 @@
MVBC_P BOARD
M: Andre Schwarz <andre.schwarz@matrix-vision.de>
#M: Andre Schwarz <andre.schwarz@matrix-vision.de>
S: Orphan (since 2014-03)
F: board/matrix_vision/mvbc_p/
F: include/configs/MVBC_P.h

@ -1,5 +1,5 @@
MVBLM7 BOARD
M: Andre Schwarz <andre.schwarz@matrix-vision.de>
#M: Andre Schwarz <andre.schwarz@matrix-vision.de>
S: Orphan (since 2014-03)
F: board/matrix_vision/mvblm7/
F: include/configs/MVBLM7.h

@ -1,5 +1,5 @@
MVSMR BOARD
M: Andre Schwarz <andre.schwarz@matrix-vision.de>
#M: Andre Schwarz <andre.schwarz@matrix-vision.de>
S: Orphan (since 2014-03)
F: board/matrix_vision/mvsmr/
F: include/configs/MVSMR.h

@ -1,5 +1,5 @@
MUSENKI BOARD
M: Jim Thompson <jim@musenki.com>
#M: Jim Thompson <jim@musenki.com>
S: Orphan (since 2014-04)
F: board/musenki/
F: include/configs/MUSENKI.h

@ -1,5 +1,5 @@
PALMTREO680 BOARD
M: Mike Dunn <mikedunn@newsguy.com>
#M: Mike Dunn <mikedunn@newsguy.com>
S: Orphan (since 2014-06)
F: board/palmtreo680/
F: include/configs/palmtreo680.h

@ -1,5 +1,5 @@
PPMC8260 BOARD
M: Brad Kemp <Brad.Kemp@seranoa.com>
#M: Brad Kemp <Brad.Kemp@seranoa.com>
S: Orphan (since 2014-04)
F: board/ppmc8260/
F: include/configs/ppmc8260.h

@ -1,5 +1,5 @@
SACSNG BOARD
M: Jerry Van Baren <gerald.vanbaren@smiths-aerospace.com>
#M: Jerry Van Baren <gerald.vanbaren@smiths-aerospace.com>
S: Orphan (since 2014-06)
F: board/sacsng/
F: include/configs/sacsng.h

@ -1,5 +1,5 @@
KAREF BOARD
M: Travis Sawyer <travis.sawyer@sandburst.com>
#M: Travis Sawyer <travis.sawyer@sandburst.com>
S: Orphan (since 2014-03)
F: board/sandburst/karef/
F: include/configs/KAREF.h

@ -1,5 +1,5 @@
METROBOX BOARD
M: Travis Sawyer <travis.sawyer@sandburst.com>
#M: Travis Sawyer <travis.sawyer@sandburst.com>
S: Orphan (since 2014-03)
F: board/sandburst/metrobox/
F: include/configs/METROBOX.h

@ -6,7 +6,7 @@ F: include/configs/Sandpoint8240.h
F: configs/Sandpoint8240_defconfig
SANDPOINT8245 BOARD
M: Jim Thompson <jim@musenki.com>
#M: Jim Thompson <jim@musenki.com>
S: Orphan (since 2014-04)
F: include/configs/Sandpoint8245.h
F: configs/Sandpoint8245_defconfig

@ -1,5 +1,5 @@
STXGP3 BOARD
M: Dan Malek <dan@embeddedalley.com>
#M: Dan Malek <dan@embeddedalley.com>
S: Orphan (since 2014-06)
F: board/stx/stxgp3/
F: include/configs/stxgp3.h

@ -1,5 +1,5 @@
STXSSA BOARD
M: Dan Malek <dan@embeddedalley.com>
#M: Dan Malek <dan@embeddedalley.com>
S: Orphan (since 2014-06)
F: board/stx/stxssa/
F: include/configs/stxssa.h

@ -1,5 +1,5 @@
TCM-BF518 BOARD
M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
#M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
S: Orphan (since 2014-03)
F: board/tcm-bf518/
F: include/configs/tcm-bf518.h

@ -1,5 +1,5 @@
TCM-BF537 BOARD
M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
#M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
S: Orphan (since 2014-03)
F: board/tcm-bf537/
F: include/configs/tcm-bf537.h

@ -1,5 +1,5 @@
TNETV107XEVM BOARD
M: Chan-Taek Park <c-park@ti.com>
#M: Chan-Taek Park <c-park@ti.com>
S: Orphan (since 2014-06)
F: board/ti/tnetv107xevm/
F: include/configs/tnetv107x_evm.h

Loading…
Cancel
Save