devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] ata: Fixes related to edge trigger latch for ahci_xgene driver.
@ 2016-01-14  5:30 Suman Tripathi
       [not found] ` <1452749424-28919-1-git-send-email-stripathi-qTEPVZfXA3Y@public.gmane.org>
  2016-01-14  5:30 ` [PATCH v1 2/2] ahci_xgene: Implement the workaround to fix the missing of edge interrupt for HOST_IRQ_STAT Suman Tripathi
  0 siblings, 2 replies; 4+ messages in thread
From: Suman Tripathi @ 2016-01-14  5:30 UTC (permalink / raw)
  To: olof, tj, arnd
  Cc: linux-ide, devicetree, linux-arm-kernel, mlangsdo, jcm, patches,
	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. It also implements the capability to override generic interrupt
handler.

v1 change:
* Implement the capability for LDD to override interrupt handler.

* ahci_xgene driver implements the edge trigger interrupt handler.

Signed-off-by: Suman Tripathi <stripathi@apm.com>


Suman Tripathi (2):
  libahci: Implement the capability to override the generic ahci
    interrupt handler
  ahci_xgene: Implement the workaround to fix the missing of edge
    interrupt for HOST_IRQ_STAT

 drivers/ata/ahci.h       |    2 +
 drivers/ata/ahci_xgene.c |   84 ++++++++++++++++++++++++++++++++++++++++++++++
 drivers/ata/libahci.c    |   18 ++++++---
 3 files changed, 98 insertions(+), 6 deletions(-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-01-14 20:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-14  5:30 [PATCH v1 0/2] ata: Fixes related to edge trigger latch for ahci_xgene driver Suman Tripathi
     [not found] ` <1452749424-28919-1-git-send-email-stripathi-qTEPVZfXA3Y@public.gmane.org>
2016-01-14  5:30   ` [PATCH v1 1/2] libahci: Implement the capability to override the generic ahci interrupt handler Suman Tripathi
2016-01-14 20:31     ` Tejun Heo
2016-01-14  5:30 ` [PATCH v1 2/2] ahci_xgene: Implement the workaround to fix the missing of edge interrupt for HOST_IRQ_STAT Suman Tripathi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).