Hello, this is v3 of the series which was called "serial: mctrl-gpio irq-handling + imx: handshaking improvements" for v2. The first 4 patches are already applied to tty-testing, this is a rebase of the remaining 4 patches on top of this branch. For patch 1 (formerly patch 5 == conversion of the atmel driver) the conflict was easy to resolve. The culprit was that I had "serial: atmel: fix error path of probe function" in my tree assuming that this will also be the case in Greg's tree. For imx there were some other changes as predicted that conflicted with my patch. Conflict resolution was strait forward, and testing on an i.MX25 showed that they still work. Best regards Uwe Uwe Kleine-König (4): serial: atmel: convert to irq handling provided mctrl-gpio serial: imx: repair and complete handshaking serial: imx: reorder functions and simplify a bit serial: imx: implement handshaking using gpios with the mctrl_gpio helper drivers/tty/serial/Kconfig | 1 + drivers/tty/serial/atmel_serial.c | 140 ++++------------------------- drivers/tty/serial/imx.c | 182 +++++++++++++++++++++++++------------- 3 files changed, 140 insertions(+), 183 deletions(-) -- 2.6.0 -- 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