Hi Inki, This patchset beside cleanup/refactoring patches (01-03) adds code to propagate info provided by MIPI-DSI panels about its mode of work (video/command mode). The propagation is performed for whole pipeline as every its elements uses it. Changes in v2: - added mode_valid callback to exynos_drm, - replace atomic_check with mode_valid for mode validation, - split mode propagation patch in decon5433 into smaller parts, - removed te_irq variable rename, - added patch removing i80 timing node from dts, - adjusted commit messages. Regards Andrzej Andrzej Hajda (10): drm/exynos/decon5433: use readl_poll_timeout helpers drm/exynos: use helper to set possible crtcs drm/exynos/dsi: refactor panel detection logic drm/exynos/dsi: propagate info about command mode from panel drm/exynos/mic: use mode info stored in CRTC to detect i80 mode drm/exynos/decon5433: refactor irq requesting code drm/exynos: add mode_valid callback to exynos_drm drm/exynos/decon5433: use mode info stored in CRTC to detect i80 mode dt-bindings: exynos5433-decon: remove i80-if-timings property arm64: dts: exynos: remove i80-if-timings nodes .../bindings/display/exynos/exynos5433-decon.txt | 12 -- .../boot/dts/exynos/exynos5433-tm2-common.dtsi | 6 - drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 108 +++++----- drivers/gpu/drm/exynos/exynos_dp.c | 15 +- drivers/gpu/drm/exynos/exynos_drm_core.c | 1 + drivers/gpu/drm/exynos/exynos_drm_crtc.c | 33 +++- drivers/gpu/drm/exynos/exynos_drm_crtc.h | 10 +- drivers/gpu/drm/exynos/exynos_drm_dpi.c | 12 +- drivers/gpu/drm/exynos/exynos_drm_drv.h | 4 + drivers/gpu/drm/exynos/exynos_drm_dsi.c | 218 ++++++++++----------- drivers/gpu/drm/exynos/exynos_drm_mic.c | 44 +---- drivers/gpu/drm/exynos/exynos_drm_vidi.c | 15 +- drivers/gpu/drm/exynos/exynos_hdmi.c | 25 +-- 13 files changed, 237 insertions(+), 266 deletions(-) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html