From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH v4 0/3] ata: Fixes related to edge trigger latch for the ahci_xgene_driver. Date: Wed, 10 Feb 2016 14:05:07 -0500 Message-ID: <20160210190507.GS3741@mtj.duckdns.org> References: <1454738124-9351-1-git-send-email-stripathi@apm.com> <20160210162547.GJ3741@mtj.duckdns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-ide-owner@vger.kernel.org To: Suman Tripathi Cc: Olof Johansson , Arnd Bergmann , "linux-ide@vger.kernel.org" , "devicetree@vger.kernel.org" , linux-arm-kernel , Mark Langsdorf , Jon Masters , patches List-Id: devicetree@vger.kernel.org On Wed, Feb 10, 2016 at 10:59:31AM -0800, Suman Tripathi wrote: > Hi Tejun, > > On Wed, Feb 10, 2016 at 8:25 AM, Tejun Heo wrote: > > On Sat, Feb 06, 2016 at 11:25:21AM +0530, suman Tripathi wrote: > >> From: 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. > > > > Applied 1-3 to libata/for-4.6 with minor updates. > > will this patchset go to 4.5 ? I applied them to for-4.6 but it can go through for-4.5-fixes if necessary. Is it necessary? Thanks. -- tejun