Hello, this patchset was created mostly by Marian Cichy, who in the meantime left Pengutronix. I still kept his name and email address as author, but note that the email address doesn't reach Marian any more. There is already a maintainer entry for imx DRM drivers that matches good enough. This was tested on an i.MX25 based customer machine. Best regards Uwe Marian Cichy (2): dt-bindings: display: imx: Add fsl,imx21-lcdc docs drm/imx/lcdc: Implement DRM driver for imx21 .../bindings/display/imx/fsl,imx21-lcdc.yaml | 79 +++ drivers/gpu/drm/imx/Kconfig | 9 + drivers/gpu/drm/imx/Makefile | 2 + drivers/gpu/drm/imx/imx21-lcdc/imx21-lcdc.c | 631 ++++++++++++++++++ 4 files changed, 721 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/imx/fsl,imx21-lcdc.yaml create mode 100644 drivers/gpu/drm/imx/imx21-lcdc/imx21-lcdc.c -- 2.34.1