omap_hsmmc: try to avoid reading the card too early
authorGrazvydas Ignotas <notasas@gmail.com>
Sun, 22 May 2016 22:41:02 +0000 (01:41 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 3 Jul 2016 00:23:25 +0000 (03:23 +0300)
commitff4ec2e4369969233274410391e27d719db3d7e2
tree7badc0003d69d38ecc90a0d35545f523648ea9ca
parent54870df3b8017ed996ad21f6207d6bc7784cbcb0
omap_hsmmc: try to avoid reading the card too early

Pandora's SD sockets have card detect that triggers way before the card
is fully inserted, so sometimes the commands start before card has finished
moving and got locked in it's place. Try to delay more to deal with it.
drivers/mmc/host/omap_hsmmc.c