Re: [PATCH 05/18] [media] media-controller: enable all interface links at init

2015-12-10 Thread Mauro Carvalho Chehab
Em Mon, 23 Nov 2015 21:46:53 +0200 Laurent Pinchart escreveu: > Hi Mauro, > > Thank you for the patch. > > On Sunday 06 September 2015 14:30:48 Mauro Carvalho Chehab wrote: > > Interface links are normally enabled, meaning that the interfaces are > > bound to the entities. So, any ioctl send to

Re: [PATCH 05/18] [media] media-controller: enable all interface links at init

2015-11-23 Thread Laurent Pinchart
Hi Mauro, Thank you for the patch. On Sunday 06 September 2015 14:30:48 Mauro Carvalho Chehab wrote: > Interface links are normally enabled, meaning that the interfaces are > bound to the entities. So, any ioctl send to the interface are reflected s/send/sent/ > at the entities managed by the i

Re: [PATCH 05/18] [media] media-controller: enable all interface links at init

2015-09-11 Thread Hans Verkuil
On 09/06/2015 07:30 PM, Mauro Carvalho Chehab wrote: > Interface links are normally enabled, meaning that the interfaces are > bound to the entities. So, any ioctl send to the interface are reflected > at the entities managed by the interface. > > However, when a device is usage, other interfaces

[PATCH 05/18] [media] media-controller: enable all interface links at init

2015-09-06 Thread Mauro Carvalho Chehab
Interface links are normally enabled, meaning that the interfaces are bound to the entities. So, any ioctl send to the interface are reflected at the entities managed by the interface. However, when a device is usage, other interfaces for the same hardware could be decoupled from the entities link