Re: [PATCH 13/16] mmc: stm32_sdmmc2: make reset property optional

2022-06-17 Thread Patrick DELAUNAY
Hi, On 5/6/22 16:06, Patrick Delaunay wrote: Although not recommended, the reset property could be made optional. This way the driver will probe even if no reset property is provided in an sdmmc node in DT. This reset is already optional in Linux. Signed-off-by: Yann Gautier Signed-off-by:

Re: [PATCH 13/16] mmc: stm32_sdmmc2: make reset property optional

2022-05-20 Thread Patrice CHOTARD
Hi Patrick On 5/6/22 16:06, Patrick Delaunay wrote: > Although not recommended, the reset property could be made optional. > This way the driver will probe even if no reset property is provided > in an sdmmc node in DT. This reset is already optional in Linux. > > Signed-off-by: Yann Gautier >

Re: [PATCH 13/16] mmc: stm32_sdmmc2: make reset property optional

2022-05-16 Thread Jaehoon Chung
On 5/6/22 23:06, Patrick Delaunay wrote: > Although not recommended, the reset property could be made optional. > This way the driver will probe even if no reset property is provided > in an sdmmc node in DT. This reset is already optional in Linux. > > Signed-off-by: Yann Gautier >

[PATCH 13/16] mmc: stm32_sdmmc2: make reset property optional

2022-05-06 Thread Patrick Delaunay
Although not recommended, the reset property could be made optional. This way the driver will probe even if no reset property is provided in an sdmmc node in DT. This reset is already optional in Linux. Signed-off-by: Yann Gautier Signed-off-by: Patrick Delaunay --- drivers/mmc/stm32_sdmmc2.c