diff options
author | Uwe Kleine-König <[email protected]> | 2019-01-07 20:59:08 +0100 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2019-01-13 11:52:45 +0800 |
commit | da8b7f0fb02b8d9259f0152745c975de812cbfcd (patch) | |
tree | fcd8e30121075c709a2397a5c7d678188653ffa4 | |
parent | bfeffd155283772bbe78c6a05dec7c0128ee500c (diff) |
MAINTAINERS: add all files matching "imx" and "mxs" to the IMX entry
This way also the spi, i2c and other drivers are covered. There are some
x86 specific chips in media/i2c that include imx in their name which
don't have anything to do with the NXP platforms and so are explicitly
excluded.
Signed-off-by: Uwe Kleine-König <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | MAINTAINERS | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 32d444476a90..e37158388677 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1536,16 +1536,9 @@ R: NXP Linux Team <[email protected]> L: [email protected] (moderated for non-subscribers) S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git -F: arch/arm/mach-imx/ -F: arch/arm/mach-mxs/ -F: arch/arm/boot/dts/imx* -F: arch/arm/configs/imx*_defconfig -F: arch/arm64/boot/dts/freescale/imx* -F: drivers/clk/imx/ -F: drivers/firmware/imx/ -F: drivers/soc/imx/ -F: include/linux/firmware/imx/ -F: include/soc/imx/ +N: imx +N: mxs +X: drivers/media/i2c/ ARM/FREESCALE VYBRID ARM ARCHITECTURE M: Shawn Guo <[email protected]> |