[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201306202055.43189.arnd@arndb.de>
Date: Thu, 20 Jun 2013 20:55:42 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Srinivas KANDAGATLA <srinivas.kandagatla@...com>
Cc: linux-arm-kernel@...ts.infradead.org,
Rob Landley <rob@...dley.net>,
Grant Likely <grant.likely@...aro.org>,
Rob Herring <rob.herring@...xeda.com>,
Russell King <linux@....linux.org.uk>,
Stuart Menefy <stuart.menefy@...com>,
John Stultz <john.stultz@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>,
Linus Walleij <linus.walleij@...aro.org>,
"Greg Kroah-Hartman" <gregkh@...uxfoundation.org>,
Jiri Slaby <jslaby@...e.cz>, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org, devicetree-discuss@...ts.ozlabs.org,
kernel@...inux.com, linux-serial@...r.kernel.org,
Mark Brown <broonie@...nel.org>,
Stephen Gallimore <stephen.gallimore@...com>
Subject: Re: [PATCH v3 06/10] ARM:stixxxx: Add DEBUG_LL console support
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.
Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists