On Mon, May 13, 2019 at 09:05:27AM -0700, Joe Perches wrote: > On Mon, 2019-05-13 at 08:35 -0700, Angus Ainslie wrote: > > Hi Joe, > > Hi. > > > On 2019-05-13 08:11, Joe Perches wrote: > > > On Mon, 2019-05-13 at 07:55 -0700, Angus Ainslie (Purism) wrote: > > > > This is for the development kit board for the Librem 5. The current > > > > level > > > > of support yields a working console and is able to boot userspace from > > > > the network or eMMC. > > > [] > > > > diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts > > > > b/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts > > > > new file mode 100644 > > > > > > Perhaps add an entry in the MAINTAINERS file for this > > > .dts file similar to other freescale boards? > > > > The MAINTAINERS files has this entry > > > > ARM/FREESCALE IMX / MXC ARM ARCHITECTURE > > M: Shawn Guo <shawnguo@xxxxxxxxxx> > > M: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> > > R: Pengutronix Kernel Team <kernel@xxxxxxxxxxxxxx> > > R: Fabio Estevam <festevam@xxxxxxxxx> > > R: NXP Linux Team <linux-imx@xxxxxxx> > > L: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx (moderated for non-subscribers) > > S: Maintained > > T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git > > N: imx > > N: mxs > > X: drivers/media/i2c/ > > > > Shouldn't the "N: imx" cover this board already ? > > Yes, it would, but not 'exclusively' by the get_maintainer.pl > script. We moved to 'N' match with commit da8b7f0fb02b ("MAINTAINERS: add all files matching "imx" and "mxs" to the IMX entry"). As long as get_maintainer.pl reports those M/R/L addresses, we are fine, I think. Shawn