Re: [PATCH 04/10] Input: atmel_mxt_ts - handle bootloader mode at probe

2013-02-13 Thread Benson Leung
On Wed, Feb 13, 2013 at 1:46 PM, Dmitry Torokhov wrote: > On Fri, Feb 01, 2013 at 04:11:46PM +0800, Daniel Kurtz wrote: >> In some cases it is possible for a device to be in its bootloader at >> driver probe time. This is detected by the driver when probe() is called >> with an i2c_client which

Re: [PATCH 04/10] Input: atmel_mxt_ts - handle bootloader mode at probe

2013-02-13 Thread Dmitry Torokhov
On Fri, Feb 01, 2013 at 04:11:46PM +0800, Daniel Kurtz wrote: > In some cases it is possible for a device to be in its bootloader at > driver probe time. This is detected by the driver when probe() is called > with an i2c_client which has one of the Atmel Bootloader i2c addresses. > > In this

Re: [PATCH 04/10] Input: atmel_mxt_ts - handle bootloader mode at probe

2013-02-13 Thread Dmitry Torokhov
On Fri, Feb 01, 2013 at 04:11:46PM +0800, Daniel Kurtz wrote: In some cases it is possible for a device to be in its bootloader at driver probe time. This is detected by the driver when probe() is called with an i2c_client which has one of the Atmel Bootloader i2c addresses. In this case,

Re: [PATCH 04/10] Input: atmel_mxt_ts - handle bootloader mode at probe

2013-02-13 Thread Benson Leung
On Wed, Feb 13, 2013 at 1:46 PM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: On Fri, Feb 01, 2013 at 04:11:46PM +0800, Daniel Kurtz wrote: In some cases it is possible for a device to be in its bootloader at driver probe time. This is detected by the driver when probe() is called with an

[PATCH 04/10] Input: atmel_mxt_ts - handle bootloader mode at probe

2013-02-01 Thread Daniel Kurtz
In some cases it is possible for a device to be in its bootloader at driver probe time. This is detected by the driver when probe() is called with an i2c_client which has one of the Atmel Bootloader i2c addresses. In this case, we should load enough driver functionality to still loading new

[PATCH 04/10] Input: atmel_mxt_ts - handle bootloader mode at probe

2013-02-01 Thread Daniel Kurtz
In some cases it is possible for a device to be in its bootloader at driver probe time. This is detected by the driver when probe() is called with an i2c_client which has one of the Atmel Bootloader i2c addresses. In this case, we should load enough driver functionality to still loading new