Re: [PATCH v2 7/9] soc-camera: Continue the power off sequence if one of the steps fails

2012-07-17 Thread David Cohen
Hi Laurent, On 07/17/2012 02:45 AM, Laurent Pinchart wrote: Hi David, Thank you for the review. You're welcome. On Monday 16 July 2012 01:24:37 David Cohen wrote: On 07/05/2012 11:38 PM, Laurent Pinchart wrote: Powering off a device is a "best effort" task: failure to execute one of the

Re: [PATCH v2 7/9] soc-camera: Continue the power off sequence if one of the steps fails

2012-07-16 Thread Laurent Pinchart
Hi David, Thank you for the review. On Monday 16 July 2012 01:24:37 David Cohen wrote: > On 07/05/2012 11:38 PM, Laurent Pinchart wrote: > > Powering off a device is a "best effort" task: failure to execute one of > > the steps should not prevent the next steps to be executed. For > > instance, a

Re: [PATCH v2 7/9] soc-camera: Continue the power off sequence if one of the steps fails

2012-07-15 Thread David Cohen
Hi Laurent, Few comments below. On 07/05/2012 11:38 PM, Laurent Pinchart wrote: Powering off a device is a "best effort" task: failure to execute one of the steps should not prevent the next steps to be executed. For instance, an I2C communication error when putting the chip in stand-by mode sh

[PATCH v2 7/9] soc-camera: Continue the power off sequence if one of the steps fails

2012-07-05 Thread Laurent Pinchart
Powering off a device is a "best effort" task: failure to execute one of the steps should not prevent the next steps to be executed. For instance, an I2C communication error when putting the chip in stand-by mode should not prevent the more agressive next step of turning the chip's power supply off