Re: [U-Boot] [PATCH v2] mmc: add host_caps checking avoid switch card improperly

2011-11-28 Thread Macpaul Lin
Hi Andy and Wolfgang, 2011/11/28 Wolfgang Denk > Dear Macpaul Lin, > > In message omzns+maj+...@mail.gmail.com> you wrote: > > > > Please drop these multiple mails which are the same. > > I'll delete them in patchworks and left the only one patch v2 of this > patch > > which should be correct.

Re: [U-Boot] [PATCH v2] mmc: add host_caps checking avoid switch card improperly

2011-11-28 Thread Wolfgang Denk
Dear Macpaul Lin, In message you wrote: > > Please drop these multiple mails which are the same. > I'll delete them in patchworks and left the only one patch v2 of this patch > which should be correct. But you've sent a V3, too ??? Best regards, Wolfgang Denk -- DENX Software Engineering G

Re: [U-Boot] [PATCH v2] mmc: add host_caps checking avoid switch card improperly

2011-11-28 Thread Macpaul Lin
Hi Andy 2011/11/28 Macpaul Lin > Add a host capability checking to avoid the mmc stack > switch the card to HIGHSPEED mode when the card supports > HIGHSPEED while the host doesn't. > > This patch avoid furthur transaction problem when the > mmc/sd card runs different mode to the host. > > Signe

[U-Boot] [PATCH v2] mmc: add host_caps checking avoid switch card improperly

2011-11-28 Thread Macpaul Lin
Add a host capability checking to avoid the mmc stack switch the card to HIGHSPEED mode when the card supports HIGHSPEED while the host doesn't. This patch avoid furthur transaction problem when the mmc/sd card runs different mode to the host. Signed-off-by: Macpaul Lin --- Changes for v2: - R

[U-Boot] [PATCH v2] mmc: add host_caps checking avoid switch card improperly

2011-11-28 Thread Macpaul Lin
Add a host capability checking to avoid the mmc stack switch the card to HIGHSPEED mode when the card supports HIGHSPEED while the host doesn't. This patch avoid furthur transaction problem when the mmc/sd card runs different mode to the host. Signed-off-by: Macpaul Lin --- Changes for v2: - R

[U-Boot] [PATCH v2] mmc: add host_caps checking avoid switch card improperly

2011-11-28 Thread Macpaul Lin
Add a host capability checking to avoid the mmc stack switch the card to HIGHSPEED mode when the card supports HIGHSPEED while the host doesn't. This patch avoid furthur transaction problem when the mmc/sd card runs different mode to the host. Signed-off-by: Macpaul Lin Changes for v2: - Repl