Re: [PATCH v8 31/55] [media] media: add macros to check if subdev or V4L2 DMA

2015-12-05 Thread Laurent Pinchart
Hi Mauro, Thank you for the patch. On Sunday 06 September 2015 09:02:57 Mauro Carvalho Chehab wrote: > As we'll be removing entity subtypes from the Kernel, we need > to provide a way for drivers and core to check if a given > entity is represented by a V4L2 subdev or if it is an V4L2 > I/O

Re: [PATCH v8 31/55] [media] media: add macros to check if subdev or V4L2 DMA

2015-09-06 Thread Mauro Carvalho Chehab
As we'll be removing entity subtypes from the Kernel, we need to provide a way for drivers and core to check if a given entity is represented by a V4L2 subdev or if it is an V4L2 I/O entity (typically with DMA). Signed-off-by: Mauro Carvalho Chehab diff --git

Re: [PATCH v8 31/55] [media] media: add macros to check if subdev or V4L2 DMA

2015-08-31 Thread Hans Verkuil
On 08/30/2015 05:06 AM, Mauro Carvalho Chehab wrote: > As we'll be removing entity subtypes from the Kernel, we need > to provide a way for drivers and core to check if a given > entity is represented by a V4L2 subdev or if it is an V4L2 > I/O entity (typically with DMA). This needs more

Re: [PATCH v8 31/55] [media] media: add macros to check if subdev or V4L2 DMA

2015-08-31 Thread Hans Verkuil
On 08/31/2015 01:31 PM, Hans Verkuil wrote: > On 08/30/2015 05:06 AM, Mauro Carvalho Chehab wrote: >> As we'll be removing entity subtypes from the Kernel, we need >> to provide a way for drivers and core to check if a given >> entity is represented by a V4L2 subdev or if it is an V4L2 >> I/O

Re: [PATCH v8 31/55] [media] media: add macros to check if subdev or V4L2 DMA

2015-08-31 Thread Mauro Carvalho Chehab
Em Mon, 31 Aug 2015 13:31:32 +0200 Hans Verkuil escreveu: > On 08/30/2015 05:06 AM, Mauro Carvalho Chehab wrote: > > As we'll be removing entity subtypes from the Kernel, we need > > to provide a way for drivers and core to check if a given > > entity is represented by a V4L2

Re: [PATCH v8 31/55] [media] media: add macros to check if subdev or V4L2 DMA

2015-08-31 Thread Hans Verkuil
On 08/31/2015 03:08 PM, Mauro Carvalho Chehab wrote: > Em Mon, 31 Aug 2015 13:31:32 +0200 > Hans Verkuil escreveu: > >> On 08/30/2015 05:06 AM, Mauro Carvalho Chehab wrote: >>> As we'll be removing entity subtypes from the Kernel, we need >>> to provide a way for drivers and

[PATCH v8 31/55] [media] media: add macros to check if subdev or V4L2 DMA

2015-08-29 Thread Mauro Carvalho Chehab
As we'll be removing entity subtypes from the Kernel, we need to provide a way for drivers and core to check if a given entity is represented by a V4L2 subdev or if it is an V4L2 I/O entity (typically with DMA). Signed-off-by: Mauro Carvalho Chehab mche...@osg.samsung.com diff --git