Files
linux/drivers/mmc/host
Ulf Hansson 6c2c650610 mmc: dw_mmc: Convert to mmc_send_tuning()
Instead of having a local hack taking care of sending the tuning
command and as well to verify the response pattern, let's convert to
the common mmc_send_tuning() API.

This change affects the Exynos variant, since it's the only one which
support the dw_mmc's ->execute_tuning() callback.

It's seems like dw_mmc internal logic expects failed data transfers to
be ended using a stop command. Let the tuning requests also fall into
this category, since there are data transfer involved.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Tested-by: Alim Akhtar <alim.akhtar@samsung.com>
2015-01-19 09:56:23 +01:00
..
2012-11-28 12:28:18 -08:00
2014-11-26 14:30:59 +01:00
2013-08-24 23:45:22 -04:00
2014-09-24 10:13:09 +02:00
2015-01-19 09:56:10 +01:00
2014-09-24 10:13:09 +02:00
2015-01-19 09:56:07 +01:00