From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753380AbdFSBQs (ORCPT ); Sun, 18 Jun 2017 21:16:48 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:52176 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753145AbdFSBQn (ORCPT ); Sun, 18 Jun 2017 21:16:43 -0400 Date: Mon, 19 Jun 2017 09:16:27 +0800 From: Greg Kroah-Hartman To: Andreas =?iso-8859-1?Q?F=E4rber?= Cc: linux-arm-kernel@lists.infradead.org, support@lemaker.org, =?utf-8?B?5byg5aSp55uK?= , 96boards@ucrobotics.com, linux-kernel@vger.kernel.org, Thomas Liau , mp-cs@actions-semi.com, linux-serial@vger.kernel.org, =?utf-8?B?5YiY54Kc?= , Jiri Slaby , =?utf-8?B?5byg5Lic6aOO?= , Arnd Bergmann , Olof Johansson , Alan Cox , Andy Shevchenko Subject: Re: [PATCH v4 09/28] tty: serial: Add Actions Semi Owl UART earlycon Message-ID: <20170619011627.GB11287@kroah.com> References: <20170606005426.26446-1-afaerber@suse.de> <20170606005426.26446-10-afaerber@suse.de> <55059fdd-5c54-ee6c-3e63-b5a9035c1745@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <55059fdd-5c54-ee6c-3e63-b5a9035c1745@suse.de> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jun 18, 2017 at 11:45:28PM +0200, Andreas Färber wrote: > Greg, > > Am 06.06.2017 um 02:54 schrieb Andreas Färber: > > This implements an earlycon for Actions Semi S500/S900 SoCs. > > > > Based on LeMaker linux-actions tree. > > > > Signed-off-by: Andreas Färber > > --- > > v3 -> v4: Unchanged > > > > v2 -> v3: > > * Adopted BIT() macro > > > > v1 -> v2: > > * Extended Kconfig help to mention earlycon (Arnd) > > * Spelled out Actions Semiconductor in Kconfig help > > * Adopted "actions" vendor prefix > > > > drivers/tty/serial/Kconfig | 19 ++++++ > > drivers/tty/serial/Makefile | 1 + > > drivers/tty/serial/owl-uart.c | 135 ++++++++++++++++++++++++++++++++++++++++++ > > 3 files changed, 155 insertions(+) > > create mode 100644 drivers/tty/serial/owl-uart.c > > The DT vendor prefix is applied to my linux-actions.git tree now, and > the serial binding has been ack'ed by Rob. > > Is there anything keeping you from adding this patch, the preceding DT > binding (08/28) and the following documentation patch (10/28) to your > tree for 4.13? Yeah, I don't have it in my queue anymore :) Can you resend it just as a single patch? thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Mon, 19 Jun 2017 09:16:27 +0800 Subject: [PATCH v4 09/28] tty: serial: Add Actions Semi Owl UART earlycon In-Reply-To: <55059fdd-5c54-ee6c-3e63-b5a9035c1745@suse.de> References: <20170606005426.26446-1-afaerber@suse.de> <20170606005426.26446-10-afaerber@suse.de> <55059fdd-5c54-ee6c-3e63-b5a9035c1745@suse.de> Message-ID: <20170619011627.GB11287@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sun, Jun 18, 2017 at 11:45:28PM +0200, Andreas F?rber wrote: > Greg, > > Am 06.06.2017 um 02:54 schrieb Andreas F?rber: > > This implements an earlycon for Actions Semi S500/S900 SoCs. > > > > Based on LeMaker linux-actions tree. > > > > Signed-off-by: Andreas F?rber > > --- > > v3 -> v4: Unchanged > > > > v2 -> v3: > > * Adopted BIT() macro > > > > v1 -> v2: > > * Extended Kconfig help to mention earlycon (Arnd) > > * Spelled out Actions Semiconductor in Kconfig help > > * Adopted "actions" vendor prefix > > > > drivers/tty/serial/Kconfig | 19 ++++++ > > drivers/tty/serial/Makefile | 1 + > > drivers/tty/serial/owl-uart.c | 135 ++++++++++++++++++++++++++++++++++++++++++ > > 3 files changed, 155 insertions(+) > > create mode 100644 drivers/tty/serial/owl-uart.c > > The DT vendor prefix is applied to my linux-actions.git tree now, and > the serial binding has been ack'ed by Rob. > > Is there anything keeping you from adding this patch, the preceding DT > binding (08/28) and the following documentation patch (10/28) to your > tree for 4.13? Yeah, I don't have it in my queue anymore :) Can you resend it just as a single patch? thanks, greg k-h