commit | 4e7decdaaa67b287d6a13de8dedced68f1d7d716 | [log] [tgz] |
---|---|---|
author | Cyrille Pitchen <cyrille.pitchen@atmel.com> | Thu Jul 02 15:18:11 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jul 23 18:00:42 2015 -0700 |
tree | 089d59cc24596309e9ea54af787179422e87f0ab | |
parent | 3fad386014ddc34513647a3e49d9fc9db2990cbc [diff] |
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>