commit | 54c28d46cc8fa0acad25833792717d4c932fc3d1 | [log] [tgz] |
---|---|---|
author | Jocelyn Bohr <bohr@google.com> | Sun Apr 02 01:24:33 2017 -0700 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Fri Apr 14 15:23:03 2017 +0900 |
tree | c2133ee2a5c41d2bbc9ed9aa4305e4d0c8368473 | |
parent | 7a7a64c0b4ec22984297b85906205fae7dcccce1 [diff] |
mmc: bcm2835_sdhci: Speed up mmc writes. The linux kernel driver for this module does not use a delay when writing to the SDHCI_BUFFER register. This patch mimics that behavior in order to speed up the mmc writes on the Raspberry Pi. Signed-off-by: Alex Deymo <deymo@google.com> Reviewed-by: Simon Glass <sjg@chromium.org>