hvc: add Blackfin JTAG console support
authorMike Frysinger <vapier@gentoo.org>
Sat, 5 Feb 2011 01:45:49 +0000 (20:45 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Feb 2011 19:12:40 +0000 (11:12 -0800)
commit5427bcf5e95245d3e220742ac703182bdb973769
tree6eed2090099d98a4bec5d150b3d0c5ee8e1b9354
parent9fc3de9c83565fcaa23df74c2fc414bb6e7efb0a
hvc: add Blackfin JTAG console support

This converts the existing bfin_jtag_comm TTY driver to the HVC layer so
that the common HVC code can worry about all of the TTY/polling crap and
leave the Blackfin code to worry about the Blackfin bits.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/char/Kconfig
drivers/tty/hvc/Makefile
drivers/tty/hvc/hvc_bfin_jtag.c [new file with mode: 0644]