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

2017-05-30 Thread Ulf Hansson
On 23 May 2017 at 15:34, Wolfram Sang wrote: > 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(). > >

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

2017-05-23 Thread Wolfram Sang
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 Tested-by: Masaharu Hayakawa

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

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(). > >

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

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