Re: [PATCH] mmc: sdhci-msm: Do not reset the controller if no card in the slot

2016-07-23 Thread Ulf Hansson
On 24 June 2016 at 18:24, Georgi Djakov wrote: > The controller does not clear the "reset bit" when it is reset without > a card in the slot. Because of this, the following error message is seen > while booting with no plugged SD card. > > mmc1: Reset 0x1 never completed. > > Add the SDHCI_QUIRK_N

Re: [PATCH] mmc: sdhci-msm: Do not reset the controller if no card in the slot

2016-07-20 Thread Adrian Hunter
On 18/07/16 20:46, Bjorn Andersson wrote: > On Fri 24 Jun 09:24 PDT 2016, Georgi Djakov wrote: > >> The controller does not clear the "reset bit" when it is reset without >> a card in the slot. Because of this, the following error message is seen >> while booting with no plugged SD card. >> >> mmc

Re: [PATCH] mmc: sdhci-msm: Do not reset the controller if no card in the slot

2016-07-18 Thread Bjorn Andersson
On Fri 24 Jun 09:24 PDT 2016, Georgi Djakov wrote: > The controller does not clear the "reset bit" when it is reset without > a card in the slot. Because of this, the following error message is seen > while booting with no plugged SD card. > > mmc1: Reset 0x1 never completed. > > Add the SDHCI_Q

[PATCH] mmc: sdhci-msm: Do not reset the controller if no card in the slot

2016-06-24 Thread Georgi Djakov
The controller does not clear the "reset bit" when it is reset without a card in the slot. Because of this, the following error message is seen while booting with no plugged SD card. mmc1: Reset 0x1 never completed. Add the SDHCI_QUIRK_NO_CARD_NO_RESET quirk to avoid this. Signed-off-by: Ivan T.