Re: [PATCH 0/2] ata: Introduce the AHCI_HFLAG_EDGE_IRQ_BROKEN in libahci and enabling it for ahci_xgene driver.

2016-01-06 Thread Suman Tripathi
Happy new year !! Any comments on this patchset ? On Thu, Dec 24, 2015 at 1:01 PM, Suman Tripathi wrote: > This patch set implements a workaround for an errate in the APM > X-Gene SATA host controller with edge interrupt. The HOST_IRQ_STAT > misses the edge interrupt from

[PATCH 0/2] ata: Introduce the AHCI_HFLAG_EDGE_IRQ_BROKEN in libahci and enabling it for ahci_xgene driver.

2015-12-23 Thread Suman Tripathi
This patch set implements a workaround for an errate in the APM X-Gene SATA host controller with edge interrupt. The HOST_IRQ_STAT misses the edge interrupt from the PORT_IRQ_STAT when clearing the HOST_IRQ_STAT and reporting the PORT_IRQ_STAT happens in same clock cycle. Signed-off-by: Suman