From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:62428 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934609Ab0EDXSO (ORCPT ); Tue, 4 May 2010 19:18:14 -0400 Date: Tue, 4 May 2010 16:18:10 -0700 From: Tony Lindgren To: hvaibhav@ti.com Cc: linux-omap@vger.kernel.org, linux-media@vger.kernel.org Subject: Re: [Resubmit: PATCH-V2] AM3517: Add VPFE Capture driver support Message-ID: <20100504231810.GS29604@atomide.com> References: <1268991469-2747-1-git-send-email-hvaibhav@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1268991469-2747-1-git-send-email-hvaibhav@ti.com> Sender: linux-media-owner@vger.kernel.org List-ID: * hvaibhav@ti.com [100319 02:34]: > From: Vaibhav Hiremath > > AM3517 and DM644x uses same CCDC IP, so reusing the driver > for AM3517. > > Signed-off-by: Vaibhav Hiremath > --- > arch/arm/mach-omap2/board-am3517evm.c | 160 +++++++++++++++++++++++++++++++++ > 1 files changed, 160 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-omap2/board-am3517evm.c b/arch/arm/mach-omap2/board-am3517evm.c > index f04311f..d2d2ced 100644 > --- a/arch/arm/mach-omap2/board-am3517evm.c > +++ b/arch/arm/mach-omap2/board-am3517evm.c > @@ -30,11 +30,164 @@ > > #include > #include > +#include > #include > #include > > +#include > +#include > + At least the mainline kernel does not seem to have media/ti-media/, so I'm not taking this. Looks like it should be safe to merge via linux-media from omap point of view. Acked-by: Tony Lindgren