From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH v7 04/37] earlycon: add reg-offset to physical address before mapping Date: Wed, 28 Feb 2018 13:39:35 +0100 Message-ID: <20180228123935.GB10114@kroah.com> References: <968497070242f849dd70ab1fa81635451f8fda7f.1518505384.git.greentime@andestech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Rob Herring Cc: Greentime Hu , greentime@andestech.com, "linux-kernel@vger.kernel.org" , Arnd Bergmann , linux-arch@vger.kernel.org, Thomas Gleixner , Jason Cooper , Marc Zyngier , netdev , deanbo422@gmail.com, devicetree@vger.kernel.org, Al Viro , David Howells , Will Deacon , Daniel Lezcano , linux-serial@vger.kernel.org, Geert Uytterhoeven , Linus Walleij , Mark Rutland , ren_guo@c-sky.com, Randy Dunlap , David Miller List-Id: linux-serial@vger.kernel.org On Thu, Feb 15, 2018 at 09:40:49AM -0600, Rob Herring wrote: > On Tue, Feb 13, 2018 at 3:09 AM, Greentime Hu wrote: > > It will get the wrong virtual address because port->mapbase is not added > > the correct reg-offset yet. We have to update it before earlycon_map() > > is called > > > > Signed-off-by: Greentime Hu > > Acked-by: Arnd Bergmann > > Cc: Peter Hurley > > Cc: stable@vger.kernel.org > > Fixes: 088da2a17619 ("of: earlycon: Initialize port fields from DT > > properties") > > This should get applied now rather than sit in numerous revisions of > this series for nds32. > > Acked-by: Rob Herring > > Greg, can you apply? Yes, will queue it up now, thanks. greg k-h