]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
tty: serial: KGDB support for PXA
authorDenis V. Lunev <den@openvz.org>
Sun, 21 Oct 2012 04:00:30 +0000 (12:00 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Oct 2012 18:38:28 +0000 (11:38 -0700)
commite1a9c17969f0aa60cb00f1f777b33a07f4e84883
tree9a9b9308c1fcf1d482ceed19a9ed5513980221fd
parentc97399418a25b18943c9910fb28e0ee5ecc3c316
tty: serial: KGDB support for PXA

Actually, in order to support KGDB over serial console one must
implement two callbacks for character polling. Clone them from
8250 driver with a bit of tuning.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: Marko Katic <dromede@gmail.com>
CC: Eric Miao <eric.y.miao@gmail.com>
CC: Russell King <linux@arm.linux.org.uk>
Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com>
 drivers/tty/serial/pxa.c |   55 ++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/pxa.c