From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from bear.ext.ti.com ([192.94.94.41]:54242 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750966Ab0E0NLd (ORCPT ); Thu, 27 May 2010 09:11:33 -0400 From: hvaibhav@ti.com To: linux-media@vger.kernel.org Cc: mchehab@redhat.com, m-karicheri2@ti.com, linux-omap@vger.kernel.org, Vaibhav Hiremath Subject: [PATCH 0/2] Add support for AM3517 VPFE Capture module Date: Thu, 27 May 2010 18:41:14 +0530 Message-Id: <1274965876-21845-1-git-send-email-hvaibhav@ti.com> In-Reply-To: References: Sender: linux-media-owner@vger.kernel.org List-ID: From: Vaibhav Hiremath AM3517 uses similar VPFE-CCDC hardware IP as in Davinci, so reusing the driver. Currently the davinci driver is hardly tied with ARCH_DAVINCI, which was limiting AM3517 to reuse the driver. So created seperate Kconfig file for davinci and added AM3517 to dependancy. Also added board hook up code to board-am3517evm.c file. Vaibhav Hiremath (2): Davinci: Create seperate Kconfig file for davinci devices AM3517: Add VPFE Capture driver support to board file arch/arm/mach-omap2/board-am3517evm.c | 161 +++++++++++++++++++++++++++++++++ drivers/media/video/Kconfig | 61 +------------ drivers/media/video/Makefile | 2 +- drivers/media/video/davinci/Kconfig | 93 +++++++++++++++++++ 4 files changed, 256 insertions(+), 61 deletions(-) create mode 100644 drivers/media/video/davinci/Kconfig