* [U-Boot] [PATCH] MAINTAINERS: CFI flash maintainership only includes the CFI related files
@ 2014-10-31 12:57 Stefan Roese
2014-10-31 14:01 ` Jagan Teki
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Stefan Roese @ 2014-10-31 12:57 UTC (permalink / raw)
To: u-boot
All the other files in drivers/mtd/* are not really CFI related. So lets
only include the files that are CFI specific.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Heiko Schocher <hs@denx.de>
Cc: Scott Wood <scottwood@freescale.com>
Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Jagan Teki <jagannadh.teki@gmail.com>
---
MAINTAINERS | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index fd346c9..15b4e91 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -192,7 +192,8 @@ CFI FLASH
M: Stefan Roese <sr@denx.de>
S: Maintained
T: git git://git.denx.de/u-boot-cfi-flash.git
-F: drivers/mtd/*
+F: drivers/mtd/cfi_flash.c
+F: drivers/mtd/jedec_flash.c
COLDFIRE
M: Jason Jin <jason.jin@freescale.com>
--
2.1.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] MAINTAINERS: CFI flash maintainership only includes the CFI related files
2014-10-31 12:57 [U-Boot] [PATCH] MAINTAINERS: CFI flash maintainership only includes the CFI related files Stefan Roese
@ 2014-10-31 14:01 ` Jagan Teki
2014-11-05 6:46 ` Heiko Schocher
2014-11-10 21:27 ` [U-Boot] " Tom Rini
2 siblings, 0 replies; 4+ messages in thread
From: Jagan Teki @ 2014-10-31 14:01 UTC (permalink / raw)
To: u-boot
On 31 October 2014 18:27, Stefan Roese <sr@denx.de> wrote:
> All the other files in drivers/mtd/* are not really CFI related. So lets
> only include the files that are CFI specific.
>
> Signed-off-by: Stefan Roese <sr@denx.de>
> Cc: Heiko Schocher <hs@denx.de>
> Cc: Scott Wood <scottwood@freescale.com>
> Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Jagan Teki <jagannadh.teki@gmail.com>
> ---
> MAINTAINERS | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fd346c9..15b4e91 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -192,7 +192,8 @@ CFI FLASH
> M: Stefan Roese <sr@denx.de>
> S: Maintained
> T: git git://git.denx.de/u-boot-cfi-flash.git
> -F: drivers/mtd/*
> +F: drivers/mtd/cfi_flash.c
> +F: drivers/mtd/jedec_flash.c
>
> COLDFIRE
> M: Jason Jin <jason.jin@freescale.com>
> --
> 2.1.3
>
Better to add include files as well - If you maintain any.
Acked-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
thanks!
--
Jagan.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] MAINTAINERS: CFI flash maintainership only includes the CFI related files
2014-10-31 12:57 [U-Boot] [PATCH] MAINTAINERS: CFI flash maintainership only includes the CFI related files Stefan Roese
2014-10-31 14:01 ` Jagan Teki
@ 2014-11-05 6:46 ` Heiko Schocher
2014-11-10 21:27 ` [U-Boot] " Tom Rini
2 siblings, 0 replies; 4+ messages in thread
From: Heiko Schocher @ 2014-11-05 6:46 UTC (permalink / raw)
To: u-boot
Hello Stefan,
Am 31.10.2014 13:57, schrieb Stefan Roese:
> All the other files in drivers/mtd/* are not really CFI related. So lets
> only include the files that are CFI specific.
>
> Signed-off-by: Stefan Roese<sr@denx.de>
> Cc: Heiko Schocher<hs@denx.de>
> Cc: Scott Wood<scottwood@freescale.com>
> Cc: Masahiro Yamada<yamada.m@jp.panasonic.com>
> Cc: Jagan Teki<jagannadh.teki@gmail.com>
> ---
> MAINTAINERS | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Thanks for updating!
Acked-by: Heiko Schocher <hs@denx.de>
bye,
Heiko
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] MAINTAINERS: CFI flash maintainership only includes the CFI related files
2014-10-31 12:57 [U-Boot] [PATCH] MAINTAINERS: CFI flash maintainership only includes the CFI related files Stefan Roese
2014-10-31 14:01 ` Jagan Teki
2014-11-05 6:46 ` Heiko Schocher
@ 2014-11-10 21:27 ` Tom Rini
2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2014-11-10 21:27 UTC (permalink / raw)
To: u-boot
On Fri, Oct 31, 2014 at 01:57:42PM +0100, Stefan Roese wrote:
> All the other files in drivers/mtd/* are not really CFI related. So lets
> only include the files that are CFI specific.
>
> Signed-off-by: Stefan Roese <sr@denx.de>
> Cc: Heiko Schocher <hs@denx.de>
> Cc: Scott Wood <scottwood@freescale.com>
> Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Jagan Teki <jagannadh.teki@gmail.com>
> Acked-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
> Acked-by: Heiko Schocher <hs@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/20141110/a5724d1d/attachment-0001.pgp>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-11-10 21:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-31 12:57 [U-Boot] [PATCH] MAINTAINERS: CFI flash maintainership only includes the CFI related files Stefan Roese
2014-10-31 14:01 ` Jagan Teki
2014-11-05 6:46 ` Heiko Schocher
2014-11-10 21:27 ` [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