The Medfield platform has its own high speed UART with DMA support. This patch set enables it but leaves some of the DMA off for the moment while we get the DMA controller merged and a few other oddments in place. --- Feng Tang (4): hsu: call PCI pm hooks in suspend/resume function hsu: some code cleanup hsu: add a periodic timer to check dma rx channel hsu: driver for Medfield High Speed UART device drivers/serial/Kconfig | 10 drivers/serial/Makefile | 1 drivers/serial/mfd.c | 1498 +++++++++++++++++++++++++++++++++++++++++++ include/linux/serial_core.h | 2 include/linux/serial_reg.h | 16 5 files changed, 1527 insertions(+), 0 deletions(-) create mode 100644 drivers/serial/mfd.c -- toolroom chaos: File not found -- 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