]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitb0b8c84cf58d2486d48f486b5c47af7a7a33a497
tree6ac36520e3535d9bac0bb1bf20a2945e5879d471
parent44a459fd83376d08b0dea776354761ebb1bacde1
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