From mboxrd@z Thu Jan 1 00:00:00 1970 From: Imre Deak Subject: Re: LDP support Date: Thu, 4 Jun 2009 17:58:25 +0300 Message-ID: <20090604145825.GD22146@localhost> References: <20090428220712.GF29277@n2100.arm.linux.org.uk> <20090428224237.GT22457@atomide.com> <20090531212449.GD25140@n2100.arm.linux.org.uk> <20090601160032.GA4825@atomide.com> <20090603213955.GA24318@localhost> <20090603223333.GD17411@n2100.arm.linux.org.uk> <20090603234125.GI5026@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from smtp.nokia.com ([192.100.122.233]:58669 "EHLO mgw-mx06.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750893AbZFDO6l (ORCPT ); Thu, 4 Jun 2009 10:58:41 -0400 Content-Disposition: inline In-Reply-To: <20090603234125.GI5026@atomide.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: ext Tony Lindgren Cc: Russell King - ARM Linux , "linux-omap@vger.kernel.org" , "Valkeinen Tomi (Nokia-D/Helsinki)" On Thu, Jun 04, 2009 at 01:41:26AM +0200, ext Tony Lindgren wrote: > * Russell King - ARM Linux [090603 15:34]: > > On Thu, Jun 04, 2009 at 12:39:55AM +0300, Imre Deak wrote: > > > I updated the omapfb-upstream branch on git://koowaldah.org/people/imre/linux-2.6-fb, > > > if these are ok with you I'll post them on the fb list. > > > > Just be aware that Linus released -rc8 on Tuesday, and said that will > > be the final rc before the merge window opens. So I reckon there's less > > than a week to the merge window opening. > > Imre, few comments after browsing through your patches: > > "omapfb: Add support for MIPI-DCS compatible LCDs" seems to depend on > drivers/cbus which is not yet merged. Please leave out those parts so > it compiles. Then we can add the missing functions once drivers/cbus > is merged in the future. > > "omapfb: dispc: Add OMAP3 support" should no longer be needed, this > got already fixed with clkdev patch 005187eecaa400b4b43d9f640fbde9fcc50f37c1 > in mainline. > > "omapfb: Fix coding style / remove dead line" has a typo in Russell's > name. Thanks, I fixed these and updated the tree. From lcd_mipid I removed the cbus thing and added platform hooks instead, so the backlight code should be now in the board file. This needs to be added for n770, I'll follow-up with a patch for that later. There are two additional patches, one enabling the LCD in the N770 Kconfig and a variable type fix for HWA742. Do you want to put these to omap-fixes or I can just submit them? How about the rest of the Kconfig changes? --Imre