]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
tty: serial8250: add break handler quirk for tegra
authorBibek Basu <bbasu@nvidia.com>
Mon, 28 Apr 2014 05:29:24 +0000 (10:59 +0530)
committerBibek Basu <bbasu@nvidia.com>
Tue, 29 Apr 2014 09:52:13 +0000 (02:52 -0700)
commitc72b366e010b5cfbac6541eb339a0324b863ff17
treeb09d78d98638df2d099c2436b6c077ab65d55c7c
parent1a4bc00b01eb77c42a31be107fd4fe4370418e77
tty: serial8250: add break handler quirk for tegra

On tegra,after a break is issued, uart status register
generates FIFOE error rather than the next character
ready status. For that quirk is already present. Hook is added
for the quirk so that sysrq key combination works. This helps
in debugging soft hangs

Bug 1401397

Change-Id: I0131cfc986aba694ddc21d859685748843534611
Signed-off-by: Bibek Basu <bbasu@nvidia.com>
Reviewed-on: http://git-master/r/401535
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
drivers/tty/serial/8250/8250_core.c
drivers/tty/serial/of_serial.c
include/linux/serial_8250.h