Re: [PATCH v8 39/55] [media] media controller: get rid of entity subtype on Kernel

2015-12-05 Thread Laurent Pinchart
Hi Mauro, Thank you for the patch. On Sunday 06 September 2015 09:02:59 Mauro Carvalho Chehab wrote: > Don't use anymore the type/subtype entity data/macros > inside the Kernel. > > Signed-off-by: Mauro Carvalho Chehab Acked-by: Laurent Pinchart > diff --git a/include/media/media-entity.h b/

Re: [PATCH v8 39/55] [media] media controller: get rid of entity subtype on Kernel

2015-09-11 Thread Hans Verkuil
On 09/06/2015 02:02 PM, Mauro Carvalho Chehab wrote: > Don't use anymore the type/subtype entity data/macros > inside the Kernel. > > Signed-off-by: Mauro Carvalho Chehab Acked-by: Hans Verkuil > > diff --git a/include/media/media-entity.h b/include/media/media-entity.h > index 220864319d21..

Re: [PATCH v8 39/55] [media] media controller: get rid of entity subtype on Kernel

2015-09-06 Thread Mauro Carvalho Chehab
Don't use anymore the type/subtype entity data/macros inside the Kernel. Signed-off-by: Mauro Carvalho Chehab diff --git a/include/media/media-entity.h b/include/media/media-entity.h index 220864319d21..7320cdc45833 100644 --- a/include/media/media-entity.h +++ b/include/media/media-entity.h @@

Re: [PATCH v8 39/55] [media] media controller: get rid of entity subtype on Kernel

2015-08-31 Thread Hans Verkuil
On 08/30/2015 05:06 AM, Mauro Carvalho Chehab wrote: > Don't use anymore the type/subtype entity data/macros > inside the Kernel. > > Signed-off-by: Mauro Carvalho Chehab > > diff --git a/include/media/media-entity.h b/include/media/media-entity.h > index b0cfbc0dffc7..756e1960fd7f 100644 > ---

[PATCH v8 39/55] [media] media controller: get rid of entity subtype on Kernel

2015-08-29 Thread Mauro Carvalho Chehab
Don't use anymore the type/subtype entity data/macros inside the Kernel. Signed-off-by: Mauro Carvalho Chehab diff --git a/include/media/media-entity.h b/include/media/media-entity.h index b0cfbc0dffc7..756e1960fd7f 100644 --- a/include/media/media-entity.h +++ b/include/media/media-entity.h @@