Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756078Ab2HTOJT (ORCPT ); Mon, 20 Aug 2012 10:09:19 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:35093 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753305Ab2HTOJR (ORCPT ); Mon, 20 Aug 2012 10:09:17 -0400 From: Prabhakar Lad To: CC: dlos , , Prabhakar Lad Subject: [PATCH v2 0/2] ARM: davinci: da850/omap-l138: add support for VPIF driver Date: Mon, 20 Aug 2012 19:38:49 +0530 Message-ID: <1345471731-31678-1-git-send-email-prabhakar.lad@ti.com> X-Mailer: git-send-email 1.7.0.4 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1373 Lines: 33 This patch series adds support for VPIF capture and display driver on da850/omap-l138. Enables SD capture and display. This patch series is dependent on the following patch: https://patchwork.kernel.org/patch/1332311/ Changes for v2: 1: Avoid breaking of print messages. 2: Removed the handlers which just returned zero (which did nothing). 3: Clubbed the code where ever possible for DA850_UI_SD_VIDEO_PORT config option. 4: Removed the dma_declare_coherent_memory() calls and used global CMA. 5: Added the base address in increasing order. Manjunath Hadli (2): ARM: da850/omap-l138: Add SoC related definitions for VPIF ARM: da850/omap-l138: Add EVM specific code for VPIF to work arch/arm/mach-davinci/Kconfig | 9 ++ arch/arm/mach-davinci/board-da850-evm.c | 178 ++++++++++++++++++++++++++++ arch/arm/mach-davinci/da850.c | 162 +++++++++++++++++++++++++ arch/arm/mach-davinci/include/mach/da8xx.h | 11 ++ arch/arm/mach-davinci/include/mach/mux.h | 42 +++++++ arch/arm/mach-davinci/include/mach/psc.h | 1 + 6 files changed, 403 insertions(+), 0 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/