Skip to content
Snippets Groups Projects
Select Git revision
0 results

mmc.c

Forked from Reform / reform-boundary-uboot
Loading
  • Marek Vasut's avatar
    8635ff9e
    MMC: Implement generic bounce buffer · 8635ff9e
    Marek Vasut authored
    
    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: default avatarMarek Vasut <marex@denx.de>
    Cc: Andy Fleming <afleming@gmail.com>
    8635ff9e
    History
    MMC: Implement generic bounce buffer
    Marek Vasut authored
    
    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: default avatarMarek Vasut <marex@denx.de>
    Cc: Andy Fleming <afleming@gmail.com>