tty/serial: at91: remove bunch of macros to access UART registers
authorCyrille Pitchen <cyrille.pitchen@atmel.com>
Thu, 2 Jul 2015 13:18:11 +0000 (15:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Jul 2015 01:00:42 +0000 (18:00 -0700)
commit4e7decdaaa67b287d6a13de8dedced68f1d7d716
tree089d59cc24596309e9ea54af787179422e87f0ab
parent3fad386014ddc34513647a3e49d9fc9db2990cbc
tty/serial: at91: remove bunch of macros to access UART registers

This patch replaces the UART_PUT_*, resp. UART_GET_*, macros by
atmel_uart_writel(), resp. atmel_uart_readl(), inline function calls.

Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/atmel_serial.c