public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] drm/imx/lcdc: Implement DRM driver for imx21
@ 2022-12-14 11:59 Uwe Kleine-König
  2022-12-14 11:59 ` [PATCH v2 1/2] dt-bindings: display: imx: Describe drm binding for fsl,imx-lcdc Uwe Kleine-König
  2022-12-14 11:59 ` [PATCH v2 2/2] drm/imx/lcdc: Implement DRM driver for imx21 Uwe Kleine-König
  0 siblings, 2 replies; 7+ messages in thread
From: Uwe Kleine-König @ 2022-12-14 11:59 UTC (permalink / raw)
  To: Philipp Zabel, David Airlie, Daniel Vetter, Rob Herring,
	Krzysztof Kozlowski, Shawn Guo, Sascha Hauer
  Cc: Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team, dri-devel,
	devicetree, linux-arm-kernel, linux-kernel

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@pengutronix.de

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-12-16 11:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-14 11:59 [PATCH v2 0/2] drm/imx/lcdc: Implement DRM driver for imx21 Uwe Kleine-König
2022-12-14 11:59 ` [PATCH v2 1/2] dt-bindings: display: imx: Describe drm binding for fsl,imx-lcdc Uwe Kleine-König
2022-12-16 10:41   ` Krzysztof Kozlowski
2022-12-16 11:38     ` Uwe Kleine-König
2022-12-16 11:41       ` Krzysztof Kozlowski
2022-12-14 11:59 ` [PATCH v2 2/2] drm/imx/lcdc: Implement DRM driver for imx21 Uwe Kleine-König
2022-12-15 11:59   ` Philipp Zabel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox