u-boot/drivers
Marek Vasut c421756879 mmc: Do not poll using CMD13 when changing timing
When using CMD6 to switch eMMC card timing from HS200/HS400 to HS/legacy,
do not poll for the completion status using CMD13, but rather wait 50mS.

Once the card receives the CMD6 and starts executing it, the bus is in
undefined state until both the card finishes executing the command and
until the controller switches the bus to matching timing configuration.
During this time, it is not possible to transport any commands or data
across the bus, which includes the CMD13.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Jaehoon Chung <jh80.chung@samsung.com>
(cherry picked from commit 5dbade95cb7ebc1f3a309b00430ebf2b466d7aba)
Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
2019-03-19 11:19:42 +08:00
..
adc
ata MLK-20356-2 dwc_ahsata: Fix incorrect free 2018-11-14 02:02:10 -08:00
bios_emulator
block
bootcount
clk
core MLK-20945-2 dm: device: Check the power up result in probe 2019-02-19 00:46:36 -08:00
cpu
crypto MA-13969 Fix CAAM build warnings 2019-01-21 17:50:48 +08:00
ddr MLK-20394 imx8mq: Update the ddrc QoS setting for B1 chip 2018-11-20 18:21:35 +08:00
demo
dfu
dma
firmware
fpga
gpio MLK-20655-1 mxc_gpio: Fix non-DM driver issue for iMX8 platforms 2018-12-26 01:25:41 -08:00
i2c MLK-20945-3 imx_virt_i2c: Add DM_FLAG_IGNORE_POWER_ON flag 2019-02-19 00:46:36 -08:00
input
led
mailbox
memory
misc MLK-20886-1 misc: MU: Add MU driver to communicate with M4 2019-02-12 06:56:21 -08:00
mmc mmc: Do not poll using CMD13 when changing timing 2019-03-19 11:19:42 +08:00
mtd MLK-20962: Support legacy full id NAND in SPL 2019-02-22 09:55:31 -06:00
net
nvme
pch
pci MLK-19194 PCI: imx: disable the ltssm when link is down in uboot 2018-08-10 17:14:01 +08:00
pcmcia
phy
pinctrl MLK-20886-9 pinctrl-scu: Check the pad partition before set pinmux 2019-02-12 06:56:32 -08:00
power MLK-20958-2 imx8: Replace SC_R_LAST with SC_R_NONE in DTB 2019-03-11 13:41:58 +02:00
pwm
qe
ram
remoteproc
reset
rtc
scsi
serial MA-14370 [coverity] Buffer not null terminated 2019-03-14 17:24:18 +08:00
soc
sound
spi MA-14322 [coverity] Uninitialized scalar variable 2019-03-14 17:24:13 +08:00
spmi
sysreset
thermal MLK-21019 TMU: Check the TEMP range for iMX8MM 2019-03-03 17:39:44 -08:00
timer
tpm
usb MA-14379 [coverity] Resource leak (RESOURCE_LEAK) 2019-03-14 17:24:21 +08:00
video MLK-21045 iMX8QM: Need to change u-boot HDMI TX clocks 2019-03-05 07:11:11 -06:00
watchdog
Kconfig
Makefile