]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00209686-2:sdio:suspend/resume issue
authorB38613 <B38613@freescale.com>
Fri, 18 May 2012 10:15:56 +0000 (18:15 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:39 +0000 (08:34 +0200)
commitc99877b60d53d884a9cda25b1a047065273328b3
treeb6ee711f4b24efe176c03e90492e20020fe30123
parent9a887921206392407583ded9423eb22c5bf87361
ENGR00209686-2:sdio:suspend/resume issue

1.add MMC_PM_WAKE_SDIO_IRQ capability, it should be
used together with MMC_PM_KEEP_POWER although not support
SDIO wakeup in function.
2.add MMC_CAP_NONREMOVABLE to describe imx6's three sdhc
devices's removable feature.Now emmc is permanent,sdio and
sd is removable instead of all default were permanent before.
According to this feature, detimine whether reinit card
or not in resume.

Signed-off-by: B38613 <B38613@freescale.com>
drivers/mmc/core/sdio.c
drivers/mmc/host/sdhci-esdhc-imx.c