From patchwork Wed May 15 11:57:18 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lad, Prabhakar" X-Patchwork-Id: 2572011 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork1.kernel.org (Postfix) with ESMTP id D474C3FC5A for ; Wed, 15 May 2013 12:01:14 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UcaOJ-0005fs-Fi; Wed, 15 May 2013 12:01:07 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UcaOG-0006sJ-1K; Wed, 15 May 2013 12:01:04 +0000 Received: from mail-pb0-x22a.google.com ([2607:f8b0:400e:c01::22a]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UcaOD-0006qr-M0 for linux-arm-kernel@lists.infradead.org; Wed, 15 May 2013 12:01:02 +0000 Received: by mail-pb0-f42.google.com with SMTP id up7so1313402pbc.29 for ; Wed, 15 May 2013 05:00:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=5omJ85KPt1W7KnXjEGqFlGb2eJxs9d8ktob11dk1d7g=; b=gfnw0Z2g7tk9GrgZd3R/qpoDrOwGvgIBnG05XfXMm5vmyFJmqRGQ97rAjfz97wFbRv QiNcTm1Gpxm1KPunHUGfwb/ZQYGTEUsGA03kQHS+k/W3CLaQ7m0ZonjRQYb4/US9UoGp 5yIM0MeEzwol9DqHM+nB6EZcYCtTgDf9TBs5LoDxNTIVhR37OBW2plEty0eWPfVTepwO 6hzFXJixklLD/oOUIiWg6gYZP6fw8qd/flvvwMjhH4Jt3VQQVoF+/KdOAE+42UpXM19V o4GKPqA+s/1ca2zcGx8cE4gdczerx2tthGp4ihT1LGbfPeTYu/baE4neoS1ZH5Ulax1M BU/g== X-Received: by 10.66.13.35 with SMTP id e3mr39535655pac.186.1368619239096; Wed, 15 May 2013 05:00:39 -0700 (PDT) Received: from localhost.localdomain ([59.98.240.128]) by mx.google.com with ESMTPSA id az5sm2610731pbc.18.2013.05.15.05.00.31 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 15 May 2013 05:00:38 -0700 (PDT) From: Lad Prabhakar To: LMML Subject: [PATCH 2/6] ARM: davinci: dm365 evm: remove init_enable from ths7303 pdata Date: Wed, 15 May 2013 17:27:18 +0530 Message-Id: <1368619042-28252-3-git-send-email-prabhakar.csengg@gmail.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1368619042-28252-1-git-send-email-prabhakar.csengg@gmail.com> References: <1368619042-28252-1-git-send-email-prabhakar.csengg@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130515_080101_815064_8994B5F4 X-CRM114-Status: GOOD ( 13.50 ) X-Spam-Score: -2.0 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (prabhakar.csengg[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: DLOS , Mauro Carvalho Chehab , Sekhar Nori , LKML , "Lad, Prabhakar" , Hans Verkuil , Laurent Pinchart , Sylwester Nawrocki , Sakari Ailus , Guennadi Liakhovetski , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: Lad, Prabhakar remove init_enable from ths7303 pdata as it is no longer exists. Signed-off-by: Lad, Prabhakar Cc: Sekhar Nori Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Sylwester Nawrocki Cc: Sakari Ailus Cc: linux-kernel@vger.kernel.org Cc: davinci-linux-open-source@linux.davincidsp.com Cc: linux-arm-kernel@lists.infradead.org --- arch/arm/mach-davinci/board-dm365-evm.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-davinci/board-dm365-evm.c b/arch/arm/mach-davinci/board-dm365-evm.c index 2a66743..4e02ae7 100644 --- a/arch/arm/mach-davinci/board-dm365-evm.c +++ b/arch/arm/mach-davinci/board-dm365-evm.c @@ -510,7 +510,6 @@ struct ths7303_platform_data ths7303_pdata = { .ch_1 = 3, .ch_2 = 3, .ch_3 = 3, - .init_enable = 1, }; static struct amp_config_info vpbe_amp = {