Merge tag 'exynos-drm-next-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel...
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 28 Mar 2023 17:23:05 +0000 (19:23 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 28 Mar 2023 17:23:05 +0000 (19:23 +0200)
commit2fcc1fa5f906872f4d3da3fef08fa062fa70a645
tree81577ac29821d55a9296d02d142145b250b7b45b
parent46f28427f6f824b6cff06fa025a55350b7de454a
parentb2cfec52feb3bb737c4b65018ef4bfe9789e4be8
Merge tag 'exynos-drm-next-for-v6.4' of git://git./linux/kernel/git/daeinki/drm-exynos into drm-next

A patch series for moving MIPI-DSI driver for Exynos DRM to drm/bridge
directory so that I.MX SoC family can also share the same device driver.
Samsung MIPI DSIM device is a common IP that can be used by Exynos and I.MX8M
Mini/Nano/Plus SoC. Regarding this, this patch series has added several
things below to existing MIPI DSI driver,
- Add exynos_dsi_type enum type to provide controller data from different
  platforms.
- Add two pipeline detection ways support - existing Exynos DSI child node
  and I.MX family of-graph port or ports.
- Consider component and bridged based DRM drivers.
- Add device tree binding support of I.MX family.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
From: Inki Dae <inki.dae@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230328040524.49278-1-inki.dae@samsung.com