[PATCH v7 21/21] OMAP2+: UART: Do not gate uart clocks if used for debug_prints
From: Mohammed, Afzal <hidden>
Date: 2011-10-19 05:35:02
Also in:
linux-omap, linux-serial
From: Mohammed, Afzal <hidden>
Date: 2011-10-19 05:35:02
Also in:
linux-omap, linux-serial
Hi Govindraj, On Tue, Oct 18, 2011 at 21:05:41, R, Govindraj wrote:
If OMAP UART is used as console uart and debug is enabled, avoid gating of uart clocks to print all debug prints.
: :
console_uart_id = uart->num;
+ if (cmdline_find_option("debug")) {
+ uart_debug = true;Shouldn't "loglevel" also be checked? Regards Afzal