Re: [U-Boot] [PATCH 1/2] mmc: bcm2835_sdhci: Speed up mmc writes.

2017-04-06 Thread Simon Glass
On 2 April 2017 at 02:24, Alex Deymo wrote: > From: Jocelyn Bohr > > 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

[U-Boot] [PATCH 1/2] mmc: bcm2835_sdhci: Speed up mmc writes.

2017-04-04 Thread Alex Deymo
From: Jocelyn Bohr 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 --- drivers/mmc/bcm2835_sdhci.c | 8 ++-- 1 file cha