The patch titled serial: serial_txx9 driver update (take 2) (3, actually) has been added to the -mm tree. Its filename is serial-serial_txx9-driver-update-3.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: serial: serial_txx9 driver update (take 2) (3, actually) From: Atsushi Nemoto <anemo@xxxxxxxxxxxxx> Update the serial_txx9 driver. * Use platform_device. * Fix and cleanup suspend/resume/initialization codes. Signed-off-by: Atsushi Nemoto <anemo@xxxxxxxxxxxxx> Acked-by: Alan Cox <alan@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/serial/serial_txx9.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/serial/serial_txx9.c~serial-serial_txx9-driver-update-3 drivers/serial/serial_txx9.c --- a/drivers/serial/serial_txx9.c~serial-serial_txx9-driver-update-3 +++ a/drivers/serial/serial_txx9.c @@ -39,7 +39,7 @@ * Do not call uart_add_one_port for absent ports. * 1.07 Use CONFIG_SERIAL_TXX9_NR_UARTS. Cleanup. * 1.08 Use platform_device. - * Fix and cleanup suspend/resume codes. + * Fix and cleanup suspend/resume/initialization codes. */ #if defined(CONFIG_SERIAL_TXX9_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) _ Patches currently in -mm which might be from anemo@xxxxxxxxxxxxx are git-mips.patch serial-serial_txx9-driver-update.patch serial-serial_txx9-driver-update-fix.patch serial-serial_txx9-driver-update-3.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