Re: [PATCH v3 0/3] mmc: tmio: fix reset operation

2018-11-19 Thread Niklas Söderlund
Hi Ulf, Wolfram On 2018-11-19 14:33:58 +0100, Wolfram Sang wrote: > > > Sure, no problem. I drop this and the other series then. > > Thanks, Ulf! > Thanks for looking out for me here, I will fly home tomorrow so I hope to get a new versions of these series out late this week. -- Regards, Ni

Re: [PATCH v3 0/3] mmc: tmio: fix reset operation

2018-11-19 Thread Wolfram Sang
> Sure, no problem. I drop this and the other series then. Thanks, Ulf! signature.asc Description: PGP signature

Re: [PATCH v3 0/3] mmc: tmio: fix reset operation

2018-11-19 Thread Ulf Hansson
On 19 November 2018 at 13:14, Wolfram Sang wrote: > >> I noticed there were a minor comment from Yamada-san, however I >> decided to pick this as is and leave further improvements to be made >> on top. > > Can I vote for waiting until Niklas comes back from Plumbers and have a > proper V2 applied

Re: [PATCH v3 0/3] mmc: tmio: fix reset operation

2018-11-19 Thread Wolfram Sang
> I noticed there were a minor comment from Yamada-san, however I > decided to pick this as is and leave further improvements to be made > on top. Can I vote for waiting until Niklas comes back from Plumbers and have a proper V2 applied instead? Makes backporting easier. signature.asc Descript

Re: [PATCH v3 0/3] mmc: tmio: fix reset operation

2018-11-19 Thread Ulf Hansson
On 1 November 2018 at 00:05, Niklas Söderlund wrote: > From: Niklas Söderlund > > Hi, > > While looking at the Renesas BSP kernel I found patches which improves > the state of the hardware at probe and after runtime resume. > > Patch 1/3 make sure the module clock is enabled after resuming before

Re: [PATCH v3 0/3] mmc: tmio: fix reset operation

2018-11-01 Thread Wolfram Sang
All patches tested on M3N, H2, and E2. Tested-by: Wolfram Sang signature.asc Description: PGP signature

Re: [PATCH v3 0/3] mmc: tmio: fix reset operation

2018-11-01 Thread Wolfram Sang
So, we agreed on this series during our Renesas SDHI hackathon. Comments / testing from Yamada-san would be very welcome because we really don't want to cause regressions on his hardware. signature.asc Description: PGP signature

[PATCH v3 0/3] mmc: tmio: fix reset operation

2018-10-31 Thread Niklas Söderlund
From: Niklas Söderlund Hi, While looking at the Renesas BSP kernel I found patches which improves the state of the hardware at probe and after runtime resume. Patch 1/3 make sure the module clock is enabled after resuming before register are accessed. Patch 2/3 is the real change in this series