Re: [PATCH v8 43/55] [media] media: report if a pad is sink or source at debug msg

2015-12-08 Thread Mauro Carvalho Chehab
Em Sun, 06 Dec 2015 02:53:57 +0200 Laurent Pinchart escreveu: > Hi Mauro, > > Thank you for the patch. > > On Sunday 06 September 2015 09:03:03 Mauro Carvalho Chehab wrote: > > Sometimes, it is important to see if the created pad is > > sink or source. Add info to track that. > > > > Signed-of

Re: [PATCH v8 43/55] [media] media: report if a pad is sink or source at debug msg

2015-12-05 Thread Laurent Pinchart
Hi Mauro, Thank you for the patch. On Sunday 06 September 2015 09:03:03 Mauro Carvalho Chehab wrote: > Sometimes, it is important to see if the created pad is > sink or source. Add info to track that. > > Signed-off-by: Mauro Carvalho Chehab > > diff --git a/drivers/media/media-entity.c b/driv

Re: [PATCH v8 43/55] [media] media: report if a pad is sink or source at debug msg

2015-09-11 Thread Hans Verkuil
On 09/06/2015 02:03 PM, Mauro Carvalho Chehab wrote: > Sometimes, it is important to see if the created pad is > sink or source. Add info to track that. > > Signed-off-by: Mauro Carvalho Chehab Acked-by: Hans Verkuil > > diff --git a/drivers/media/media-entity.c b/drivers/media/media-entity.c

Re: [PATCH v8 43/55] [media] media: report if a pad is sink or source at debug msg

2015-09-06 Thread Mauro Carvalho Chehab
Sometimes, it is important to see if the created pad is sink or source. Add info to track that. Signed-off-by: Mauro Carvalho Chehab diff --git a/drivers/media/media-entity.c b/drivers/media/media-entity.c index d8038a53f945..6ed5eef88593 100644 --- a/drivers/media/media-entity.c +++ b/drivers/m

Re: [PATCH v8 43/55] [media] media: report if a pad is sink or source at debug msg

2015-08-31 Thread Hans Verkuil
On 08/30/2015 05:06 AM, Mauro Carvalho Chehab wrote: > Sometimes, it is important to see if the created pad is > sink or source. Add info to track that. > > Signed-off-by: Mauro Carvalho Chehab > > diff --git a/drivers/media/dvb-core/dvbdev.c b/drivers/media/dvb-core/dvbdev.c > index f638c67defb

[PATCH v8 43/55] [media] media: report if a pad is sink or source at debug msg

2015-08-29 Thread Mauro Carvalho Chehab
Sometimes, it is important to see if the created pad is sink or source. Add info to track that. Signed-off-by: Mauro Carvalho Chehab diff --git a/drivers/media/dvb-core/dvbdev.c b/drivers/media/dvb-core/dvbdev.c index f638c67defbe..610d2bab1368 100644 --- a/drivers/media/dvb-core/dvbdev.c +++ b/