• P
    sdhci: use PIO when DMA can't satisfy the request · c9fddbc4
    Pierre Ossman 提交于
    Some controllers have been designed on the assumption that all transfers
    will be 32-bit aligned, both in start address and in size. This is not a
    guarantee the SDHCI specification provides and not one we can provide.
    
    Revert back to PIO for individual requests in order to work around the
    hardware bug.
    Signed-off-by: NPierre Ossman <drzeus@drzeus.cx>
    c9fddbc4
sdhci.h 5.9 KB