From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v3 06/10] ARM:stixxxx: Add DEBUG_LL console support Date: Thu, 20 Jun 2013 20:55:42 +0200 Message-ID: <201306202055.43189.arnd@arndb.de> References: <1371736996-8770-1-git-send-email-srinivas.kandagatla@st.com> <1371737176-9473-1-git-send-email-srinivas.kandagatla@st.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1371737176-9473-1-git-send-email-srinivas.kandagatla@st.com> Sender: linux-doc-owner@vger.kernel.org To: Srinivas KANDAGATLA Cc: linux-arm-kernel@lists.infradead.org, Rob Landley , Grant Likely , Rob Herring , Russell King , Stuart Menefy , John Stultz , Thomas Gleixner , Linus Walleij , Greg Kroah-Hartman , Jiri Slaby , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, kernel@stlinux.com, linux-serial@vger.kernel.org, Mark Brown , Stephen Gallimore List-Id: linux-serial@vger.kernel.org On Thursday 20 June 2013, Srinivas KANDAGATLA wrote: > --- a/arch/arm/mach-stixxxx/board-dt.c > +++ b/arch/arm/mach-stixxxx/board-dt.c > @@ -11,6 +11,7 @@ > #include > #include > #include > +#include > #include > > #include "smp.h" > @@ -42,6 +43,7 @@ static const char *stih41x_dt_match[] __initdata = { > }; > > DT_MACHINE_START(STM, "STiH415/416 SoC with Flattened Device Tree") > + .map_io = debug_ll_io_init, > .init_time = stih41x_timer_init, > .smp = smp_ops(stixxxx_smp_ops), > .dt_compat = stih41x_dt_match, This part of the patch is no longer needed, we do the same when .map_io is not set. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Thu, 20 Jun 2013 20:55:42 +0200 Subject: [PATCH v3 06/10] ARM:stixxxx: Add DEBUG_LL console support In-Reply-To: <1371737176-9473-1-git-send-email-srinivas.kandagatla@st.com> References: <1371736996-8770-1-git-send-email-srinivas.kandagatla@st.com> <1371737176-9473-1-git-send-email-srinivas.kandagatla@st.com> Message-ID: <201306202055.43189.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 20 June 2013, Srinivas KANDAGATLA wrote: > --- a/arch/arm/mach-stixxxx/board-dt.c > +++ b/arch/arm/mach-stixxxx/board-dt.c > @@ -11,6 +11,7 @@ > #include > #include > #include > +#include > #include > > #include "smp.h" > @@ -42,6 +43,7 @@ static const char *stih41x_dt_match[] __initdata = { > }; > > DT_MACHINE_START(STM, "STiH415/416 SoC with Flattened Device Tree") > + .map_io = debug_ll_io_init, > .init_time = stih41x_timer_init, > .smp = smp_ops(stixxxx_smp_ops), > .dt_compat = stih41x_dt_match, This part of the patch is no longer needed, we do the same when .map_io is not set. Arnd