]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
OMAP/serial: Add support for driving a GPIO as DTR.
authorNeilBrown <neilb@suse.de>
Mon, 30 Jul 2012 00:30:26 +0000 (10:30 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Aug 2012 19:10:43 +0000 (12:10 -0700)
commit9574f36fb801035f6ab0fbb1b53ce2c12c17d100
treefeb4794a8c1a54b5fb0e3024b836e93f2a39f36e
parenta92098a1cb7ec08c86d1b97d1831d8edaf26b1a2
OMAP/serial: Add support for driving a GPIO as DTR.

OMAP hardware doesn't provide a phyisical DTR line, but
some configurations may need a DTR line which tracks whether
the device is open or not.

So allow a gpio to be configured as the DTR line.

Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/mach-omap2/serial.c
arch/arm/plat-omap/include/plat/omap-serial.h
drivers/tty/serial/omap-serial.c