Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756937AbaGDMjh (ORCPT ); Fri, 4 Jul 2014 08:39:37 -0400 Received: from mail-we0-f173.google.com ([74.125.82.173]:61824 "EHLO mail-we0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751804AbaGDMjf (ORCPT ); Fri, 4 Jul 2014 08:39:35 -0400 MIME-Version: 1.0 In-Reply-To: <1401995457-24721-2-git-send-email-andrew.ruder@elecsyscorp.com> References: <1401995457-24721-1-git-send-email-andrew.ruder@elecsyscorp.com> <1401995457-24721-2-git-send-email-andrew.ruder@elecsyscorp.com> Date: Fri, 4 Jul 2014 20:39:34 +0800 Message-ID: Subject: Re: [PATCH] arm: pxa: call debug_ll_io_init for earlyprintk From: Haojian Zhuang To: Andrew Ruder Cc: "linux-arm-kernel@lists.infradead.org" , Miao Eric , Linux Russell , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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/mach-pxa/generic.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/mach-pxa/generic.c b/arch/arm/mach-pxa/generic.c > index 4225417..94f49c2 100644 > --- a/arch/arm/mach-pxa/generic.c > +++ b/arch/arm/mach-pxa/generic.c > @@ -93,5 +93,6 @@ static struct map_desc common_io_desc[] __initdata = { > > void __init pxa_map_io(void) > { > + debug_ll_io_init(); > iotable_init(ARRAY_AND_SIZE(common_io_desc)); > } > -- > 1.9.0.rc3.12.gbc97e2d > Acked-by: Haojian Zhuang -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/