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