All of lore.kernel.org
 help / color / mirror / Atom feed
From: Srinivas KANDAGATLA <srinivas.kandagatla@st.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: linux-arm-kernel@lists.infradead.org,
	Rob Landley <rob@landley.net>,
	Grant Likely <grant.likely@linaro.org>,
	Rob Herring <rob.herring@calxeda.com>,
	Russell King <linux@arm.linux.org.uk>,
	Stuart Menefy <stuart.menefy@st.com>,
	John Stultz <john.stultz@linaro.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Linus Walleij <linus.walleij@linaro.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Jiri Slaby <jslaby@suse.cz>,
	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 <broonie@kernel.org>,
	Stephen Gallimore <stephen.gallimore@st.com>
Subject: Re: [PATCH v3 06/10] ARM:stixxxx: Add DEBUG_LL console support
Date: Fri, 21 Jun 2013 07:50:51 +0100	[thread overview]
Message-ID: <51C3F7CB.70703@st.com> (raw)
In-Reply-To: <201306202055.43189.arnd@arndb.de>

On 20/06/13 19:55, Arnd Bergmann wrote:
> 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 <linux/clocksource.h>
>>  #include <linux/irq.h>
>>  #include <asm/hardware/cache-l2x0.h>
>> +#include <asm/mach/map.h>
>>  #include <asm/mach/arch.h>
>>  
>>  #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.

I can see the commit bc37324e "ARM: mmu: Call debug_ll_io_init if no
map_io function is specified" in arm-soc.git:for-next branch.

That makes sense to take care of this before this patch gets merged. I
will remove this line in next spin hopefully very soon.

Thanks,
srini


> 
> 	Arnd
> 
> 


WARNING: multiple messages have this Message-ID (diff)
From: srinivas.kandagatla@st.com (Srinivas KANDAGATLA)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 06/10] ARM:stixxxx: Add DEBUG_LL console support
Date: Fri, 21 Jun 2013 07:50:51 +0100	[thread overview]
Message-ID: <51C3F7CB.70703@st.com> (raw)
In-Reply-To: <201306202055.43189.arnd@arndb.de>

On 20/06/13 19:55, Arnd Bergmann wrote:
> 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 <linux/clocksource.h>
>>  #include <linux/irq.h>
>>  #include <asm/hardware/cache-l2x0.h>
>> +#include <asm/mach/map.h>
>>  #include <asm/mach/arch.h>
>>  
>>  #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.

I can see the commit bc37324e "ARM: mmu: Call debug_ll_io_init if no
map_io function is specified" in arm-soc.git:for-next branch.

That makes sense to take care of this before this patch gets merged. I
will remove this line in next spin hopefully very soon.

Thanks,
srini


