Message ID | 20191031142112.12431-12-frieder.schrempf@kontron.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add support for more Kontron i.MX6UL/ULL SoMs and boards | expand |
On Thu, Oct 31, 2019 at 02:24:34PM +0000, Schrempf Frieder wrote: > From: Frieder Schrempf <frieder.schrempf@kontron.de> > > Kontron Electronics GmbH produces several ARM boards, that are > planned to be upstreamed eventually. For now we have some > i.MX6UL/ULL based SoMs and boards, that are already available > in the kernel. > > Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de> We usually do not need MAINTAINERS entry for individual DTS files. Shawn > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 296de2b51c83..a461d31ee98d 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -9103,6 +9103,12 @@ F: include/linux/kmod.h > F: lib/test_kmod.c > F: tools/testing/selftests/kmod/ > > +KONTRON ELECTRONICS ARM BOARDS SUPPORT > +M: Frieder Schrempf <frieder.schrempf@kontron.de> > +S: Maintained > +F: arch/arm/boot/dts/imx6ul-kontron-* > +F: arch/arm/boot/dts/imx6ull-kontron-* > + > KPROBES > M: Naveen N. Rao <naveen.n.rao@linux.ibm.com> > M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> > -- > 2.17.1
On 04.11.19 08:45, Shawn Guo wrote: > On Thu, Oct 31, 2019 at 02:24:34PM +0000, Schrempf Frieder wrote: >> From: Frieder Schrempf <frieder.schrempf@kontron.de> >> >> Kontron Electronics GmbH produces several ARM boards, that are >> planned to be upstreamed eventually. For now we have some >> i.MX6UL/ULL based SoMs and boards, that are already available >> in the kernel. >> >> Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de> > > We usually do not need MAINTAINERS entry for individual DTS files. Ok, I just thought it would be nice for things like get_maintainer.pl, to make sure I receive notifications, when someone sends patches for theses DTS files. But if this is against the usual conventions, I will drop this. > > Shawn > >> --- >> MAINTAINERS | 6 ++++++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 296de2b51c83..a461d31ee98d 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -9103,6 +9103,12 @@ F: include/linux/kmod.h >> F: lib/test_kmod.c >> F: tools/testing/selftests/kmod/ >> >> +KONTRON ELECTRONICS ARM BOARDS SUPPORT >> +M: Frieder Schrempf <frieder.schrempf@kontron.de> >> +S: Maintained >> +F: arch/arm/boot/dts/imx6ul-kontron-* >> +F: arch/arm/boot/dts/imx6ull-kontron-* >> + >> KPROBES >> M: Naveen N. Rao <naveen.n.rao@linux.ibm.com> >> M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> >> -- >> 2.17.1
diff --git a/MAINTAINERS b/MAINTAINERS index 296de2b51c83..a461d31ee98d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9103,6 +9103,12 @@ F: include/linux/kmod.h F: lib/test_kmod.c F: tools/testing/selftests/kmod/ +KONTRON ELECTRONICS ARM BOARDS SUPPORT +M: Frieder Schrempf <frieder.schrempf@kontron.de> +S: Maintained +F: arch/arm/boot/dts/imx6ul-kontron-* +F: arch/arm/boot/dts/imx6ull-kontron-* + KPROBES M: Naveen N. Rao <naveen.n.rao@linux.ibm.com> M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>