summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/earlycon.c
diff options
context:
space:
mode:
authorThomas Betker <thomas.betker@rohde-schwarz.com>2015-03-12 22:11:59 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-26 22:54:07 +0100
commit19f22efdb653642814e6c8710fca974c1dbe7cfa (patch)
treee5695d020b322af53a880a48043142f906fc0849 /drivers/tty/serial/earlycon.c
parent0c39a467e7ba68a0d94439c1ebe260dc5b26302b (diff)
downloadlinux-19f22efdb653642814e6c8710fca974c1dbe7cfa.tar.bz2
serial: xuartps: Get rid of register access macros.
Get rid of cdns_uart_readl() and cdns_uart_writel() and just call readl() and writel() directly. Most of the patch was created by search-and-replace (I had to convert a few lines manually, and break some lines longer than 80 columns): * s/cdns_uart_readl(/readl(port->membase + /g * s/cdns_uart_writel(\([^,]*\),/writel(\1, port->membase +/g Signed-off-by: Thomas Betker <thomas.betker@rohde-schwarz.com> Acked-by: Sören Brinkmann <soren.brinkmann@xilinx.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/earlycon.c')
0 files changed, 0 insertions, 0 deletions