From patchwork Sun Mar 11 07:36:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sekhar Nori X-Patchwork-Id: 146302 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 32432B6FA8 for ; Tue, 13 Mar 2012 11:29:28 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1S7FaV-000234-8f; Tue, 13 Mar 2012 00:27:39 +0000 Received: from casper.infradead.org ([2001:770:15f::2]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1S7CxP-0006sc-In for linux-arm-kernel@merlin.infradead.org; Mon, 12 Mar 2012 21:39:09 +0000 Received: from comal.ext.ti.com ([198.47.26.152]) by casper.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1S6dLG-0007gd-RQ for linux-arm-kernel@lists.infradead.org; Sun, 11 Mar 2012 07:37:24 +0000 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id q2B7b16h003016; Sun, 11 Mar 2012 01:37:01 -0600 Received: from DBDE70.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id q2B7auVQ026883; Sun, 11 Mar 2012 13:06:56 +0530 (IST) Received: from DBDE01.ent.ti.com ([fe80::d5df:c4b5:9919:4e10]) by DBDE70.ent.ti.com ([fe80::2141:513f:409:315a%21]) with mapi id 14.01.0323.003; Sun, 11 Mar 2012 13:06:56 +0530 From: "Nori, Sekhar" To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL v2] DaVinci DM644x video display support Thread-Topic: [GIT PULL v2] DaVinci DM644x video display support Thread-Index: Acz/WbuMck/wldoZSgaQPKH/glhOcQ== Date: Sun, 11 Mar 2012 07:36:55 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.24.170.142] MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20120311_073723_296941_7234889F X-CRM114-Status: GOOD ( 10.14 ) X-Spam-Score: -6.9 (------) X-Spam-Report: SpamAssassin version 3.3.2 on casper.infradead.org summary: Content analysis details: (-6.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [198.47.26.152 listed in list.dnswl.org] -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: "Hilman, Kevin" , "davinci-linux-open-source@linux.davincidsp.com" , "linux-arm-kernel@lists.infradead.org" X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi Arnd, Olof, Can you please pull these two patches adding support for DaVinci DM644x V4L2 display support for v3.4. These patches heavily depend on the clean-up series sent earlier. I have re-generated the pull request against v3.4/cleanup branch of my tree (already pulled earlier and unchanged since) as suggested by Olof. Let me know if this works for you. Thanks, Sekhar The following changes since commit 12db9588ff811ae43a476b1234b27323055ab3ad: Manjunath Hadli (1): ARM: davinci: dm644x: don't force vpfe registeration on all boards are available in the git repository at: git://gitorious.org/linux-davinci/linux-davinci.git v3.4/features Manjunath Hadli (2): ARM: davinci: dm644x: add support for v4l2 video display ARM: davinci: dm644x evm: add support for VPBE display arch/arm/mach-davinci/board-dm644x-evm.c | 109 +++++++++++++++++++- arch/arm/mach-davinci/davinci.h | 8 ++- arch/arm/mach-davinci/dm644x.c | 166 +++++++++++++++++++++++++++--- 3 files changed, 268 insertions(+), 15 deletions(-)