public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC V2 1/9] MAINTAINERS: move ARM entries into ARM section
Date: Fri, 26 Jul 2013 23:37:07 +0200	[thread overview]
Message-ID: <1374874635-12042-2-git-send-email-albert.u.boot@aribaud.net> (raw)
In-Reply-To: <1374874635-12042-1-git-send-email-albert.u.boot@aribaud.net>

A few ARM entries were present in the PowerPC section.
Move them into the ARM section.
Do not respect order any more than it was respected
before, as the whole file structure will be refactored.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
---
 MAINTAINERS | 60 +++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 33 insertions(+), 27 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 081cf96..ca13b38 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -51,10 +51,6 @@ Reinhard Arlt <reinhard.arlt@esd-electronics.com>
 
 	CPCI750		PPC750FX/GX
 
-Peter Barada <peter.barada@logicpd.com>
-
-	omap3_logic	ARM ARMV7 (Logic OMAP35xx/DM37xx)
-
 Yuli Barcohen <yuli@arabellasw.com>
 
 	Adder		MPC87x/MPC852T
@@ -90,10 +86,6 @@ Conn Clark <clark@esteem.com>
 
 	ESTEEM192E	MPC8xx
 
-Jason Cooper <u-boot@lakedaemon.net>
-
-	dreamplug	ARM926EJS (Kirkwood SoC)
-
 Joe D'Abbraccio <ljd015@freescale.com>
 
 	MPC837xERDB	MPC837x
@@ -154,10 +146,6 @@ Phil Edworthy <phil.edworthy@renesas.com>
 
 	rsk7264		SH7264
 
-egnite GmbH <info@egnite.de>
-
-	ethernut5	ARM926EJS (AT91SAM9XE SoC)
-
 Dirk Eibach <eibach@gdsys.de>
 
 	controlcenterd	P1022
@@ -209,10 +197,6 @@ Matthias Fuchs <matthias.fuchs@esd-electronics.com>
 	WUH405		PPC405EP
 	CMS700		PPC405EP
 
-Siddarth Gore <gores@marvell.com>
-
-	guruplug	ARM926EJS (Kirkwood SoC)
-
 Paul Gortmaker <paul.gortmaker@windriver.com>
 
 	sbc8349		MPC8349
@@ -319,11 +303,6 @@ Dan Malek <dan@embeddedalley.com>
 	stxssa		MPC85xx
 	stxxtc		MPC8xx
 
-Ryan Mallon <ryan@bluewatersys.com>
-
-	snapper9260		ARM926EJS (AT91SAM9260 SoC)
-	snapper9g20		ARM926EJS (AT91SAM9G20 SoC)
-
 Andrea "llandre" Marson <andrea.marson@dave-tech.it>
 
 	PPChameleonEVB	PPC405EP
@@ -336,7 +315,6 @@ Reinhard Meyer <reinhard.meyer@emk-elektronik.de>
 
 	TOP860		MPC860T
 	TOP5200		MPC5200
-	TOP9000		ARM926EJS (AT91SAM9xxx SoC)
 
 Kyle Moffett <Kyle.D.Moffett@boeing.com>
 
@@ -382,10 +360,6 @@ Sergei Poselenov <sposelenov@emcraft.com>
 
 	a4m072		MPC5200
 
-Sudhakar Rajashekhara <sudhakar.raj@ti.com>
-
-	da850evm	ARM926EJS (DA850/OMAP-L138)
-
 Ricardo Ribalda <ricardo.ribalda@uam.es>
 
 	ml507 		PPC440x5
@@ -445,7 +419,6 @@ Georg Schardt <schardt@team-ctech.de>
 
 Heiko Schocher <hs@denx.de>
 
-	cam_enc_4xx	davinci/ARM926EJS
 	charon		MPC5200
 	ids8247		MPC8247
 	jupiter		MPC5200
@@ -571,6 +544,39 @@ Unknown / orphaned boards:
 #	Board		CPU						#
 #########################################################################
 
