public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Michael Schwingen <michael@schwingen.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 01/17] add XScale sub architecture (IXP/PXA) to maintainer list
Date: Sat,  5 Feb 2011 00:05:47 +0100	[thread overview]
Message-ID: <1296860763-16149-2-git-send-email-michael@schwingen.org> (raw)
In-Reply-To: <1296860763-16149-1-git-send-email-michael@schwingen.org>


Signed-off-by: Michael Schwingen <michael@schwingen.org>
---
 MAINTAINERS |   44 ++++++++++++++++++++++----------------------
 1 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b37ed0c..709c5d9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -559,8 +559,8 @@ Stefano Babic <sbabic@denx.de>
 	ea20		davinci
 	mx35pdk		i.MX35
 	mx51evk		i.MX51
-	polaris		xscale
-	trizepsiv	xscale
+	polaris		xscale/pxa
+	trizepsiv	xscale/pxa
  	vision2		i.MX51
 
 Jason Liu <r64343@freescale.com>
@@ -592,7 +592,7 @@ Andreas Bie
 
 Cliff Brake <cliff.brake@gmail.com>
 
-	pxa255_idp	xscale
+	pxa255_idp	xscale/pxa
 
 Rick Bronson <rick@efn.org>
 
@@ -698,7 +698,7 @@ Sergey Kubushyn <ksi@koi8.net>
 
 Prakash Kumar <prakash@embedx.com>
 
-	cerf250		xscale
+	cerf250		xscale/pxa
 
 Vipin Kumar <vipin.kumar@st.com>
 
@@ -776,9 +776,9 @@ John Rigby <jcrigby@gmail.com>
 
 Stefan Roese <sr@denx.de>
 
-	ixdpg425	xscale
-	pdnb3		xscale
-	scpu		xscale
+	ixdpg425	xscale/ixp
+	pdnb3		xscale/ixp
+	scpu		xscale/ixp
 
 Alessandro Rubini <rubini@unipv.it>
 Nomadik Linux Team <STN_WMM_nomadik_linux@list.st.com>
@@ -801,15 +801,15 @@ Heiko Schocher <hs@denx.de>
 
 Robert Schwebel <r.schwebel@pengutronix.de>
 
-	csb226		xscale
-	innokom		xscale
+	csb226		xscale/pxa
+	innokom		xscale/pxa
 
 Michael Schwingen <michael@schwingen.org>
 
-	actux1		xscale
-	actux2		xscale
-	actux3		xscale
-	actux4		xscale
+	actux1		xscale/ixp
+	actux2		xscale/ixp
+	actux3		xscale/ixp
+	actux4		xscale/ixp
 
 Andrea Scian <andrea.scian@dave-tech.it>
 
@@ -833,12 +833,12 @@ Greg Ungerer <greg.ungerer@opengear.com>
 
 Marek Vasut <marek.vasut@gmail.com>
 
-	balloon3	xscale
-	colibri_pxa270	xscale
-	palmld		xscale
-	palmtc		xscale
-	vpac270		xscale
-	zipitz2		xscale
+	balloon3	xscale/pxa
+	colibri_pxa270	xscale/pxa
+	palmld		xscale/pxa
+	palmtc		xscale/pxa
+	vpac270		xscale/pxa
+	zipitz2		xscale/pxa
  	efikamx		i.MX51
 
 Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
@@ -880,9 +880,9 @@ Sughosh Ganu <urwithsughosh@gmail.com>
 Unknown / orphaned boards:
  	Board		CPU	Last known maintainer / Comment
 .........................................................................
-	cradle		xscale	Kyle Harris <kharris@nexus-tech.net> / dead address
-	ixdp425		xscale	Kyle Harris <kharris@nexus-tech.net> / dead address
-	lubbock		xscale	Kyle Harris <kharris@nexus-tech.net> / dead address
+	cradle		xscale/pxa	Kyle Harris <kharris@nexus-tech.net> / dead address
+	ixdp425		xscale/ixp	Kyle Harris <kharris@nexus-tech.net> / dead address
+	lubbock		xscale/pxa	Kyle Harris <kharris@nexus-tech.net> / dead address
 
 	imx31_phycore_eet i.MX31  Guennadi Liakhovetski <g.liakhovetski@gmx.de> / resigned
 	mx31ads		  i.MX31  Guennadi Liakhovetski <g.liakhovetski@gmx.de> / resigned
-- 
1.7.2.3

  reply	other threads:[~2011-02-04 23:05 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-04 23:05 [U-Boot] IXP42x patch series version 3 Michael Schwingen
2011-02-04 23:05 ` Michael Schwingen [this message]
2011-02-04 23:05 ` [U-Boot] [PATCH 02/17] add support for IXP42x Rev. B1 and newer Michael Schwingen
2011-02-04 23:05 ` [U-Boot] [PATCH 03/17] trigger hardware watchdog in IXP42x serial driver Michael Schwingen
2011-02-04 23:05 ` [U-Boot] [PATCH 04/17] Fix IXP code to work after relocation was added Michael Schwingen
2011-02-04 23:05 ` [U-Boot] [PATCH 05/17] fix "depend" target in npe directory Michael Schwingen
2011-02-04 23:05 ` [U-Boot] [PATCH 06/17] support CONFIG_SYS_LDSCRIPT on ARM Michael Schwingen
2011-02-04 23:05 ` [U-Boot] [PATCH 07/17] use -ffunction-sections / --gc-sections on IXP42x Michael Schwingen
2011-02-04 23:05 ` [U-Boot] [PATCH 08/17] update/fix AcTux1 board Michael Schwingen
2011-02-04 23:05 ` [U-Boot] [PATCH 09/17] update/fix AcTux2 board Michael Schwingen
2011-02-04 23:05 ` [U-Boot] [PATCH 10/17] update/fix AcTux3 board Michael Schwingen
2011-02-04 23:05 ` [U-Boot] [PATCH 11/17] update/fix AcTux4 board Michael Schwingen
2011-02-04 23:05 ` [U-Boot] [PATCH 12/17] IXP NPE: add support for fixed-speed MII ports Michael Schwingen
2011-02-04 23:05 ` [U-Boot] [PATCH 13/17] add dvlhost (dLAN 200 AV Wireless G) board Michael Schwingen
2011-02-04 23:06 ` [U-Boot] [PATCH 14/17] update/fix IXDP425 / IXDPG425 boards Michael Schwingen
2011-02-04 23:06 ` [U-Boot] [PATCH 15/17] update/fix PDNB3 board Michael Schwingen
2011-02-07  9:58   ` Stefan Roese
2011-02-04 23:06 ` [U-Boot] [PATCH 16/17] IXP42x PCI rewrite Michael Schwingen
2011-02-04 23:06 ` [U-Boot] [PATCH 17/17] run arm_pci_init after relocation Michael Schwingen
2011-02-04 23:52 ` [U-Boot] IXP42x patch series version 3 Wolfgang Denk
2011-02-07 20:37   ` Michael Schwingen
2011-02-07 20:54     ` Graeme Russ
2011-02-13 17:03       ` Michael Schwingen
2011-02-13 21:13         ` Graeme Russ
2011-02-13 22:03           ` Wolfgang Denk
2011-02-13 22:18             ` Graeme Russ
2011-02-13 23:38             ` Michael Schwingen
2011-02-14 12:00               ` Albert ARIBAUD
2011-02-15 18:50                 ` Michael Schwingen
2011-02-16 21:59                 ` [U-Boot] IXP42x patch series version 3 - patch summaries Michael Schwingen

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=1296860763-16149-2-git-send-email-michael@schwingen.org \
    --to=michael@schwingen.org \
    --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