From: Soren Brinkmann Date: Sat, 5 Apr 2014 00:23:43 +0000 (-0700) Subject: tty: xuartps: Rebrand driver as Cadence UART X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~35^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9bb3fb12685209765fd838bec69d701d7b479e5;p=pandora-kernel.git 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 Tested-by: Michal Simek Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed