Re: [PATCH v2 2/3] mmc: stm32_sdmmc2: remove privdata

2022-07-07 Thread Patrice CHOTARD
Hi Patrick On 6/30/22 10:01, Patrick Delaunay wrote: > All the elements of privdata are static and build from device tree, > they are moved in platdata to prepare the support of ops > of_to_plat. > > Signed-off-by: Patrick Delaunay > --- > > (no changes since v1) > > drivers/mmc/stm32_sdmmc2.

[PATCH v2 2/3] mmc: stm32_sdmmc2: remove privdata

2022-06-30 Thread Patrick Delaunay
All the elements of privdata are static and build from device tree, they are moved in platdata to prepare the support of ops of_to_plat. Signed-off-by: Patrick Delaunay --- (no changes since v1) drivers/mmc/stm32_sdmmc2.c | 145 ++--- 1 file changed, 70 insertio