The patch titled serial-convert-early_uart-to-earlycon-for-8250 ia64 fix has been added to the -mm tree. Its filename is serial-convert-early_uart-to-earlycon-for-8250-ia64-fix.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-convert-early_uart-to-earlycon-for-8250 ia64 fix From: Yinghai Lu <Yinghai.Lu@xxxxxxx> ia64: add extra preferred console for HCDP serial console Signed-off-by: Yinghai Lu <yinghai.lu@xxxxxxx> Cc: Andi Kleen <ak@xxxxxxx> Cc: Bjorn Helgaas <bjorn.helgaas@xxxxxx> Cc: Russell King <rmk@xxxxxxxxxxxxxxxx> Cc: Gerd Hoffmann <kraxel@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/firmware/pcdp.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/firmware/pcdp.c~serial-convert-early_uart-to-earlycon-for-8250-ia64-fix drivers/firmware/pcdp.c --- a/drivers/firmware/pcdp.c~serial-convert-early_uart-to-earlycon-for-8250-ia64-fix +++ a/drivers/firmware/pcdp.c @@ -42,6 +42,7 @@ setup_serial_console(struct pcdp_uart *u } } + add_preferred_console("uart", 8250, &options[9]); return setup_early_serial8250_console(options); #else return -ENODEV; diff -puN /dev/null /dev/null _ Patches currently in -mm which might be from Yinghai.Lu@xxxxxxx are console-more-buf-for-index-parsing.patch console-console-handover-to-preferred-console.patch serial-convert-early_uart-to-earlycon-for-8250.patch serial-convert-early_uart-to-earlycon-for-8250-fix.patch serial-convert-early_uart-to-earlycon-for-8250-ia64-fix.patch serial-assert-dtr-for-serial-console-devices.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