From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753385AbbFPUNw (ORCPT ); Tue, 16 Jun 2015 16:13:52 -0400 Received: from mail-yh0-f47.google.com ([209.85.213.47]:32981 "EHLO mail-yh0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754157AbbFPUNp (ORCPT ); Tue, 16 Jun 2015 16:13:45 -0400 Date: Tue, 16 Jun 2015 16:13:41 -0400 From: Tejun Heo To: Robert Richter Cc: Robert Richter , Sunil Goutham , Jiang Liu , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v5 0/2] ahci: Add generic MSI-X support for single interrupts to SATA PCI Message-ID: <20150616201341.GD22637@mtj.duckdns.org> References: <1433526566-21136-1-git-send-email-rric@kernel.org> <20150616132434.GO10428@rric.localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150616132434.GO10428@rric.localhost> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 16, 2015 at 03:24:34PM +0200, Robert Richter wrote: > On 05.06.15 19:49:24, Robert Richter wrote: > > From: Robert Richter > > > > This patch set adds generic support for MSI-X interrupts to the SATA > > PCI driver. > > > > One patch does the generic change, the other add support for Cavium's > > ThunderX host controller. > > Tejun, > > any comment on this? Oops, sorry, the thread fell through the crack somehow. I applied the two patches to libata/for-4.2 with some comment edits on the first patch. Thanks! -- tejun From mboxrd@z Thu Jan 1 00:00:00 1970 From: tj@kernel.org (Tejun Heo) Date: Tue, 16 Jun 2015 16:13:41 -0400 Subject: [PATCH v5 0/2] ahci: Add generic MSI-X support for single interrupts to SATA PCI In-Reply-To: <20150616132434.GO10428@rric.localhost> References: <1433526566-21136-1-git-send-email-rric@kernel.org> <20150616132434.GO10428@rric.localhost> Message-ID: <20150616201341.GD22637@mtj.duckdns.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Jun 16, 2015 at 03:24:34PM +0200, Robert Richter wrote: > On 05.06.15 19:49:24, Robert Richter wrote: > > From: Robert Richter > > > > This patch set adds generic support for MSI-X interrupts to the SATA > > PCI driver. > > > > One patch does the generic change, the other add support for Cavium's > > ThunderX host controller. > > Tejun, > > any comment on this? Oops, sorry, the thread fell through the crack somehow. I applied the two patches to libata/for-4.2 with some comment edits on the first patch. Thanks! -- tejun