Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S937049Ab3DIH4r (ORCPT ); Tue, 9 Apr 2013 03:56:47 -0400 Received: from mga01.intel.com ([192.55.52.88]:42936 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935241Ab3DIH4q (ORCPT ); Tue, 9 Apr 2013 03:56:46 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,437,1363158000"; d="scan'208";a="319567910" Date: Tue, 9 Apr 2013 12:58:01 +0530 From: Vinod Koul To: Dave Jiang Cc: djbw@fb.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/10] Add Intel Atom S1200 seris ioatdma support Message-ID: <20130409072801.GB31193@intel.com> References: <20130326223953.15072.26605.stgit@djiang5-linux2.ch.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130326223953.15072.26605.stgit@djiang5-linux2.ch.intel.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1983 Lines: 44 On Tue, Mar 26, 2013 at 03:42:29PM -0700, Dave Jiang wrote: > The following series adds support for the Intel Atom S1200 product family > ioatdma. This ioatdma also implements a set of version v3.3 features such as 16 > sources PQ, descriptor write back error status, and does not have many of the > silicon bugs that the 3.2 line of hardware has due to a brand new implemention. > > The series is dependent on the haswell update patch sent prior. Hey Dan, Are you okay with the series. Merge window is very close... > > --- > > Dave Jiang (10): > ioatdma: Adding PCI IDs for Intel Atom S1200 product family ioatdma devices > ioatdma: Add 64bit chansts register read for ioat v3.3. > ioatdma: channel reset scheme fixup on Intel Atom S1200 platforms > ioatdma: Removing hw bug workaround for CB3.x .2 and earlier > ioatdma: skip legacy reset bits since v3.3 plattform doesn't need it > ioatdma: Removing PQ val disable for cb3.3 > ioatdma: skip silicon bug workaround for pq_align for cb3.3 > ioatdma: Adding support for 16 src PQ ops and super extended descriptors > ioatdma: Adding write back descriptor error status support for ioatdma 3.3 > ioatdma: S1200 platforms ioatdma channel 2 and 3 falsely advertise RAID cap > > > drivers/dma/Kconfig | 2 > drivers/dma/ioat/dma.c | 14 + > drivers/dma/ioat/dma.h | 59 +++ > drivers/dma/ioat/dma_v2.h | 2 > drivers/dma/ioat/dma_v3.c | 930 ++++++++++++++++++++++++++++++++++++------ > drivers/dma/ioat/hw.h | 66 +++ > drivers/dma/ioat/pci.c | 9 > drivers/dma/ioat/registers.h | 4 > 8 files changed, 941 insertions(+), 145 deletions(-) > > -- > Signature -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/