Re: [PATCH] mmc: host: sdhci-of-arasan: fix timings allocation code

2020-08-04 Thread Ulf Hansson
On Tue, 14 Jul 2020 at 21:12, Manish Narani wrote: > > The initial code that was adding delays was doing a cast over undefined > memory. This meant that the delays would be all gibberish. > > This change, allocates all delays on the stack, and assigns them from the > ZynqMP & Versal macros/phase-l

[PATCH] mmc: host: sdhci-of-arasan: fix timings allocation code

2020-07-14 Thread Manish Narani
The initial code that was adding delays was doing a cast over undefined memory. This meant that the delays would be all gibberish. This change, allocates all delays on the stack, and assigns them from the ZynqMP & Versal macros/phase-list. And then finally copies them over the common iclk_phase &