Re: [PATCH] mmc: spi: Fix card detection during probe

2019-02-26 Thread Jonathan Neuschäfer
On Tue, Feb 26, 2019 at 09:18:06AM +0100, Ulf Hansson wrote: > On Sun, 10 Feb 2019 at 18:31, Jonathan Neuschäfer > wrote: > > > > When using the mmc_spi driver with a card-detect pin, I noticed that the > > card was not detected immediately after probe, but only after it was > > unplugged and plu

Re: [PATCH] mmc: spi: Fix card detection during probe

2019-02-26 Thread Ulf Hansson
On Sun, 10 Feb 2019 at 18:31, Jonathan Neuschäfer wrote: > > When using the mmc_spi driver with a card-detect pin, I noticed that the > card was not detected immediately after probe, but only after it was > unplugged and plugged back in (and the CD IRQ fired). > > The call tree looks something lik

Re: [PATCH] mmc: spi: Fix card detection during probe

2019-02-11 Thread Linus Walleij
On Sun, Feb 10, 2019 at 6:31 PM Jonathan Neuschäfer wrote: > When using the mmc_spi driver with a card-detect pin, I noticed that the > card was not detected immediately after probe, but only after it was > unplugged and plugged back in (and the CD IRQ fired). > > The call tree looks something li

[PATCH] mmc: spi: Fix card detection during probe

2019-02-10 Thread Jonathan Neuschäfer
When using the mmc_spi driver with a card-detect pin, I noticed that the card was not detected immediately after probe, but only after it was unplugged and plugged back in (and the CD IRQ fired). The call tree looks something like this: mmc_spi_probe mmc_add_host mmc_start_host _mmc_d