This patchset attempts to make the atmel fw update a bit more robust by. Some highlights: 1) handle more errors during fw update 2) use the CHG (interrupt) line to detect state transitions (instead of open waiting) 3) handle cases where the device is in bootloader at probe time 4) tear down the input device before fw update and recreate on success. Applies cleanly to Dmitry's input/next branch. Benson Leung (4): Input: atmel_mxt_ts - refactor bootloader entry/exit Input: atmel_mxt_ts - wait for CHG assert in mxt_check_bootloader Input: atmel_mxt_ts - wait for CHG after bootloader resets Input: atmel_mxt_ts - increase FWRESET_TIME Daniel Kurtz (6): Input: atmel_mxt_ts - refactor i2c error handling Input: atmel_mxt_ts - register input device before request_irq Input: atmel_mxt_ts - refactor input device creation Input: atmel_mxt_ts - handle bootloader mode at probe Input: atmel_mxt_ts - handle errors during fw update Input: atmel_mxt_ts - destroy state before fw update and restore after drivers/input/touchscreen/atmel_mxt_ts.c | 423 ++++++++++++++++++++++--------- 1 file changed, 300 insertions(+), 123 deletions(-) -- 1.8.1 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html