Re: [PATCH v8 23/55] [media] media: add support to link interfaces and entities

2015-09-06 Thread Mauro Carvalho Chehab
Now that we have a new graph object called "interfaces", we need to be able to link them to the entities. Add a linked list to the interfaces to allow them to be linked to the entities. Signed-off-by: Mauro Carvalho Chehab Acked-by: Hans Verkuil

Re: [PATCH v8 23/55] [media] media: add support to link interfaces and entities

2015-08-31 Thread Hans Verkuil
On 08/30/2015 05:06 AM, Mauro Carvalho Chehab wrote: > Now that we have a new graph object called "interfaces", we > need to be able to link them to the entities. > > Add a linked list to the interfaces to allow them to be > linked to the entities. > > Signed-off-by: Mauro Carvalho Chehab

[PATCH v8 23/55] [media] media: add support to link interfaces and entities

2015-08-29 Thread Mauro Carvalho Chehab
Now that we have a new graph object called interfaces, we need to be able to link them to the entities. Add a linked list to the interfaces to allow them to be linked to the entities. Signed-off-by: Mauro Carvalho Chehab mche...@osg.samsung.com diff --git a/drivers/media/media-entity.c