public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] omap4: update maintainer for omap4 boards
@ 2011-09-22 14:13 Aneesh V
  2011-09-22 15:06 ` Steve Sakoman
  2011-09-23 11:06 ` [U-Boot] [PATCH v2] " Aneesh V
  0 siblings, 2 replies; 5+ messages in thread
From: Aneesh V @ 2011-09-22 14:13 UTC (permalink / raw)
  To: u-boot

Steve wants to transfer maintainership of OMAP4 boards
to me as he is not working on these boards lately.

CC: Steve Sakoman <steve@sakoman.com>
CC: Sandeep Paulraj <s-paulraj@ti.com>
CC: Albert Aribaud <albert.u.boot@aribaud.net>
CC: Wolfgang Denk <wd@denx.de>
Signed-off-by: Aneesh V <aneesh@ti.com>
---
 MAINTAINERS |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2f60a60..bee8699 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -798,6 +798,9 @@ Nomadik Linux Team <STN_WMM_nomadik_linux@list.st.com>
 Steve Sakoman <sakoman@gmail.com>
 
 	omap3_overo	ARM ARMV7 (OMAP3xx SoC)
+
+Aneesh V <aneesh@ti.com>
+
 	omap4_panda	ARM ARMV7 (OMAP4xx SoC)
 	omap4_sdp4430	ARM ARMV7 (OMAP4xx SoC)
 
-- 
1.7.0.4

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

* [U-Boot] [PATCH] omap4: update maintainer for omap4 boards
  2011-09-22 14:13 [U-Boot] [PATCH] omap4: update maintainer for omap4 boards Aneesh V
@ 2011-09-22 15:06 ` Steve Sakoman
  2011-09-23 10:55   ` Aneesh V
  2011-09-23 11:06 ` [U-Boot] [PATCH v2] " Aneesh V
  1 sibling, 1 reply; 5+ messages in thread
From: Steve Sakoman @ 2011-09-22 15:06 UTC (permalink / raw)
  To: u-boot

On Thu, Sep 22, 2011 at 7:13 AM, Aneesh V <aneesh@ti.com> wrote:
> Steve wants to transfer maintainership of OMAP4 boards
> to me as he is not working on these boards lately.
>
> CC: Steve Sakoman <steve@sakoman.com>
> CC: Sandeep Paulraj <s-paulraj@ti.com>
> CC: Albert Aribaud <albert.u.boot@aribaud.net>
> CC: Wolfgang Denk <wd@denx.de>
> Signed-off-by: Aneesh V <aneesh@ti.com>
> ---
> ?MAINTAINERS | ? ?3 +++
> ?1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2f60a60..bee8699 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -798,6 +798,9 @@ Nomadik Linux Team <STN_WMM_nomadik_linux@list.st.com>
> ?Steve Sakoman <sakoman@gmail.com>
>
> ? ? ? ?omap3_overo ? ? ARM ARMV7 (OMAP3xx SoC)
> +
> +Aneesh V <aneesh@ti.com>
> +
> ? ? ? ?omap4_panda ? ? ARM ARMV7 (OMAP4xx SoC)
> ? ? ? ?omap4_sdp4430 ? ARM ARMV7 (OMAP4xx SoC)

Of course you have my ack for this, but I suspect that Wolfgang will
want you to modify the patch to preserve alphabetical ordering of
names.

Steve

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

* [U-Boot] [PATCH] omap4: update maintainer for omap4 boards
  2011-09-22 15:06 ` Steve Sakoman
