diff mbox series

[v2] MAINTAINERS: add all files matching "imx" and "mxs" to the IMX entry

Message ID 20190107195908.3298-1-u.kleine-koenig@pengutronix.de (mailing list archive)
State Mainlined, archived
Commit da8b7f0fb02b8d9259f0152745c975de812cbfcd
Headers show
Series [v2] MAINTAINERS: add all files matching "imx" and "mxs" to the IMX entry | expand

Commit Message

Uwe Kleine-König Jan. 7, 2019, 7:59 p.m. UTC
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 <u.kleine-koenig@pengutronix.de>
---
Hello,

Shawn requested for the (implicit) v1 to resend on top of 4.21-rc1.
Well, there is no 4.21-rc1, but I think 5.0-rc1 is just as good :-)

New since this v1 is the exclusion of drivers/media/i2c/ pointed out to
be necessary by Robert Schwebel.

Best regards
Uwe

 MAINTAINERS | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

Comments

Shawn Guo Jan. 13, 2019, 3:53 a.m. UTC | #1
On Mon, Jan 07, 2019 at 08:59:08PM +0100, Uwe Kleine-König wrote:
> 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 <u.kleine-koenig@pengutronix.de>

Applied, thanks.
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 32d444476a90..e37158388677 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1536,16 +1536,9 @@  R:	NXP Linux Team <linux-imx@nxp.com>
 L:	linux-arm-kernel@lists.infradead.org (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 <shawnguo@kernel.org>