]> git.baikalelectronics.ru Git - kernel.git/commit
serial: of_serial: Handle auto-flow-control property
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Mon, 25 Mar 2013 13:51:15 +0000 (15:51 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Mar 2013 23:36:48 +0000 (16:36 -0700)
commite3b20494404d763fa1044239eb9e91f62b4ebd50
tree6ac36520e3535d9bac0bb1bf20a2945e5879d471
parentcfd2471b7fa6558b03e990eec48953f7befaabae
serial: of_serial: Handle auto-flow-control property

Automatic Flow Control capability is not tied to this
property. This is only one way of detecting it. The property
is limited to be used only with 8250 driver.

Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/tty/serial/of-serial.txt
drivers/tty/serial/of_serial.c