[PATCH v2 0/2] drm/imx/lcdc: Implement DRM driver for imx21

From: Uwe Kleine-König
Date: Wed Dec 14 2022 - 07:00:45 EST


Hello,

Compared to (implicit) v1[1] the device tree binding should be good
enough now to pass the dts linters.

As before, Marian Cichy is the declared author of the driver, but he
left Pengutronix, so the email address doesn't work any more.

This is based on top of v6.1 + 93266da2409b ("dt-bindings: display:
Convert fsl,imx-fb.txt to dt-schema") which is currently in next via
branch 'for-next' of
git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git .

Best regards
Uwe

[1] https://lore.kernel.org/dri-devel/20220128105849.368438-1-u.kleine-koenig@xxxxxxxxxxxxxx

Marian Cichy (1):
drm/imx/lcdc: Implement DRM driver for imx21

Uwe Kleine-König (1):
dt-bindings: display: imx: Describe drm binding for fsl,imx-lcdc

.../bindings/display/imx/fsl,imx-lcdc.yaml | 45 +-
drivers/gpu/drm/imx/Kconfig | 7 +
drivers/gpu/drm/imx/Makefile | 2 +
drivers/gpu/drm/imx/imx-lcdc.c | 610 ++++++++++++++++++
4 files changed, 663 insertions(+), 1 deletion(-)
create mode 100644 drivers/gpu/drm/imx/imx-lcdc.c


base-commit: 830b3c68c1fb1e9176028d02ef86f3cf76aa2476
prerequisite-patch-id: c3ef3de02516b5c159e76b40d2b4348a5ce0fe51
--
2.38.1