commit | 71dd9106af54de0f758875fa4b595af42a327448 | [log] [tgz] |
---|---|---|
author | Sahitya Tummala <stummala@codeaurora.org> | Wed Dec 08 15:03:06 2010 +0530 |
committer | David Brown <davidb@codeaurora.org> | Mon Dec 20 12:28:31 2010 -0800 |
tree | c695aa16ad30d59cb04a0f3dd7073a0a196df957 | |
parent | b08bb35d1a5ee5426198eb3a2861008c2e9e6fc4 [diff] |
mmc: msm_sdcc: Fix bug in PIO mode when data size is not word aligned The current code for PIO doesn't transfer whole data when data size is not in multiple of 4 bytes. The last few bytes are not written to the card resulting in no DATAEND interrupt from SDCC. This patch allows data transfer for non-aligned data size in PIO mode. Signed-off-by: Sahitya Tummala <stummala@codeaurora.org> Signed-off-by: David Brown <davidb@codeaurora.org>