linux/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 mmc: add per device quirk placeholder 2011-03-15 13:48:33 -04:00
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 mmc: core: Fix hangs related to insert/remove of cards 2011-10-26 16:32:01 -04:00
debugfs.c mmc: using module_param requires the inclusion of moduleparam.h 2011-10-26 16:32:18 -04:00
host.c mmc: enable runtime PM by default 2011-10-26 15:43:35 -04:00
host.h mmc: rename mmc_host_clk_{ungate|gate} to mmc_host_clk_{hold|release} 2011-08-31 16:24:54 -04:00
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 mmc: sd: add support for driver type selection 2011-05-24 23:53:24 -04:00
sd_ops.c mmc: fix integer assignments to pointer 2011-10-26 15:43:35 -04:00
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