Re: [PATCH 2/2] mmc: sdhci: Add support for O2 hardware tuning

2018-01-26 Thread Adrian Hunter
On 17/01/18 03:38, ernest.zhang wrote: > O2 sd host controllers have a hardware tuning function. In software > tuning mode CPU should send multiple command to host controller but in > hardware tuning mode, CPU need send only one tuning command to sd host > controller. It can improve the speed linux

[PATCH 2/2] mmc: sdhci: Add support for O2 hardware tuning

2018-01-16 Thread ernest.zhang
O2 sd host controllers have a hardware tuning function. In software tuning mode CPU should send multiple command to host controller but in hardware tuning mode, CPU need send only one tuning command to sd host controller. It can improve the speed linux boot from eMMC. Signed-off-by: ernest.zhang