On 09/20/2015 04:36 PM, Thomas Chou wrote:
Convert altera_jtag_uart to driver model. Signed-off-by: Thomas Chou <tho...@wytron.com.tw> Acked-by: Marek Vasut <ma...@denx.de> Reviewed-by: Simon Glass <s...@chromium.org> --- v2 add ioremap. make the change to dts compatible with linux. v3 use fdt address translation patch from Stefan Roese. fix watchdog and loop as Marek suggested. v4 add clear AC flag to probe(). remove polling loops and watchdog reset because they are done in the serial-uclass.c. v5 fix coding style as Marek suggested to altera_uart. v6 add early debug uart. use chosen stdout-path to assign console. fix coding style as Simon suggested. arch/nios2/dts/3c120_devboard.dts | 2 + configs/nios2-generic_defconfig | 3 + drivers/serial/Kconfig | 26 ++++++ drivers/serial/altera_jtag_uart.c | 171 +++++++++++++++++++++++++------------- include/configs/nios2-generic.h | 3 - 5 files changed, 142 insertions(+), 63 deletions(-)
Applied to u-boot-nios. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot