Re: [RFC/PATCH v4 05/11] media: Reference count and power handling

2010-09-16 Thread Laurent Pinchart
Hi Mauro, On Thursday 16 September 2010 12:35:45 Mauro Carvalho Chehab wrote: > Em 16-09-2010 05:46, Laurent Pinchart escreveu: > > On Saturday 11 September 2010 22:38:33 Sakari Ailus wrote: > >> Mauro Carvalho Chehab wrote: > >>> Em 20-08-2010 12:29, Laurent Pinchart escreveu: > From: Sakari

Re: [RFC/PATCH v4 05/11] media: Reference count and power handling

2010-09-16 Thread Mauro Carvalho Chehab
Em 16-09-2010 05:46, Laurent Pinchart escreveu: > Hi, > > On Saturday 11 September 2010 22:38:33 Sakari Ailus wrote: >> Mauro Carvalho Chehab wrote: >>> Em 20-08-2010 12:29, Laurent Pinchart escreveu: From: Sakari Ailus Basically these are the interface functions: media_e

Re: [RFC/PATCH v4 05/11] media: Reference count and power handling

2010-09-16 Thread Laurent Pinchart
Hi, On Saturday 11 September 2010 22:38:33 Sakari Ailus wrote: > Mauro Carvalho Chehab wrote: > > Em 20-08-2010 12:29, Laurent Pinchart escreveu: > >> From: Sakari Ailus > >> > >> Basically these are the interface functions: > >> > >> media_entity_get() - acquire entity > >> media_entity_put()

Re: [RFC/PATCH v4 05/11] media: Reference count and power handling

2010-09-11 Thread Sakari Ailus
Hi Mauro, Thanks for the comments! Mauro Carvalho Chehab wrote: > Em 20-08-2010 12:29, Laurent Pinchart escreveu: >> From: Sakari Ailus >> >> Basically these are the interface functions: >> >> media_entity_get() - acquire entity >> media_entity_put() - release entity >> >> If the entity is

Re: [RFC/PATCH v4 05/11] media: Reference count and power handling

2010-09-08 Thread Mauro Carvalho Chehab
Em 20-08-2010 12:29, Laurent Pinchart escreveu: > From: Sakari Ailus > > Basically these are the interface functions: > > media_entity_get() - acquire entity > media_entity_put() - release entity > > If the entity is of node type, the power change is distributed to > all connected e

[RFC/PATCH v4 05/11] media: Reference count and power handling

2010-08-20 Thread Laurent Pinchart
From: Sakari Ailus Basically these are the interface functions: media_entity_get() - acquire entity media_entity_put() - release entity If the entity is of node type, the power change is distributed to all connected entities. For non-nodes it only affects that very node.