Re: [PATCH v0 1/2] libahci: Implement the function restart_engine to restart the port dma engine.

2014-06-06 Thread Tejun Heo
On Sat, Jun 07, 2014 at 02:58:53AM +0530, Suman Tripathi wrote: > This patch implements the function restart_engine function to add the > flexibility to restart the port dma engine from the libata framework. > > Signed-off-by: Loc Ho > Signed-off-by: Suman Tripathi > --- > drivers/ata/libahci

[PATCH v0 1/2] libahci: Implement the function restart_engine to restart the port dma engine.

2014-06-06 Thread Suman Tripathi
This patch implements the function restart_engine function to add the flexibility to restart the port dma engine from the libata framework. Signed-off-by: Loc Ho Signed-off-by: Suman Tripathi --- drivers/ata/libahci.c | 11 +++ include/linux/libata.h | 1 + 2 files changed, 12 inser