Hi Dave, this patch set fixes build warnings and includes minor code cleanup. other patches posted before will go to -next because they include big changes. Highlights: - fix build warnings - minor code cleanup if there is any problem, please let me know. Thanks. Inki Dae The following changes since commit 350352dfef5028225b73994d304a38a4050d894b: Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux into drm-fixes (2012-09-03 11:29:56 +0900) are available in the git repository at: git://git.infradead.org/users/kmpark/linux-samsung exynos-drm-fixes Inki Dae (2): drm/exynos: added device object to subdrv's remove callback as argument drm/exynos: fixed page align bug. Sachin Kamat (9): drm/exynos: Remove redundant check in exynos_hdmi.c file drm/exynos: Remove redundant check in exynos_drm_fimd.c file drm/exynos: Use devm_kzalloc in exynos_drm_vidi.c file drm/exynos: Use devm_kzalloc in exynos_drm_hdmi.c file drm/exynos: Use devm_* functions in exynos_drm_g2d.c file drm/exynos: Add dependency for G2D in Kconfig drm/exynos: Make g2d_pm_ops static drm/exynos: Add missing braces around sizeof in exynos_hdmi.c drm/exynos: Add missing braces around sizeof in exynos_mixer.c Thomas Meyer (1): drm/exynos: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1] drivers/gpu/drm/exynos/Kconfig | 2 +- drivers/gpu/drm/exynos/exynos_drm_drv.h | 2 +- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 7 +--- drivers/gpu/drm/exynos/exynos_drm_g2d.c | 52 ++++++----------------------- drivers/gpu/drm/exynos/exynos_drm_gem.c | 4 +- drivers/gpu/drm/exynos/exynos_drm_hdmi.c | 3 +- drivers/gpu/drm/exynos/exynos_drm_vidi.c | 6 +-- drivers/gpu/drm/exynos/exynos_hdmi.c | 11 ++---- drivers/gpu/drm/exynos/exynos_mixer.c | 6 ++-- 9 files changed, 25 insertions(+), 68 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel