Commit
e5a504eb3d8cbc33199dac61a07d16ddd3c1c7f9
Committed by
Tom Rini
2014-09-25 06:30:28 +0800
Exists in
v2017.01-smarct4x
and in
38 other branches
8qm-imx_v2020.04_5.4.70_2.3.0 , emb_lf_v2022.04 , emb_lf_v2023.04 , imx_v2015.04_4.1.15_1.0.0_ga , pitx_8mp_lf_v2020.04 , smarc-8m-android-10.0.0_2.6.0 , smarc-8m-android-11.0.0_2.0.0 , smarc-8mp-android-11.0.0_2.0.0 , smarc-imx6_v2018.03_4.14.98_2.0.0_ga , smarc-imx7_v2017.03_4.9.11_1.0.0_ga , smarc-imx7_v2018.03_4.14.98_2.0.0_ga , smarc-imx_v2015.04_4.1.15_1.0.0_ga , smarc-imx_v2017.03_4.9.11_1.0.0_ga , smarc-imx_v2017.03_4.9.88_2.0.0_ga , smarc-imx_v2017.03_o8.1.0_1.3.0_8m , smarc-imx_v2018.03_4.14.78_1.0.0_ga , smarc-m6.0.1_2.1.0-ga , smarc-n7.1.2_2.0.0-ga , smarc-rel_imx_4.1.15_2.0.0_ga , smarc_8m-imx_v2018.03_4.14.98_2.0.0_ga , smarc_8m-imx_v2019.04_4.19.35_1.1.0 , smarc_8m_00d0-imx_v2018.03_4.14.98_2.0.0_ga , smarc_8mm-imx_v2018.03_4.14.98_2.0.0_ga , smarc_8mm-imx_v2019.04_4.19.35_1.1.0 , smarc_8mm-imx_v2020.04_5.4.24_2.1.0 , smarc_8mp_lf_v2020.04 , smarc_8mq-imx_v2020.04_5.4.24_2.1.0 , smarc_8mq_lf_v2020.04 , ti-u-boot-2015.07 , v2015.07-smarct33 , v2015.07-smarct33-emmc , v2015.07-smarct4x , v2016.05-dlt , v2016.05-smarct3x , v2016.05-smarct3x-emmc , v2016.05-smarct4x , v2017.01-smarct3x , v2017.01-smarct3x-emmc
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 31f1b654b2f395b69faa5d0d3c1eb0803923bd3b ,
"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>
Showing
50 changed files
with
50 additions
and
50 deletions
Side-by-side Diff
1
1
BLUESTONE BOARD
2
- M: Tirumala Marri <tmarri@apm.com>
2
+# M: Tirumala Marri <tmarri@apm.com>
3
3
S: Orphan (since 2014-03)
4
4
F: board/amcc/bluestone/
5
5
F: include/configs/bluestone.h
...
...
@@ -6,7 +6,7 @@
6
6
F: configs/vexpress_ca15_tc2_defconfig
7
7
8
8
VEXPRESS_CA5X2 BOARD
9
- M: Matt Waddel <matt.waddel@linaro.org>
9
+# M: Matt Waddel <matt.waddel@linaro.org>
10
10
S: Orphan (since 2014-08)
11
11
F: include/configs/vexpress_ca5x2.h
12
12
F: configs/vexpress_ca5x2_defconfig
1
1
ATNGW100 BOARD
2
- M: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2
+# M: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3
3
S: Orphan (since 2014-06)
4
4
F: board/atmel/atngw100/
5
5
F: include/configs/atngw100.h
1
1
ATSTK1000 BOARD
2
- M: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2
+# M: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3
3
S: Orphan (since 2014-06)
4
4
F: board/atmel/atstk1000/
5
5
F: include/configs/atstk1002.h
1
1
SBC35_A9G20 BOARD
2
- M: Albin Tonnerre <albin.tonnerre@free-electrons.com>
2
+# M: Albin Tonnerre <albin.tonnerre@free-electrons.com>
3
3
S: Orphan (since 2014-06)
4
4
F: board/calao/sbc35_a9g20/
5
5
F: include/configs/sbc35_a9g20.h
1
1
TNY_A9260 BOARD
2
- M: Albin Tonnerre <albin.tonnerre@free-electrons.com>
2
+# M: Albin Tonnerre <albin.tonnerre@free-electrons.com>
3
3
S: Orphan (since 2014-06)
4
4
F: board/calao/tny_a9260/
5
5
F: include/configs/tny_a9260.h
1
1
CM-BF527 BOARD
2
- M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
2
+# M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
3
3
S: Orphan (since 2014-03)
4
4
F: board/cm-bf527/
5
5
F: include/configs/cm-bf527.h
1
1
CM-BF533 BOARD
2
- M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
2
+# M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
3
3
S: Orphan (since 2014-03)
4
4
F: board/cm-bf533/
5
5
F: include/configs/cm-bf533.h
1
1
CM-BF537E BOARD
2
- M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
2
+# M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
3
3
S: Orphan (since 2014-03)
4
4
F: board/cm-bf537e/
5
5
F: include/configs/cm-bf537e.h
1
1
CM-BF537U BOARD
2
- M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
2
+# M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
3
3
S: Orphan (since 2014-03)
4
4
F: board/cm-bf537u/
5
5
F: include/configs/cm-bf537u.h
1
1
CM-BF548 BOARD
2
- M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
2
+# M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
3
3
S: Orphan (since 2014-03)
4
4
F: board/cm-bf548/
5
5
F: include/configs/cm-bf548.h
1
1
CM-BF561 BOARD
2
- M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
2
+# M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
3
3
S: Orphan (since 2014-03)
4
4
F: board/cm-bf561/
5
5
F: include/configs/cm-bf561.h
1
1
CGTQMX6EVAL BOARD
2
- M: Leo Sartre <lsartre@adeneo-embedded.com>
2
+# M: Leo Sartre <lsartre@adeneo-embedded.com>
3
3
S: Orphan (since 2014-06)
4
4
F: board/congatec/cgtqmx6eval/
5
5
F: include/configs/cgtqmx6eval.h
1
1
L1 BOARD
2
- M: David Updegraff <dave@cray.com>
2
+# M: David Updegraff <dave@cray.com>
3
3
S: Orphan (since 2014-03)
4
4
F: board/cray/L1/
5
5
F: include/configs/CRAYL1.h
1
1
DM355EVM BOARD
2
- M: Sandeep Paulraj <s-paulraj@ti.com>
2
+# M: Sandeep Paulraj <s-paulraj@ti.com>
3
3
S: Orphan (since 2014-08)
4
4
F: board/davinci/dm355evm/
5
5
F: include/configs/davinci_dm355evm.h
1
1
DM355LEOPARD BOARD
2
- M: Sandeep Paulraj <s-paulraj@ti.com>
2
+# M: Sandeep Paulraj <s-paulraj@ti.com>
3
3
S: Orphan (since 2014-08)
4
4
F: board/davinci/dm355leopard/
5
5
F: include/configs/davinci_dm355leopard.h
1
1
DM365EVM BOARD
2
- M: Sandeep Paulraj <s-paulraj@ti.com>
2
+# M: Sandeep Paulraj <s-paulraj@ti.com>
3
3
S: Orphan (since 2014-08)
4
4
F: board/davinci/dm365evm/
5
5
F: include/configs/davinci_dm365evm.h
1
1
DM6467EVM BOARD
2
- M: Sandeep Paulraj <s-paulraj@ti.com>
2
+# M: Sandeep Paulraj <s-paulraj@ti.com>
3
3
S: Orphan (since 2014-08)
4
4
F: board/davinci/dm6467evm/
5
5
F: include/configs/davinci_dm6467evm.h
1
1
FAVR-32-EZKIT BOARD
2
- M: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2
+# M: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
3
3
S: Orphan (since 2014-06)
4
4
F: board/earthlcd/favr-32-ezkit/
5
5
F: include/configs/favr-32-ezkit.h
1
1
EP8260 BOARD
2
- M: Frank Panno <fpanno@delphintech.com>
2
+# M: Frank Panno <fpanno@delphintech.com>
3
3
S: Orphan (since 2014-06)
4
4
F: board/ep8260/
5
5
F: include/configs/ep8260.h
...
...
@@ -6,7 +6,7 @@
6
6
F: configs/P3G4_defconfig
7
7
8
8
ZUMA BOARD
9
- M: Nye Liu <nyet@zumanetworks.com>
9
+# M: Nye Liu <nyet@zumanetworks.com>
10
10
S: Orphan (since 2014-04)
11
11
F: include/configs/ZUMA.h
12
12
F: configs/ZUMA_defconfig
1
1
HWW1U1A BOARD
2
- M: Kyle Moffett <Kyle.D.Moffett@boeing.com>
2
+# M: Kyle Moffett <Kyle.D.Moffett@boeing.com>
3
3
S: Orphan (since 2014-06)
4
4
F: board/exmeritus/hww1u1a/
5
5
F: include/configs/HWW1U1A.h
1
1
M5253EVBE BOARD
2
- M: Hayden Fraser <Hayden.Fraser@freescale.com>
2
+# M: Hayden Fraser <Hayden.Fraser@freescale.com>
3
3
S: Orphan (since 2014-06)
4
4
F: board/freescale/m5253evbe/
5
5
F: include/configs/M5253EVBE.h
1
1
MPC8360ERDK BOARD
2
- M: Anton Vorontsov <avorontsov@ru.mvista.com>
2
+# M: Anton Vorontsov <avorontsov@ru.mvista.com>
3
3
S: Orphan (since 2014-03)
4
4
F: board/freescale/mpc8360erdk/
5
5
F: include/configs/MPC8360ERDK.h
1
1
MPC837XERDB BOARD
2
- M: Joe D'Abbraccio <ljd015@freescale.com>
2
+# M: Joe D'Abbraccio <ljd015@freescale.com>
3
3
S: Orphan (since 2014-06)
4
4
F: board/freescale/mpc837xerdb/
5
5
F: include/configs/MPC837XERDB.h
1
1
MPC8540ADS BOARD
2
- M: Kumar Gala <kumar.gala@freescale.com>
2
+# M: Kumar Gala <kumar.gala@freescale.com>
3
3
S: Orphan (since 2014-06)
4
4
F: board/freescale/mpc8540ads/
5
5
F: include/configs/MPC8540ADS.h
1
1
MPC8541CDS BOARD
2
- M: Kumar Gala <kumar.gala@freescale.com>
2
+# M: Kumar Gala <kumar.gala@freescale.com>
3
3
S: Orphan (since 2014-06)
4
4
F: board/freescale/mpc8541cds/
5
5
F: include/configs/MPC8541CDS.h
1
1
MPC8555CDS BOARD
2
- M: Kumar Gala <kumar.gala@freescale.com>
2
+# M: Kumar Gala <kumar.gala@freescale.com>
3
3
S: Orphan (since 2014-06)
4
4
F: board/freescale/mpc8555cds/
5
5
F: include/configs/MPC8555CDS.h
1
1
MPC8560ADS BOARD
2
- M: Kumar Gala <kumar.gala@freescale.com>
2
+# M: Kumar Gala <kumar.gala@freescale.com>
3
3
S: Orphan (since 2014-06)
4
4
F: board/freescale/mpc8560ads/
5
5
F: include/configs/MPC8560ADS.h
1
1
MPC8641HPCN BOARD
2
- M: Kumar Gala <kumar.gala@freescale.com>
2
+# M: Kumar Gala <kumar.gala@freescale.com>
3
3
S: Orphan (since 2014-06)
4
4
F: board/freescale/mpc8641hpcn/
5
5
F: include/configs/MPC8641HPCN.h
1
1
MX31ADS BOARD
2
- M: (resigned) Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2
+# M: (resigned) Guennadi Liakhovetski <g.liakhovetski@gmx.de>
3
3
S: Orphan (since 2013-09)
4
4
F: board/freescale/mx31ads/
5
5
F: include/configs/mx31ads.h
1
1
GALAXY5200 BOARD
2
- M: Eric Millbrandt <emillbrandt@dekaresearch.com>
2
+# M: Eric Millbrandt <emillbrandt@dekaresearch.com>
3
3
S: Orphan (since 2014-06)
4
4
F: board/galaxy5200/
5
5
F: include/configs/galaxy5200.h
...
...
@@ -6,7 +6,7 @@
6
6
F: configs/imx31_phycore_defconfig
7
7
8
8
IMX31_PHYCORE_EET BOARD
9
- M: (resigned) Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9
+# M: (resigned) Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10
10
S: Orphan (since 2013-09)
11
11
F: configs/imx31_phycore_eet_defconfig
1
1
IP04 BOARD
2
- M: Brent Kandetzki <brentk@teleco.com>
2
+# M: Brent Kandetzki <brentk@teleco.com>
3
3
S: Orphan (since 2014-06)
4
4
F: board/ip04/
5
5
F: include/configs/ip04.h
1
1
MERGERBOX BOARD
2
- M: Andre Schwarz <andre.schwarz@matrix-vision.de>
2
+# M: Andre Schwarz <andre.schwarz@matrix-vision.de>
3
3
S: Orphan (since 2014-03)
4
4
F: board/matrix_vision/mergerbox/
5
5
F: include/configs/MERGERBOX.h
1
1
MVBC_P BOARD
2
- M: Andre Schwarz <andre.schwarz@matrix-vision.de>
2
+# M: Andre Schwarz <andre.schwarz@matrix-vision.de>
3
3
S: Orphan (since 2014-03)
4
4
F: board/matrix_vision/mvbc_p/
5
5
F: include/configs/MVBC_P.h
1
1
MVBLM7 BOARD
2
- M: Andre Schwarz <andre.schwarz@matrix-vision.de>
2
+# M: Andre Schwarz <andre.schwarz@matrix-vision.de>
3
3
S: Orphan (since 2014-03)
4
4
F: board/matrix_vision/mvblm7/
5
5
F: include/configs/MVBLM7.h
1
1
MVSMR BOARD
2
- M: Andre Schwarz <andre.schwarz@matrix-vision.de>
2
+# M: Andre Schwarz <andre.schwarz@matrix-vision.de>
3
3
S: Orphan (since 2014-03)
4
4
F: board/matrix_vision/mvsmr/
5
5
F: include/configs/MVSMR.h
1
1
MUSENKI BOARD
2
- M: Jim Thompson <jim@musenki.com>
2
+# M: Jim Thompson <jim@musenki.com>
3
3
S: Orphan (since 2014-04)
4
4
F: board/musenki/
5
5
F: include/configs/MUSENKI.h
1
1
PALMTREO680 BOARD
2
- M: Mike Dunn <mikedunn@newsguy.com>
2
+# M: Mike Dunn <mikedunn@newsguy.com>
3
3
S: Orphan (since 2014-06)
4
4
F: board/palmtreo680/
5
5
F: include/configs/palmtreo680.h
1
1
PPMC8260 BOARD
2
- M: Brad Kemp <Brad.Kemp@seranoa.com>
2
+# M: Brad Kemp <Brad.Kemp@seranoa.com>
3
3
S: Orphan (since 2014-04)
4
4
F: board/ppmc8260/
5
5
F: include/configs/ppmc8260.h
1
1
SACSNG BOARD
2
- M: Jerry Van Baren <gerald.vanbaren@smiths-aerospace.com>
2
+# M: Jerry Van Baren <gerald.vanbaren@smiths-aerospace.com>
3
3
S: Orphan (since 2014-06)
4
4
F: board/sacsng/
5
5
F: include/configs/sacsng.h
1
1
KAREF BOARD
2
- M: Travis Sawyer <travis.sawyer@sandburst.com>
2
+# M: Travis Sawyer <travis.sawyer@sandburst.com>
3
3
S: Orphan (since 2014-03)
4
4
F: board/sandburst/karef/
5
5
F: include/configs/KAREF.h
1
1
METROBOX BOARD
2
- M: Travis Sawyer <travis.sawyer@sandburst.com>
2
+# M: Travis Sawyer <travis.sawyer@sandburst.com>
3
3
S: Orphan (since 2014-03)
4
4
F: board/sandburst/metrobox/
5
5
F: include/configs/METROBOX.h
...
...
@@ -6,7 +6,7 @@
6
6
F: configs/Sandpoint8240_defconfig
7
7
8
8
SANDPOINT8245 BOARD
9
- M: Jim Thompson <jim@musenki.com>
9
+# M: Jim Thompson <jim@musenki.com>
10
10
S: Orphan (since 2014-04)
11
11
F: include/configs/Sandpoint8245.h
12
12
F: configs/Sandpoint8245_defconfig
1
1
STXGP3 BOARD
2
- M: Dan Malek <dan@embeddedalley.com>
2
+# M: Dan Malek <dan@embeddedalley.com>
3
3
S: Orphan (since 2014-06)
4
4
F: board/stx/stxgp3/
5
5
F: include/configs/stxgp3.h
1
1
STXSSA BOARD
2
- M: Dan Malek <dan@embeddedalley.com>
2
+# M: Dan Malek <dan@embeddedalley.com>
3
3
S: Orphan (since 2014-06)
4
4
F: board/stx/stxssa/
5
5
F: include/configs/stxssa.h
1
1
TCM-BF518 BOARD
2
- M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
2
+# M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
3
3
S: Orphan (since 2014-03)
4
4
F: board/tcm-bf518/
5
5
F: include/configs/tcm-bf518.h
1
1
TCM-BF537 BOARD
2
- M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
2
+# M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
3
3
S: Orphan (since 2014-03)
4
4
F: board/tcm-bf537/
5
5
F: include/configs/tcm-bf537.h
1
1
TNETV107XEVM BOARD
2
- M: Chan-Taek Park <c-park@ti.com>
2
+# M: Chan-Taek Park <c-park@ti.com>
3
3
S: Orphan (since 2014-06)
4
4
F: board/ti/tnetv107xevm/
5
5
F: include/configs/tnetv107x_evm.h