[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1397052954.22858.30.camel@iivanov-dev>
Date: Wed, 09 Apr 2014 17:15:54 +0300
From: "Ivan T. Ivanov" <iivanov@...sol.com>
To: Christopher Covington <cov@...eaurora.org>
Cc: Russell King <linux@....linux.org.uk>,
David Brown <davidb@...eaurora.org>,
Daniel Walker <dwalker@...o99.com>,
Stephen Boyd <sboyd@...eaurora.org>,
Rohit Vaswani <rvaswani@...eaurora.org>,
linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org
Subject: Re: [PATCH] ARM: msm: Make MSM_HAS_DEBUG_UART_HS option visible to
multiplatform targets
On Wed, 2014-04-09 at 10:00 -0400, Christopher Covington wrote:
> Hi Ivan,
>
> On 04/09/2014 09:08 AM, Ivan T. Ivanov wrote:
> > From: "Ivan T. Ivanov" <iivanov@...sol.com>
> >
> > High Speed UART is available also in new multiplatform QCOM targets.
>
> > diff --git a/arch/arm/include/debug/msm.S b/arch/arm/include/debug/msm.S
> > index 9d653d4..09ff7b7 100644
> > --- a/arch/arm/include/debug/msm.S
> > +++ b/arch/arm/include/debug/msm.S
> > @@ -39,11 +39,14 @@
> > #ifdef CONFIG_DEBUG_MSM8660_UART
> > #define MSM_DEBUG_UART_BASE 0xF0040000
> > #define MSM_DEBUG_UART_PHYS 0x19C40000
> > +#define MSM_HAS_DEBUG_UART_HS
> > #endif
> >
> > #ifdef CONFIG_DEBUG_MSM8960_UART
> > +#define MSM_HAS_DEBUG_UART_HS
>
> This appears to be duplicated.
Ops, right. Will send fixed version.
Thanks,
Ivan
>
> > #define MSM_DEBUG_UART_BASE 0xF0040000
> > #define MSM_DEBUG_UART_PHYS 0x16440000
> > +#define MSM_HAS_DEBUG_UART_HS
> > #endif
> >
> > #ifdef CONFIG_DEBUG_MSM8974_UART
>
> Regards,
> Christopher
>
--
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