Message ID | 20241230021207.220144-14-victor.liu@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add Freescale i.MX8qxp Display Controller support | expand |
Hi Dmitry, Maxime, On 12/30/2024, Liu Ying wrote: > Add myself as the maintainer of i.MX8qxp Display Controller. > > Signed-off-by: Liu Ying <victor.liu@nxp.com> > --- > v8: > * No change. > > v7: > * No change. > > v6: > * No change. > > v5: > * No change. > > v4: > * No change. > > v3: > * No change. > > v2: > * Improve file list. (Frank) > > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) Can you please review this patch? Also, all the imx8-dc DRM driver patches(patch 9-12) are reviewed by you and all the dt-binding patches(patch 1-8) are reviewed by Rob, so can you please help pick up patch 1-13 after you review this one? > > diff --git a/MAINTAINERS b/MAINTAINERS > index d2ab799a0659..0459878925df 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -7735,6 +7735,14 @@ F: Documentation/devicetree/bindings/display/imx/ > F: drivers/gpu/drm/imx/ipuv3/ > F: drivers/gpu/ipu-v3/ > > +DRM DRIVERS FOR FREESCALE IMX8 DISPLAY CONTROLLER > +M: Liu Ying <victor.liu@nxp.com> > +L: dri-devel@lists.freedesktop.org > +S: Maintained > +T: git https://gitlab.freedesktop.org/drm/misc/kernel.git > +F: Documentation/devicetree/bindings/display/imx/fsl,imx8qxp-dc*.yaml > +F: drivers/gpu/drm/imx/dc/ > + > DRM DRIVERS FOR FREESCALE IMX BRIDGE > M: Liu Ying <victor.liu@nxp.com> > L: dri-devel@lists.freedesktop.org
On Wed, 5 Feb 2025 10:39:10 +0800, Liu Ying wrote: > Hi Dmitry, Maxime, > > On 12/30/2024, Liu Ying wrote: > > Add myself as the maintainer of i.MX8qxp Display Controller. > > > > [ ... ] Reviewed-by: Maxime Ripard <mripard@kernel.org> Thanks! Maxime
diff --git a/MAINTAINERS b/MAINTAINERS index d2ab799a0659..0459878925df 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7735,6 +7735,14 @@ F: Documentation/devicetree/bindings/display/imx/ F: drivers/gpu/drm/imx/ipuv3/ F: drivers/gpu/ipu-v3/ +DRM DRIVERS FOR FREESCALE IMX8 DISPLAY CONTROLLER +M: Liu Ying <victor.liu@nxp.com> +L: dri-devel@lists.freedesktop.org +S: Maintained +T: git https://gitlab.freedesktop.org/drm/misc/kernel.git +F: Documentation/devicetree/bindings/display/imx/fsl,imx8qxp-dc*.yaml +F: drivers/gpu/drm/imx/dc/ + DRM DRIVERS FOR FREESCALE IMX BRIDGE M: Liu Ying <victor.liu@nxp.com> L: dri-devel@lists.freedesktop.org
Add myself as the maintainer of i.MX8qxp Display Controller. Signed-off-by: Liu Ying <victor.liu@nxp.com> --- v8: * No change. v7: * No change. v6: * No change. v5: * No change. v4: * No change. v3: * No change. v2: * Improve file list. (Frank) MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)