This patch series adds support for the Max3110 used as the serial console on the Moorestown platform. Although the max3100 driver can and does support the 3110 it's not capable of handling the needs of the Moorestown platform. At the same time this driver does things that we don't want in a generic 3110 driver. So we end up with two. We've tried really hard but there isn't an obvious way to avoid this without producing one driver that is far harder to maintain than having two. Earlyprintk support also exists for this device but is dependant on some bits that are not yet submitted so has been omitted for the initial submission. Alan --- Feng Tang (1): mrst_max3110: add UART driver for Max3110 on Moorestown jianwei.yang (1): max3110 sanity check a register drivers/serial/Kconfig | 17 + drivers/serial/Makefile | 1 drivers/serial/mrst_max3110.c | 853 +++++++++++++++++++++++++++++++++++++++++ drivers/serial/mrst_max3110.h | 59 +++ 4 files changed, 930 insertions(+), 0 deletions(-) create mode 100644 drivers/serial/mrst_max3110.c create mode 100644 drivers/serial/mrst_max3110.h -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html