On Fr, 2022-12-16 at 18:50 +0100, Uwe Kleine-König wrote: > Hello, > > Changes since v2: > > - added allOf as Krzysztof requested > - reworked driver based on Philipp's comments > (improved error handling, different selects, moved driver to a subdirectory, > header sorting, drm_err instead of DRM_ERROR, inlined > imx_lcdc_check_mode_change, make use of dev_err_probe()) > > > > > Krzysztof also pointed out that we're now having two compatibles for a > single hardware. Admittedly this is unusual, but this is the chance that > the (bad) compatible identifier imx21-fb gets deprecated. The hardware > is called LCDC and only the linux (framebuffer) driver is called imxfb. > > The two prerequisite commits on top of v6.1 are: > > - 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 . > > - "drm/imx: move IPUv3 driver into separate subdirectory" > from https://lore.kernel.org/r/20221125112519.3849636-1-l.stach@xxxxxxxxxxxxxx This is on drm-misc-next now, so patch 2 applies there. regards Philipp