[PATCH 0/2] omap serial fix.
From: Santosh Shilimkar <hidden>
Date: 2013-03-19 06:53:06
Also in:
linux-omap, linux-serial, lkml
From: Santosh Shilimkar <hidden>
Date: 2013-03-19 06:53:06
Also in:
linux-omap, linux-serial, lkml
On Monday 18 March 2013 04:24 PM, Sourav Poddar wrote:
The first patch is a rearrangement of a macro "OMAP_MAX_HSUART_PORTS" to a header file so that it can be used in other file. The second patch fixes the wakeup from uart issue while using "no_console_suspend" in the bootargs. These patches are developed on 3.8 custom kernel containing omap5 supend/resume support. Cc: Santosh Shilimkar <redacted>
Thanks Sourav for sorting out the issue. With update of changelog suggested by Kevin on patch 1, Feel free to add, Acked-Tested-by: Santosh Shilimkar [off-list ref]
Sourav Poddar (2):
driver: serial-omap: move max uart count into generic header file.
arm: mach-omap2: prevent UART console idle on suspend while using
"no_console_suspend"
arch/arm/mach-omap2/omap_device.c | 36 ++++++++++++++++++++++++++++-
drivers/tty/serial/omap-serial.c | 2 -
include/linux/platform_data/serial-omap.h | 1 +
3 files changed, 36 insertions(+), 3 deletions(-)