Re: [PATCH] mmc: sdhci: fix card presence logic in sdhci_request function

2015-03-13 Thread Ulf Hansson
On 10 March 2015 at 19:35, Scott Branden wrote: > The sdhci_request function should consider a non-removable device > always present. > Call the correct logic already available in sdhci_do_get_cd function. > > This fixes some logic paths where MMC requests are being made to > non-removable devices

[PATCH] mmc: sdhci: fix card presence logic in sdhci_request function

2015-03-10 Thread Scott Branden
The sdhci_request function should consider a non-removable device always present. Call the correct logic already available in sdhci_do_get_cd function. This fixes some logic paths where MMC requests are being made to non-removable devices that do not have the card detect pin connected on the hardw