Hi Dave, This is initial pull request for Exynos. It includes a big change that it makes drm_display_mode for timings parameters to be used for exynos4 and exynos5 commonly and cleans up unnecessary codes. And also it adds device tree support for fimd to get timing values and interrupt source from dts file. In addition, one more patch, device tree support feature for Exynos FIMC, is being reviewed. This patch was posted a little ago like below, http://www.mail-archive.com/linux-samsung-soc@xxxxxxxxxxxxxxx/msg17568.html So we are going to request git pull one more time after reviewed. Please kindly let me know if there is any problem. Thanks, Inki Dae The following changes since commit 62c8ba7c58e4163f975c5f8b5a3dd5f306a2deda: drm/qxl: fix smatch warnings (2013-04-16 13:36:00 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git exynos-drm-next for you to fetch changes up to dd4d34fde068a9362d09292d881ce4743bb11c7f: Revert "of/exynos_g2d: Add Bindings for exynos G2D driver" (2013-04-17 00:07:29 +0900) ---------------------------------------------------------------- Rahul Sharma (2): drm/exynos: hdmi: using drm_display_mode timings for exynos4 drm/exynos: hdmi: move mode_fixup to drm common hdmi Sachin Kamat (5): drm/exynos: hdmi: Fix incorrect usage of IS_ERR_OR_NULL drm/exynos: mixer: Fix incorrect usage of IS_ERR_OR_NULL drm/exynos: drm_rotator: Fix incorrect usage of IS_ERR_OR_NULL drm/exynos: drm_connector: Fix error check condition Revert "of/exynos_g2d: Add Bindings for exynos G2D driver" Vikas Sajjan (3): drm/exynos: Add display-timing node parsing using video helper function drm/exynos: enable OF_VIDEOMODE and FB_MODE_HELPERS for exynos drm fimd drm/exynos: change the method for getting the interrupt .../devicetree/bindings/drm/exynos/g2d.txt | 22 - drivers/gpu/drm/exynos/Kconfig | 4 +- drivers/gpu/drm/exynos/exynos_drm_connector.c | 2 +- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 26 +- drivers/gpu/drm/exynos/exynos_drm_hdmi.c | 40 +- drivers/gpu/drm/exynos/exynos_drm_hdmi.h | 3 - drivers/gpu/drm/exynos/exynos_drm_rotator.c | 2 +- drivers/gpu/drm/exynos/exynos_hdmi.c | 704 +++++++-------------- drivers/gpu/drm/exynos/exynos_mixer.c | 14 +- 9 files changed, 312 insertions(+), 505 deletions(-) delete mode 100644 Documentation/devicetree/bindings/drm/exynos/g2d.txt _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel