Re: [U-Boot] [PATCH] fsl_esdhc: fix PIO mode transfers

2012-01-08 Thread Andy Fleming
On Fri, Dec 23, 2011 at 12:30 PM, Ira W. Snyder wrote: > The pointer to the registers used to control the Freescale ESDHC MMC > controller is not initialized correctly when using PIO mode. This is > fixed by initializing the pointer in the same way as all other sites > within the driver. > > Exami

[U-Boot] [PATCH] fsl_esdhc: fix PIO mode transfers

2011-12-23 Thread Ira W. Snyder
The pointer to the registers used to control the Freescale ESDHC MMC controller is not initialized correctly when using PIO mode. This is fixed by initializing the pointer in the same way as all other sites within the driver. Examining the commit history shows that this was broken at introduction