Re: [PATCH] arm: pxa: call debug_ll_io_init for earlyprintk

2014-07-04 Thread Haojian Zhuang
On Fri, Jun 6, 2014 at 3:10 AM, Andrew Ruder wrote: > This is already done automatically for many other ARM platforms by the > ARM core code, but since pxa is using the .map_io callback, it needs to > call it explicitely for earlyprintk support. > > Signed-off-by: Andrew Ruder > --- > arch/arm/m

[PATCH] arm: pxa: call debug_ll_io_init for earlyprintk

2014-06-05 Thread Andrew Ruder
This is already done automatically for many other ARM platforms by the ARM core code, but since pxa is using the .map_io callback, it needs to call it explicitely for earlyprintk support. Signed-off-by: Andrew Ruder --- arch/arm/mach-pxa/generic.c | 1 + 1 file changed, 1 insertion(+) diff --gi