[PATCH 09/10] Input: atmel_mxt_ts - wait for CHG after bootloader resets

2013-02-01 Thread Daniel Kurtz
From: Benson Leung Rather than msleep for MXT_RESET_TIME and MXT_FWRESET_TIME during the transition to bootloader mode and the transition back from app, wait for the CHG assert to indicate that the transition is done. This change replaces the msleep with a wait for completion that the

[PATCH 09/10] Input: atmel_mxt_ts - wait for CHG after bootloader resets

2013-02-01 Thread Daniel Kurtz
From: Benson Leung ble...@chromium.org Rather than msleep for MXT_RESET_TIME and MXT_FWRESET_TIME during the transition to bootloader mode and the transition back from app, wait for the CHG assert to indicate that the transition is done. This change replaces the msleep with a wait for completion