Re: [RFT PATCH] mmc: tmio: make sure SDIO gets reinitialized after resume

2017-05-23 Thread Wolfram Sang
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

RE: [RFT PATCH] mmc: tmio: make sure SDIO gets reinitialized after resume

2017-05-23 Thread Yoshihiro Shimoda
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