From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932697AbbDMRJV (ORCPT ); Mon, 13 Apr 2015 13:09:21 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:54557 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932399AbbDMRJR (ORCPT ); Mon, 13 Apr 2015 13:09:17 -0400 Date: Mon, 13 Apr 2015 19:09:12 +0200 From: Greg Kroah-Hartman To: Peter Hurley Cc: Rob Herring , Kevin Cernekee , Jiri Slaby , Grant Likely , Arnd Bergmann , Florian Fainelli , "linux-serial@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH V4 0/5] Add big-endian MMIO support to serial8250 Message-ID: <20150413170912.GA802@kroah.com> References: <1428609918-10290-1-git-send-email-cernekee@gmail.com> <5527DE27.8060700@hurleysoftware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5527DE27.8060700@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 Fri, Apr 10, 2015 at 10:28:55AM -0400, Peter Hurley wrote: > On 04/10/2015 09:52 AM, Rob Herring wrote: > > On Thu, Apr 9, 2015 at 3:05 PM, Kevin Cernekee wrote: > >> V3->V4: > >> > >> Rebase on Linus' head of tree > >> > >> Tweak documentation per Grant's request > >> > >> Drop the of_earlycon patches in favor of Peter's series > > > > Are there conflicts with Peter's stuff? > > No. > > It adds the required pieces so that a trivial patch on top of > both series will enable mmio32be for earlycon. > > > The series looks good to me. > > Same. > > Reviewed-by: Peter Hurley Acked-by: Greg Kroah-Hartman