Hi Dave, Just two fixups which fixes undefined reference error with NOMMU configuration and potential infinite issue of scaler module, and two trivial cleanups. Please kindly let me know if there is any problem. Thanks, Inki Dae The following changes since commit f8981e0309e9004c6e86d218049045700c79d740: Merge tag 'msm-fixes-2019_08_01' of https://gitlab.freedesktop.org/drm/msm into drm-fixes (2019-08-02 10:17:25 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/exynos-drm-fixes-for-v5.3-rc3 for you to fetch changes up to 1bbbab097a05276e312dd2462791d32b21ceb1ee: drm/exynos: fix missing decrement of retry counter (2019-08-02 16:50:18 +0900) ---------------------------------------------------------------- - Two cleanup patches . use dev_get_drvdata for readability instead of platform_get_drvdata . remove redundant assignment to node. - Two fixup patches . fix undefined reference to 'vmf_insert_mixed' with NOMMU configuration. . fix potential infinite spin issue by decrementing 'retry' variable in scaler_reset function of exynos_drm_scaler.c ---------------------------------------------------------------- Arnd Bergmann (1): drm/exynos: add CONFIG_MMU dependency Colin Ian King (2): drm/exynos: remove redundant assignment to pointer 'node' drm/exynos: fix missing decrement of retry counter Fuqian Huang (1): drm/exynos: using dev_get_drvdata directly drivers/gpu/drm/exynos/Kconfig | 1 + drivers/gpu/drm/exynos/exynos_drm_fimc.c | 2 +- drivers/gpu/drm/exynos/exynos_drm_g2d.c | 2 +- drivers/gpu/drm/exynos/exynos_drm_gsc.c | 2 +- drivers/gpu/drm/exynos/exynos_drm_scaler.c | 4 ++-- 5 files changed, 6 insertions(+), 5 deletions(-)