Re: [U-Boot-Users] [PATCH v2] Remove [EMAIL PROTECTED] from MAINTAINERS

2008-07-13 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote:
 Mail to [EMAIL PROTECTED] bounces because the user doesn't exist
 anymore. You can't be a maintainer without a valid e-mail address, so
 move all boards that used to be maintained by Kyle Harris to the
 orphaned list.
 
 Currently, only PowerPC has a list of orphaned boards, so this patch
 creates one for ARM as well.
 
 Signed-off-by: Haavard Skinnemoen [EMAIL PROTECTED]
 ---
 On Sun, 06 Jul 2008 00:32:01 +0200 Wolfgang Denk [EMAIL PROTECTED] wrote:
  ... don't jusst delete the orphaned boards, but add them to the
  Unknown / orphaned list.
 
 I created a new Unknown/orphaned list for ARM since the existing one
 was located in the PowerPC section and only had PowerPC boards on it.
 Is that ok?
 
  MAINTAINERS |   14 --
  1 files changed, 8 insertions(+), 6 deletions(-)

Applied. Thanks.

I will send an additional patch top add the last known maintainer
column as discussed.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
Alliance: In international politics, the union  of  two  thieves  who
have  their hands so deeply inserted in each other's pocket that they
cannot separately plunder a third.   - Ambrose Bierce

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users


[U-Boot-Users] [PATCH v2] Remove [EMAIL PROTECTED] from MAINTAINERS

2008-07-10 Thread Haavard Skinnemoen
Mail to [EMAIL PROTECTED] bounces because the user doesn't exist
anymore. You can't be a maintainer without a valid e-mail address, so
move all boards that used to be maintained by Kyle Harris to the
orphaned list.

Currently, only PowerPC has a list of orphaned boards, so this patch
creates one for ARM as well.

Signed-off-by: Haavard Skinnemoen [EMAIL PROTECTED]
---
On Sun, 06 Jul 2008 00:32:01 +0200 Wolfgang Denk [EMAIL PROTECTED] wrote:
 ... don't jusst delete the orphaned boards, but add them to the
 Unknown / orphaned list.

I created a new Unknown/orphaned list for ARM since the existing one
was located in the PowerPC section and only had PowerPC boards on it.
Is that ok?

 MAINTAINERS |   14 --
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a3d70b1..6065e42 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -492,12 +492,6 @@ Kshitij Gupta [EMAIL PROTECTED]
omap1510inn ARM925T
omap1610inn ARM926EJS
 
-Kyle Harris [EMAIL PROTECTED]
-
-   lubbock xscale
-   cradle  xscale
-   ixdp425 xscale
-
 Gary Jennejohn [EMAIL PROTECTED]
 
smdk2400ARM920T
@@ -591,6 +585,14 @@ Michael Schwingen [EMAIL PROTECTED]
actux3  xscale
actux4  xscale
 
+-
+
+Unknown / orphaned boards:
+
+   cradle  xscale
+   ixdp425 xscale
+   lubbock xscale
+
 #
 # x86 Systems: #
 #  #
-- 
1.5.4.3


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users


Re: [U-Boot-Users] [PATCH v2] Remove [EMAIL PROTECTED] from MAINTAINERS

2008-07-10 Thread Jerry Van Baren
Haavard Skinnemoen wrote:
 Mail to [EMAIL PROTECTED] bounces because the user doesn't exist
 anymore. You can't be a maintainer without a valid e-mail address, so
 move all boards that used to be maintained by Kyle Harris to the
 orphaned list.
 
 Currently, only PowerPC has a list of orphaned boards, so this patch
 creates one for ARM as well.
 
 Signed-off-by: Haavard Skinnemoen [EMAIL PROTECTED]
 ---
 On Sun, 06 Jul 2008 00:32:01 +0200 Wolfgang Denk [EMAIL PROTECTED] wrote:
 ... don't jusst delete the orphaned boards, but add them to the
 Unknown / orphaned list.
 
 I created a new Unknown/orphaned list for ARM since the existing one
 was located in the PowerPC section and only had PowerPC boards on it.
 Is that ok?
 
  MAINTAINERS |   14 --
  1 files changed, 8 insertions(+), 6 deletions(-)
 
 diff --git a/MAINTAINERS b/MAINTAINERS
 index a3d70b1..6065e42 100644
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
 @@ -492,12 +492,6 @@ Kshitij Gupta [EMAIL PROTECTED]
   omap1510inn ARM925T
   omap1610inn ARM926EJS
  
 -Kyle Harris [EMAIL PROTECTED]
 -
 - lubbock xscale
 - cradle  xscale
 - ixdp425 xscale
 -
  Gary Jennejohn [EMAIL PROTECTED]
  
   smdk2400ARM920T
 @@ -591,6 +585,14 @@ Michael Schwingen [EMAIL PROTECTED]
   actux3  xscale
   actux4  xscale
  
 +-
 +
 +Unknown / orphaned boards:
 +
 + cradle  xscale
 + ixdp425 xscale
 + lubbock xscale
 +
  #
  # x86 Systems:   
 #
  ##

Would it be reasonable to add an optional tag last known maintainer 
for orphaned boards so someone can chase it without pawing through git 
history?  E.g.:

+-
+
+Unknown / orphaned boards:
+
+Last known maintainer: Kyle Harris [EMAIL PROTECTED]
+   cradle  xscale  
+   ixdp425 xscale  
+   lubbock xscale  
+

Best regards,
gvb

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users


Re: [U-Boot-Users] [PATCH v2] Remove [EMAIL PROTECTED] from MAINTAINERS

2008-07-10 Thread Jean-Christophe PLAGNIOL-VILLARD
On 07:35 Thu 10 Jul , Jerry Van Baren wrote:
  +
  +Unknown / orphaned boards:
  +
  +   cradle  xscale
  +   ixdp425 xscale
  +   lubbock xscale
  +
   #
   # x86 Systems: 
  #
   #  #
 
 Would it be reasonable to add an optional tag last known maintainer 
 for orphaned boards so someone can chase it without pawing through git 
 history?  E.g.:
 
 +-
 +
 +Unknown / orphaned boards:
 +
 +Last known maintainer: Kyle Harris [EMAIL PROTECTED]
 + cradle  xscale  
 + ixdp425 xscale  
 + lubbock xscale  
 +
 
Good idea

Best Regards,
J.

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users