All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ls1043ardb: Add missing config entries to MAINTAINERS
@ 2015-11-10 15:41 Fabio Estevam
  2015-11-10 15:44 ` Albert ARIBAUD
  0 siblings, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2015-11-10 15:41 UTC (permalink / raw)
  To: u-boot

ls1043ardb_nand_defconfig and ls1043ardb_sdcard_defconfig are missing
in the MAINTAINERS file, so add them for completeness.

Reported-by: Albert Aribaud <albert.u.boot@aribaud.net>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 board/freescale/ls1043ardb/MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/board/freescale/ls1043ardb/MAINTAINERS b/board/freescale/ls1043ardb/MAINTAINERS
index b8f6be2..efca5bf 100644
--- a/board/freescale/ls1043ardb/MAINTAINERS
+++ b/board/freescale/ls1043ardb/MAINTAINERS
@@ -5,3 +5,5 @@ F:	board/freescale/ls1043ardb/
 F:	board/freescale/ls1043ardb/ls1043ardb.c
 F:	include/configs/ls1043ardb.h
 F:	configs/ls1043ardb_defconfig
+F:	configs/ls1043ardb_nand_defconfig
+F:	configs/ls1043ardb_sdcard_defconfig
-- 
1.9.1

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

* [U-Boot] [PATCH] ls1043ardb: Add missing config entries to MAINTAINERS
  2015-11-10 15:41 [U-Boot] [PATCH] ls1043ardb: Add missing config entries to MAINTAINERS Fabio Estevam
@ 2015-11-10 15:44 ` Albert ARIBAUD
  2015-11-10 16:36   ` York Sun
  0 siblings, 1 reply; 4+ messages in thread
From: Albert ARIBAUD @ 2015-11-10 15:44 UTC (permalink / raw)
  To: u-boot

Hello Fabio,

On Tue, 10 Nov 2015 13:41:03 -0200, Fabio Estevam <fabio.estevam@freescale.com> wrote:
> ls1043ardb_nand_defconfig and ls1043ardb_sdcard_defconfig are missing
> in the MAINTAINERS file, so add them for completeness.
> 
> Reported-by: Albert Aribaud <albert.u.boot@aribaud.net>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  board/freescale/ls1043ardb/MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/board/freescale/ls1043ardb/MAINTAINERS b/board/freescale/ls1043ardb/MAINTAINERS
> index b8f6be2..efca5bf 100644
> --- a/board/freescale/ls1043ardb/MAINTAINERS
> +++ b/board/freescale/ls1043ardb/MAINTAINERS
> @@ -5,3 +5,5 @@ F:	board/freescale/ls1043ardb/
>  F:	board/freescale/ls1043ardb/ls1043ardb.c
>  F:	include/configs/ls1043ardb.h
>  F:	configs/ls1043ardb_defconfig
> +F:	configs/ls1043ardb_nand_defconfig
> +F:	configs/ls1043ardb_sdcard_defconfig
> -- 
> 1.9.1
> 

Reviewed-by: Albert ARIBAUD <albert.u.boot@aribaud.net>

Amicalement,
-- 
Albert.

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

* [U-Boot] [PATCH] ls1043ardb: Add missing config entries to MAINTAINERS
  2015-11-10 15:44 ` Albert ARIBAUD
@ 2015-11-10 16:36   ` York Sun
  2015-11-10 16:59     ` Albert ARIBAUD
  0 siblings, 1 reply; 4+ messages in thread
From: York Sun @ 2015-11-10 16:36 UTC (permalink / raw)
  To: u-boot



