Message ID | 20200514155737.12160-2-martin.kepplinger@puri.sm (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] arm64: dts: Add a device tree for the Librem5 phone | expand |
On 20-05-14 17:57, Martin Kepplinger wrote: > Add development information for the devicetree files for hardware > by Purism SPC. > > Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 0abba1aff1ae..176efec31010 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -13775,6 +13775,14 @@ T: git git://linuxtv.org/media_tree.git > F: Documentation/admin-guide/media/pulse8-cec.rst > F: drivers/media/cec/usb/pulse8/ > > +PURISM LIBREM 5 > +M: Purism Kernel Team <kernel@puri.sm> > +S: Supported > +B: https://source.puri.sm/Librem5/linux-next/issues > +T: https://source.puri.sm/Librem5/linux-next > +F: arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts > +F: arch/arm64/boot/dts/freescale/imx8mq-librem5.dts Is it okay to take care of all imx8mq-librem5* files? F: arch/arm64/boot/dts/freescale/imx8mq-librem5* Regards, Marco > + > PVRUSB2 VIDEO4LINUX DRIVER > M: Mike Isely <isely@pobox.com> > L: pvrusb2@isely.net (subscribers-only) > -- > 2.20.1 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel >
On 27.05.20 11:40, Marco Felsch wrote: > On 20-05-14 17:57, Martin Kepplinger wrote: >> Add development information for the devicetree files for hardware >> by Purism SPC. >> >> Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm> >> --- >> MAINTAINERS | 8 ++++++++ >> 1 file changed, 8 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 0abba1aff1ae..176efec31010 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -13775,6 +13775,14 @@ T: git git://linuxtv.org/media_tree.git >> F: Documentation/admin-guide/media/pulse8-cec.rst >> F: drivers/media/cec/usb/pulse8/ >> >> +PURISM LIBREM 5 >> +M: Purism Kernel Team <kernel@puri.sm> >> +S: Supported >> +B: https://source.puri.sm/Librem5/linux-next/issues >> +T: https://source.puri.sm/Librem5/linux-next >> +F: arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts >> +F: arch/arm64/boot/dts/freescale/imx8mq-librem5.dts > > Is it okay to take care of all imx8mq-librem5* files? > > F: arch/arm64/boot/dts/freescale/imx8mq-librem5* > > Regards, > Marco > hi Marco it is. I'll change it for a next revision. thanks a lot for taking the time to review this! martin
diff --git a/MAINTAINERS b/MAINTAINERS index 0abba1aff1ae..176efec31010 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13775,6 +13775,14 @@ T: git git://linuxtv.org/media_tree.git F: Documentation/admin-guide/media/pulse8-cec.rst F: drivers/media/cec/usb/pulse8/ +PURISM LIBREM 5 +M: Purism Kernel Team <kernel@puri.sm> +S: Supported +B: https://source.puri.sm/Librem5/linux-next/issues +T: https://source.puri.sm/Librem5/linux-next +F: arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts +F: arch/arm64/boot/dts/freescale/imx8mq-librem5.dts + PVRUSB2 VIDEO4LINUX DRIVER M: Mike Isely <isely@pobox.com> L: pvrusb2@isely.net (subscribers-only)
Add development information for the devicetree files for hardware by Purism SPC. Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm> --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)