Message ID | 1616997446-8783-7-git-send-email-victor.liu@nxp.com |
---|---|
State | New |
Headers | show |
Series | [v9,1/6] dt-bindings: display: imx: Add i.MX8qxp/qm DPU binding | expand |
Hi, On Mon, Mar 29, 2021 at 01:57:26PM +0800, Liu Ying wrote: > Add myself as the maintainer of the i.MX8qxp DPU DRM driver. > > Signed-off-by: Liu Ying <victor.liu@nxp.com> Acked-by: Laurentiu Palcu <laurentiu.palcu@oss.nxp.com> Thanks, laurentiu > --- > v8->v9: > * No change. > > v7->v8: > * No change. > > v6->v7: > * No change. > > v5->v6: > * No change. > > v4->v5: > * No change. > > v3->v4: > * No change. > > v2->v3: > * No change. > > v1->v2: > * No change. > > MAINTAINERS | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index a247285..ec82d42 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -5946,6 +5946,15 @@ F: Documentation/devicetree/bindings/display/imx/ > F: drivers/gpu/drm/imx/ > F: drivers/gpu/ipu-v3/ > > +DRM DRIVERS FOR FREESCALE i.MX8QXP > +M: Liu Ying <victor.liu@nxp.com> > +L: dri-devel@lists.freedesktop.org > +S: Maintained > +F: Documentation/devicetree/bindings/display/imx/fsl,imx8qxp-dprc.yaml > +F: Documentation/devicetree/bindings/display/imx/fsl,imx8qxp-dpu.yaml > +F: Documentation/devicetree/bindings/display/imx/fsl,imx8qxp-prg.yaml > +F: drivers/gpu/drm/imx/dpu/ > + > DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets) > M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com> > L: dri-devel@lists.freedesktop.org > -- > 2.7.4 >
diff --git a/MAINTAINERS b/MAINTAINERS index a247285..ec82d42 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5946,6 +5946,15 @@ F: Documentation/devicetree/bindings/display/imx/ F: drivers/gpu/drm/imx/ F: drivers/gpu/ipu-v3/ +DRM DRIVERS FOR FREESCALE i.MX8QXP +M: Liu Ying <victor.liu@nxp.com> +L: dri-devel@lists.freedesktop.org +S: Maintained +F: Documentation/devicetree/bindings/display/imx/fsl,imx8qxp-dprc.yaml +F: Documentation/devicetree/bindings/display/imx/fsl,imx8qxp-dpu.yaml +F: Documentation/devicetree/bindings/display/imx/fsl,imx8qxp-prg.yaml +F: drivers/gpu/drm/imx/dpu/ + DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets) M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com> L: dri-devel@lists.freedesktop.org
Add myself as the maintainer of the i.MX8qxp DPU DRM driver. Signed-off-by: Liu Ying <victor.liu@nxp.com> --- v8->v9: * No change. v7->v8: * No change. v6->v7: * No change. v5->v6: * No change. v4->v5: * No change. v3->v4: * No change. v2->v3: * No change. v1->v2: * No change. MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+)