Re: [PATCH 04/19] media: Move struct media_entity_graph definition up

2015-11-29 Thread Sakari Ailus
On Wed, Nov 04, 2015 at 12:22:38AM +0200, Sakari Ailus wrote: > Hi Mauro, > > On Wed, Oct 28, 2015 at 09:36:50AM +0900, Mauro Carvalho Chehab wrote: > > Em Tue, 27 Oct 2015 01:01:35 +0200 > > Sakari Ailus escreveu: > > > > > It will be needed in struct media_pipeline shortly. > > > > > > Signed

Re: [PATCH 04/19] media: Move struct media_entity_graph definition up

2015-11-03 Thread Sakari Ailus
Hi Mauro, On Wed, Oct 28, 2015 at 09:36:50AM +0900, Mauro Carvalho Chehab wrote: > Em Tue, 27 Oct 2015 01:01:35 +0200 > Sakari Ailus escreveu: > > > It will be needed in struct media_pipeline shortly. > > > > Signed-off-by: Sakari Ailus > > Reviewed-by: Mauro Carvalho Chehab > (but see below

Re: [PATCH 04/19] media: Move struct media_entity_graph definition up

2015-10-27 Thread Mauro Carvalho Chehab
Em Tue, 27 Oct 2015 01:01:35 +0200 Sakari Ailus escreveu: > It will be needed in struct media_pipeline shortly. > > Signed-off-by: Sakari Ailus Reviewed-by: Mauro Carvalho Chehab (but see below) > --- > include/media/media-entity.h | 20 ++-- > 1 file changed, 10 insertions(

[PATCH 04/19] media: Move struct media_entity_graph definition up

2015-10-26 Thread Sakari Ailus
It will be needed in struct media_pipeline shortly. Signed-off-by: Sakari Ailus --- include/media/media-entity.h | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/include/media/media-entity.h b/include/media/media-entity.h index fc54192..dde9a5f 100644 --