From mboxrd@z Thu Jan 1 00:00:00 1970 From: Inki Dae Subject: [GIT PULL] exynos-drm-next Date: Mon, 29 Apr 2013 15:36:19 +0900 Message-ID: <1367217379-31800-1-git-send-email-inki.dae@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mailout1.samsung.com (mailout1.samsung.com [203.254.224.24]) by gabe.freedesktop.org (Postfix) with ESMTP id 5B626E5D16 for ; Sun, 28 Apr 2013 23:36:21 -0700 (PDT) Received: from epcpsbgr4.samsung.com (u144.gpu120.samsung.co.kr [203.254.230.144]) by mailout1.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0MM000FPU7NYL8J0@mailout1.samsung.com> for dri-devel@lists.freedesktop.org; Mon, 29 Apr 2013 15:36:20 +0900 (KST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: airlied@linux.ie, dri-devel@lists.freedesktop.org Cc: kyungmin.park@samsung.com, sw0312.kim@samsung.com List-Id: dri-devel@lists.freedesktop.org Hi Dave, This is final pull request for Exynos next and includes device tree support for fimc device, one revert, some code cleanups and fixup. The revert replaces wrong one[1] with correct one[2]. This was my mistake and sorry for this. [1] http://www.mail-archive.com/linux-media@vger.kernel.org/msg60737.html [2] http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg17740.html And there are some patches posted some time ago but those are needed to be reviewed enough so not included this time. Please kindly let me know if there is any problem. Thanks, Inki Dae The following changes since commit 36d9b1541cedecd59e9d8fff0bbf9b7e9dd9704e: Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next (2013-04-26 15:42:02 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos exynos-drm-next Inki Dae (2): Revert "drm/exynos: prepare FIMD clocks" drm/exynos: do not use generic flags to dumb Sachin Kamat (2): drm/exynos: Select VIDEOMODE_HELPERS for FIMD drm/exynos: Remove unnecessary braces in exynos_hdmi.c Sean Paul (1): drm/exynos: Don't blend mixer layer 0 Seung-Woo Kim (3): drm/exynos: fix wrong return check for platform_device_register_simple exynos/drm: hdmi: cleanup for hdmi common device registration drm/exynos: added ipp device registration to drm driver Sylwester Nawrocki (3): drm/exynos: remove redundant devm_kfree() drm/exynos: rework fimc clocks handling drm/exynos: add device tree support for fimc ipp driver Vikas Sajjan (1): drm/exynos: enable FIMD clocks drivers/gpu/drm/exynos/Kconfig | 4 +- drivers/gpu/drm/exynos/exynos_drm_drv.c | 9 +- drivers/gpu/drm/exynos/exynos_drm_drv.h | 12 ++- drivers/gpu/drm/exynos/exynos_drm_fimc.c | 273 +++++++++++++++++------------- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 23 +-- drivers/gpu/drm/exynos/exynos_drm_gem.c | 3 +- drivers/gpu/drm/exynos/exynos_drm_hdmi.c | 14 +- drivers/gpu/drm/exynos/exynos_drm_ipp.c | 27 +++ drivers/gpu/drm/exynos/exynos_hdmi.c | 10 +- drivers/gpu/drm/exynos/exynos_mixer.c | 8 +- drivers/gpu/drm/exynos/regs-fimc.h | 7 +- 11 files changed, 230 insertions(+), 160 deletions(-)