Re: [U-Boot] [PATCH 0/5] introduce sata stop

2014-11-24 Thread Stefano Babic
On 21/11/2014 11:47, Nikita Kiryanov wrote: > This series adds the sata stop command, which includes both cmd_sata code and > driver support for resetting sata. > A non-dummy reset_sata() is provided for dwc_ahsata, and a non-default > sata_stop() is provided for cm_fx6. > Finally, we use the new f

[U-Boot] [PATCH 0/5] introduce sata stop

2014-11-21 Thread Nikita Kiryanov
This series adds the sata stop command, which includes both cmd_sata code and driver support for resetting sata. A non-dummy reset_sata() is provided for dwc_ahsata, and a non-default sata_stop() is provided for cm_fx6. Finally, we use the new functionality to turn off sata on boot for mx6 devices.