History log of /arch/arm/mach-lpc32xx/serial.c
Revision Date Author Comments
5fe8f11ccb63298bcaab34994c3ca04fd6d30887 14-Jun-2012 Alexandre Pereira da Silva <aletes.xgr@gmail.com> ARM: LPC32xx: Move uart6 irda disable to serial.c

Move the irda configuration to serial.c where other special cases are
handled

Signed-off-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
Signed-off-by: Roland Stigge <stigge@antcom.de>
c70426f1534a7d8e52e478ce67fd4634cc588741 14-Jun-2012 Roland Stigge <stigge@antcom.de> ARM: LPC32xx: DT conversion of Standard UARTs

This patch switches from static serial driver initialization to devicetree
configuration. This way, the Standard UARTs of the LPC32xx SoC can be enabled
individually via DT.

E.g., instead of Kconfig configuration, the phy3250.dts activates
UARTs 3 and 5.

Signed-off-by: Roland Stigge <stigge@antcom.de>
Tested-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
ff424aa4c89d19082e8ae5a3351006bc8a4cd91b 27-Feb-2012 Roland Stigge <stigge@antcom.de> ARM: LPC32xx: serial.c: Fixed loop limit

This patch fixes a wrong loop limit on UART init.

Signed-off-by: Roland Stigge <stigge@antcom.de>
Cc: stable@vger.kernel.org
2707208ee8a80dbbd5426f5aa1a934f766825bb5 27-Feb-2012 Roland Stigge <stigge@antcom.de> ARM: LPC32xx: serial.c: HW bug workaround

This patch fixes a HW bug by flushing RX FIFOs of the UARTs on init. It was
ported from NXP's git.lpclinux.com tree.

Signed-off-by: Roland Stigge <stigge@antcom.de>
Cc: stable@vger.kernel.org
e6e912c4964ce5976e508881207dfa96d5f856d7 27-Jul-2010 Kevin Wells <wellsk40@gmail.com> ARM: LPC32XX: Serial support code

Serial port setup support code

Signed-off-by: Kevin Wells <wellsk40@gmail.com>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>