From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Marinas Subject: Re: [RFC PATCH for Juno 2/2] tty: SBSA compatible UART Date: Mon, 1 Sep 2014 18:29:24 +0100 Message-ID: <20140901172924.GJ608@arm.com> References: <1409583961-7466-1-git-send-email-hanjun.guo@linaro.org> <1409583961-7466-3-git-send-email-hanjun.guo@linaro.org> <20140901171248.GG608@arm.com> <20140901171856.GL2953@xora-haswell.xora.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from fw-tnat.austin.arm.com ([217.140.110.23]:23671 "EHLO collaborate-mta1.arm.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751082AbaIAR3b (ORCPT ); Mon, 1 Sep 2014 13:29:31 -0400 Content-Disposition: inline In-Reply-To: <20140901171856.GL2953@xora-haswell.xora.org.uk> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Graeme Gregory Cc: "hanjun.guo@linaro.org" , "Rafael J. Wysocki" , Mark Rutland , Olof Johansson , "grant.likely@linaro.org" , "graeme.gregory@linaro.org" , Arnd Bergmann , Sudeep Holla , Will Deacon , Jason Cooper , Marc Zyngier , Bjorn Helgaas , Daniel Lezcano , Mark Brown , Rob Herring , Robert Richter , Lv Zheng , Robert Moore , Lorenzo Pieralisi , Liviu Dudau , Randy Dunlap , Charles Garcia-Tobin , linux On Mon, Sep 01, 2014 at 06:18:56PM +0100, Graeme Gregory wrote: > On Mon, Sep 01, 2014 at 06:12:48PM +0100, Catalin Marinas wrote: > > On Mon, Sep 01, 2014 at 04:06:01PM +0100, Hanjun Guo wrote: > > > From: Graeme Gregory > > > > > > This is a subset of pl011 UART which does not supprt DMA or baud rate > > > changing. > > > > > > It is specified in the Server Base System Architecture document from > > > ARM. > > > > > > Signed-off-by: Graeme Gregory > > > --- > > > drivers/tty/Kconfig | 6 + > > > drivers/tty/Makefile | 1 + > > > drivers/tty/sbsauart.c | 328 ++++++++++++++++++++++++++++++++++++++++++++++++ > > > 3 files changed, 335 insertions(+) > > > create mode 100644 drivers/tty/sbsauart.c > > > > Any overlap with this? > > > > http://www.spinics.net/lists/arm-kernel/msg358084.html > > > I knew that driver was being developed and is why we specifically said > we did not plan to upstream this in preference for ARMs version. > > I just missed the release of this 2 days ago. Thanks. Please give feedback to Andre when you had the chance to look at it. -- Catalin