From 19f22efdb653642814e6c8710fca974c1dbe7cfa Mon Sep 17 00:00:00 2001 From: Thomas Betker Date: Thu, 12 Mar 2015 22:11:59 +0100 Subject: [PATCH] serial: xuartps: Get rid of register access macros. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Acked-by: Sören Brinkmann Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed