mmc omap BUG in mmc_omap_start_request on boot

2010-05-28 Thread Cory Maccarrone
Hey all, I've been playing with the latest Linus tree kernel trying to get MMC working on my device (an HTC Herald), and I've come up against a problem. In the function mmc_omap_start_request in drivers/mmc/host/omap.c, line 1160, I'm finding that this bug: BUG_ON(irqs_disabled()); is trigg

Re: Question of RFKILL for bluetooth, hci_core.c

2010-05-28 Thread Marcel Holtmann
Hi Zhangfei, first of all, please use linux-bluetooth mailing list and not the MCC one. > We found you have submitted one patch adding rfkill for bluetoogh. > > commit 611b30f74b5d8ca036a9923b3bf6e0ee10a21a53 > Author: Marcel Holtmann > Date: Mon Jun 8 14:41:38 2009 +0200 > > Bluetooth:

Re: [RFC] [PATCH 2/2] mmc: implement SD-combo (IO+mem) support

2010-05-28 Thread Andrew Morton
On Tue, 25 May 2010 18:10:28 +0200 (CEST) Micha__ Miros__aw wrote: > --- There's really nothing at all to be said? I don't even know what "SD-combo" _is_. Help us out here! Why do we need this patch? What happens if we don't have it? Where's the value to our users? etcetera. > > ... > >

Re: [RFC] [PATCH 1/2] mmc: split mmc_sd_init_card()

2010-05-28 Thread Andrew Morton
On Tue, 25 May 2010 18:10:28 +0200 (CEST) Micha__ Miros__aw wrote: > This is needed to avoid code duplication in SD-combo support. hm. Perhaps you could have told us a bit more about it than this. > +int mmc_sd_get_cid(struct mmc_host *host, u32 ocr, u32 *cid) > +int mmc_sd_get_csd(struct mmc_

Question of RFKILL for bluetooth, hci_core.c

2010-05-28 Thread zhangfei gao
Hi, Marcel We found you have submitted one patch adding rfkill for bluetoogh. commit 611b30f74b5d8ca036a9923b3bf6e0ee10a21a53 Author: Marcel Holtmann Date: Mon Jun 8 14:41:38 2009 +0200 Bluetooth: Add native RFKILL soft-switch support for all devices With the re-write of the RFKILL s