Re: [PATCH 7/8] soc-camera: Add and use soc_camera_power_[on|off]() helper functions

2012-06-29 Thread Guennadi Liakhovetski
On Thu, 28 Jun 2012, Laurent Pinchart wrote: Hi Guennadi, Thanks for the review. On Thursday 21 June 2012 23:15:14 Guennadi Liakhovetski wrote: On Wed, 23 May 2012, Laurent Pinchart wrote: -static int soc_camera_power_off(struct soc_camera_device *icd, -

Re: [PATCH 7/8] soc-camera: Add and use soc_camera_power_[on|off]() helper functions

2012-06-27 Thread Laurent Pinchart
Hi Guennadi, Thanks for the review. On Thursday 21 June 2012 23:15:14 Guennadi Liakhovetski wrote: On Wed, 23 May 2012, Laurent Pinchart wrote: Instead of forcing all soc-camera drivers to go through the mid-layer to handle power management, create soc_camera_power_[on|off]() functions

Re: [PATCH 7/8] soc-camera: Add and use soc_camera_power_[on|off]() helper functions

2012-06-21 Thread Guennadi Liakhovetski
Hi Laurent On Wed, 23 May 2012, Laurent Pinchart wrote: Instead of forcing all soc-camera drivers to go through the mid-layer to handle power management, create soc_camera_power_[on|off]() functions that can be called from the subdev .s_power() operation to manage regulators and

[PATCH 7/8] soc-camera: Add and use soc_camera_power_[on|off]() helper functions

2012-05-23 Thread Laurent Pinchart
Instead of forcing all soc-camera drivers to go through the mid-layer to handle power management, create soc_camera_power_[on|off]() functions that can be called from the subdev .s_power() operation to manage regulators and platform-specific power handling. This allows non soc-camera hosts to use