Re: [PATCH v8 06/55] [media] media: use media_gobj inside pads

2015-09-10 Thread Javier Martinez Canillas
On Sun, Aug 30, 2015 at 5:06 AM, Mauro Carvalho Chehab wrote: > PADs also need unique object IDs that won't conflict with > the entity object IDs. > > The pad objects are currently created via media_entity_init() > and, once created, never change. > > While this will likely change in the future in

Re: [PATCH v8 06/55] [media] media: use media_gobj inside pads

2015-09-09 Thread Sakari Ailus
Hi Mauro, On Sun, Aug 30, 2015 at 12:06:17AM -0300, Mauro Carvalho Chehab wrote: > PADs also need unique object IDs that won't conflict with > the entity object IDs. > > The pad objects are currently created via media_entity_init() > and, once created, never change. > > While this will likely ch

[PATCH v8 06/55] [media] media: use media_gobj inside pads

2015-08-29 Thread Mauro Carvalho Chehab
PADs also need unique object IDs that won't conflict with the entity object IDs. The pad objects are currently created via media_entity_init() and, once created, never change. While this will likely change in the future in order to support dynamic changes, for now we'll keep PADs as arrays and in