Re: [PATCH v8 16/55] [media] media: Don't accept early-created links

2015-12-05 Thread Laurent Pinchart
Hi Mauro, Thank you for the patch. On Sunday 06 September 2015 09:02:47 Mauro Carvalho Chehab wrote: > Links are graph objects that represent the links of two already > existing objects in the graph. > > While with the current implementation, it is possible to create > the links earlier, It does

Re: [PATCH v8 16/55] [media] media: Don't accept early-created links

2015-09-06 Thread Mauro Carvalho Chehab
Links are graph objects that represent the links of two already existing objects in the graph. While with the current implementation, it is possible to create the links earlier, It doesn't make any sense to allow linking two objects when they are not both created. So, remove the code that would b

Re: [PATCH v8 16/55] [media] media: Don't accept early-created links

2015-08-31 Thread Mauro Carvalho Chehab
Em Mon, 31 Aug 2015 16:39:34 +0200 Javier Martinez Canillas escreveu: > Hello Hans, > > On 08/31/2015 01:01 PM, Hans Verkuil wrote: > > On 08/31/2015 12:54 PM, Mauro Carvalho Chehab wrote: > >> Em Mon, 31 Aug 2015 12:30:16 +0200 > >> Hans Verkuil escreveu: > >> > >>> On 08/30/2015 05:06 AM, Mau

Re: [PATCH v8 16/55] [media] media: Don't accept early-created links

2015-08-31 Thread Javier Martinez Canillas
Hello Hans, On 08/31/2015 01:01 PM, Hans Verkuil wrote: > On 08/31/2015 12:54 PM, Mauro Carvalho Chehab wrote: >> Em Mon, 31 Aug 2015 12:30:16 +0200 >> Hans Verkuil escreveu: >> >>> On 08/30/2015 05:06 AM, Mauro Carvalho Chehab wrote: Links are graph objects that represent the links of two a

Re: [PATCH v8 16/55] [media] media: Don't accept early-created links

2015-08-31 Thread Hans Verkuil
On 08/31/2015 12:54 PM, Mauro Carvalho Chehab wrote: > Em Mon, 31 Aug 2015 12:30:16 +0200 > Hans Verkuil escreveu: > >> On 08/30/2015 05:06 AM, Mauro Carvalho Chehab wrote: >>> Links are graph objects that represent the links of two already >>> existing objects in the graph. >>> >>> While with th

Re: [PATCH v8 16/55] [media] media: Don't accept early-created links

2015-08-31 Thread Mauro Carvalho Chehab
Em Mon, 31 Aug 2015 12:30:16 +0200 Hans Verkuil escreveu: > On 08/30/2015 05:06 AM, Mauro Carvalho Chehab wrote: > > Links are graph objects that represent the links of two already > > existing objects in the graph. > > > > While with the current implementation, it is possible to create > > the

Re: [PATCH v8 16/55] [media] media: Don't accept early-created links

2015-08-31 Thread Hans Verkuil
On 08/30/2015 05:06 AM, Mauro Carvalho Chehab wrote: > Links are graph objects that represent the links of two already > existing objects in the graph. > > While with the current implementation, it is possible to create > the links earlier, It doesn't make any sense to allow linking > two objects

[PATCH v8 16/55] [media] media: Don't accept early-created links

2015-08-29 Thread Mauro Carvalho Chehab
Links are graph objects that represent the links of two already existing objects in the graph. While with the current implementation, it is possible to create the links earlier, It doesn't make any sense to allow linking two objects when they are not both created. So, remove the code that would b