Re: 2.36.1 sdhci R5C822 regression

2010-12-17 Thread Bringfried Stecklum
Chris Ball wrote: Hi Bringfried, On Fri, Dec 17, 2010 at 11:14:36AM +0100, Bringfried Stecklum wrote: On resume from hibernation (suspend is fine) a kernel trace happens along with the well-know "IRQ nobody cared" statement (see below). The interrupt gets disabled, and since mmc0 is compiled in

Re: 2.36.1 sdhci R5C822 regression

2010-12-17 Thread Chris Ball
Hi Bringfried, On Fri, Dec 17, 2010 at 11:14:36AM +0100, Bringfried Stecklum wrote: > On resume from hibernation (suspend is fine) a kernel trace happens along with > the well-know "IRQ nobody cared" statement (see below). The interrupt gets > disabled, and since mmc0 is compiled into the kernel,

2.36.1 sdhci R5C822 regression

2010-12-17 Thread Bringfried Stecklum
I recently upgraded from 3.6.31-22 to 3.6.36-1 (Ubuntu kernel nomenclature) and am quite happy with it apart from the card reader steck...@extragalactix:~$ lspci |grep Ricoh 03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05) 03:01.1 SD Host controller: Ricoh Co Ltd R5

Re: [PATCH] mmc: Test bus-width for old MMC devices (v2)

2010-12-17 Thread Takashi Iwai
At Fri, 17 Dec 2010 03:43:42 +, Chris Ball wrote: > > Hi Philip, > > On Thu, Dec 16, 2010 at 06:33:49PM -0800, Philip Rakity wrote: > > It is not possible for bus_width to be not initialized. This would imply > > ARRAY_SIZE(bus_widths) is 1. Certainly not true. > > Right, I agree. We sho

Re: [PATCH] mmc: Fix a typo in ocr_avail mask check for MMC

2010-12-17 Thread Takashi Iwai
At Thu, 16 Dec 2010 23:45:11 +, Chris Ball wrote: > > Hi Takashi, > > On Wed, Dec 15, 2010 at 02:19:22PM +0100, Takashi Iwai wrote: > > In the patch "mmc: Add support for JMicron 388 SD/MMC controller", > > I changed a wrong field for MMC during rewrite. Fixed now. > > > > Signed-off-by: Ta