Re: [PATCH v7 04/37] earlycon: add reg-offset to physical address before mapping

2018-02-28 Thread Greg Kroah-Hartman
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

Re: [PATCH v7 04/37] earlycon: add reg-offset to physical address before mapping

2018-02-28 Thread Greg Kroah-Hartman
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 > > > >

Re: [PATCH v7 04/37] earlycon: add reg-offset to physical address before mapping

2018-02-15 Thread Rob Herring
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 >

Re: [PATCH v7 04/37] earlycon: add reg-offset to physical address before mapping

2018-02-15 Thread Rob Herring
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 >

[PATCH v7 04/37] earlycon: add reg-offset to physical address before mapping

2018-02-13 Thread Greentime Hu
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:

[PATCH v7 04/37] earlycon: add reg-offset to physical address before mapping

2018-02-13 Thread Greentime Hu
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: sta...@vger.kernel.org Fixes: 088da2a17619 ("of: earlycon: