[U-Boot] [PATCH] mmc:fix: Set mmc width according to MMC host capabilities

2012-03-13 Thread Lukasz Majewski
This patch sets the MMC width according to the MMC host capabilities. It turned out, that there are some targets (e.g. GONI), which are able to read data from SPI only at 4 bit mode. This patch restricts the width number according to the MMC host. Signed-off-by: Lukasz Majewski Signed-off-by: Kyu

Re: [U-Boot] [PATCH] mmc:fix: Set mmc width according to MMC host capabilities

2012-03-26 Thread Lukasz Majewski
Hi Andy, > This patch sets the MMC width according to the MMC host capabilities. > It turned out, that there are some targets (e.g. GONI), which are able > to read data from SPI only at 4 bit mode. > This patch restricts the width number according to the MMC host. > > Signed-off-by: Lukasz Majews

Re: [U-Boot] [PATCH] mmc:fix: Set mmc width according to MMC host capabilities

2012-04-02 Thread Lukasz Majewski
Hi Andy, > Hi Andy, > > > This patch sets the MMC width according to the MMC host > > capabilities. It turned out, that there are some targets (e.g. > > GONI), which are able to read data from SPI only at 4 bit mode. > > This patch restricts the width number according to the MMC host. > > > > Si