From: Gabor Juhos Date: Tue, 17 Jul 2012 16:08:31 +0000 (+0100) Subject: tty: of_serial: add no-loopback-test property X-Git-Tag: omap-cleanup-sparseirq-for-v3.7~155 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fde8be29239bf4a4118d918df1b2b8ef7266b1a2;p=pandora-kernel.git tty: of_serial: add no-loopback-test property The loopback test mode is not implemented in all NS16550 compatible UARTs. The 8250 driver uses the UPF_SKIP_TEST flag to indicate this, however it is not possible to set this flag via device-tree. Add a new 'no-loopback-test' property, and modify the of_serial driver to set the UPF_SKIP_TEST flag if the property is present. Signed-off-by: Gabor Juhos Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed