Re: [PATCH v3 06/10] ARM:stixxxx: Add DEBUG_LL console support

2013-06-20 Thread Srinivas KANDAGATLA
On 20/06/13 19:55, Arnd Bergmann wrote: > On Thursday 20 June 2013, Srinivas KANDAGATLA wrote: >> --- a/arch/arm/mach-sti/board-dt.c >> +++ b/arch/arm/mach-sti/board-dt.c >> @@ -11,6 +11,7 @@ >> #include >> #include >> #include >> +#include >> #include >> >> #include "smp.h" >>

Re: [PATCH v3 06/10] ARM:stixxxx: Add DEBUG_LL console support

2013-06-20 Thread Arnd Bergmann
On Thursday 20 June 2013, Srinivas KANDAGATLA wrote: > --- a/arch/arm/mach-sti/board-dt.c > +++ b/arch/arm/mach-sti/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

[PATCH v3 06/10] ARM:stixxxx: Add DEBUG_LL console support

2013-06-20 Thread Srinivas KANDAGATLA
This patch adds low level debug uart support to sti based SOCs. Signed-off-by: Srinivas Kandagatla CC: Arnd Bergmann --- arch/arm/Kconfig.debug | 38 +++ arch/arm/include/debug/sti.S | 61 ++ arch/arm/mach-sti/boa