* [U-Boot] [PATCH] mx31pdk: Change maintainer
@ 2014-08-12 20:29 Fabio Estevam
2014-08-13 7:28 ` Stefano Babic
2014-08-20 10:15 ` Stefano Babic
0 siblings, 2 replies; 5+ messages in thread
From: Fabio Estevam @ 2014-08-12 20:29 UTC (permalink / raw)
To: u-boot
From: Fabio Estevam <fabio.estevam@freescale.com>
Currently I don't have access to a mx31pdk board.
Magnus was the original maintainer of the board and accepted to take back
this role.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Magnus Lilja <lilja.magnus@gmail.com>
---
Hi Stefano,
I generated this patch against the main's u-boot tree instead of u-boot-imx,
as your tree still does not have the MAINTAINERS inside the board directory, so
I am sending it to Tom.
board/freescale/mx31pdk/MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/freescale/mx31pdk/MAINTAINERS b/board/freescale/mx31pdk/MAINTAINERS
index 2e057db..ec2a320 100644
--- a/board/freescale/mx31pdk/MAINTAINERS
+++ b/board/freescale/mx31pdk/MAINTAINERS
@@ -1,5 +1,5 @@
MX31PDK BOARD
-M: Fabio Estevam <fabio.estevam@freescale.com>
+M: Magnus Lilja <lilja.magnus@gmail.com>
S: Maintained
F: board/freescale/mx31pdk/
F: include/configs/mx31pdk.h
--
1.9.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] mx31pdk: Change maintainer
2014-08-12 20:29 [U-Boot] [PATCH] mx31pdk: Change maintainer Fabio Estevam
@ 2014-08-13 7:28 ` Stefano Babic
2014-08-13 12:20 ` Fabio Estevam
2014-08-20 10:15 ` Stefano Babic
1 sibling, 1 reply; 5+ messages in thread
From: Stefano Babic @ 2014-08-13 7:28 UTC (permalink / raw)
To: u-boot
Hi Fabio,
On 12/08/2014 22:29, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> Currently I don't have access to a mx31pdk board.
>
> Magnus was the original maintainer of the board and accepted to take back
> this role.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> Acked-by: Magnus Lilja <lilja.magnus@gmail.com>
> ---
> Hi Stefano,
>
> I generated this patch against the main's u-boot tree instead of u-boot-imx,
> as your tree still does not have the MAINTAINERS inside the board directory, so
No problem on my side, but I have updated u-boot-imx pulling from
Albert's tree a couple of days ago, when u-boot-arm was sync with mainline.
Your patch applies flawlessly to current u-boot-imx :-)
> I am sending it to Tom.
>
> board/freescale/mx31pdk/MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/board/freescale/mx31pdk/MAINTAINERS b/board/freescale/mx31pdk/MAINTAINERS
> index 2e057db..ec2a320 100644
> --- a/board/freescale/mx31pdk/MAINTAINERS
> +++ b/board/freescale/mx31pdk/MAINTAINERS
> @@ -1,5 +1,5 @@
> MX31PDK BOARD
> -M: Fabio Estevam <fabio.estevam@freescale.com>
> +M: Magnus Lilja <lilja.magnus@gmail.com>
> S: Maintained
> F: board/freescale/mx31pdk/
> F: include/configs/mx31pdk.h
>
Acked-by: Stefano Babic <sbabic@denx.de>
Best regards,
Stefano
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] mx31pdk: Change maintainer
2014-08-13 7:28 ` Stefano Babic
@ 2014-08-13 12:20 ` Fabio Estevam
2014-08-13 12:43 ` Tom Rini
0 siblings, 1 reply; 5+ messages in thread
From: Fabio Estevam @ 2014-08-13 12:20 UTC (permalink / raw)
To: u-boot
Hi Stefano,
On Wed, Aug 13, 2014 at 4:28 AM, Stefano Babic <sbabic@denx.de> wrote:
> Hi Fabio,
>
> On 12/08/2014 22:29, Fabio Estevam wrote:
>> From: Fabio Estevam <fabio.estevam@freescale.com>
>>
>> Currently I don't have access to a mx31pdk board.
>>
>> Magnus was the original maintainer of the board and accepted to take back
>> this role.
>>
>> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
>> Acked-by: Magnus Lilja <lilja.magnus@gmail.com>
>> ---
>> Hi Stefano,
>>
>> I generated this patch against the main's u-boot tree instead of u-boot-imx,
>> as your tree still does not have the MAINTAINERS inside the board directory, so
>
> No problem on my side, but I have updated u-boot-imx pulling from
> Albert's tree a couple of days ago, when u-boot-arm was sync with mainline.
>
> Your patch applies flawlessly to current u-boot-imx :-)
Ok, great! Then maybe this one can go to your tree then.
Thanks,
Fabio Estevam
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] mx31pdk: Change maintainer
2014-08-13 12:20 ` Fabio Estevam
@ 2014-08-13 12:43 ` Tom Rini
0 siblings, 0 replies; 5+ messages in thread
From: Tom Rini @ 2014-08-13 12:43 UTC (permalink / raw)
To: u-boot
On Wed, Aug 13, 2014 at 09:20:40AM -0300, Fabio Estevam wrote:
> Hi Stefano,
>
> On Wed, Aug 13, 2014 at 4:28 AM, Stefano Babic <sbabic@denx.de> wrote:
> > Hi Fabio,
> >
> > On 12/08/2014 22:29, Fabio Estevam wrote:
> >> From: Fabio Estevam <fabio.estevam@freescale.com>
> >>
> >> Currently I don't have access to a mx31pdk board.
> >>
> >> Magnus was the original maintainer of the board and accepted to take back
> >> this role.
> >>
> >> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> >> Acked-by: Magnus Lilja <lilja.magnus@gmail.com>
> >> ---
> >> Hi Stefano,
> >>
> >> I generated this patch against the main's u-boot tree instead of u-boot-imx,
> >> as your tree still does not have the MAINTAINERS inside the board directory, so
> >
> > No problem on my side, but I have updated u-boot-imx pulling from
> > Albert's tree a couple of days ago, when u-boot-arm was sync with mainline.
> >
> > Your patch applies flawlessly to current u-boot-imx :-)
>
> Ok, great! Then maybe this one can go to your tree then.
Works for me, thanks.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140813/69732452/attachment.pgp>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] mx31pdk: Change maintainer
2014-08-12 20:29 [U-Boot] [PATCH] mx31pdk: Change maintainer Fabio Estevam
2014-08-13 7:28 ` Stefano Babic
@ 2014-08-20 10:15 ` Stefano Babic
1 sibling, 0 replies; 5+ messages in thread
From: Stefano Babic @ 2014-08-20 10:15 UTC (permalink / raw)
To: u-boot
Hi Fabio, hi Magnus,
On 12/08/2014 22:29, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> Currently I don't have access to a mx31pdk board.
>
> Magnus was the original maintainer of the board and accepted to take back
> this role.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> Acked-by: Magnus Lilja <lilja.magnus@gmail.com>
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-08-20 10:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-12 20:29 [U-Boot] [PATCH] mx31pdk: Change maintainer Fabio Estevam
2014-08-13 7:28 ` Stefano Babic
2014-08-13 12:20 ` Fabio Estevam
2014-08-13 12:43 ` Tom Rini
2014-08-20 10:15 ` Stefano Babic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox