public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: davinci: Update da8xxevm Maintainers
@ 2017-09-12 20:45 Adam Ford
  2017-09-12 21:05 ` Tom Rini
  2017-09-14  2:14 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 5+ messages in thread
From: Adam Ford @ 2017-09-12 20:45 UTC (permalink / raw)
  To: u-boot

The e-mail addresses for DA8XXEVM BOARD and DA850_AM18XXEVM BOARD
are invalid.

Remove DA8XXEVM.

Update DA850_AM18XXEVM to have me be the maintainer since I work
for Logic PD and have access to OMAP-L138 and AM1808 EVM kits.

Signed-off-by: Adam Ford <aford173@gmail.com>

diff --git a/board/davinci/da8xxevm/MAINTAINERS b/board/davinci/da8xxevm/MAINTAINERS
index f32ce66..99b4786 100644
--- a/board/davinci/da8xxevm/MAINTAINERS
+++ b/board/davinci/da8xxevm/MAINTAINERS
@@ -1,13 +1,7 @@
-DA8XXEVM BOARD
-M:	Nick Thompson <nick.thompson@gefanuc.com>
-S:	Maintained
-F:	board/davinci/da8xxevm/
-F:	include/configs/da830evm.h
-F:	configs/da830evm_defconfig
-
 DA850_AM18XXEVM BOARD
-M:	Sudhakar Rajashekhara <sudhakar.raj@ti.com>
+M:	Adam Ford <aford173@gmail.com>
 S:	Maintained
+F:	board/davinci/da8xxevm/
 F:	include/configs/da850evm.h
 F:	configs/da850_am18xxevm_defconfig
 F:	configs/da850evm_defconfig
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] ARM: davinci: Update da8xxevm Maintainers
  2017-09-12 20:45 [U-Boot] [PATCH] ARM: davinci: Update da8xxevm Maintainers Adam Ford
@ 2017-09-12 21:05 ` Tom Rini
  2017-09-12 21:44   ` Adam Ford
  2017-09-14  2:14 ` [U-Boot] " Tom Rini
  1 sibling, 1 reply; 5+ messages in thread
From: Tom Rini @ 2017-09-12 21:05 UTC (permalink / raw)
  To: u-boot

On Tue, Sep 12, 2017 at 03:45:05PM -0500, Adam Ford wrote:

> The e-mail addresses for DA8XXEVM BOARD and DA850_AM18XXEVM BOARD
> are invalid.
> 
> Remove DA8XXEVM.
> 
> Update DA850_AM18XXEVM to have me be the maintainer since I work
> for Logic PD and have access to OMAP-L138 and AM1808 EVM kits.
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>
> 
> diff --git a/board/davinci/da8xxevm/MAINTAINERS b/board/davinci/da8xxevm/MAINTAINERS
> index f32ce66..99b4786 100644
> --- a/board/davinci/da8xxevm/MAINTAINERS
> +++ b/board/davinci/da8xxevm/MAINTAINERS
> @@ -1,13 +1,7 @@
> -DA8XXEVM BOARD
> -M:	Nick Thompson <nick.thompson@gefanuc.com>
> -S:	Maintained
> -F:	board/davinci/da8xxevm/
> -F:	include/configs/da830evm.h
> -F:	configs/da830evm_defconfig

Please move this to Orphaned and comment out Nick's email, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170912/eb7c4ba0/attachment.sig>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] ARM: davinci: Update da8xxevm Maintainers
  2017-09-12 21:05 ` Tom Rini
@ 2017-09-12 21:44   ` Adam Ford
  2017-09-12 21:45     ` Tom Rini
  0 siblings, 1 reply; 5+ messages in thread
From: Adam Ford @ 2017-09-12 21:44 UTC (permalink / raw)
  To: u-boot

On Tue, Sep 12, 2017 at 4:05 PM, Tom Rini <trini@konsulko.com> wrote:
> On Tue, Sep 12, 2017 at 03:45:05PM -0500, Adam Ford wrote:
>
>> The e-mail addresses for DA8XXEVM BOARD and DA850_AM18XXEVM BOARD
>> are invalid.
>>
>> Remove DA8XXEVM.
>>
>> Update DA850_AM18XXEVM to have me be the maintainer since I work
>> for Logic PD and have access to OMAP-L138 and AM1808 EVM kits.
>>
>> Signed-off-by: Adam Ford <aford173@gmail.com>
>>
>> diff --git a/board/davinci/da8xxevm/MAINTAINERS b/board/davinci/da8xxevm/MAINTAINERS
>> index f32ce66..99b4786 100644
>> --- a/board/davinci/da8xxevm/MAINTAINERS
>> +++ b/board/davinci/da8xxevm/MAINTAINERS
>> @@ -1,13 +1,7 @@
>> -DA8XXEVM BOARD
>> -M:   Nick Thompson <nick.thompson@gefanuc.com>
>> -S:   Maintained
>> -F:   board/davinci/da8xxevm/
>> -F:   include/configs/da830evm.h
>> -F:   configs/da830evm_defconfig
>
> Please move this to Orphaned and comment out Nick's email, thanks!

I thought Orphaned meant files that existed but had to maintainer.
Since neither the da830evm.h nor the da830evm_defconfig file exist, I
removed any references to them.
Do you still need to marked as Orphaned even though they don't exist?

adam


>
> --
> Tom

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] ARM: davinci: Update da8xxevm Maintainers
  2017-09-12 21:44   ` Adam Ford
