commit | 4db2b61fcf206cb45753cd1f988a9b0aad92b561 | [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 | c86c0155dcfbb02ce92c4d7245ffdf6fa904fbee [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>