Re: [PATCH RESEND] sdhci: add MMC_CAP_8_BIT_DATA in the Host capabilities

2010-09-19 Thread Peppe CAVALLARO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks Chris to have resent the patch again. I'm going to resend it just today ;-). I'm using 8BIT_DATA mode on my HC without any problems and with good performances. Regards Peppe On 09/18/2010 12:19 AM, Chris Ball wrote: > From: Giuseppe Cavallar

Re: [PATCH] sdhci: add quirk for controllers that don't support write only detect

2010-09-19 Thread Wolfram Sang
On Sun, Sep 19, 2010 at 02:46:40PM -0700, Philip Rakity wrote: > > > Some board designs for embedded systems do not always bring up the SD Host > Write Protect Signal. > This patch defines a new quirk that when enabled enables write access. I am preparing a patch series which will also make

RE: [PATCH] mmc: MMC 4.4 DDR support

2010-09-19 Thread Ghorai, Sukumar
> -Original Message- > From: Ghorai, Sukumar > Sent: Wednesday, September 15, 2010 3:02 PM > To: 'Chris Ball'; Adrian Hunter > Cc: Andrew Morton; Matt Fleming; Linus Walleij; linux-mmc@vger.kernel.org; > linux-ker...@vger.kernel.org; stericsson_nomadik_li...@list.st.com; > Hanumath Prasad;

Re: [Bugme-new] [Bug 18602] New: mmc_block / tifm_sd not completely registering when a new sd card is inserted

2010-09-19 Thread Alex Dubov
> > Unfortunately, it doesn't seem to make a difference here. > When I plug > in my sd card, it looks like tifm_sd gets loaded, lots of > debugging > output. But, no /dev/mmcblk0 shows up, and mmc_block does > not get > loaded. > It's not created, because media times out. Why it happens is a dif

[PATCH] sdhci: add quirk for controllers that don't support write only detect

2010-09-19 Thread Philip Rakity
Some board designs for embedded systems do not always bring up the SD Host Write Protect Signal. This patch defines a new quirk that when enabled enables write access. >From 032242c62e0fe22eb6f5a4e0311eaab67ef54cbe Mon Sep 17 00:00:00 2001 From: Philip Rakity Date: Sun, 19 Sep 2010 14:34:02

Re: [Bugme-new] [Bug 18602] New: mmc_block / tifm_sd not completely registering when a new sd card is inserted

2010-09-19 Thread Mike Kelly
On Sat, 18 Sep 2010 22:19:42 -0700 (PDT) Alex Dubov wrote: > The driver appears to do everything right. The problem is that your > media timeouts on the initialization commands, so driver decides it's > not worth operating. > > There's a module option of tifm_sd called "fixed_timeout" (check it