diff options
author | Thomas Betker <thomas.betker@rohde-schwarz.com> | 2015-03-13 00:11:59 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-27 00:54:07 +0300 |
commit | 19f22efdb653642814e6c8710fca974c1dbe7cfa (patch) | |
tree | e5695d020b322af53a880a48043142f906fc0849 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 0c39a467e7ba68a0d94439c1ebe260dc5b26302b (diff) | |
download | linux-19f22efdb653642814e6c8710fca974c1dbe7cfa.tar.xz |
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions