devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] ata: Fixes related to edge trigger latch for the ahci_xgene_driver.
@ 2016-02-04 21:20 suman Tripathi
  2016-02-04 21:20 ` [PATCH v3 1/3] libahci: Implement the capability to override the generic ahci interrupt handler suman Tripathi
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: suman Tripathi @ 2016-02-04 21:20 UTC (permalink / raw)
  To: olof, tj, arnd
  Cc: linux-ide, devicetree, linux-arm-kernel, mlangsdo, jcm, patches,
	Suman Tripathi

From: Suman Tripathi <stripathi@apm.com>

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.

v2 change:
* Remove the AHCI_HFLAG_EDGE_IRQ frim libahci.

v3 change:
* Reorder the patch sequence

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

Suman Tripathi (3):
  libahci: Implement the capability to override the generic ahci
    interrupt     handler.
  libahci: ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci.
  ahci_xgene: Implement the workaround to fix the missing of edge
    interrupt for HOST_IRQ_STAT.

 drivers/ata/ahci.h       |    5 ++-
 drivers/ata/ahci_xgene.c |   85 +++++++++++++++++++++++++++++++++++++++++++++-
 drivers/ata/libahci.c    |   66 +++++++++++-------------------------
 3 files changed, 107 insertions(+), 49 deletions(-)


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

end of thread, other threads:[~2016-02-05 18:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-04 21:20 [PATCH v3 0/3] ata: Fixes related to edge trigger latch for the ahci_xgene_driver suman Tripathi
2016-02-04 21:20 ` [PATCH v3 1/3] libahci: Implement the capability to override the generic ahci interrupt handler suman Tripathi
2016-02-05 14:12   ` Sergei Shtylyov
2016-02-05 16:41   ` Tejun Heo
2016-02-05 18:06     ` Suman Tripathi
     [not found] ` <1454620826-22554-1-git-send-email-stripathi-qTEPVZfXA3Y@public.gmane.org>
2016-02-04 21:20   ` [PATCH v3 2/3] libahci: ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci suman Tripathi
2016-02-04 21:20 ` [PATCH v3 3/3] 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).