[PATCH] sdio: add quirk to clamp byte mode transfer

2010-01-26 Thread Nicolas Pitre
From: Bing Zhao Some SDIO cards expect byte transfers not to exceed the configured block transfer size. Add a quirk to that effect. Signed-off-by: Bing Zhao Signed-off-by: Nicolas Pitre --- Patches to make use of this quirk will be sent separately. diff --git a/drivers/mmc/core/sdio_io.c b

sdio irq hack for omap_hsmmc.c (was: Re: [PATCH] OMAP35xx:SDIO IRQ Support for OMAP35xx)

2010-01-26 Thread John Rigby
Attached is a hacked omap_hsmmc.c which works with libertas on my board (very similar to beagle). This is not intended to be a solution but points in the direction of the problem. I ripped out the CONFIG_PM code and turned off all the enable/disable stuff. I also explicitly turn on the fclk at p

[PATCH] mxcmmc: fixed max_seg_size value on initialization.

2010-01-26 Thread Vladimir Zapolskiy
Signed-off-by: Vladimir Zapolskiy Cc: Sascha Hauer Cc: Pierre Ossman --- drivers/mmc/host/mxcmmc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/host/mxcmmc.c b/drivers/mmc/host/mxcmmc.c index 60a2b69..faa7b76 100644 --- a/drivers/mmc/host/mxcmmc.c +++ b/