This series adds a driver for adding 8250/16550 UART ports as functions to MFD devices. Esben Haabendal (2): serial: 8250: Allow port registration without UPF_BOOT_AUTOCONF serial: 8250: Add support for 8250/16550 as MFD function drivers/tty/serial/8250/8250_core.c | 36 ++++++----- drivers/tty/serial/8250/8250_mfd.c | 119 ++++++++++++++++++++++++++++++++++++ drivers/tty/serial/8250/Kconfig | 12 ++++ drivers/tty/serial/8250/Makefile | 1 + include/linux/serial_8250.h | 2 + 5 files changed, 155 insertions(+), 15 deletions(-) create mode 100644 drivers/tty/serial/8250/8250_mfd.c -- 2.4.11