From patchwork Thu Dec 29 06:29:34 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 5994 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 EFA1723E06 for ; Thu, 29 Dec 2011 06:33:30 +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 E652AA1833D for ; Thu, 29 Dec 2011 06:33:30 +0000 (UTC) Received: by mail-ey0-f180.google.com with SMTP id c11so11483679eaa.11 for ; Wed, 28 Dec 2011 22:33:30 -0800 (PST) Received: by 10.205.120.14 with SMTP id fw14mr8106199bkc.53.1325140410695; Wed, 28 Dec 2011 22:33:30 -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 ac16cs217085bkc; Wed, 28 Dec 2011 22:33:30 -0800 (PST) Received: by 10.50.12.196 with SMTP id a4mr33539991igc.9.1325140408454; Wed, 28 Dec 2011 22:33:28 -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.27 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 28 Dec 2011 22:33:28 -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:27 -0800 (PST) Received: by 10.42.145.136 with SMTP id f8mr15945583icv.3.1325140407702; Wed, 28 Dec 2011 22:33:27 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id 36sm111330097ibc.6.2011.12.28.22.33.24 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 28 Dec 2011 22:33:27 -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 1/3] ARM: S5PV210: Add missing FIMC media device to Aquila Date: Thu, 29 Dec 2011 11:59:34 +0530 Message-Id: <1325140176-2309-2-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-s5pv210/mach-aquila.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s5pv210/mach-aquila.c b/arch/arm/mach-s5pv210/mach-aquila.c index 404ac7a..ca7cfdb 100644 --- a/arch/arm/mach-s5pv210/mach-aquila.c +++ b/arch/arm/mach-s5pv210/mach-aquila.c @@ -614,6 +614,7 @@ static struct platform_device *aquila_devices[] __initdata = { &s5p_device_fimc0, &s5p_device_fimc1, &s5p_device_fimc2, + &s5p_device_fimc_md, &s5pv210_device_iis0, &wm8994_fixed_voltage0, &wm8994_fixed_voltage1,