summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Roese <[email protected]>2014-10-31 13:57:42 +0100
committerTom Rini <[email protected]>2014-11-07 16:27:07 -0500
commitc4c2e14102de60806e573c7132dadfd967c76fab (patch)
tree432714e69154830a489f0ff45c6dc4e88d6dab88
parent176d09827725e82ad3f628f7a33ebbc4e93aa41a (diff)
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 <[email protected]> Cc: Heiko Schocher <[email protected]> Cc: Scott Wood <[email protected]> Cc: Masahiro Yamada <[email protected]> Cc: Jagan Teki <[email protected]> Acked-by: Jagannadha Sutradharudu Teki <[email protected]> Acked-by: Heiko Schocher <[email protected]>
-rw-r--r--MAINTAINERS3
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 4e2f8a9abb4..c8386ab6198 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -192,7 +192,8 @@ CFI FLASH
M: Stefan Roese <[email protected]>
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 <[email protected]>