Message ID | 20190513174057.4410-2-angus@akkea.ca (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add support for the Purism Librem5 devkit | expand |
On Mon, May 13, 2019 at 2:41 PM Angus Ainslie (Purism) <angus@akkea.ca> wrote: > > Add an explicit reference to imx* devicetrees > > Signed-off-by: Angus Ainslie (Purism) <angus@akkea.ca> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 7707c28628b9..0871a21a5bbb 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1648,6 +1648,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git > F: arch/arm/boot/dts/ls1021a* > F: arch/arm64/boot/dts/freescale/fsl-* > F: arch/arm64/boot/dts/freescale/qoriq-* > +F: arch/arm64/boot/dts/freescale/imx* No, please put this entry under ARM/FREESCALE IMX / MXC ARM ARCHITECTURE Thanks
On 2019-05-13 11:01, Fabio Estevam wrote: > On Mon, May 13, 2019 at 2:41 PM Angus Ainslie (Purism) <angus@akkea.ca> > wrote: >> >> Add an explicit reference to imx* devicetrees >> >> Signed-off-by: Angus Ainslie (Purism) <angus@akkea.ca> >> --- >> MAINTAINERS | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 7707c28628b9..0871a21a5bbb 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -1648,6 +1648,7 @@ T: git >> git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git >> F: arch/arm/boot/dts/ls1021a* >> F: arch/arm64/boot/dts/freescale/fsl-* >> F: arch/arm64/boot/dts/freescale/qoriq-* >> +F: arch/arm64/boot/dts/freescale/imx* > > No, please put this entry under ARM/FREESCALE IMX / MXC ARM > ARCHITECTURE > I believe order is important. Would you like it before or after the "N:" entries ? Or just as the last entry. > Thanks
On Mon, 2019-05-13 at 11:48 -0700, Angus Ainslie wrote: > On 2019-05-13 11:01, Fabio Estevam wrote: > > On Mon, May 13, 2019 at 2:41 PM Angus Ainslie (Purism) <angus@akkea.ca> > > wrote: > > > Add an explicit reference to imx* devicetrees > > > > > > Signed-off-by: Angus Ainslie (Purism) <angus@akkea.ca> > > > --- > > > MAINTAINERS | 1 + > > > 1 file changed, 1 insertion(+) > > > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > index 7707c28628b9..0871a21a5bbb 100644 > > > --- a/MAINTAINERS > > > +++ b/MAINTAINERS > > > @@ -1648,6 +1648,7 @@ T: git > > > git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git > > > F: arch/arm/boot/dts/ls1021a* > > > F: arch/arm64/boot/dts/freescale/fsl-* > > > F: arch/arm64/boot/dts/freescale/qoriq-* > > > +F: arch/arm64/boot/dts/freescale/imx* > > > > No, please put this entry under ARM/FREESCALE IMX / MXC ARM > > ARCHITECTURE > > > > I believe order is important. Would you like it before or after the "N:" > entries ? Or just as the last entry. Order is not important, but I prefer the N: entries after the X: and F: entries.
diff --git a/MAINTAINERS b/MAINTAINERS index 7707c28628b9..0871a21a5bbb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1648,6 +1648,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git F: arch/arm/boot/dts/ls1021a* F: arch/arm64/boot/dts/freescale/fsl-* F: arch/arm64/boot/dts/freescale/qoriq-* +F: arch/arm64/boot/dts/freescale/imx* ARM/GLOMATION GESBC9312SX MACHINE SUPPORT M: Lennert Buytenhek <kernel@wantstofly.org>
Add an explicit reference to imx* devicetrees Signed-off-by: Angus Ainslie (Purism) <angus@akkea.ca> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)