@ 2017-09-12 21:45     ` Tom Rini
  0 siblings, 0 replies; 5+ messages in thread
From: Tom Rini @ 2017-09-12 21:45 UTC (permalink / raw)
  To: u-boot

On Tue, Sep 12, 2017 at 04:44:05PM -0500, Adam Ford wrote:
> On Tue, Sep 12, 2017 at 4:05 PM, Tom Rini <trini@konsulko.com> wrote:
> > On Tue, Sep 12, 2017 at 03:45:05PM -0500, Adam Ford wrote:
> >
> >> The e-mail addresses for DA8XXEVM BOARD and DA850_AM18XXEVM BOARD
> >> are invalid.
> >>
> >> Remove DA8XXEVM.
> >>
> >> Update DA850_AM18XXEVM to have me be the maintainer since I work
> >> for Logic PD and have access to OMAP-L138 and AM1808 EVM kits.
> >>
> >> Signed-off-by: Adam Ford <aford173@gmail.com>
> >>
> >> diff --git a/board/davinci/da8xxevm/MAINTAINERS b/board/davinci/da8xxevm/MAINTAINERS
> >> index f32ce66..99b4786 100644
> >> --- a/board/davinci/da8xxevm/MAINTAINERS
> >> +++ b/board/davinci/da8xxevm/MAINTAINERS
> >> @@ -1,13 +1,7 @@
> >> -DA8XXEVM BOARD
> >> -M:   Nick Thompson <nick.thompson@gefanuc.com>
> >> -S:   Maintained
> >> -F:   board/davinci/da8xxevm/
> >> -F:   include/configs/da830evm.h
> >> -F:   configs/da830evm_defconfig
> >
> > Please move this to Orphaned and comment out Nick's email, thanks!
> 
> I thought Orphaned meant files that existed but had to maintainer.
> Since neither the da830evm.h nor the da830evm_defconfig file exist, I
> removed any references to them.
> Do you still need to marked as Orphaned even though they don't exist?

Oh, ha.  Nevermind then.

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170912/226db650/attachment.sig>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] ARM: davinci: Update da8xxevm Maintainers
  2017-09-12 20:45 [U-Boot] [PATCH] ARM: davinci: Update da8xxevm Maintainers Adam Ford
  2017-09-12 21:05 ` Tom Rini
@ 2017-09-14  2:14 ` Tom Rini
  1 sibling, 0 replies; 5+ messages in thread
From: Tom Rini @ 2017-09-14  2:14 UTC (permalink / raw)
  To: u-boot

On Tue, Sep 12, 2017 at 03:45:05PM -0500, Adam Ford wrote:

> The e-mail addresses for DA8XXEVM BOARD and DA850_AM18XXEVM BOARD
> are invalid.
> 
> Remove DA8XXEVM.
> 
> Update DA850_AM18XXEVM to have me be the maintainer since I work
> for Logic PD and have access to OMAP-L138 and AM1808 EVM kits.
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>
> 
> diff --git a/board/davinci/da8xxevm/MAINTAINERS b/board/davinci/da8xxevm/MAINTAINERS
> index f32ce66..99b4786 100644

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170913/15217758/attachment.sig>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-09-14  2:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-12 20:45 [U-Boot] [PATCH] ARM: davinci: Update da8xxevm Maintainers Adam Ford
2017-09-12 21:05 ` Tom Rini
2017-09-12 21:44   ` Adam Ford
2017-09-12 21:45     ` Tom Rini
2017-09-14  2:14 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox