
9 Nov
2016
9 Nov
'16
3:10 p.m.
On 11/08/2016 10:34 AM, Marcel Ziswiler wrote:
Optional driver model handling integration.
Signed-off-by: Marcel Ziswiler marcel.ziswiler@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@denx.de
--
Best regards,
Marek Vasut