uboot/drivers
Łukasz Majewski 4d58e10e3e mmc: dw_mmc: Increase timeout to 4 minutes (as in Linux kernel)
The commit: d9dbb97be0
"mmc: dw_mmc: Zap endless timeout" removed endless loop waiting for end
of dw mmc transfer.

For some workloads - dfu test @ Odroid XU3 (sending 8MiB file) -
and SD cards (e.g. MicroSD Kingston 4GiB, Adata 4GiB)
the default timeout is to short.

The new value - 4 minutes (240 seconds) - is the same as the one used in
Linux kernel driver. Such fix should be good enough until we come up
with better fix for this issue.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Pantelis Antoniou <panto@antoniou-consulting.com>
Cc: Tom Rini <trini@konsulko.com>
Tested-by: Przemyslaw Marczak <p.marczak@samsung.com>
2015-09-28 11:03:56 -04:00
..
bios_emulator biosemu: Do not free vga_info->BIOSImage when it is 0xc0000 2015-04-29 18:51:49 -06:00
block Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header 2015-09-11 17:15:20 -04:00
bootcount
clk
core fdt: add new fdt address parsing functions 2015-09-15 07:57:13 -06:00
cpu
crypto
ddr bitops: introduce BIT() definition 2015-09-11 17:15:32 -04:00
demo
dfu dfu: mmc: buffer file reads too 2015-09-11 17:15:23 -04:00
dma
fpga
gpio Merge branch 'rmobile' of git://git.denx.de/u-boot-sh 2015-09-13 17:25:16 -04:00
hwmon
i2c arm: Remove unused ST-Ericsson u8500 arch 2015-09-15 15:05:21 -04:00
input
led
memory
misc driver: misc: correct Kconfig entry 2015-09-11 14:05:34 -04:00
mmc mmc: dw_mmc: Increase timeout to 4 minutes (as in Linux kernel) 2015-09-28 11:03:56 -04:00
mtd mtd: nand: mxs check maximum ecc that platfrom supports 2015-09-20 09:59:54 +02:00
net drivers/net/vsc9953: Add GPL-2.0+ SPDX-License-Identifier 2015-09-21 08:29:48 -07:00
pci dm: pci: Add an inline API to test if a device is on a PCI bus 2015-09-16 19:53:52 -06:00
pcmcia
pinctrl ARM: uniphier: rename CONFIG_MACH_* to CONFIG_ARCH_UNIPHIER_* 2015-09-25 00:27:53 +09:00
power
pwm
qe
ram
rtc
serial arm: Remove unused ST-Ericsson u8500 arch 2015-09-15 15:05:21 -04:00
soc
sound
spi bitops: introduce BIT() definition 2015-09-11 17:15:32 -04:00
thermal thermal: imx_thermal: Do not print on error 2015-09-13 10:49:21 +02:00
tpm
twserial
usb arm: Remove unused ST-Ericsson u8500 arch 2015-09-15 15:05:21 -04:00
video bitops: introduce BIT() definition 2015-09-11 17:15:32 -04:00
watchdog imx: wdog: correct wcr register settings 2015-09-20 09:39:35 +02:00
Kconfig
Makefile