@ 2011-09-23 10:55   ` Aneesh V
  0 siblings, 0 replies; 5+ messages in thread
From: Aneesh V @ 2011-09-23 10:55 UTC (permalink / raw)
  To: u-boot

Hi Steve,

On Thursday 22 September 2011 08:36 PM, Steve Sakoman wrote:
> On Thu, Sep 22, 2011 at 7:13 AM, Aneesh V<aneesh@ti.com>  wrote:
>> Steve wants to transfer maintainership of OMAP4 boards
>> to me as he is not working on these boards lately.
>>
>> CC: Steve Sakoman<steve@sakoman.com>
>> CC: Sandeep Paulraj<s-paulraj@ti.com>
>> CC: Albert Aribaud<albert.u.boot@aribaud.net>
>> CC: Wolfgang Denk<wd@denx.de>
>> Signed-off-by: Aneesh V<aneesh@ti.com>
>> ---
>>   MAINTAINERS |    3 +++
>>   1 files changed, 3 insertions(+), 0 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 2f60a60..bee8699 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -798,6 +798,9 @@ Nomadik Linux Team<STN_WMM_nomadik_linux@list.st.com>
>>   Steve Sakoman<sakoman@gmail.com>
>>
>>         omap3_overo     ARM ARMV7 (OMAP3xx SoC)
>> +
>> +Aneesh V<aneesh@ti.com>
>> +
>>         omap4_panda     ARM ARMV7 (OMAP4xx SoC)
>>         omap4_sdp4430   ARM ARMV7 (OMAP4xx SoC)
>
> Of course you have my ack for this, but I suspect that Wolfgang will
> want you to modify the patch to preserve alphabetical ordering of
> names.

I wanted to do this but didn't find any ordering in the way the names
were put. On a second look now, I realize that it is based on the last
name. I will make a V2 to correct this.

br,
Aneesh

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

* [U-Boot] [PATCH v2] omap4: update maintainer for omap4 boards
  2011-09-22 14:13 [U-Boot] [PATCH] omap4: update maintainer for omap4 boards Aneesh V
  2011-09-22 15:06 ` Steve Sakoman
@ 2011-09-23 11:06 ` Aneesh V
  2011-09-23 17:15   ` Paulraj, Sandeep
  1 sibling, 1 reply; 5+ messages in thread
From: Aneesh V @ 2011-09-23 11:06 UTC (permalink / raw)
  To: u-boot

Steve wants to transfer maintainership of OMAP4 boards
to me as he is not working on these boards lately.

CC: Steve Sakoman <steve@sakoman.com>
CC: Sandeep Paulraj <s-paulraj@ti.com>
CC: Albert Aribaud <albert.u.boot@aribaud.net>
CC: Wolfgang Denk <wd@denx.de>
Signed-off-by: Aneesh V <aneesh@ti.com>
---
V2:
* Re-arranged by alphabetical order of names
---
 MAINTAINERS |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2f60a60..575ee09 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -798,8 +798,6 @@ Nomadik Linux Team <STN_WMM_nomadik_linux@list.st.com>
 Steve Sakoman <sakoman@gmail.com>
 
 	omap3_overo	ARM ARMV7 (OMAP3xx SoC)
-	omap4_panda	ARM ARMV7 (OMAP4xx SoC)
-	omap4_sdp4430	ARM ARMV7 (OMAP4xx SoC)
 
 Jens Scharsig <esw@bus-elektronik.de>
 
@@ -839,6 +837,11 @@ Greg Ungerer <greg.ungerer@opengear.com>
 	cm4116		ks8695p
 	cm4148		ks8695p
 
+Aneesh V <aneesh@ti.com>
+
+	omap4_panda	ARM ARMV7 (OMAP4xx SoC)
+	omap4_sdp4430	ARM ARMV7 (OMAP4xx SoC)
+
 Marek Vasut <marek.vasut@gmail.com>
 
 	balloon3	xscale/pxa
-- 
1.7.0.4

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

* [U-Boot] [PATCH v2] omap4: update maintainer for omap4 boards
  2011-09-23 11:06 ` [U-Boot] [PATCH v2] " Aneesh V
@ 2011-09-23 17:15   ` Paulraj, Sandeep
  0 siblings, 0 replies; 5+ messages in thread
From: Paulraj, Sandeep @ 2011-09-23 17:15 UTC (permalink / raw)
  To: u-boot


> 
> Steve wants to transfer maintainership of OMAP4 boards
> to me as he is not working on these boards lately.
> 
> CC: Steve Sakoman <steve@sakoman.com>
> CC: Sandeep Paulraj <s-paulraj@ti.com>
> CC: Albert Aribaud <albert.u.boot@aribaud.net>
> CC: Wolfgang Denk <wd@denx.de>
> Signed-off-by: Aneesh V <aneesh@ti.com>
> ---
> V2:
> * Re-arranged by alphabetical order of names
> ---

Pushed to u-boot-ti/next

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

end of thread, other threads:[~2011-09-23 17:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-22 14:13 [U-Boot] [PATCH] omap4: update maintainer for omap4 boards Aneesh V
2011-09-22 15:06 ` Steve Sakoman
2011-09-23 10:55   ` Aneesh V
2011-09-23 11:06 ` [U-Boot] [PATCH v2] " Aneesh V
2011-09-23 17:15   ` Paulraj, Sandeep

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