
24 Sep
2015
24 Sep
'15
8:58 a.m.
On 09/20/2015 07:41 PM, Thomas Chou wrote:
Convert altera_uart to driver model.
Signed-off-by: Thomas Chou thomas@wytron.com.tw Reviewed-by: Simon Glass sjg@chromium.org Acked-by: Marek Vasut marex@denx.de
v2 fix coding style as Marek suggested.
v3 add early debug uart. fix coding style as Simon suggested.
arch/nios2/dts/3c120_devboard.dts | 1 + drivers/serial/Kconfig | 14 +++ drivers/serial/altera_uart.c | 198 ++++++++++++++++++++------------------ include/configs/nios2-generic.h | 9 +- 4 files changed, 123 insertions(+), 99 deletions(-)
Applied to u-boot-nios.