Commits

Cyrille Pitchen committed ebe139836e1
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>