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)
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

Simple merge