Re: [PATCH v8 52/55] [media] media-device: remove interfaces and interface links

2015-12-09 Thread Mauro Carvalho Chehab
Em Mon, 23 Nov 2015 23:22:56 +0200 Laurent Pinchart escreveu: > Hi Mauro, > > Thank you for the patch. > > On Sunday 06 September 2015 09:03:12 Mauro Carvalho Chehab wrote: > > Just like what's done with entities, when the media controller is > > unregistered, release any interface and interfac

Re: [PATCH v8 52/55] [media] media-device: remove interfaces and interface links

2015-11-23 Thread Laurent Pinchart
Hi Mauro, Thank you for the patch. On Sunday 06 September 2015 09:03:12 Mauro Carvalho Chehab wrote: > Just like what's done with entities, when the media controller is > unregistered, release any interface and interface links that > might still be there. > > Signed-off-by: Mauro Carvalho Chehab

Re: [PATCH v8 52/55] [media] media-device: remove interfaces and interface links

2015-09-11 Thread Hans Verkuil
On 09/06/2015 02:03 PM, Mauro Carvalho Chehab wrote: > Just like what's done with entities, when the media controller is > unregistered, release any interface and interface links that > might still be there. > > Signed-off-by: Mauro Carvalho Chehab Acked-by: Hans Verkuil > > diff --git a/driv

Re: [PATCH v8 52/55] [media] media-device: remove interfaces and interface links

2015-09-06 Thread Mauro Carvalho Chehab
Just like what's done with entities, when the media controller is unregistered, release any interface and interface links that might still be there. Signed-off-by: Mauro Carvalho Chehab diff --git a/drivers/media/media-device.c b/drivers/media/media-device.c index 7c37aeab05bb..0238885fcc74 1006

Re: [PATCH v8 52/55] [media] media-device: remove interfaces and interface links

2015-08-31 Thread Hans Verkuil
On 08/30/2015 05:07 AM, Mauro Carvalho Chehab wrote: > Just like what's done with entities, when the media controller is > unregistered, release and interface and interface links that s/release and/release any/ > might still be there. > > Signed-off-by: Mauro Carvalho Chehab > > diff --git a/d

[PATCH v8 52/55] [media] media-device: remove interfaces and interface links

2015-08-29 Thread Mauro Carvalho Chehab
Just like what's done with entities, when the media controller is unregistered, release and interface and interface links that might still be there. Signed-off-by: Mauro Carvalho Chehab diff --git a/drivers/media/media-device.c b/drivers/media/media-device.c index 638c682b79c4..2c16a46ea530 1006