Message ID | 1615952569-4711-15-git-send-email-victor.liu@nxp.com |
---|---|
State | Superseded |
Headers | show |
Series | Add some DRM bridge drivers support for i.MX8qm/qxp SoCs | expand |
Hey Liu, Reviewed-by: Robert Foss <robert.foss@linaro.org> On Wed, 17 Mar 2021 at 04:57, Liu Ying <victor.liu@nxp.com> wrote: > > Add myself as the maintainer of DRM bridge drivers for i.MX SoCs. > > Signed-off-by: Liu Ying <victor.liu@nxp.com> > --- > v5->v6: > * No change. > > v4->v5: > * No change. > > v3->v4: > * No change. > > v2->v3: > * No change. > > v1->v2: > * No change. > > MAINTAINERS | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 4b705ba..488e0ef 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -5939,6 +5939,16 @@ F: Documentation/devicetree/bindings/display/imx/ > F: drivers/gpu/drm/imx/ > F: drivers/gpu/ipu-v3/ > > +DRM DRIVERS FOR FREESCALE IMX BRIDGE > +M: Liu Ying <victor.liu@nxp.com> > +L: dri-devel@lists.freedesktop.org > +S: Maintained > +F: Documentation/devicetree/bindings/display/bridge/fsl,imx8qxp-ldb.yaml > +F: Documentation/devicetree/bindings/display/bridge/fsl,imx8qxp-pixel-combiner.yaml > +F: Documentation/devicetree/bindings/display/bridge/fsl,imx8qxp-pixel-link.yaml > +F: Documentation/devicetree/bindings/display/bridge/fsl,imx8qxp-pxl2dpi.yaml > +F: drivers/gpu/drm/bridge/imx/ > + > 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 4b705ba..488e0ef 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5939,6 +5939,16 @@ F: Documentation/devicetree/bindings/display/imx/ F: drivers/gpu/drm/imx/ F: drivers/gpu/ipu-v3/ +DRM DRIVERS FOR FREESCALE IMX BRIDGE +M: Liu Ying <victor.liu@nxp.com> +L: dri-devel@lists.freedesktop.org +S: Maintained +F: Documentation/devicetree/bindings/display/bridge/fsl,imx8qxp-ldb.yaml +F: Documentation/devicetree/bindings/display/bridge/fsl,imx8qxp-pixel-combiner.yaml +F: Documentation/devicetree/bindings/display/bridge/fsl,imx8qxp-pixel-link.yaml +F: Documentation/devicetree/bindings/display/bridge/fsl,imx8qxp-pxl2dpi.yaml +F: drivers/gpu/drm/bridge/imx/ + 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 DRM bridge drivers for i.MX SoCs. Signed-off-by: Liu Ying <victor.liu@nxp.com> --- v5->v6: * No change. v4->v5: * No change. v3->v4: * No change. v2->v3: * No change. v1->v2: * No change. MAINTAINERS | 10 ++++++++++ 1 file changed, 10 insertions(+)