From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755369AbcCWNjZ (ORCPT ); Wed, 23 Mar 2016 09:39:25 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:49180 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755219AbcCWNjX (ORCPT ); Wed, 23 Mar 2016 09:39:23 -0400 Date: Wed, 23 Mar 2016 09:39:19 -0400 From: Greg Kroah-Hartman To: Andreas =?iso-8859-1?Q?F=E4rber?= Cc: Arnd Bergmann , linux-serial , linux-meson@googlegroups.com, Nicolas Saenz Julienne , Jonathan Corbet , Jiri Slaby , Carlo Caione , linux-doc , LKML , LAKML Subject: Re: [PATCH v4] tty: serial: meson: Implement earlycon support Message-ID: <20160323133919.GA4235@kroah.com> References: <1457263284-8819-1-git-send-email-afaerber@suse.de> <56F27268.4060902@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <56F27268.4060902@suse.de> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 23, 2016 at 11:39:36AM +0100, Andreas Färber wrote: > Am 06.03.2016 um 12:21 schrieb Andreas Färber: > > Split off the bulk of the existing meson_serial_console_write() > > implementation into meson_serial_port_write() for implementing > > meson_serial_early_console_write(). > > > > Use "meson" as the earlycon driver name, courtesy of Nicolas. > > > > Signed-off-by: Nicolas Saenz Julienne > > Acked-by: Carlo Caione > > Signed-off-by: Andreas Färber > > --- > > v3 -> v4: > > * Select SERIAL_EARLYCON (Arnd) > > Ping? It's the middle of the merge window, there's nothing I can do at the moment, please wait for after 4.6-rc1 is out before I can start catching up... greg k-h