commit | 8635ff9e999071cbfaef50ec4d631e60e8de23d3 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Thu Mar 15 18:41:35 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu Mar 29 07:56:39 2012 +0200 |
tree | 0fa465685cdc14410bfd858ab2f1ce19487907e7 | |
parent | 6b9408edd3f6af6e91bcc0eebd4aedc0aca28934 [diff] |
MMC: Implement generic bounce buffer This implements generic bounce buffer at the end of MMC command submission chain. Therefore if unaligned data are passed, they are copied. This stuff should be pushed down into the MMC subsystem to squash all places generating these unaligned data. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Andy Fleming <afleming@gmail.com>