[PATCH] dw_mmc: fixed regulator control

2011-04-29 Thread Jaehoon Chung
This patch fixed regulator control in dw_mmc.c If we didn't set CONFIG_REGULATOR, always entered error condition. But that's not error..because we didn't use regulator framework. So when we only used CONFIG_REGULATOR, i think that need to get regulator. And In suspend function,

[PATCH] mmc: tmio: fix PM in DMA mode

2011-04-29 Thread Guennadi Liakhovetski
DMA mode has to be re-enabled during a resume. Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- drivers/mmc/host/tmio_mmc_dma.c | 21 - drivers/mmc/host/tmio_mmc_pio.c |1 + 2 files changed, 13 insertions(+), 9 deletions(-) diff --git

Re: [PATCH v7] mmc: Add mmc CMD+ACMD passthrough ioctl

2011-04-29 Thread Chris Ball
Hi John, On Tue, Apr 26 2011, Chris Ball wrote: I think I'll merge it, since I'm not going to work on abstracting the security feature either. I'll send another mail once it's in my tree. I've pushed this out to mmc-next now. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One

RE: [PATCH v3 00/11] add support for host controller v3.00

2011-04-29 Thread Subhash Jadavani
Hi Arindam/Chris/All, Sorry for possible dumb question but I am not much aware about SD licensing terms. I think SDv3.00 spec (or any other older SD specs) is licensed under some NDA agreement and then there is also a freely available simplified SD spec as well. So is there no restriction on open

[PATCH V2] mmc: sdhci add explicit callback to set f_max

2011-04-29 Thread Philip Rakity
We currently have callbacks for max_clk, f_min but are missing the callback for f_max. Signed-off-by: Philip Rakity prak...@marvell.com --- drivers/mmc/host/sdhci.c |9 ++--- drivers/mmc/host/sdhci.h |1 + 2 files changed, 7 insertions(+), 3 deletions(-) diff --git

cjb traveling May 1 - May 10

2011-04-29 Thread Chris Ball
Hi, I'll be in Uruguay for OLPC from May 1st to May 10th. I'll be online there but won't have as much time to reply to list mail as usual -- I'll catch up on mail properly after I get back. I'm going to push the changes below to Linus early next week (after some more time in -next), and I'll

Re: cjb traveling May 1 - May 10

2011-04-29 Thread Andrei Warkentin
Hi Chris, On Fri, Apr 29, 2011 at 3:35 PM, Chris Ball c...@laptop.org wrote: Hi, I'll be in Uruguay for OLPC from May 1st to May 10th.  I'll be online there but won't have as much time to reply to list mail as usual -- I'll catch up on mail properly after I get back. I'm going to push the

[PATCH] mmc: sdhci: Conditionalize regulator_get() on CONFIG_REGULATOR

2011-04-29 Thread Chris Ball
The regulator subsystem provides stubbed out versions of its calls that are always present (so that they can be used without needing #ifdefs). But the regulator_get() stub always returns an error value according to IS_ERR(), which leads sdhci to print messages like mmc0: no vmmc regulator found on