On 11/10/2015 07:44 AM, Albert ARIBAUD wrote:
> Hello Fabio,
> 
> On Tue, 10 Nov 2015 13:41:03 -0200, Fabio Estevam <fabio.estevam@freescale.com> wrote:
>> ls1043ardb_nand_defconfig and ls1043ardb_sdcard_defconfig are missing
>> in the MAINTAINERS file, so add them for completeness.
>>
>> Reported-by: Albert Aribaud <albert.u.boot@aribaud.net>
>> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
>> ---
>>  board/freescale/ls1043ardb/MAINTAINERS | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/board/freescale/ls1043ardb/MAINTAINERS b/board/freescale/ls1043ardb/MAINTAINERS
>> index b8f6be2..efca5bf 100644
>> --- a/board/freescale/ls1043ardb/MAINTAINERS
>> +++ b/board/freescale/ls1043ardb/MAINTAINERS
>> @@ -5,3 +5,5 @@ F:	board/freescale/ls1043ardb/
>>  F:	board/freescale/ls1043ardb/ls1043ardb.c
>>  F:	include/configs/ls1043ardb.h
>>  F:	configs/ls1043ardb_defconfig
>> +F:	configs/ls1043ardb_nand_defconfig
>> +F:	configs/ls1043ardb_sdcard_defconfig
>> -- 
>> 1.9.1
>>
> 
> Reviewed-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
> 

Another patch is pending, addressing the same issue
http://patchwork.ozlabs.org/patch/540925/.

Go ahead to merge yours.

York

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

* [U-Boot] [PATCH] ls1043ardb: Add missing config entries to MAINTAINERS
  2015-11-10 16:36   ` York Sun
@ 2015-11-10 16:59     ` Albert ARIBAUD
  0 siblings, 0 replies; 4+ messages in thread
From: Albert ARIBAUD @ 2015-11-10 16:59 UTC (permalink / raw)
  To: u-boot

Hello York,

On Tue, 10 Nov 2015 08:36:17 -0800, York Sun <yorksun@freescale.com>
wrote:
> 
> 
> On 11/10/2015 07:44 AM, Albert ARIBAUD wrote:
> > Hello Fabio,
> > 
> > On Tue, 10 Nov 2015 13:41:03 -0200, Fabio Estevam <fabio.estevam@freescale.com> wrote:
> >> ls1043ardb_nand_defconfig and ls1043ardb_sdcard_defconfig are missing
> >> in the MAINTAINERS file, so add them for completeness.
> >>
> >> Reported-by: Albert Aribaud <albert.u.boot@aribaud.net>
> >> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> >> ---
> >>  board/freescale/ls1043ardb/MAINTAINERS | 2 ++
> >>  1 file changed, 2 insertions(+)
> >>
> >> diff --git a/board/freescale/ls1043ardb/MAINTAINERS b/board/freescale/ls1043ardb/MAINTAINERS
> >> index b8f6be2..efca5bf 100644
> >> --- a/board/freescale/ls1043ardb/MAINTAINERS
> >> +++ b/board/freescale/ls1043ardb/MAINTAINERS
> >> @@ -5,3 +5,5 @@ F:	board/freescale/ls1043ardb/
> >>  F:	board/freescale/ls1043ardb/ls1043ardb.c
> >>  F:	include/configs/ls1043ardb.h
> >>  F:	configs/ls1043ardb_defconfig
> >> +F:	configs/ls1043ardb_nand_defconfig
> >> +F:	configs/ls1043ardb_sdcard_defconfig
> >> -- 
> >> 1.9.1
> >>
> > 
> > Reviewed-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
> > 
> 
> Another patch is pending, addressing the same issue
> http://patchwork.ozlabs.org/patch/540925/.

Oops, sorry.

> Go ahead to merge yours.

Ok.

> York

Amicalement,
-- 
Albert.

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

end of thread, other threads:[~2015-11-10 16:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-10 15:41 [U-Boot] [PATCH] ls1043ardb: Add missing config entries to MAINTAINERS Fabio Estevam
2015-11-10 15:44 ` Albert ARIBAUD
2015-11-10 16:36   ` York Sun
2015-11-10 16:59     ` Albert ARIBAUD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.