- Chris and LKML,

On 28 August 2015 at 02:38, LIYONG <sdliy...@gmail.com> wrote:
> Hi Uffe,
>
> Since Reliable Write depends on the CMD23. I think we need to disable 
> Reliable Write if the card does not support CMD23(due to performance impact 
> issue), so I add this patch.
>
> Do you think we still need to enable Reliable Write even if the card does not 
> support CMD23?

MMC_QUIRK_BLK_NO_CMD23 does *not* tell us whether the card support
CMD23. Instead it tells us that the card may suffer a bit from
performance point of view while using the "CMD23 way" to send
requests.

Now, as reliable write needs to be sent in the "CMD23-way", then
that's what we need to do - no matter of MMC_QUIRK_BLK_NO_CMD23.

[...]

Kind regards
Uffe
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to