From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH v3 0/2] OMAP3: Display Support Date: Mon, 15 Nov 2010 12:20:47 -0800 Message-ID: <20101115202047.GL9264@atomide.com> References: <1289801344-3100-1-git-send-email-samreen@ti.com> <1289832102.2668.22.camel@tubuntu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:64266 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933648Ab0KOUU6 (ORCPT ); Mon, 15 Nov 2010 15:20:58 -0500 Content-Disposition: inline In-Reply-To: <1289832102.2668.22.camel@tubuntu> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tomi Valkeinen Cc: ext Samreen , "linux-omap@vger.kernel.org" , Mukund Mittal , Santosh Shilimkar , Vikram Pandita * Tomi Valkeinen [101115 06:32]: > On Mon, 2010-11-15 at 07:09 +0100, ext Samreen wrote: > > This patch series adds the Display Support for OMAP3 platforms > > and the corresponding changes in the board files. > > > > Version3: > > - Rebase to the latest LO > > Version2: > > - Optimised to configure INTBR from gpio to PWM1 mode setting and > > enabling of the PWM1 mode only when its not in PWM1 mode. > > > > Kishore Y (2): > > OMAP3: ZOOM2/3/3630SDP: Add display board file for OMAP3 > > OMAP3: Enable display on ZOOM2/3/3630SDP > > > > arch/arm/mach-omap2/Makefile | 3 + > > arch/arm/mach-omap2/board-3630sdp.c | 1 + > > arch/arm/mach-omap2/board-zoom-display.c | 168 +++++++++++++++++++++++++ > > arch/arm/mach-omap2/board-zoom-peripherals.c | 49 +++++++- > > arch/arm/mach-omap2/board-zoom2.c | 1 + > > arch/arm/mach-omap2/board-zoom3.c | 1 + > > arch/arm/mach-omap2/include/mach/board-zoom.h | 3 + > > 7 files changed, 224 insertions(+), 2 deletions(-) > > create mode 100644 arch/arm/mach-omap2/board-zoom-display.c > > Thanks, applied. This series needs to be posted to linux-arm-kernel list also for review. Samreen, can you please repost? Tony