From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH v5 04/10] serial: mps2-uart: add MPS2 UART driver Date: Thu, 7 Apr 2016 07:43:11 -0700 Message-ID: <20160407144311.GC10853@kroah.com> References: <1459519381-34441-1-git-send-email-vladimir.murzin@arm.com> <1459519381-34441-5-git-send-email-vladimir.murzin@arm.com> <57065ABA.4080506@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <57065ABA.4080506-5wv7dgnIgG8@public.gmane.org> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Vladimir Murzin Cc: arnd-r2nGTMty4D4@public.gmane.org, linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org, daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org, liviu.dudau-5wv7dgnIgG8@public.gmane.org, sudeep.holla-5wv7dgnIgG8@public.gmane.org, lorenzo.pieralisi-5wv7dgnIgG8@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, gnomes-qBU/x9rampVanCEyBjwyrvXRex20P6io@public.gmane.org, peter-WaGBZJeGNqdsbIuE7sb01tBPR1lH4CV8@public.gmane.org, pawel.moll-5wv7dgnIgG8@public.gmane.org, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, andy.shevchenko-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-api@vger.kernel.org On Thu, Apr 07, 2016 at 02:03:54PM +0100, Vladimir Murzin wrote: > On 01/04/16 15:02, Vladimir Murzin wrote: > > This driver adds support to the UART controller found on ARM MPS2 > > platform. > > > > Signed-off-by: Vladimir Murzin > > --- > > drivers/tty/serial/Kconfig | 12 + > > drivers/tty/serial/Makefile | 1 + > > drivers/tty/serial/mps2-uart.c | 598 ++++++++++++++++++++++++++++++++++++++ > > include/uapi/linux/serial_core.h | 3 + > > 4 files changed, 614 insertions(+) > > create mode 100644 drivers/tty/serial/mps2-uart.c > > Greg, any comments from you? No idea, first I've seen of this, and there's no patch here... From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg KH) Date: Thu, 7 Apr 2016 07:43:11 -0700 Subject: [PATCH v5 04/10] serial: mps2-uart: add MPS2 UART driver In-Reply-To: <57065ABA.4080506@arm.com> References: <1459519381-34441-1-git-send-email-vladimir.murzin@arm.com> <1459519381-34441-5-git-send-email-vladimir.murzin@arm.com> <57065ABA.4080506@arm.com> Message-ID: <20160407144311.GC10853@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Apr 07, 2016 at 02:03:54PM +0100, Vladimir Murzin wrote: > On 01/04/16 15:02, Vladimir Murzin wrote: > > This driver adds support to the UART controller found on ARM MPS2 > > platform. > > > > Signed-off-by: Vladimir Murzin > > --- > > drivers/tty/serial/Kconfig | 12 + > > drivers/tty/serial/Makefile | 1 + > > drivers/tty/serial/mps2-uart.c | 598 ++++++++++++++++++++++++++++++++++++++ > > include/uapi/linux/serial_core.h | 3 + > > 4 files changed, 614 insertions(+) > > create mode 100644 drivers/tty/serial/mps2-uart.c > > Greg, any comments from you? No idea, first I've seen of this, and there's no patch here... From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756493AbcDGOnP (ORCPT ); Thu, 7 Apr 2016 10:43:15 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:60828 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755472AbcDGOnN (ORCPT ); Thu, 7 Apr 2016 10:43:13 -0400 Date: Thu, 7 Apr 2016 07:43:11 -0700 From: Greg KH To: Vladimir Murzin Cc: arnd@arndb.de, linux@arm.linux.org.uk, daniel.lezcano@linaro.org, tglx@linutronix.de, liviu.dudau@arm.com, sudeep.holla@arm.com, lorenzo.pieralisi@arm.com, mark.rutland@arm.com, gnomes@lxorguk.ukuu.org.uk, peter@hurleysoftware.com, pawel.moll@arm.com, ijc+devicetree@hellion.org.uk, devicetree@vger.kernel.org, linux-api@vger.kernel.org, linux-kernel@vger.kernel.org, andy.shevchenko@gmail.com, robh+dt@kernel.org, linux-serial@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v5 04/10] serial: mps2-uart: add MPS2 UART driver Message-ID: <20160407144311.GC10853@kroah.com> References: <1459519381-34441-1-git-send-email-vladimir.murzin@arm.com> <1459519381-34441-5-git-send-email-vladimir.murzin@arm.com> <57065ABA.4080506@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57065ABA.4080506@arm.com> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 07, 2016 at 02:03:54PM +0100, Vladimir Murzin wrote: > On 01/04/16 15:02, Vladimir Murzin wrote: > > This driver adds support to the UART controller found on ARM MPS2 > > platform. > > > > Signed-off-by: Vladimir Murzin > > --- > > drivers/tty/serial/Kconfig | 12 + > > drivers/tty/serial/Makefile | 1 + > > drivers/tty/serial/mps2-uart.c | 598 ++++++++++++++++++++++++++++++++++++++ > > include/uapi/linux/serial_core.h | 3 + > > 4 files changed, 614 insertions(+) > > create mode 100644 drivers/tty/serial/mps2-uart.c > > Greg, any comments from you? No idea, first I've seen of this, and there's no patch here...