Re: [PATCH 03/19] media: Add an API to manage entity enumerations

2015-11-03 Thread Sakari Ailus
Hi Mauro, Many thanks for the thorough review of the set! On Wed, Oct 28, 2015 at 11:09:31AM +0900, Mauro Carvalho Chehab wrote: > Em Tue, 27 Oct 2015 01:01:34 +0200 > Sakari Ailus escreveu: > > > From: Sakari Ailus > > > > This is useful in e.g. knowing whether certain operations have alread

Re: [PATCH 03/19] media: Add an API to manage entity enumerations

2015-10-27 Thread Mauro Carvalho Chehab
Em Tue, 27 Oct 2015 01:01:34 +0200 Sakari Ailus escreveu: > From: Sakari Ailus > > This is useful in e.g. knowing whether certain operations have already > been performed for an entity. The users include the framework itself (for > graph walking) and a number of drivers. > > Signed-off-by: Sak

[PATCH 03/19] media: Add an API to manage entity enumerations

2015-10-26 Thread Sakari Ailus
From: Sakari Ailus This is useful in e.g. knowing whether certain operations have already been performed for an entity. The users include the framework itself (for graph walking) and a number of drivers. Signed-off-by: Sakari Ailus --- drivers/media/media-entity.c | 39 + include/