Ian Lepore
8775ab4589
Increase the wait time for acquiring the bus from 10 to 250ms.
...
Normally it never needs to wait here at all; waiting is done at the end
of the prior command. When doing a crash dump, the normal interrupt
mechanism isn't used; instead the interrupt handler is called repeatedly
in a polling-like manner. This can subvert hardware-specific drivers
and lead to trying to start a new command while the previous command is
still busy on the bus. Since the SD spec says the longest a card can
take to execute any command is 250ms, use that as a timeout.
2014-02-15 17:59:32 +00:00
..
2014-02-14 15:18:37 +00:00
2014-02-15 17:55:35 +00:00
2014-02-15 17:19:55 +00:00
2013-09-05 00:09:56 +00:00
2014-02-06 03:54:58 +00:00
2014-02-08 05:35:36 +00:00
2014-01-30 18:04:39 +00:00
2014-02-15 04:53:04 +00:00
2014-01-16 13:42:14 +00:00
2013-11-23 00:28:18 +00:00
2014-02-15 17:59:32 +00:00
2014-02-15 11:42:56 +00:00
2014-02-08 05:17:49 +00:00
2014-02-14 15:18:37 +00:00
2014-01-20 18:37:35 +00:00
2014-02-14 23:19:51 +00:00
2013-11-29 20:14:26 +00:00
2014-02-14 05:25:15 +00:00
2014-02-15 04:53:04 +00:00
2014-02-15 07:57:01 +00:00
2014-01-16 13:44:47 +00:00
2013-10-26 17:58:36 +00:00
2014-01-09 15:31:44 +00:00
2014-02-09 08:13:17 +00:00
2014-02-13 19:09:04 +00:00
2013-11-11 13:19:55 +00:00
2013-10-26 17:58:36 +00:00
2013-10-26 18:18:50 +00:00
2014-02-15 12:25:01 +00:00
2013-11-08 08:44:09 +00:00
2013-12-30 20:23:15 +00:00
2013-12-07 23:05:59 +00:00
2013-12-23 08:43:16 +00:00
2013-09-06 23:14:31 +00:00
2014-01-18 23:24:51 +00:00
2014-01-28 22:02:29 +00:00
2014-02-11 22:02:40 +00:00
2014-02-05 23:13:40 +00:00
2014-02-14 11:18:15 +00:00
2014-02-04 00:00:01 +00:00
2013-12-25 20:10:17 +00:00
2014-02-12 04:30:37 +00:00
2014-02-14 08:42:39 +00:00
2014-02-06 13:28:06 +00:00
2013-11-26 08:46:27 +00:00
2013-12-30 17:04:24 +00:00
2014-02-14 17:47:18 +00:00
2014-02-12 04:30:37 +00:00
2013-10-18 17:06:13 +00:00
2013-12-30 08:36:17 +00:00