Re: [PATCH 4/5] [media] uvcvideo: create pad links after subdev registration

2015-12-07 Thread Javier Martinez Canillas
Hello Laurent, On 12/05/2015 11:44 PM, Laurent Pinchart wrote: > Hi Javier, > > Thank you for the patch. > Thanks for your review. > On Monday 07 September 2015 16:10:25 Javier Martinez Canillas wrote: > > [snip] > >> From 8be356e77eeefdc5c0738dd429205f3398c5b76c Mon Sep 17 00:00:00 2001 >>

Re: [PATCH 4/5] [media] uvcvideo: create pad links after subdev registration

2015-12-07 Thread Javier Martinez Canillas
Hello Laurent, On 12/05/2015 11:44 PM, Laurent Pinchart wrote: > Hi Javier, > > Thank you for the patch. > Thanks for your review. > On Monday 07 September 2015 16:10:25 Javier Martinez Canillas wrote: > > [snip] > >> From 8be356e77eeefdc5c0738dd429205f3398c5b76c Mon Sep 17 00:00:00 2001 >>

Re: [PATCH 4/5] [media] uvcvideo: create pad links after subdev registration

2015-12-05 Thread Laurent Pinchart
Hi Javier, Thank you for the patch. On Monday 07 September 2015 16:10:25 Javier Martinez Canillas wrote: [snip] > From 8be356e77eeefdc5c0738dd429205f3398c5b76c Mon Sep 17 00:00:00 2001 > From: Javier Martinez Canillas > Date: Thu, 3 Sep 2015 13:46:06 +0200 > Subject: [PATCH v2 4/5] [media]

Re: [PATCH 4/5] [media] uvcvideo: create pad links after subdev registration

2015-12-05 Thread Laurent Pinchart
Hi Javier, Thank you for the patch. On Monday 07 September 2015 16:10:25 Javier Martinez Canillas wrote: [snip] > From 8be356e77eeefdc5c0738dd429205f3398c5b76c Mon Sep 17 00:00:00 2001 > From: Javier Martinez Canillas > Date: Thu, 3 Sep 2015 13:46:06 +0200 > Subject:

Re: [PATCH 4/5] [media] uvcvideo: create pad links after subdev registration

2015-09-07 Thread Javier Martinez Canillas
Hello, On 09/03/2015 06:00 PM, Javier Martinez Canillas wrote: > The uvc driver creates the pads links before the media entity is > registered with the media device. This doesn't work now that obj > IDs are used to create links so the media_device has to be set. > > Move entities registration

Re: [PATCH 4/5] [media] uvcvideo: create pad links after subdev registration

2015-09-07 Thread Javier Martinez Canillas
Hello, On 09/03/2015 06:00 PM, Javier Martinez Canillas wrote: > The uvc driver creates the pads links before the media entity is > registered with the media device. This doesn't work now that obj > IDs are used to create links so the media_device has to be set. > > Move entities registration

[PATCH 4/5] [media] uvcvideo: create pad links after subdev registration

2015-09-03 Thread Javier Martinez Canillas
The uvc driver creates the pads links before the media entity is registered with the media device. This doesn't work now that obj IDs are used to create links so the media_device has to be set. Move entities registration logic before pads links creation. Signed-off-by: Javier Martinez Canillas

[PATCH 4/5] [media] uvcvideo: create pad links after subdev registration

2015-09-03 Thread Javier Martinez Canillas
The uvc driver creates the pads links before the media entity is registered with the media device. This doesn't work now that obj IDs are used to create links so the media_device has to be set. Move entities registration logic before pads links creation. Signed-off-by: Javier Martinez Canillas