[PATCH 2/2] Uart driver for ST Microelectronics ConneXt(STA2X11/STA2X10).

From: Feng, Xiaobing
Date: Sun Nov 15 2009 - 22:26:05 EST


Hi
The patch is a serial driver for PL011 UART base on PCI
express. It was develop for ST Microelectronics's ConneXt board.
ST Microelectronics ConneXt(STA2X11/STA2X10), a PCI express
multifunction chip that provides Input/Output capabilities.
This driver derive from drivers/serial/amba-pl011.c, I added PCI
express feature and some platform-dependent features in it, which make
it support PL011 on ConneXt as a PCI express device.
The patch has been checked by scripts/checkpatch.pl .