Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754352AbcDIQxP (ORCPT ); Sat, 9 Apr 2016 12:53:15 -0400 Received: from mail-wm0-f50.google.com ([74.125.82.50]:34665 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753818AbcDIQxN (ORCPT ); Sat, 9 Apr 2016 12:53:13 -0400 Message-ID: <1460220789.19152.5.camel@nexus-software.ie> Subject: Re: [PATCH v1 00/12] serial: 8250: split LPSS to 8250_lpss, enable DMA on Quark From: "Bryan O'Donoghue" To: Andy Shevchenko , Vinod Koul , linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org, Greg Kroah-Hartman , ismo.puustinen@intel.com, Heikki Krogerus , linux-serial@vger.kernel.org Date: Sat, 09 Apr 2016 17:53:09 +0100 In-Reply-To: <1460061433-63750-1-git-send-email-andriy.shevchenko@linux.intel.com> References: <1460061433-63750-1-git-send-email-andriy.shevchenko@linux.intel.com> Organization: Nexus Software Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 791 Lines: 27 On Thu, 2016-04-07 at 23:37 +0300, Andy Shevchenko wrote: > This is combined series of two things: > - split out the Intel LPSS specific driver from 8250_pci into > 8250_lpss > - enable DMA support on Intel Quark UART > > The patch has been tested on few Intel SoCs / platforms. > > This is targeting serial subsystem, thus it would be nice to get and > Ack from Vinod first. > Moreover, the series depends on series [1] that is now under review. > > That's why I ask Vinod to create immutable tag / branch for the [1] > and the > dependants (at least one more, which is sata_dwc_460ex). > > [1] http://www.spinics.net/lists/dmaengine/msg08709.html Andy. Which tree/branch exactly are you applying this against ? I'd like to test it out on Galileo. Could you give a link ? --- bod