]> git.baikalelectronics.ru Git - kernel.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>
Sun, 24 Feb 2013 19:37:15 +0000 (14:37 -0500)
commit75f65bf6be809105cdf372b402075f562430aa80
treea38469db95588f02587c28743b5719bbb83f863d
parent74fa64d8a6b50ad171ccbeb23c09b26b133fe1dc
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