From patchwork Thu Dec 29 06:29:35 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 5995 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 1827023E06 for ; Thu, 29 Dec 2011 06:33:37 +0000 (UTC) Received: from mail-ey0-f180.google.com (mail-ey0-f180.google.com [209.85.215.180]) by fiordland.canonical.com (Postfix) with ESMTP id 0EED6A1801C for ; Thu, 29 Dec 2011 06:33:37 +0000 (UTC) Received: by mail-ey0-f180.google.com with SMTP id c11so11483679eaa.11 for ; Wed, 28 Dec 2011 22:33:37 -0800 (PST) Received: by 10.205.141.78 with SMTP id jd14mr8102369bkc.107.1325140416810; Wed, 28 Dec 2011 22:33:36 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.205.82.144 with SMTP id ac16cs217089bkc; Wed, 28 Dec 2011 22:33:36 -0800 (PST) Received: by 10.42.163.200 with SMTP id d8mr36035245icy.41.1325140414254; Wed, 28 Dec 2011 22:33:34 -0800 (PST) Received: from mail-iy0-f178.google.com (mail-iy0-f178.google.com [209.85.210.178]) by mx.google.com with ESMTPS id o10si18217832icv.85.2011.12.28.22.33.33 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 28 Dec 2011 22:33:34 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.178 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.210.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.178 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by mail-iy0-f178.google.com with SMTP id f6so27480734iag.37 for ; Wed, 28 Dec 2011 22:33:33 -0800 (PST) Received: by 10.50.214.42 with SMTP id nx10mr21492658igc.0.1325140413525; Wed, 28 Dec 2011 22:33:33 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id 36sm111330097ibc.6.2011.12.28.22.33.27 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 28 Dec 2011 22:33:33 -0800 (PST) From: Sachin Kamat To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, sachin.kamat@linaro.org, patches@linaro.org, snjw23@gmail.com Subject: [PATCH 2/3] ARM: EXYNOS: Add missing FIMC media device to SMDKV310 Date: Thu, 29 Dec 2011 11:59:35 +0530 Message-Id: <1325140176-2309-3-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1325140176-2309-1-git-send-email-sachin.kamat@linaro.org> References: <1325140176-2309-1-git-send-email-sachin.kamat@linaro.org> FIMC media device (md) registers all required video nodes. Signed-off-by: Sachin Kamat --- arch/arm/mach-exynos/mach-smdkv310.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos/mach-smdkv310.c b/arch/arm/mach-exynos/mach-smdkv310.c index bf2094e..09d0525 100644 --- a/arch/arm/mach-exynos/mach-smdkv310.c +++ b/arch/arm/mach-exynos/mach-smdkv310.c @@ -268,6 +268,7 @@ static struct platform_device *smdkv310_devices[] __initdata = { &s5p_device_fimc1, &s5p_device_fimc2, &s5p_device_fimc3, + &s5p_device_fimc_md, &exynos4_device_ac97, &exynos4_device_i2s0, &exynos4_device_ohci,