Re: [PATCH] mmc: dw_mmc: move host->data_offset init earlier

2013-03-22 Thread Chris Ball
Hi, On Tue, Mar 12 2013, James Hogan wrote: > host->data_offset is initialised at the end of the probe function > depending on the VERID register, and is used for PIO operations. Move > this initialisation earlier, before IRQs or slots are initialised, to be > sure that PIO won't occur prior to ho

RE: [PATCH] mmc: dw_mmc: move host->data_offset init earlier

2013-03-13 Thread Seungwon Jeon
On Tuesday, March 12, 2013, James Hogan wrote: > host->data_offset is initialised at the end of the probe function > depending on the VERID register, and is used for PIO operations. Move > this initialisation earlier, before IRQs or slots are initialised, to be > sure that PIO won't occur prior to

Re: [PATCH] mmc: dw_mmc: move host->data_offset init earlier

2013-03-12 Thread Jaehoon Chung
Hi James, There is no reason that can't change the verid check position. So this patch looks good to me. Acked-by: Jaehoon Chung Best Regards, Jaehoon Chung On 03/12/2013 07:43 PM, James Hogan wrote: > host->data_offset is initialised at the end of the probe function > depending on the VERID r