Re: [PATCH 1/1] as3645a: Remove set_power() from platform data

2013-11-04 Thread Laurent Pinchart
Hi Sakari, On Saturday 02 November 2013 23:43:02 Sakari Ailus wrote: > On Wed, May 23, 2012 at 03:06:41PM +0300, Sakari Ailus wrote: > > On Wed, May 23, 2012 at 01:31:26PM +0200, Laurent Pinchart wrote: > > > Hi Sakari, > > > > ... > > > > > > > If the chip is powered on constantly, why do we ne

Re: [PATCH 1/1] as3645a: Remove set_power() from platform data

2013-11-02 Thread Sakari Ailus
On Wed, May 23, 2012 at 03:06:41PM +0300, Sakari Ailus wrote: > On Wed, May 23, 2012 at 01:31:26PM +0200, Laurent Pinchart wrote: > > Hi Sakari, > ... > > > > If the chip is powered on constantly, why do we need a .s_power() subdev > > > > operation at all ? > > > > > > I don't know why was it the

Re: [PATCH 1/1] as3645a: Remove set_power() from platform data

2012-05-23 Thread Sakari Ailus
On Wed, May 23, 2012 at 01:31:26PM +0200, Laurent Pinchart wrote: > Hi Sakari, ... > > > If the chip is powered on constantly, why do we need a .s_power() subdev > > > operation at all ? > > > > I don't know why was it there in the first place. Probably to make it easier > > to use the driver on b

Re: [PATCH 1/1] as3645a: Remove set_power() from platform data

2012-05-23 Thread Laurent Pinchart
Hi Sakari, On Wednesday 23 May 2012 14:19:51 Sakari Ailus wrote: > On Wed, May 23, 2012 at 01:00:08PM +0200, Laurent Pinchart wrote: > > On Wednesday 16 May 2012 06:12:49 Sakari Ailus wrote: > > > The chip is typically powered constantly and no board uses the > > > set_power() callback. Remove it.

Re: [PATCH 1/1] as3645a: Remove set_power() from platform data

2012-05-23 Thread Sakari Ailus
Hi Laurent, On Wed, May 23, 2012 at 01:00:08PM +0200, Laurent Pinchart wrote: > Hi Sakari, > > Thanks for the patch. > > On Wednesday 16 May 2012 06:12:49 Sakari Ailus wrote: > > The chip is typically powered constantly and no board uses the set_power() > > callback. Remove it. > > > > Signed-o

Re: [PATCH 1/1] as3645a: Remove set_power() from platform data

2012-05-23 Thread Laurent Pinchart
Hi Sakari, Thanks for the patch. On Wednesday 16 May 2012 06:12:49 Sakari Ailus wrote: > The chip is typically powered constantly and no board uses the set_power() > callback. Remove it. > > Signed-off-by: Sakari Ailus > --- > drivers/media/video/as3645a.c | 39 +-

[PATCH 1/1] as3645a: Remove set_power() from platform data

2012-05-15 Thread Sakari Ailus
The chip is typically powered constantly and no board uses the set_power() callback. Remove it. Signed-off-by: Sakari Ailus --- drivers/media/video/as3645a.c | 39 +-- include/media/as3645a.h |1 - 2 files changed, 9 insertions(+), 31 deletions(-)