Re: [PATCH] tmio_mmc: Allow 2 byte requests in 4-bit mode

2010-08-20 Thread Magnus Damm
On Sat, Aug 21, 2010 at 12:06 AM, Arnd Hannemann wrote: > Am 20.07.2010 09:52, schrieb Yusuke Goda: >> Adjust the tmio_mmc block size check to accept 2-byte requests in >> 4-bit mode. Tested with the SDHI hardware block included in sh7724. >> >> Signed-off-by: Yusuke Goda > > Tested on AP4EVB (sh

Re: [PATCH] tmio_mmc: Allow 2 byte requests in 4-bit mode

2010-08-20 Thread Magnus Damm
On Tue, Jul 27, 2010 at 5:05 PM, Magnus Damm wrote: >> On 23 July 2010 12:05, Magnus Damm wrote: >>> 2010/7/20 Yusuke Goda : Adjust the tmio_mmc block size check to accept 2-byte requests in 4-bit mode. Tested with the SDHI hardware block included in sh7724. Signed-off-b

Re: [PATCH] tmio_mmc: Allow 2 byte requests in 4-bit mode

2010-08-20 Thread Arnd Hannemann
Hi, Am 20.07.2010 09:52, schrieb Yusuke Goda: > Adjust the tmio_mmc block size check to accept 2-byte requests in > 4-bit mode. Tested with the SDHI hardware block included in sh7724. > > Signed-off-by: Yusuke Goda Tested on AP4EVB (sh7372) with SDHC and MMC cards - no regression. Tested-by: Ar

Re: [PATCH] tmio_mmc: Allow 2 byte requests in 4-bit mode

2010-07-27 Thread Magnus Damm
> On 23 July 2010 12:05, Magnus Damm wrote: >> 2010/7/20 Yusuke Goda : >>> Adjust the tmio_mmc block size check to accept 2-byte requests in 4-bit >>> mode. >>> Tested with the SDHI hardware block included in sh7724. >>> >>> Signed-off-by: Yusuke Goda >> >> With this patch applied I can use SDIO

Re: [PATCH] tmio_mmc: Allow 2 byte requests in 4-bit mode

2010-07-27 Thread Ian Molton
This change needs to be modified to test what hardware is present. this wont work on my hardware TTBOMK. -- Ian Molton Linux, Automotive, and other hacking: http://www.mnementh.co.uk/ On 23 July 2010 12:05, Magnus Damm wrote: > 2010/7/20 Yusuke Goda : >> Adjust the tmio_mmc block size check t

Re: [PATCH] tmio_mmc: Allow 2 byte requests in 4-bit mode

2010-07-23 Thread Magnus Damm
2010/7/20 Yusuke Goda : > Adjust the tmio_mmc block size check to accept 2-byte requests in 4-bit mode. > Tested with the SDHI hardware block included in sh7724. > > Signed-off-by: Yusuke Goda With this patch applied I can use SDIO cards in polling mode with the tmio-mmc driver. Tested with the S

[PATCH] tmio_mmc: Allow 2 byte requests in 4-bit mode

2010-07-20 Thread Yusuke Goda
Adjust the tmio_mmc block size check to accept 2-byte requests in 4-bit mode. Tested with the SDHI hardware block included in sh7724. Signed-off-by: Yusuke Goda --- drivers/mmc/host/tmio_mmc.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/host/tmio_mmc.c