RE: [PATCH] mmc: align data size for host which only supports power-of-2 block

From: Cai, Cliff
Date: Tue Apr 07 2009 - 04:32:16 EST




>-----Original Message-----
>From: Pierre Ossman [mailto:drzeus-mmc@xxxxxxxxx]
>Sent: Monday, April 06, 2009 3:09 AM
>To: Cai, Cliff
>Cc: Bryan Wu; linux-kernel@xxxxxxxxxxxxxxx
>Subject: Re: [PATCH] mmc: align data size for host which only
>supports power-of-2 block
>
>On Thu, 26 Mar 2009 10:22:54 +0800
>"Cai, Cliff" <Cliff.Cai@xxxxxxxxxx> wrote:
>
>> >
>> >mmc_align_data_size() shouldn't be adjusting the size to
>something it
>> >can easily determine that it's invalid.
>>
>> Should I create a new function to do the power-of-2 adjustment?
>> Or any ideal way to do it?
>
>That function is the correct place. My point was that we need
>to check after the adjustment that we didn't violate any of
>the other restrictions the driver has set. If we do, we should
>just return the original value.

What are other restrictions?I don't see any other restrictions on data
size in current host driver
Except 4 byte alignment.


>> Otherwise,the SDH almost can't be used as sdio host.
>
>Unfortunately I think this controller will be very unsuitable
>as an SDIO controller anyway with that restriction.

Yes,But since we need to support some SDIO devices according to our
customers'
Requests ,I think we have no other choice of this.


Thanks

Cliff
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/