android_kernel_xiaomi_sm7250/drivers/mmc/core
Pierre Ossman cf795bfb3a mmc: add a might_sleep() to mmc_claim_host()
In the normal case, the host lock can be claimed directly.
When it cannot, the caller will sleep. Make sure we don't
have any latent bugs by always calling might_sleep().

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
2007-07-26 01:53:48 +02:00
..
bus.c mmc: refactor bus operations 2007-07-09 21:27:56 +02:00
bus.h mmc: refactor bus operations 2007-07-09 21:27:56 +02:00
core.c mmc: add a might_sleep() to mmc_claim_host() 2007-07-26 01:53:48 +02:00
core.h mmc: refactor host class handling 2007-07-09 21:28:01 +02:00
host.c mmc: update kerneldoc 2007-07-26 01:53:39 +02:00
host.h mmc: refactor host class handling 2007-07-09 21:28:01 +02:00
Kconfig mmc: Use menuconfig objects 2007-05-08 22:41:55 +02:00
Makefile mmc: refactor host class handling 2007-07-09 21:28:01 +02:00
mmc_ops.c mmc: update header file paths 2007-07-26 01:53:31 +02:00
mmc_ops.h mmc: update header file paths 2007-07-26 01:53:31 +02:00
mmc.c mmc: update header file paths 2007-07-26 01:53:31 +02:00
sd_ops.c mmc: update kerneldoc 2007-07-26 01:53:39 +02:00
sd_ops.h mmc: update header file paths 2007-07-26 01:53:31 +02:00
sd.c mmc: update header file paths 2007-07-26 01:53:31 +02:00
sysfs.c mmc: move layer init and workqueue to core file 2007-07-09 21:28:06 +02:00
sysfs.h mmc: move layer init and workqueue to core file 2007-07-09 21:28:06 +02:00