+Peter Barada <peter.barada@logicpd.com>
+
+	omap3_logic	ARM ARMV7 (Logic OMAP35xx/DM37xx)
+
+Jason Cooper <u-boot@lakedaemon.net>
+
+	dreamplug	ARM926EJS (Kirkwood SoC)
+
+egnite GmbH <info@egnite.de>
+
+	ethernut5	ARM926EJS (AT91SAM9XE SoC)
+
+Siddarth Gore <gores@marvell.com>
+
+	guruplug	ARM926EJS (Kirkwood SoC)
+
+Ryan Mallon <ryan@bluewatersys.com>
+
+	snapper9260		ARM926EJS (AT91SAM9260 SoC)
+	snapper9g20		ARM926EJS (AT91SAM9G20 SoC)
+
+Reinhard Meyer <reinhard.meyer@emk-elektronik.de>
+
+	TOP9000		ARM926EJS (AT91SAM9xxx SoC)
+
+Sudhakar Rajashekhara <sudhakar.raj@ti.com>
+
+	da850evm	ARM926EJS (DA850/OMAP-L138)
+
+Heiko Schocher <hs@denx.de>
+
+	cam_enc_4xx	davinci/ARM926EJS
+
 Albert ARIBAUD <albert.u.boot@aribaud.net>
 
 	edminiv2	ARM926EJS (Orion5x SoC)
-- 
1.8.1.2

  reply	other threads:[~2013-07-26 21:37 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-23 20:28 [U-Boot] [RFC] [PATCH 0/5] Refactor MAINTAINERS file Albert ARIBAUD
2013-07-23 20:28 ` [U-Boot] [RFC] [PATCH 1/5] MAINTAINERS: move ARM entries into ARM section Albert ARIBAUD
2013-07-23 20:28   ` [U-Boot] [RFC] [PATCH 2/5] MAINTAINERS: move improperly placed e-mail addresses Albert ARIBAUD
2013-07-23 20:28     ` [U-Boot] [RFC] [PATCH 3/5] MAINTAINERS: remove misplaced comments Albert ARIBAUD
2013-07-23 20:29       ` [U-Boot] [RFC] [PATCH 4/5] MAINTAINERS: remove useless 'header' lines Albert ARIBAUD
2013-07-23 20:29         ` [U-Boot] [RFC] [PATCH 5/5] MAINTAINERS: refactor file for easier processing Albert ARIBAUD
2013-07-23 20:51           ` Otavio Salvador
2013-07-24  5:57             ` Albert ARIBAUD
2013-07-24  4:34 ` [U-Boot] [RFC] [PATCH 0/5] Refactor MAINTAINERS file Wolfgang Denk
2013-07-25 10:11   ` Albert ARIBAUD
2013-07-26 21:37 ` [U-Boot] [RFC V2 0/9] " Albert ARIBAUD
2013-07-26 21:37   ` Albert ARIBAUD [this message]
2013-07-26 21:37     ` [U-Boot] [RFC V2 2/9] MAINTAINERS: move improperly placed e-mail addresses Albert ARIBAUD
2013-07-26 21:37       ` [U-Boot] [RFC V2 3/9] MAINTAINERS: remove misplaced comments Albert ARIBAUD
2013-07-26 21:37         ` [U-Boot] [RFC V2 4/9] MAINTAINERS: remove useless 'header' lines Albert ARIBAUD
2013-07-26 21:37           ` [U-Boot] [RFC V2 5/9] MAINTAINERS: refactor file for easier processing Albert ARIBAUD
2013-07-26 21:37             ` [U-Boot] [RFC V2 6/9] tools: add reformat.py and (temporary merge.py) Albert ARIBAUD
2013-07-26 21:37               ` [U-Boot] [RFC V2 7/9] reformat MAINTAINERS and boards.cfg Albert ARIBAUD
2013-07-26 21:37                 ` [U-Boot] [RFC V2 8/9] boards.cfg: merge MAINTAINERS and reformat Albert ARIBAUD
2013-07-26 21:37                   ` [U-Boot] [RFC V2 9/9] Changes due to boards.cfg reformat Albert ARIBAUD
2013-08-03 14:24   ` [U-Boot] [RFC V2 0/9] Refactor MAINTAINERS file Albert ARIBAUD
2013-08-05 14:28     ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1374874635-12042-2-git-send-email-albert.u.boot@aribaud.net \
    --to=albert.u.boot@aribaud.net \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox