From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH v2 1/3] ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci. Date: Sun, 31 Jan 2016 06:32:49 -0500 Message-ID: <20160131113249.GW32380@htj.duckdns.org> References: <1453888197-11368-1-git-send-email-stripathi@apm.com> <1453888197-11368-2-git-send-email-stripathi@apm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1453888197-11368-2-git-send-email-stripathi@apm.com> Sender: linux-ide-owner@vger.kernel.org To: Suman Tripathi Cc: olof@lixom.net, arnd@arndb.de, linux-ide@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, mlangsdo@redhat.com, jcm@redhat.com, patches@apm.com, svtripathi@gmail.com List-Id: devicetree@vger.kernel.org On Wed, Jan 27, 2016 at 03:19:55PM +0530, Suman Tripathi wrote: > This patch removes the AHCI_HFLAG_EDGE_IRQ support from libahci. > The upcoming patches will have the flexibility to override > irq handlers in the LLD's. Controller's implementing a EDGE trigger > latch can implement their own interrupt handler inside the driver. > > Signed-off-by: Suman Tripathi Shouldn't this patch come after the irq override is in place? 1. introduce irq override. 2. remove AHCI_HFLAG_EDGE_IRQ by moving the edge triggered handler to ahci_xgene. 3. Update xgene irq handler to address the erratum. Thanks. -- tejun