Re: [PATCH V2] ARM: DRA7: hwmod: Enable DEBUG_LL for UART4

2015-11-30 Thread Tony Lindgren
* Nishanth Menon [151022 19:49]: > On 10/22/2015 08:01 PM, Praneeth wrote: > > Hi Nishanth, > > > > On 10/22/2015 07:24 PM, Praneeth Bajjuri wrote: > >> From: "J.D. Schroeder" > >> > >> UART4 low level debug support. This helps in debugging with UART4 > >>

[PATCH V2] ARM: DRA7: hwmod: Enable DEBUG_LL for UART4

2015-10-22 Thread Praneeth Bajjuri
From: "J.D. Schroeder" UART4 low level debug support. This helps in debugging with UART4 serial console output on DRA7 based platforms. Extending the following fix for UART4. commit 1c7e36bfc3e2 ("ARM: DRA7: hwmod: Fix boot crash with DEBUG_LL enabled on UART3") For

Re: [PATCH V2] ARM: DRA7: hwmod: Enable DEBUG_LL for UART4

2015-10-22 Thread Praneeth
Hi Nishanth, On 10/22/2015 07:24 PM, Praneeth Bajjuri wrote: From: "J.D. Schroeder" UART4 low level debug support. This helps in debugging with UART4 serial console output on DRA7 based platforms. Extending the following fix for UART4. commit 1c7e36bfc3e2 ("ARM:

Re: [PATCH V2] ARM: DRA7: hwmod: Enable DEBUG_LL for UART4

2015-10-22 Thread Nishanth Menon
On 10/22/2015 08:01 PM, Praneeth wrote: > Hi Nishanth, > > On 10/22/2015 07:24 PM, Praneeth Bajjuri wrote: >> From: "J.D. Schroeder" >> >> UART4 low level debug support. This helps in debugging with UART4 >> serial console output on DRA7 based platforms. >> >> Extending