Hi Dave and Daniel, Add Exynos7870 SoC support to Exynos DSI driver and a bug fixup.
Please kindly let me know if there is any problem. Ps. This PR depends on the following PR being merged first: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/exynos-drm-misc-next-for-v6.18 Thanks, Inki Dae The following changes since commit 77169a11d4e9916f6c22587df396d6128505dbfb: drm/bridge: samsung-dsim: add driver support for exynos7870 DSIM bridge (2025-09-15 19:55:15 +0900) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/exynos-drm-next-for-v6.18 for you to fetch changes up to 472df181d7c4c732d5c5b98d506d1902e7580acb: drm/exynos: dsi: add support for exynos7870 (2025-09-15 20:19:23 +0900) ---------------------------------------------------------------- New feature - Add glue layer support for Exynos7870 DSIM in Exynos DSI driver . Introduces Exynos7870 DSIM bridge integration at Exynos DRM DSI layer. Bug fixups for exynos7_drm_decon.c module - Remove redundant ctx->suspended state handling . Cleans up unused state check logic as call flow is now correctly managed. . Fixes an issue where decon_commit() was blocked from decon_atomic_enable() due to incorrect state setting. ---------------------------------------------------------------- Kaustabh Chakraborty (3): dt-bindings: display: samsung,exynos7-decon: document iommus, memory-region, and ports drm/exynos: exynos7_drm_decon: remove ctx->suspended drm/exynos: dsi: add support for exynos7870 .../display/samsung/samsung,exynos7-decon.yaml | 21 +++++++++++++ drivers/gpu/drm/exynos/exynos7_drm_decon.c | 36 ---------------------- drivers/gpu/drm/exynos/exynos_drm_dsi.c | 9 ++++++ 3 files changed, 30 insertions(+), 36 deletions(-)