[PATCH 07/10] Input: atmel_mxt_ts - refactor bootloader entry/exit

2013-02-01 Thread Daniel Kurtz
From: Benson Leung Refactor bootloading into a three parts: 1) bl enter that only happens when device is not yet in bl. bl enter frees old driver state and switches to BL i2c addr. 2) the actual fw_update 3) bl exit that only happens if fw update is successful. bl exit switches to APP

[PATCH 07/10] Input: atmel_mxt_ts - refactor bootloader entry/exit

2013-02-01 Thread Daniel Kurtz
From: Benson Leung ble...@chromium.org Refactor bootloading into a three parts: 1) bl enter that only happens when device is not yet in bl. bl enter frees old driver state and switches to BL i2c addr. 2) the actual fw_update 3) bl exit that only happens if fw update is successful. bl