summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/serial_core.h
diff options
context:
space:
mode:
authorSoren Brinkmann2014-04-05 02:23:43 +0200
committerGreg Kroah-Hartman2014-04-25 01:21:51 +0200
commitd9bb3fb12685209765fd838bec69d701d7b479e5 (patch)
tree0f68966bd1737c2b79e46eab7c25c8221adce48b /include/uapi/linux/serial_core.h
parenttty: xuartps: Don't write IRQ disable register to enable interrupts (diff)
downloadkernel-qcow2-linux-d9bb3fb12685209765fd838bec69d701d7b479e5.tar.gz
kernel-qcow2-linux-d9bb3fb12685209765fd838bec69d701d7b479e5.tar.xz
kernel-qcow2-linux-d9bb3fb12685209765fd838bec69d701d7b479e5.zip
tty: xuartps: Rebrand driver as Cadence UART
Zynq's UART is Cadence IP. Make this visible in the prompt in kconfig and additional comments in the driver. This also renames functions and symbols, as far as possible without breaking user space API, to reflect the Cadence origin. This is achieved through simple search and replace: - s/XUARTPS/CDNS_UART/g - s/xuartps/cdns_uart/g The only exceptions are PORT_XUARTPS and the driver name, which stay as is, due to their exposure to user space. As well as the - no legacy - compatibility string 'xlnx,xuartps' Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com> Tested-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/uapi/linux/serial_core.h')
-rw-r--r--include/uapi/linux/serial_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/serial_core.h b/include/uapi/linux/serial_core.h
index b47dba2c1e6f..22aaf8ed7735 100644
--- a/include/uapi/linux/serial_core.h
+++ b/include/uapi/linux/serial_core.h
@@ -211,7 +211,7 @@
/* VIA VT8500 SoC */
#define PORT_VT8500 97
-/* Xilinx PSS UART */
+/* Cadence (Xilinx Zynq) UART */
#define PORT_XUARTPS 98
/* Atheros AR933X SoC */