public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mx6ullevk: Add missing MAINTAINERS for mx6ull_14x14_evk_plugin_defconfig
@ 2017-01-05 14:32 Jagan Teki
  2017-01-06  1:54 ` Peng Fan
  2017-01-09 13:27 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Jagan Teki @ 2017-01-05 14:32 UTC (permalink / raw)
  To: u-boot

Add 'Peng Fan' as MAINTAINERS of configs/mx6ull_14x14_evk_plugin_defconfig
which is missing in below commit
"imx: mx6ull_14x14_evk: add plugin defconfig"
(sha1: b90ebf49bb8f74afe68f696f59a0e24cc79f2031)

Cc: Stefano Babic <sbabic@denx.de>
Cc: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Jagan Teki <jagan@openedev.com>
---
 board/freescale/mx6ullevk/MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/freescale/mx6ullevk/MAINTAINERS b/board/freescale/mx6ullevk/MAINTAINERS
index 4137674..73031cd 100644
--- a/board/freescale/mx6ullevk/MAINTAINERS
+++ b/board/freescale/mx6ullevk/MAINTAINERS
@@ -4,3 +4,4 @@ S:	Maintained
 F:	board/freescale/mx6ullevk/
 F:	include/configs/mx6ullevk.h
 F:	configs/mx6ull_14x14_evk_defconfig
+F:	configs/mx6ull_14x14_evk_plugin_defconfig
-- 
1.9.1

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

* [U-Boot] [PATCH] mx6ullevk: Add missing MAINTAINERS for mx6ull_14x14_evk_plugin_defconfig
  2017-01-05 14:32 [U-Boot] [PATCH] mx6ullevk: Add missing MAINTAINERS for mx6ull_14x14_evk_plugin_defconfig Jagan Teki
@ 2017-01-06  1:54 ` Peng Fan
  2017-01-09 13:27 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Peng Fan @ 2017-01-06  1:54 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Jagan Teki [mailto:jagan at openedev.com]
> Sent: Thursday, January 05, 2017 10:33 PM
> To: trini at konsulko.com
> Cc: u-boot at lists.denx.de; Jagan Teki <jagan@openedev.com>; Stefano Babic
> <sbabic@denx.de>; Peng Fan <peng.fan@nxp.com>
> Subject: [PATCH] mx6ullevk: Add missing MAINTAINERS for
> mx6ull_14x14_evk_plugin_defconfig
> 
> Add 'Peng Fan' as MAINTAINERS of
> configs/mx6ull_14x14_evk_plugin_defconfig
> which is missing in below commit
> "imx: mx6ull_14x14_evk: add plugin defconfig"
> (sha1: b90ebf49bb8f74afe68f696f59a0e24cc79f2031)
> 
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Peng Fan <peng.fan@nxp.com>
> Signed-off-by: Jagan Teki <jagan@openedev.com>

Reviewed-by: Peng Fan <peng.fan@nxp.com>

Thanks,
Peng.

> ---
>  board/freescale/mx6ullevk/MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/board/freescale/mx6ullevk/MAINTAINERS
> b/board/freescale/mx6ullevk/MAINTAINERS
> index 4137674..73031cd 100644
> --- a/board/freescale/mx6ullevk/MAINTAINERS
> +++ b/board/freescale/mx6ullevk/MAINTAINERS
> @@ -4,3 +4,4 @@ S:	Maintained
>  F:	board/freescale/mx6ullevk/
>  F:	include/configs/mx6ullevk.h
>  F:	configs/mx6ull_14x14_evk_defconfig
> +F:	configs/mx6ull_14x14_evk_plugin_defconfig
> --
> 1.9.1

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

* [U-Boot] [PATCH] mx6ullevk: Add missing MAINTAINERS for mx6ull_14x14_evk_plugin_defconfig
  2017-01-05 14:32 [U-Boot] [PATCH] mx6ullevk: Add missing MAINTAINERS for mx6ull_14x14_evk_plugin_defconfig Jagan Teki
  2017-01-06  1:54 ` Peng Fan
@ 2017-01-09 13:27 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2017-01-09 13:27 UTC (permalink / raw)
  To: u-boot

On Thu, Jan 05, 2017 at 03:32:50PM +0100, Jagan Teki wrote:

> Add 'Peng Fan' as MAINTAINERS of configs/mx6ull_14x14_evk_plugin_defconfig
> which is missing in below commit
> "imx: mx6ull_14x14_evk: add plugin defconfig"
> (sha1: b90ebf49bb8f74afe68f696f59a0e24cc79f2031)
> 
> Cc: Stefano Babic <sbabic@denx.de>
> Reviewed-by: Peng Fan <peng.fan@nxp.com>
> Signed-off-by: Jagan Teki <jagan@openedev.com>

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/20170109/59bcdb83/attachment.sig>

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-05 14:32 [U-Boot] [PATCH] mx6ullevk: Add missing MAINTAINERS for mx6ull_14x14_evk_plugin_defconfig Jagan Teki
2017-01-06  1:54 ` Peng Fan
2017-01-09 13:27 ` Tom Rini

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