WSL2-Linux-Kernel/drivers/mmc/core
Ulf Hansson 1ef48e3ded mmc: core: Attach PM domain prior probing of SDIO func driver
Other subsystem buses attach PM domains during probe, but prior calling
the driver's ->probe() method. During the removal phase, detaching the PM
domain will be done after invoking the driver's ->remove() callback.

Convert the SDIO bus to follow this behavior and add error handling.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2015-06-04 10:03:51 +02:00
..
Kconfig
Makefile
bus.c
bus.h
core.c mmc: core: Factor out common code in drive strength selection 2015-06-01 09:07:12 +02:00
core.h mmc: core: Factor out common code in drive strength selection 2015-06-01 09:07:12 +02:00
debugfs.c
host.c mmc: dt: Allow to specify that no write protect signal is present 2015-06-01 09:07:00 +02:00
host.h mmc: host: Add facility to support re-tuning 2015-06-01 09:06:53 +02:00
mmc.c mmc: core: Remove redundant ->power_restore() callback for MMC 2015-06-04 10:03:51 +02:00
mmc_ops.c mmc: core: Separate out the mmc_switch status check so it can be re-used 2015-06-01 09:06:56 +02:00
mmc_ops.h mmc: core: Separate out the mmc_switch status check so it can be re-used 2015-06-01 09:06:56 +02:00
pwrseq.c
pwrseq.h
pwrseq_emmc.c
pwrseq_simple.c
quirks.c
sd.c mmc: core: Remove redundant ->power_restore() callback for SD 2015-06-04 10:03:51 +02:00
sd.h
sd_ops.c
sd_ops.h
sdio.c mmc: core: Record card drive strength 2015-06-01 09:07:13 +02:00
sdio_bus.c mmc: core: Attach PM domain prior probing of SDIO func driver 2015-06-04 10:03:51 +02:00
sdio_bus.h
sdio_cis.c
sdio_cis.h
sdio_io.c
sdio_irq.c
sdio_ops.c
sdio_ops.h
slot-gpio.c
slot-gpio.h