From c4c2e14102de60806e573c7132dadfd967c76fab Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Fri, 31 Oct 2014 13:57:42 +0100 Subject: [PATCH] MAINTAINERS: CFI flash maintainership only includes the CFI related files 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 Cc: Heiko Schocher Cc: Scott Wood Cc: Masahiro Yamada Cc: Jagan Teki Acked-by: Jagannadha Sutradharudu Teki Acked-by: Heiko Schocher --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 4e2f8a9..c8386ab 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -192,7 +192,8 @@ CFI FLASH M: Stefan Roese 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