From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: Pending July patches Date: Thu, 10 Aug 2006 10:32:51 +0300 Message-ID: <20060810073250.GC30195@atomide.com> References: <20060803111721.GH8661@atomide.com> <20060803120858.53676.qmail@web37909.mail.mud.yahoo.com> <20060804110530.GC26416@atomide.com> <44D35C5C.8060602@cc.jyu.fi> <20060807152344.GH10387@atomide.com> <44D7D332.3050101@cc.jyu.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: balrogg@gmail.com Cc: linux-omap-open-source@linux.omap.com List-Id: linux-omap@vger.kernel.org * andrzej zaborowski [060810 07:41]: > > > >Personally I didn't have problems with MMC/SD support on OMAP1 with > >current git, except the 2GB and 4GB cards (but we have a workaround > >for those). Instead I see strange things happen with the LCD -- It > >takes about 1 second to initialise (in 2.6.16 you couldn't notice > > Oops, actually it was in the MMC/SD driver. Because the lines > if (!irqs_disabled()) > return -EAGAIN; > in mmc_omap_suspend were removed, LCD & backlight are now suspended > before MMC and resumed first which results in a weird visual effect > while cards are detected but no slowdown as far as I can tell. Do you have a patch for that? Tony