Re: [U-Boot] [PATCH] tegra2: mmc: Enable card-detect for all interfaces.

2011-11-22 Thread Thierry Reding
* Stephen Warren wrote: > On 11/21/2011 01:35 AM, Thierry Reding wrote: > > This commit drops the interface check for card-detection and leaves it > > up to the board whether or not a card-detect GPIO is connected. Also, > > the version field of struct mmc is only valid after the slot has been > >

Re: [U-Boot] [PATCH] tegra2: mmc: Enable card-detect for all interfaces.

2011-11-21 Thread Stephen Warren
On 11/21/2011 01:35 AM, Thierry Reding wrote: > This commit drops the interface check for card-detection and leaves it > up to the board whether or not a card-detect GPIO is connected. Also, > the version field of struct mmc is only valid after the slot has been > probed successfully, so depending

[U-Boot] [PATCH] tegra2: mmc: Enable card-detect for all interfaces.

2011-11-21 Thread Thierry Reding
This commit drops the interface check for card-detection and leaves it up to the board whether or not a card-detect GPIO is connected. Also, the version field of struct mmc is only valid after the slot has been probed successfully, so depending on that information sort of defeats the purpose of car