]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
serial: add LPC32X0 high-speed UART devices support
authorVladimir Zapolskiy <vz@mleia.com>
Thu, 19 Apr 2012 04:33:09 +0000 (04:33 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 15 May 2012 06:31:21 +0000 (08:31 +0200)
commitcc35fdbc4d5b5ba85cae2568453957a62c3f1e4a
tree9163809d77fce87c72cbdba0a7db0e7e223916d2
parent52f69f818c016a05fb81cfc51b42eecfb7240a6c
serial: add LPC32X0 high-speed UART devices support

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 <vz@mleia.com>
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
Acked-by: Marek Vasut <marek.vasut@gmail.com>
arch/arm/include/asm/arch-lpc32xx/uart.h
drivers/serial/Makefile
drivers/serial/lpc32xx_hsuart.c [new file with mode: 0644]