The patch titled serial-convert-early_uart-to-earlycon-for-8250 ia64 fix has been removed from the -mm tree. Its filename was serial-convert-early_uart-to-earlycon-for-8250-ia64-fix.patch This patch was dropped because it was folded into serial-convert-early_uart-to-earlycon-for-8250.patch ------------------------------------------------------ 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 serial-assert-dtr-for-serial-console-devices.patch usb-make-the-usb_device-numa_node-to-get-assigned-from.patch x86-64-disable-the-gart-in-shutdown.patch x86_84-move-iommu-declaration-from-proto-to-iommuh.patch x86_64-change-_map_single-to-static-in-pci_gartc-etc.patch x86_64-geode-hw-random-number-generator-depend-on-x86_3.patch x86_64-get-mp_bus_to_node-as-early.patch 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-ia64-fix.patch serial-convert-early_uart-to-earlycon-for-8250-fix-3-alias.patch dma-make-dma-pool-to-use-kmalloc_node.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