]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: dw_mmc: add support tuning scheme
authorSeungwon Jeon <tgih.jun@samsung.com>
Fri, 30 Aug 2013 15:12:42 +0000 (00:12 +0900)
committerChris Ball <cjb@laptop.org>
Thu, 26 Sep 2013 01:32:59 +0000 (21:32 -0400)
commit510a0391d72c4f8f61c5c05026c6479390ef872c
treef6de0fe07a393779626b76fc61322fa54c070b80
parent8cdd18b23585d632b0f8cd9fddef8aa44ab0a1de
mmc: dw_mmc: add support tuning scheme

For the speed modes HS200 and SDR104, tuning is needed to determine the
correct sampling point. Actual tuning procedure is provided by specific
host controller driver.  This patch defines the tuning command and
tuning data.  Additionally, 'struct dw_mci_slot' is moved to header
file to consider the extensive usages in driver.

Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
Tested-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/dw_mmc.c
drivers/mmc/host/dw_mmc.h