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>
Sun, 24 Feb 2013 19:37:15 +0000 (14:37 -0500)
commitabd9ac144947d9a604beb763339e2f77ce8bec79
treea38469db95588f02587c28743b5719bbb83f863d
parentac48653cec7dd9a5606a7057413a880d6880d5d3
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