public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] MAINTAINERS: add me as a co-maintainer of KIRKWOOD
@ 2015-01-07 23:32 Luka Perkov
  2015-01-08  4:14 ` Prafulla Wadaskar
  2015-01-09 13:34 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Luka Perkov @ 2015-01-07 23:32 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
CC: Prafulla Wadaskar <prafulla@marvell.com>
CC: Wolfgang Denk <wd@denx.de>
---

I'd like to help the U-Boot project as a Kirkwood co-maintainer and assist
Prafulla with the Kirkwood maintenance. I'm maintaining U-Boot in OpenWrt
project for Kirkwood and other platforms and have been sending patches to
U-Boot project. By doing this I hope to shorten the time needed to get Kirkwood
related patches merged in mainline.

 MAINTAINERS    | 1 +
 doc/git-mailrc | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6041936..701ec33 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -97,6 +97,7 @@ F:	arch/arm/include/asm/imx-common/
 
 ARM MARVELL KIRKWOOD
 M:	Prafulla Wadaskar <prafulla@marvell.com>
+M:	Luka Perkov <luka.perkov@sartura.hr>
 S:	Maintained
 T:	git git://git.denx.de/u-boot-marvell.git
 F:	arch/arm/cpu/arm926ejs/kirkwood/
diff --git a/doc/git-mailrc b/doc/git-mailrc
index 6c79a6d..563e3ae 100644
--- a/doc/git-mailrc
+++ b/doc/git-mailrc
@@ -27,6 +27,7 @@ alias jasonjin       Jason Jin <jason.jin@freescale.com>
 alias jhersh         Joe Hershberger <joe.hershberger@gmail.com>
 alias jwrdegoede     Hans de Goede <hdegoede@redhat.com>
 alias kimphill       Kim Phillips <kim.phillips@freescale.com>
+alias luka           Luka Perkov <luka.perkov@sartura.hr>
 alias lukma          Lukasz Majewski <l.majewski@samsung.com>
 alias macpaul        Macpaul Lin <macpaul@andestech.com>
 alias marex          Marek Vasut <marex@denx.de>
@@ -56,7 +57,7 @@ alias arm            uboot, aaribaud
 alias at91           uboot, abiessmann
 alias davinci        ti
 alias imx            uboot, sbabic
-alias kirkwood       uboot, prafulla
+alias kirkwood       uboot, prafulla, luka
 alias omap           ti
 alias pxa            uboot, marex
 alias rmobile        uboot, iwamatsu
-- 
2.2.1

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

* [U-Boot] [PATCH] MAINTAINERS: add me as a co-maintainer of KIRKWOOD
  2015-01-07 23:32 [U-Boot] [PATCH] MAINTAINERS: add me as a co-maintainer of KIRKWOOD Luka Perkov
@ 2015-01-08  4:14 ` Prafulla Wadaskar
  2015-01-08  9:45   ` Stefan Roese
  2015-01-09 13:34 ` [U-Boot] " Tom Rini
  1 sibling, 1 reply; 4+ messages in thread
From: Prafulla Wadaskar @ 2015-01-08  4:14 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Luka Perkov [mailto:luka.perkov at sartura.hr]
> Sent: 08 January 2015 05:02
> To: u-boot at lists.denx.de
> Cc: Luka Perkov; Prafulla Wadaskar; Wolfgang Denk
> Subject: [PATCH] MAINTAINERS: add me as a co-maintainer of KIRKWOOD
> 
> Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
> CC: Prafulla Wadaskar <prafulla@marvell.com>
> CC: Wolfgang Denk <wd@denx.de>
> ---
> 
> I'd like to help the U-Boot project as a Kirkwood co-maintainer and assist
> Prafulla with the Kirkwood maintenance. I'm maintaining U-Boot in OpenWrt
> project for Kirkwood and other platforms and have been sending patches to
> U-Boot project. By doing this I hope to shorten the time needed to get
> Kirkwood related patches merged in mainline.

Hi Luka,
Welcome....... You cooperation will definitely help all of us.

Regards...
Prafulla . . .

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

* [U-Boot] [PATCH] MAINTAINERS: add me as a co-maintainer of KIRKWOOD
  2015-01-08  4:14 ` Prafulla Wadaskar
@ 2015-01-08  9:45   ` Stefan Roese
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Roese @ 2015-01-08  9:45 UTC (permalink / raw)
  To: u-boot

On 08.01.2015 05:14, Prafulla Wadaskar wrote:
>> From: Luka Perkov [mailto:luka.perkov at sartura.hr]
>> Sent: 08 January 2015 05:02
>> To: u-boot at lists.denx.de
>> Cc: Luka Perkov; Prafulla Wadaskar; Wolfgang Denk
>> Subject: [PATCH] MAINTAINERS: add me as a co-maintainer of KIRKWOOD
>>
>> Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
>> CC: Prafulla Wadaskar <prafulla@marvell.com>
>> CC: Wolfgang Denk <wd@denx.de>
>> ---
>>
>> I'd like to help the U-Boot project as a Kirkwood co-maintainer and assist
>> Prafulla with the Kirkwood maintenance. I'm maintaining U-Boot in OpenWrt
>> project for Kirkwood and other platforms and have been sending patches to
>> U-Boot project. By doing this I hope to shorten the time needed to get
>> Kirkwood related patches merged in mainline.
>
> Hi Luka,
> Welcome....... You cooperation will definitely help all of us.

Luka, thanks for stepping up. Really appreciated:

Acked-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

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

* [U-Boot] MAINTAINERS: add me as a co-maintainer of KIRKWOOD
  2015-01-07 23:32 [U-Boot] [PATCH] MAINTAINERS: add me as a co-maintainer of KIRKWOOD Luka Perkov
  2015-01-08  4:14 ` Prafulla Wadaskar
@ 2015-01-09 13:34 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2015-01-09 13:34 UTC (permalink / raw)
  To: u-boot

On Wed, Jan 07, 2015 at 11:32:06PM +0000, Luka Perkov wrote:

> Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
> CC: Prafulla Wadaskar <prafulla@marvell.com>
> CC: Wolfgang Denk <wd@denx.de>
> Acked-by: Stefan Roese <sr@denx.de>

Applied to u-boot/master, thanks!

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

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

end of thread, other threads:[~2015-01-09 13:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-07 23:32 [U-Boot] [PATCH] MAINTAINERS: add me as a co-maintainer of KIRKWOOD Luka Perkov
2015-01-08  4:14 ` Prafulla Wadaskar
2015-01-08  9:45   ` Stefan Roese
2015-01-09 13:34 ` [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