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

2010-09-27 Thread Samuel Ortiz
On Sun, Sep 26, 2010 at 12:46:06PM +0100, Matt Fleming wrote: > On Thu, Sep 23, 2010 at 08:11:26PM +0100, Ian Molton wrote: > > If its not already gone through... > > > > Acked-by: Ian Molton > > Cheers Ian. > > I think Sam applied this patch but was waiting for your Acked-by. Correct. I'll add

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

2010-09-26 Thread Matt Fleming
On Thu, Sep 23, 2010 at 08:11:26PM +0100, Ian Molton wrote: > If its not already gone through... > > Acked-by: Ian Molton Cheers Ian. I think Sam applied this patch but was waiting for your Acked-by. -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a messag

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

2010-09-23 Thread Ian Molton
If its not already gone through... Acked-by: Ian Molton -- Ian Molton Linux, Automotive, and other hacking: http://www.mnementh.co.uk/ On 30 August 2010 11:50, Matt Fleming wrote: > From: Yusuke Goda > > Adjust the tmio_mmc block size check to accept 2-byte requests in 4-bit > mode if the

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

2010-09-10 Thread Matt Fleming
On Fri, Sep 10, 2010 at 06:58:23PM +0200, Samuel Ortiz wrote: > > As I'm carrying Arnd patches through my MFD tree, I'm also taking this one. > I applied it while we're waiting for Ian to comment on it. Sounds good, thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in

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

2010-09-10 Thread Samuel Ortiz
Hi Matt, On Mon, Aug 30, 2010 at 11:50:19AM +0100, Matt Fleming wrote: > From: Yusuke Goda > > Adjust the tmio_mmc block size check to accept 2-byte requests in 4-bit > mode if the hardware supports it. > > Tested with the SDHI hardware block included in sh7724. > > Signed-off-by: Yusuke Goda

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

2010-09-05 Thread Matt Fleming
On Mon, Aug 30, 2010 at 11:50:19AM +0100, Matt Fleming wrote: > From: Yusuke Goda > > Adjust the tmio_mmc block size check to accept 2-byte requests in 4-bit > mode if the hardware supports it. > > Tested with the SDHI hardware block included in sh7724. Ian, have you had a chance to test this y

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

2010-08-31 Thread Magnus Damm
Hi Matt, On Mon, Aug 30, 2010 at 7:50 PM, Matt Fleming wrote: > From: Yusuke Goda > > Adjust the tmio_mmc block size check to accept 2-byte requests in 4-bit > mode if the hardware supports it. > > Tested with the SDHI hardware block included in sh7724. > > Signed-off-by: Yusuke Goda > Signed-o

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

2010-08-30 Thread Arnd Hannemann
Hi, Am 30.08.2010 12:50, schrieb Matt Fleming: > From: Yusuke Goda > > Adjust the tmio_mmc block size check to accept 2-byte requests in > 4-bit mode if the hardware supports it. > > Tested with the SDHI hardware block included in sh7724. > > Signed-off-by: Yusuke Goda > Signed-off-by: Matt Flem

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

2010-08-30 Thread Matt Fleming
From: Yusuke Goda Adjust the tmio_mmc block size check to accept 2-byte requests in 4-bit mode if the hardware supports it. Tested with the SDHI hardware block included in sh7724. Signed-off-by: Yusuke Goda Signed-off-by: Matt Fleming --- Andrew, I've added some code to Yusuke's original pat