Re: [PATCH 2/2] [media] omap3isp: separate links creation from entities init

2015-08-27 Thread Javier Martinez Canillas
Hello Mauro, On 08/26/2015 10:43 PM, Mauro Carvalho Chehab wrote: > Em Wed, 26 Aug 2015 17:25:19 +0200 > Javier Martinez Canillas escreveu: > >> The omap3isp driver initializes the entities and creates the pads links >> before the entities are registered with the media device. This does not >> w

Re: [PATCH 2/2] [media] omap3isp: separate links creation from entities init

2015-08-26 Thread Mauro Carvalho Chehab
Em Wed, 26 Aug 2015 17:25:19 +0200 Javier Martinez Canillas escreveu: > The omap3isp driver initializes the entities and creates the pads links > before the entities are registered with the media device. This does not > work now that object IDs are used to create links so the media_device > has t

[PATCH 2/2] [media] omap3isp: separate links creation from entities init

2015-08-26 Thread Javier Martinez Canillas
The omap3isp driver initializes the entities and creates the pads links before the entities are registered with the media device. This does not work now that object IDs are used to create links so the media_device has to be set. Split out the pads links creation from the entity initialization so a