MMC core:
 - Restore reset-gpios to be optional in pwrseq_simple
 - Allow SDIO tuple for CISTPL_SDIO_STD
 - Print correct voltage value in debugfs
 - Enable tuning according to the actual timing
 - Limit SD card power limit according to cards capabilities

MMC host:
 - tmio_mmc_dma: don't print invalid DMA cookie
 - mmci: Pick the correct variant and allow 8-bit mode for Nomadik
mmc: pwrseq_simple: Make reset-gpios optional to match doc

The DT binding doc says reset-gpios is an optional property but the code
currently bails out if it is omitted.

This is a regression since it breaks previously working device trees.
Fix it by restoring the original documented behaviour.

Fixes: ce037275861e ("mmc: pwrseq_simple: use GPIO descriptors array API")
Tested-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Martin Fuzzey <mfuzzey@parkeon.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 file changed