Re: [PATCH 1/2] mmc: sdhci: Check card status after reset

2019-10-03 Thread Ulf Hansson
On Wed, 4 Sep 2019 at 18:46, Raul E Rangel wrote: > > In sdhci_do_reset we call the reset callback which is typically > sdhci_reset. sdhci_reset can wait for up to 100ms waiting for the > controller to reset. If SDHCI_RESET_ALL was passed as the flag, the > controller will clear the IRQ mask. If d

Re: [PATCH 1/2] mmc: sdhci: Check card status after reset

2019-09-23 Thread Raul Rangel
On Mon, Sep 23, 2019 at 03:31:59PM +0300, Adrian Hunter wrote: > Should have Acked this ages ago, sorry :-( > > Acked-by: Adrian Hunter Thanks, and no worries :) Ulf, The patch set is ready to merge now :)

Re: [PATCH 1/2] mmc: sdhci: Check card status after reset

2019-09-23 Thread Adrian Hunter
On 4/09/19 7:46 PM, Raul E Rangel wrote: > In sdhci_do_reset we call the reset callback which is typically > sdhci_reset. sdhci_reset can wait for up to 100ms waiting for the > controller to reset. If SDHCI_RESET_ALL was passed as the flag, the > controller will clear the IRQ mask. If during that 1

Re: [PATCH 1/2] mmc: sdhci: Check card status after reset

2019-09-19 Thread Raul Rangel
Pinging the patch set to make sure it's not forgotten :) Thanks

[PATCH 1/2] mmc: sdhci: Check card status after reset

2019-09-04 Thread Raul E Rangel
In sdhci_do_reset we call the reset callback which is typically sdhci_reset. sdhci_reset can wait for up to 100ms waiting for the controller to reset. If SDHCI_RESET_ALL was passed as the flag, the controller will clear the IRQ mask. If during that 100ms the card is removed there is no notification