commit | bf9dbf50b1a3a8af3c72dc722bfb0137dda873f7 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Thu Mar 31 14:19:56 2016 -0700 |
committer | Eric Anholt <eric@anholt.net> | Mon Apr 04 11:03:07 2016 -0700 |
tree | d9270f416cd40b87dddf8012fb0ebf16db1fe385 | |
parent | 54fff103fd9b8312e8cb958dda3a0dc9d0793086 [diff] |
ARM: bcm2835: Switch BCM2835 to sdhci-iproc.c for MMC This approximately triples write performance for the SD card. My card is too full of important data to collect very reliable numbers, but I see 271.361% +/- 166.742% improvement (n=3 before, 6 after), for 'dd if=/dev/zero of=/boot/asdf bs=1M count=3 oflag=dsync,direct'. Read performance appears to be unaffected. Signed-off-by: Eric Anholt <eric@anholt.net> Acked-by: Stephen Warren <swarren@wwwdotorg.org>