Shimoda-san,
> > This patch addresses a report I got from Shimoda-san. I can't really test it
> > because the SDIO cards I have all require MMC_PM_KEEP_POWER to suspend and
> > that we don't support. So, I send this out to ask for testing. At least it
> > didn't cause regressions for the setup I u
Hi Wolfram-san,
> From: Wolfram Sang
> Sent: Friday, May 19, 2017 9:31 PM
>
> To achieve that, we set the registers in the generic HW reset routine
> which gets called at both, init and resume. We also make sure to move
> SDIO initialization before reset gets called in probe().
>
> Signed-off-by
To achieve that, we set the registers in the generic HW reset routine
which gets called at both, init and resume. We also make sure to move
SDIO initialization before reset gets called in probe().
Signed-off-by: Wolfram Sang
---
This patch addresses a report I got from Shimoda-san. I can't reall