]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tty: of_serial: add support for the DesignWare 8250
authorJamie Iles <jamie@jamieiles.com>
Tue, 16 Aug 2011 16:47:47 +0000 (17:47 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 23 Aug 2011 17:54:19 +0000 (10:54 -0700)
commit14a8d47d4e9f51372996914c16bdbf1c34e209b5
tree68df1fadbf0caf85c0d0aa239ece243d8ee1d8fb
parent6b1a98d1c4851235d9b6764b3f7b7db7909fc760
tty: of_serial: add support for the DesignWare 8250

Support the DesignWare 8250 by a new compatible string and registering
the DesignWare helpers.  If the registration of the helpers fails, then
continue as a normal 8250 as we may still get some useful debug out.

Cc: Alan Cox <alan@linux.intel.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jamie Iles <jamie@jamieiles.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/devicetree/bindings/tty/serial/of-serial.txt
drivers/tty/serial/of_serial.c