This is consolidation of two patch series which were sent quite a long time ago (~1 year). Patch 1, newly introduced, removes unneeded flag. Patch 2 modify the code to make static analyzer happy. Patch 3 provides a quirk to the drivers to allow them to select the DMA mode they would like to use: some of the hardware may not use one of the DMA channels by some reasons. Changes in v2: - consolidate two series into one - add patch 1 - drop sysfs and legacy module parameter interface in DMA quirk series (patch 3 only now) Andy Shevchenko (3): serial: core: remove unneeded irq_wake flag serial: core: enforce type for upf_t when copying serial: core: move UPF_NO_TXEN_TEST to quirks and rename drivers/tty/serial/8250/8250_core.c | 16 ++++++++-------- drivers/tty/serial/8250/8250_pci.c | 2 +- drivers/tty/serial/8250/8250_port.c | 2 +- drivers/tty/serial/serial_core.c | 11 ++++------- include/linux/serial_core.h | 10 +++++----- 5 files changed, 19 insertions(+), 22 deletions(-) -- 2.13.2 -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html