Re: [PATCH v2 3/3] mmc: stm32_sdmmc2: introduce of_to_plat ops

2022-07-07 Thread Patrice CHOTARD
Hi Patrick On 6/30/22 10:01, Patrick Delaunay wrote: > Add the uclass ops of_to_plat to parse the device tree properties > to respect the expected sequence by the driver model. > > Signed-off-by: Patrick Delaunay > --- > > (no changes since v1) > > drivers/mmc/stm32_sdmmc2.c | 95

[PATCH v2 3/3] mmc: stm32_sdmmc2: introduce of_to_plat ops

2022-06-30 Thread Patrick Delaunay
Add the uclass ops of_to_plat to parse the device tree properties to respect the expected sequence by the driver model. Signed-off-by: Patrick Delaunay --- (no changes since v1) drivers/mmc/stm32_sdmmc2.c | 95 -- 1 file changed, 50 insertions(+), 45 deletio