Re: [PATCH v4 4/4] mmc: dw_mmc: Set timeout to max upon resume

2013-08-06 Thread Tomasz Figa
On Tuesday 06 of August 2013 14:37:51 Doug Anderson wrote: > The TMOUT register is initted to 0x at probe time but isn't > initted after suspend/resume. Add an init of this value. > > No problems were observed without this (it will also get initted in > __dw_mci_start_request if there is

[PATCH v4 4/4] mmc: dw_mmc: Set timeout to max upon resume

2013-08-06 Thread Doug Anderson
The TMOUT register is initted to 0x at probe time but isn't initted after suspend/resume. Add an init of this value. No problems were observed without this (it will also get initted in __dw_mci_start_request if there is data to send), but it makes the register dump before and after suspen