From: Stephen Warren Date: Fri, 17 Jun 2011 15:45:07 +0000 (-0600) Subject: tty/serial: Fix XSCALE serial ports, e.g. ce4100 X-Git-Tag: v3.1-rc1~233^2~12 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5568181f188ae9485a0cdbea5ea48f63d186a298;p=pandora-kernel.git tty/serial: Fix XSCALE serial ports, e.g. ce4100 Commit 4539c24fe4f92c09ee668ef959d3e8180df619b9 "tty/serial: Add explicit PORT_TEGRA type" introduced separate flags describing the need for IER bits UUE and RTOIE. Both bits are required for the XSCALE port type. While that patch updated uart_config[] as required, the auto-probing code wasn't updated to set the RTOIE flag when an XSCALE port type was detected. This caused such ports to stop working. This patch rectifies that. Reported-by: Sebastian Andrzej Siewior Tested-by: Sebastian Andrzej Siewior Signed-off-by: Stephen Warren Cc: stable [3.0] Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed