]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
tty: xuartps: Rebrand driver as Cadence UART
authorSoren Brinkmann <soren.brinkmann@xilinx.com>
Wed, 14 May 2014 21:43:02 +0000 (14:43 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 15 May 2014 06:27:58 +0000 (08:27 +0200)
commit1f1b0f35012c14d1a63649f69971e1e2a87d0836
tree245d8232769c90445ff19db31371b14289cc2b3c
parentbbb814303983016d8339112847cc6f8af82138a5
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>
(cherry picked from commit d9bb3fb12685209765fd838bec69d701d7b479e5)
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/tty/serial/Kconfig
drivers/tty/serial/xilinx_uartps.c
include/uapi/linux/serial_core.h