aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/serial_reg.h
diff options
context:
space:
mode:
authorMatt Schulte <matts@commtech-fastcom.com>2012-11-19 09:12:04 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-21 15:37:46 -0800
commitdc96efb72054985c0912f831da009a2da4e9f6dd (patch)
tree15a27b27040eb43fa2ff161d536a593623211e97 /include/uapi/linux/serial_reg.h
parenttty: remove use of __devexit (diff)
downloadlinux-dev-dc96efb72054985c0912f831da009a2da4e9f6dd.tar.xz
linux-dev-dc96efb72054985c0912f831da009a2da4e9f6dd.zip
Serial: Add support for new devices: Exar's XR17V35x family of multi-port PCIe UARTs
Add support for new devices: Exar's XR17V35x family of multi-port PCIe UARTs. Signed-off-by: Matt Schulte <matts@commtech-fastcom.com> Acked-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/uapi/linux/serial_reg.h')
-rw-r--r--include/uapi/linux/serial_reg.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/uapi/linux/serial_reg.h b/include/uapi/linux/serial_reg.h
index 5ed325e88a81..d0b47607b90b 100644
--- a/include/uapi/linux/serial_reg.h
+++ b/include/uapi/linux/serial_reg.h
@@ -367,5 +367,11 @@
#define UART_OMAP_MDR1_CIR_MODE 0x06 /* CIR mode */
#define UART_OMAP_MDR1_DISABLE 0x07 /* Disable (default state) */
+/*
+ * These are definitions for the XR17V35X and XR17D15X
+ */
+#define UART_EXAR_SLEEP 0x8b /* Sleep mode */
+#define UART_EXAR_DVID 0x8d /* Device identification */
+
#endif /* _LINUX_SERIAL_REG_H */