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)
committerSasha Levin <alexander.levin@verizon.com>
Tue, 16 Aug 2016 12:25:06 +0000 (08:25 -0400)
commitebe139836e17beea5f6742f7c6e11a7cd9d053de
tree7474a52cbb4714c04214e9a00d6ab2f9712c06d4
parent343c4efc3864c72b99669f6b214f145712202167
tty/serial: at91: remove bunch of macros to access UART registers

[ Upstream commit 4e7decdaaa67b287d6a13de8dedced68f1d7d716 ]

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>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
drivers/tty/serial/atmel_serial.c