Re: [PATCH RFC v2 16/16] media: add functions to allow creating interfaces

2015-08-11 Thread Hans Verkuil
On 08/11/15 14:24, Mauro Carvalho Chehab wrote: > Em Tue, 11 Aug 2015 13:14:41 +0200 > Hans Verkuil escreveu: > >> On 08/07/15 16:20, Mauro Carvalho Chehab wrote: >>> Interfaces are different than entities: they represent a >>> Kernel<->userspace interaction, while entities represent a >>> piece

Re: [PATCH RFC v2 16/16] media: add functions to allow creating interfaces

2015-08-11 Thread Mauro Carvalho Chehab
Em Tue, 11 Aug 2015 13:14:41 +0200 Hans Verkuil escreveu: > On 08/07/15 16:20, Mauro Carvalho Chehab wrote: > > Interfaces are different than entities: they represent a > > Kernel<->userspace interaction, while entities represent a > > piece of hardware/firmware/software that executes a function.

Re: [PATCH RFC v2 16/16] media: add functions to allow creating interfaces

2015-08-11 Thread Hans Verkuil
On 08/07/15 16:20, Mauro Carvalho Chehab wrote: > Interfaces are different than entities: they represent a > Kernel<->userspace interaction, while entities represent a > piece of hardware/firmware/software that executes a function. > > Let's distinguish them by creating a separate structure to > s

[PATCH RFC v2 16/16] media: add functions to allow creating interfaces

2015-08-07 Thread Mauro Carvalho Chehab
Interfaces are different than entities: they represent a Kernel<->userspace interaction, while entities represent a piece of hardware/firmware/software that executes a function. Let's distinguish them by creating a separate structure to store the interfaces. Latter patches should change the exist