SDMMC:
authorxbw <xbw@rock-chips.com>
Thu, 27 Feb 2014 09:20:54 +0000 (17:20 +0800)
committerxbw <xbw@rock-chips.com>
Thu, 27 Feb 2014 09:20:54 +0000 (17:20 +0800)
commit62162391804d11365c2c4c5c63467c366fa318dc
treeb8f8e718dc458d4268d88ea1212c8d939b073d2a
parentcb49d6b256db1738d5adb78efd5fd09fdf669d61
SDMMC:
1.exclude asynchronous transfer for special request.
2.fix async request mechanism for sequential read scenarios
3.don't start new request when the card is removed
4.support packed write command for eMMC4.5 devices
5.fix the host's claim-release in special request
6.Adding support for sanitize in eMMC 4.5
7.Handle card shutdown from mmc_bus
8.fix null pointer use in mmc_blk_remove_req
9.fix host release issue after discard operation
10.modify the switch voltage.
11.add some profile for sd-sdio3.0
17 files changed:
drivers/mmc/card/block.c [changed mode: 0644->0755]
drivers/mmc/card/mmc_test.c [changed mode: 0644->0755]
drivers/mmc/card/queue.c [changed mode: 0644->0755]
drivers/mmc/core/bus.c [changed mode: 0644->0755]
drivers/mmc/core/core.c [changed mode: 0644->0755]
drivers/mmc/core/core.h [changed mode: 0644->0755]
drivers/mmc/core/debugfs.c [changed mode: 0644->0755]
drivers/mmc/core/host.c [changed mode: 0644->0755]
drivers/mmc/core/mmc.c [changed mode: 0644->0755]
drivers/mmc/core/mmc_ops.c [changed mode: 0644->0755]
drivers/mmc/core/sd.c [changed mode: 0644->0755]
drivers/mmc/host/rk_sdmmc_of.c
include/linux/mmc/card.h [changed mode: 0644->0755]
include/linux/mmc/core.h [changed mode: 0644->0755]
include/linux/mmc/dw_mmc.h [changed mode: 0644->0755]
include/linux/mmc/host.h
include/linux/mmc/slot-gpio.h [changed mode: 0644->0755]