[U-Boot] [PATCH v2 2/4] serial: pxa: integrate optional driver model handling

Marek Vasut marex at denx.de
Wed Nov 9 15:10:00 CET 2016


On 11/08/2016 10:34 AM, Marcel Ziswiler wrote:
> Optional driver model handling integration.
> 
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler at toradex.com>
> ---
> 
> Changes in v2: None

[...]

> @@ -164,6 +130,7 @@ void pxa_putc_dev(unsigned int uart_index, const char c)
>  	if (!uart_regs)
>  		hang();
>  
> +

Remove this one.

>  	while (!(readl(&uart_regs->lsr) & LSR_TEMT))
>  		WATCHDOG_RESET();
>  	writel(c, &uart_regs->thr);
> @@ -297,3 +264,80 @@ void pxa_serial_initialize(void)
>  	serial_register(&serial_stuart_device);
>  #endif
>  }

Otherwise:

Reviewed-by: Marek Vasut <marex at denx.de>


-- 
Best regards,
Marek Vasut


More information about the U-Boot mailing list