commit | d867b95f965457b9e85fb061ef8e3fdc029116ed | [log] [tgz] |
---|---|---|
author | Suman Tripathi <stripathi@apm.com> | Sat Feb 06 11:25:23 2016 +0530 |
committer | Tejun Heo <tj@kernel.org> | Thu Feb 11 09:54:04 2016 -0500 |
tree | 200ca18b681ca23d2aeeddc7da6cb665f29063e0 | |
parent | f070d6715509dafc0af223577c896fe3d204ca88 [diff] |
ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci. The flexibility to override the irq handles in the LLD's are already present, so controllers implementing a edge trigger latch can implement their own interrupt handler inside the driver. This patch removes the AHCI_HFLAG_EDGE_IRQ support from libahci and moves edge irq handling to ahci_xgene. tj: Minor update to description. Signed-off-by: Suman Tripathi <stripathi@apm.com> Signed-off-by: Tejun Heo <tj@kenrel.org>