Re: [U-Boot] [PATCH 2/3] serial: add LPC32X0 high-speed UART devices support

2012-01-11 Thread Marek Vasut
> This change adds an implementation of high-speed UART found on NXP > LPC32X0 SoCs. Such UARTs are enumerated as UART1, UART2 and UART7. > > Signed-off-by: Vladimir Zapolskiy > --- > arch/arm/cpu/arm926ejs/lpc32xx/devices.c |8 ++ > arch/arm/include/asm/arch-lpc32xx/uart.h | 60 ++

[U-Boot] [PATCH 2/3] serial: add LPC32X0 high-speed UART devices support

2012-01-11 Thread Vladimir Zapolskiy
This change adds an implementation of high-speed UART found on NXP LPC32X0 SoCs. Such UARTs are enumerated as UART1, UART2 and UART7. Signed-off-by: Vladimir Zapolskiy --- arch/arm/cpu/arm926ejs/lpc32xx/devices.c |8 ++ arch/arm/include/asm/arch-lpc32xx/uart.h | 60 +++ drivers