The patch titled serial: add tsi108 8250 serial support (fix) has been added to the -mm tree. Its filename is serial-add-tsi108-8250-serial-support-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: serial: add tsi108 8250 serial support (fix) From: Zang Roy-r61911 <tie-fei.zang@xxxxxxxxxxxxx> The following patch fixes the tsi108 port report information. Signed-off-by: Roy Zang <tie-fei.zang@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/serial/serial_core.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/serial/serial_core.c~serial-add-tsi108-8250-serial-support-fix drivers/serial/serial_core.c --- a/drivers/serial/serial_core.c~serial-add-tsi108-8250-serial-support-fix +++ a/drivers/serial/serial_core.c @@ -2028,6 +2028,7 @@ uart_report_port(struct uart_driver *drv case UPIO_MEM: case UPIO_MEM32: case UPIO_AU: + case UPIO_TSI: snprintf(address, sizeof(address), "MMIO 0x%lx", port->mapbase); break; _ Patches currently in -mm which might be from tie-fei.zang@xxxxxxxxxxxxx are serial-add-tsi108-8250-serial-support.patch serial-add-tsi108-8250-serial-support-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html