Re: [PATCH] mmc: allow skipping SD card initialization

2017-09-25 Thread Sascha Hauer
On Wed, Sep 20, 2017 at 05:50:44PM +0200, Philipp Zabel wrote: > This patch allows to skip SD card initialization for eMMCs by setting > the "no-sd" property in the host controller device tree node. Avoiding > two SD command timeouts speeds up detection time by well over 200 ms. > > Signed-off-by:

[PATCH] mmc: allow skipping SD card initialization

2017-09-20 Thread Philipp Zabel
This patch allows to skip SD card initialization for eMMCs by setting the "no-sd" property in the host controller device tree node. Avoiding two SD command timeouts speeds up detection time by well over 200 ms. Signed-off-by: Philipp Zabel --- drivers/mci/mci-core.c | 12 include/mc