linux_dsm_epyc7002/drivers/mmc/core
NeilBrown 006fc51cb3 mmc: core: reset sdio card properly on resume.
mmc_sdio_power_restore() calls
	mmc_send_if_cond(host, host->card->ocr);

	ret = mmc_send_io_op_cond(host, 0, NULL);

between mmc_go_idle() and mmc_sdio_init_card().
mmc_sdio_resume() needs to as well, else my libertas sdio wifi
device doesn't resume properly from suspend.

Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2014-11-26 14:30:59 +01:00
..
bus.c mmc: core: Convert mmc_driver to device_driver 2014-11-10 12:40:33 +01:00
bus.h
core.c mmc: core: consistent handling of initial values 2014-11-26 14:30:57 +01:00
core.h mmc: core: consistent handling of initial values 2014-11-26 14:30:57 +01:00
debugfs.c mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd() 2014-11-10 12:40:44 +01:00
host.c mmc: core: fix card detection regression 2014-11-05 09:28:48 +01:00
host.h
Kconfig
Makefile
mmc_ops.c mmc: core: Convert to use kzalloc() for CXD register buffers 2014-11-10 12:40:45 +01:00
mmc_ops.h mmc: core: Add helper function for EXT_CSD support 2014-11-10 12:40:41 +01:00
mmc.c mmc: core: Export mmc_get_ext_csd() 2014-11-10 12:40:43 +01:00
quirks.c mmc: quirks: Fixup debug message 2014-07-09 11:26:03 +02:00
sd_ops.c mmc: sd: warn if card stays busy during init 2014-07-09 11:26:07 +02:00
sd_ops.h
sd.c mmc: Convert pr_warning to pr_warn 2014-09-24 10:13:09 +02:00
sd.h mmc: drop the speed mode of card's state 2014-05-12 18:05:53 -04:00
sdio_bus.c mmc: core: silence a shift wrapping warning 2014-11-10 12:40:38 +01:00
sdio_bus.h
sdio_cis.c
sdio_cis.h
sdio_io.c
sdio_irq.c mmc: Convert pr_warning to pr_warn 2014-09-24 10:13:09 +02:00
sdio_ops.c
sdio_ops.h
sdio.c mmc: core: reset sdio card properly on resume. 2014-11-26 14:30:59 +01:00
slot-gpio.c mmc: core: restore detect line inversion semantics 2014-10-02 11:51:26 +02:00