linux/drivers/mmc/core
Jaehoon Chung 85e727edb9 mmc: core: return an error on suspend if mmc_deselect_cards fails
When mmc_host is not spi mode, mmc/sd is doing mmc_deselect_cards().
mmc_deselect_cards could be returned error.
If returned error, we can know something wrong when enter suspend.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
2012-06-06 09:49:47 -04:00
..
Kconfig
Makefile
bus.c mmc: core: check PM_SLEEP for mmc_bus_suspend/resume callbacks 2012-04-23 08:11:28 -04:00
bus.h
cd-gpio.c mmc: cd-gpio: protect against NULL context in mmc_cd_gpio_free() 2012-04-24 12:21:22 -04:00
core.c mmc: core: Prevent eMMC VCC supply to be cut from late init 2012-05-09 12:55:01 -04:00
core.h
debugfs.c
host.c
host.h
mmc.c mmc: core: return an error on suspend if mmc_deselect_cards fails 2012-06-06 09:49:47 -04:00
mmc_ops.c
mmc_ops.h
quirks.c
sd.c mmc: core: return an error on suspend if mmc_deselect_cards fails 2012-06-06 09:49:47 -04:00
sd.h
sd_ops.c
sd_ops.h
sdio.c mmc: sdio: fix setting card data bus width as 4-bit 2012-06-06 09:22:53 -04:00
sdio_bus.c
sdio_bus.h
sdio_cis.c
sdio_cis.h
sdio_io.c
sdio_irq.c
sdio_ops.c
sdio_ops.h