> 
> 	Arnd
> 
> 

  reply	other threads:[~2013-06-21  6:50 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-20 14:03 [PATCH v3 00/10] ARM:STixxxx: Add STixxxx platform and board support Srinivas KANDAGATLA
2013-06-20 14:03 ` Srinivas KANDAGATLA
2013-06-20 14:03 ` Srinivas KANDAGATLA
     [not found] ` <1371736996-8770-1-git-send-email-srinivas.kandagatla-qxv4g6HH51o@public.gmane.org>
2013-06-20 14:05   ` [PATCH v3 01/10] serial:st-asc: Add ST ASC driver Srinivas KANDAGATLA
2013-06-20 14:05     ` Srinivas KANDAGATLA
2013-06-20 14:05     ` Srinivas KANDAGATLA
2013-06-20 19:01     ` Arnd Bergmann
2013-06-20 19:01       ` Arnd Bergmann
2013-06-21  9:17       ` Srinivas KANDAGATLA
2013-06-21  9:17         ` Srinivas KANDAGATLA
2013-06-21 13:50       ` Srinivas KANDAGATLA
2013-06-21 13:50         ` Srinivas KANDAGATLA
2013-06-21 14:02         ` Greg Kroah-Hartman
2013-06-21 14:02           ` Greg Kroah-Hartman
2013-06-20 14:05   ` [PATCH v3 03/10] pinctrl:st: Add pinctrl and pinconf support Srinivas KANDAGATLA
2013-06-20 14:05     ` Srinivas KANDAGATLA
2013-06-20 14:05     ` Srinivas KANDAGATLA
2013-06-21 13:41     ` Srinivas KANDAGATLA
2013-06-21 13:41       ` Srinivas KANDAGATLA
2013-06-24 11:57       ` Linus Walleij
2013-06-24 11:57         ` Linus Walleij
2013-06-24 12:24         ` Srinivas KANDAGATLA
2013-06-24 12:24           ` Srinivas KANDAGATLA
2013-06-24 14:12         ` Mark Brown
2013-06-24 14:12           ` Mark Brown
2013-06-25  9:39           ` [STLinux Kernel] " Srinivas KANDAGATLA
2013-06-25  9:39             ` Srinivas KANDAGATLA
2013-06-25 10:58           ` Linus Walleij
2013-06-25 10:58             ` Linus Walleij
2013-06-25 11:08             ` [STLinux Kernel] " Srinivas KANDAGATLA
2013-06-25 11:08               ` Srinivas KANDAGATLA
2013-06-25 15:35     ` Mark Brown
2013-06-25 15:35       ` Mark Brown
2013-06-25 15:35       ` Mark Brown
2013-06-20 14:05 ` [PATCH v3 02/10] clocksource:arm_global_timer: Add ARM global timer support Srinivas KANDAGATLA
2013-06-20 14:05   ` Srinivas KANDAGATLA
2013-06-20 19:02   ` Arnd Bergmann
2013-06-20 19:02     ` Arnd Bergmann
2013-06-21  7:15     ` Srinivas KANDAGATLA
2013-06-21  7:15       ` Srinivas KANDAGATLA
2013-06-20 14:05 ` [PATCH v3 04/10] ARM:stixxxx: Add STiH415 SOC support Srinivas KANDAGATLA
2013-06-20 14:05   ` Srinivas KANDAGATLA
2013-06-20 14:06 ` [PATCH v3 05/10] ARM:stixxxx: Add STiH416 " Srinivas KANDAGATLA
2013-06-20 14:06   ` Srinivas KANDAGATLA
2013-06-20 14:06 ` [PATCH v3 06/10] ARM:stixxxx: Add DEBUG_LL console support Srinivas KANDAGATLA
2013-06-20 14:06   ` Srinivas KANDAGATLA
2013-06-20 18:55   ` Arnd Bergmann
2013-06-20 18:55     ` Arnd Bergmann
2013-06-21  6:50     ` Srinivas KANDAGATLA [this message]
2013-06-21  6:50       ` Srinivas KANDAGATLA
2013-06-20 14:06 ` [PATCH v3 07/10] ARM:multi_v7_defconfig: rerun savedefconfig Srinivas KANDAGATLA
2013-06-20 14:06   ` Srinivas KANDAGATLA
2013-06-20 14:06 ` [PATCH v3 08/10] ARM:stixxxx: Add stixxxx options to multi_v7_defconfig Srinivas KANDAGATLA
2013-06-20 14:06   ` Srinivas KANDAGATLA
2013-06-20 14:06 ` [PATCH v3 09/10] ARM:stih41x: Add B2000 board support Srinivas KANDAGATLA
2013-06-20 14:06   ` Srinivas KANDAGATLA
2013-06-20 14:07 ` [PATCH v3 10/10] ARM:stih41x: Add B2020 " Srinivas KANDAGATLA
2013-06-20 14:07   ` Srinivas KANDAGATLA

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51C3F7CB.70703@st.com \
    --to=srinivas.kandagatla@st.com \
    --cc=arnd@arndb.de \
    --cc=broonie@kernel.org \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=grant.likely@linaro.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=john.stultz@linaro.org \
    --cc=jslaby@suse.cz \
    --cc=kernel@stlinux.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=rob.herring@calxeda.com \
    --cc=rob@landley.net \
    --cc=stephen.gallimore@st.com \
    --cc=stuart.menefy@st.com \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.