Re: [PATCH 0/4] mmc: Convert host drivers to mmc_send_tuning()

2014-12-05 Thread Dong Aisheng
On Thu, Dec 04, 2014 at 12:50:02PM -0800, Stephen Boyd wrote: On 12/01/2014 08:02 AM, Ulf Hansson wrote: Due to commit mmc: core: add core-level function for sending tuning commands, the mmc core provides an API to send the tuning command and as well compare the response pattern.

Re: [PATCH 0/4] mmc: Convert host drivers to mmc_send_tuning()

2014-12-04 Thread Stephen Boyd
On 12/01/2014 08:02 AM, Ulf Hansson wrote: Due to commit mmc: core: add core-level function for sending tuning commands, the mmc core provides an API to send the tuning command and as well compare the response pattern. Convert those host drivers which implemented their own version for how

[PATCH 0/4] mmc: Convert host drivers to mmc_send_tuning()

2014-12-01 Thread Ulf Hansson
Due to commit mmc: core: add core-level function for sending tuning commands, the mmc core provides an API to send the tuning command and as well compare the response pattern. Convert those host drivers which implemented their own version for how to deal with this, into using the new API. Note,