linux-stable-rt/drivers/mmc/core
Seungwon Jeon 336c716ae2 mmc: core: Cleanup eMMC4.5 conditionals
Code cleanup, putting all eMMC 4.5 detection cases together.
This patch removes one if-statement and assembles all. And it also
removes variable initialization below else-statement -- all members
of card structure are already set to zero at card-init.

Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
2011-10-27 09:11:33 -04:00
..
Kconfig
Makefile
bus.c mmc: replace printk with appropriate display macro 2011-10-26 16:32:22 -04:00
bus.h
core.c mmc: core: Prevent too long response times for suspend 2011-10-26 16:32:31 -04:00
core.h
debugfs.c mmc: using module_param requires the inclusion of moduleparam.h 2011-10-26 16:32:18 -04:00
host.c
host.h
mmc.c mmc: core: Cleanup eMMC4.5 conditionals 2011-10-27 09:11:33 -04:00
mmc_ops.c mmc: core: support HPI send command 2011-10-26 16:32:29 -04:00
mmc_ops.h mmc: core: support HPI send command 2011-10-26 16:32:29 -04:00
quirks.c mmc: sdio: Workaround for dev with broken CMD53 2011-10-26 16:32:02 -04:00
sd.c mmc: sd: Handle SD3.0 cards not supporting UHS-I bus speed mode 2011-10-26 16:32:30 -04:00
sd.h
sd_ops.c
sd_ops.h
sdio.c mmc: recognise SDIO cards with SDIO_CCCR_REV 3.00 2011-10-26 16:32:31 -04:00
sdio_bus.c mmc: replace printk with appropriate display macro 2011-10-26 16:32:22 -04:00
sdio_bus.h
sdio_cis.c mmc: replace printk with appropriate display macro 2011-10-26 16:32:22 -04:00
sdio_cis.h
sdio_io.c
sdio_irq.c mmc: replace printk with appropriate display macro 2011-10-26 16:32:22 -04:00
sdio_ops.c mmc: sdio: Workaround for dev with broken CMD53 2011-10-26 16:32:02 -04:00
sdio_ops.h