]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: add packed command feature of eMMC4.5
authorSeungwon Jeon <tgih.jun@samsung.com>
Wed, 6 Feb 2013 08:01:43 +0000 (17:01 +0900)
committerChris Ball <cjb@laptop.org>
Tue, 12 Feb 2013 15:42:24 +0000 (10:42 -0500)
commit18c70e3a5e6f029c7c721d2d7b55a4d12a8689ec
treea38469db95588f02587c28743b5719bbb83f863d
parent9e90275acd99a16eb6bb34ee197e719f49a8313d
mmc: add packed command feature of eMMC4.5

This patch adds packed command feature of eMMC4.5.  The maximum number
for packing read (or write) is offered and exception event relevant to
packed command which is used for error handling is enabled. If host
wants to use this feature, MMC_CAP2_PACKED_CMD should be set.

Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
Reviewed-by: Maya Erez <merez@codeaurora.org>
Reviewed-by: Subhash Jadavani <subhashj@codeaurora.org>
Reviewed-by: Namjae Jeon <linkinjeon@gmail.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/core/mmc.c
include/linux/mmc/card.h
include/linux/mmc/host.h
include/linux/mmc/mmc.h