From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965620AbbD1Lim (ORCPT ); Tue, 28 Apr 2015 07:38:42 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:48603 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965298AbbD1Lij (ORCPT ); Tue, 28 Apr 2015 07:38:39 -0400 Date: Tue, 28 Apr 2015 13:38:36 +0200 From: Greg Kroah-Hartman To: Peter Hurley Cc: Rob Herring , Grant Likely , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, Kevin Cernekee Subject: Re: [PATCH v3 12/13] serial: 8250_early: Use port->regshift Message-ID: <20150428113836.GA5838@kroah.com> References: <1428515119-25248-1-git-send-email-peter@hurleysoftware.com> <1428515119-25248-13-git-send-email-peter@hurleysoftware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1428515119-25248-13-git-send-email-peter@hurleysoftware.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 08, 2015 at 01:45:18PM -0400, Peter Hurley wrote: > earlycon initializes struct uart_port::regshift to the correct > value for UPIO_MEM32 already. Use the port field rather than > hard-coded value. > > This enables broader support for various i/o access methods in > 8250 earlycon (eg., omap8250 earlycon). > > Signed-off-by: Peter Hurley > --- > drivers/tty/serial/8250/8250_early.c | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) This patch fails to apply to my tty-testing branch. Can you refresh it and resend this one, and patch 13/13 so that I can apply them? thanks, greg k-h