Re: [U-Boot] [PATCH] mmc: Handle switch error status bit in MMC card status

2014-04-17 Thread Gabbasov, Andrew
Hi Pantelis, > From: Gabbasov, Andrew > Sent: Thursday, April 03, 2014 13:32 > To: Pantelis Antoniou > Cc: u-boot@lists.denx.de > Subject: RE: [U-Boot] [PATCH] mmc: Handle switch error status bit in MMC card > status > > Hi Panteli

Re: [U-Boot] [PATCH] mmc: Handle switch error status bit in MMC card status

2014-04-03 Thread Gabbasov, Andrew
Hi Pantelis, > From: Pantelis Antoniou [pa...@antoniou-consulting.com] > Sent: Wednesday, April 02, 2014 14:14 > To: Gabbasov, Andrew > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] mmc: Handle switch error status bit in MMC card > status > > Hi Andrew, &g

Re: [U-Boot] [PATCH] mmc: Handle switch error status bit in MMC card status

2014-04-02 Thread Pantelis Antoniou
Hi Andrew, In general looks good; only a small nag. On Mar 24, 2014, at 9:39 AM, Andrew Gabbasov wrote: > MMC switch command for unsupported feature (e.g. bus width) sets a switch > error bit in card status. This bit should be checked, and, if it's set, > no access with new controller settings s

[U-Boot] [PATCH] mmc: Handle switch error status bit in MMC card status

2014-03-24 Thread Andrew Gabbasov
MMC switch command for unsupported feature (e.g. bus width) sets a switch error bit in card status. This bit should be checked, and, if it's set, no access with new controller settings should be performed. Signed-off-by: Andrew Gabbasov --- drivers/mmc/mmc.c |4 +++- include/mmc.h |2