From mboxrd@z Thu Jan 1 00:00:00 1970 From: Inki Dae Subject: [GIT PULL] exynos-drm-fixes Date: Mon, 15 Apr 2013 15:36:23 +0900 Message-ID: <1366007783-28524-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 2982CE60CA for ; Sun, 14 Apr 2013 23:36:26 -0700 (PDT) Received: from epcpsbgr2.samsung.com (u142.gpu120.samsung.co.kr [203.254.230.142]) by mailout1.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0MLA005JNACLKFP0@mailout1.samsung.com> for dri-devel@lists.freedesktop.org; Mon, 15 Apr 2013 15:36:24 +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 pull request includes bug fixes, code cleanups and one revert that removes the wrong bindings file for exynos fimg2d device for code cleanup becasue correct one has already been merged to Samsung next like below, next/dt-exynos branch of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git If there is any problem, please kindly let me know. Thanks, Inki Dae The following changes since commit 89ced125472b8551c65526934b7f6c733a6864fa: drm/fb-helper: Fix locking in drm_fb_helper_hotplug_event (2013-04-12 14:21:12 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos exynos-drm-fixes 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" .../devicetree/bindings/drm/exynos/g2d.txt | 22 -------------------- drivers/gpu/drm/exynos/exynos_drm_connector.c | 2 +- drivers/gpu/drm/exynos/exynos_drm_rotator.c | 2 +- drivers/gpu/drm/exynos/exynos_hdmi.c | 10 ++++---- drivers/gpu/drm/exynos/exynos_mixer.c | 10 ++++---- 5 files changed, 12 insertions(+), 34 deletions(-) delete mode 100644 Documentation/devicetree/bindings/drm/exynos/g2d.txt