Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-23 Thread Hans de Goede
Hi, On 06/22/2012 06:15 PM, Mauro Carvalho Chehab wrote: Em 22-06-2012 11:07, Hans Verkuil escreveu: snip Reusing G_TUNER/S_TUNER or not, the issue is that a bitfield parameter for frequency range is not actually able to express what are the supported ranges. As I said before, the tuner

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-22 Thread Hans Verkuil
Sorry for the late reply, but I've been quite busy the last few days... On Tue June 19 2012 16:14:26 Mauro Carvalho Chehab wrote: Em 19-06-2012 09:36, Hans de Goede escreveu: Hi, On 06/19/2012 01:09 PM, Mauro Carvalho Chehab wrote: Em 19-06-2012 05:27, Hans de Goede escreveu: Hi,

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-22 Thread Mauro Carvalho Chehab
Em 22-06-2012 11:07, Hans Verkuil escreveu: Sorry for the late reply, but I've been quite busy the last few days... On Tue June 19 2012 16:14:26 Mauro Carvalho Chehab wrote: Em 19-06-2012 09:36, Hans de Goede escreveu: Hi, On 06/19/2012 01:09 PM, Mauro Carvalho Chehab wrote: Em 19-06-2012

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-19 Thread Hans de Goede
Hi, On 06/19/2012 02:47 AM, Mauro Carvalho Chehab wrote: Em 28-05-2012 07:46, Hans Verkuil escreveu: From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com Acked-by: Hans de Goede hdego...@redhat.com --- include/linux/videodev2.h | 19

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-19 Thread Mauro Carvalho Chehab
Em 19-06-2012 05:27, Hans de Goede escreveu: Hi, On 06/19/2012 02:47 AM, Mauro Carvalho Chehab wrote: Em 28-05-2012 07:46, Hans Verkuil escreveu: From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com Acked-by: Hans de Goede hdego...@redhat.com ---

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-19 Thread Hans de Goede
Hi, On 06/19/2012 01:09 PM, Mauro Carvalho Chehab wrote: Em 19-06-2012 05:27, Hans de Goede escreveu: Hi, On 06/19/2012 02:47 AM, Mauro Carvalho Chehab wrote: Em 28-05-2012 07:46, Hans Verkuil escreveu: From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-19 Thread halli manjunatha
Hi Mauro, Please take the Patch-set 7 which I submitted by removing my set_band implementation (as per Hans V suggestion). https://lkml.org/lkml/2012/5/21/294 Regards Manju On Tue, Jun 19, 2012 at 7:36 AM, Hans de Goede hdego...@redhat.com wrote: Hi, On 06/19/2012 01:09 PM, Mauro Carvalho

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-19 Thread Mauro Carvalho Chehab
Em 19-06-2012 09:36, Hans de Goede escreveu: Hi, On 06/19/2012 01:09 PM, Mauro Carvalho Chehab wrote: Em 19-06-2012 05:27, Hans de Goede escreveu: Hi, On 06/19/2012 02:47 AM, Mauro Carvalho Chehab wrote: Em 28-05-2012 07:46, Hans Verkuil escreveu: From: Hans Verkuil

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-19 Thread Mauro Carvalho Chehab
Em 19-06-2012 10:31, halli manjunatha escreveu: Hi Mauro, Please take the Patch-set 7 which I submitted by removing my set_band implementation (as per Hans V suggestion). https://lkml.org/lkml/2012/5/21/294 Manju, That doesn't solve the issue. As I pointed on my previous email, the

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-19 Thread halli manjunatha
On Tue, Jun 19, 2012 at 10:41 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 19-06-2012 10:31, halli manjunatha escreveu: Hi Mauro, Please take the Patch-set 7 which I submitted by removing my set_band implementation (as per Hans V suggestion). https://lkml.org/lkml/2012/5/21/294

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-19 Thread Hans de Goede
Hi, snip long discussion about having a fixed set of bands versus a way to enumerate bands, including their rangelow, rangehigh and capabilities Ok, you've convinced me. I agree that having a way to actually enumerate ranges, rather then having a fixed set of ranges, is better. Which brings

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-19 Thread Hans de Goede
Hi, On 06/19/2012 06:47 PM, Hans de Goede wrote: Hi, snip long discussion about having a fixed set of bands versus a way to enumerate bands, including their rangelow, rangehigh and capabilities Ok, you've convinced me. I agree that having a way to actually enumerate ranges, rather then having

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-19 Thread halli manjunatha
On Tue, Jun 19, 2012 at 12:33 PM, Hans de Goede hdego...@redhat.com wrote: Hi, On 06/19/2012 06:47 PM, Hans de Goede wrote: Hi, snip long discussion about having a fixed set of bands versus a way to enumerate bands, including their rangelow, rangehigh and capabilities Ok, you've

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-19 Thread Hans Verkuil
On 19/06/12 19:33, Hans de Goede wrote: Hi, On 06/19/2012 06:47 PM, Hans de Goede wrote: Hi, snip long discussion about having a fixed set of bands versus a way to enumerate bands, including their rangelow, rangehigh and capabilities Ok, you've convinced me. I agree that having a way to

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-19 Thread Hans de Goede
Hi, On 06/19/2012 07:43 PM, halli manjunatha wrote: On Tue, Jun 19, 2012 at 12:33 PM, Hans de Goede hdego...@redhat.com wrote: Hi, On 06/19/2012 06:47 PM, Hans de Goede wrote: Hi, snip long discussion about having a fixed set of bands versus a way to enumerate bands, including their

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-18 Thread Mauro Carvalho Chehab
Em 28-05-2012 07:46, Hans Verkuil escreveu: From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com Acked-by: Hans de Goede hdego...@redhat.com --- include/linux/videodev2.h | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-)

[RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-05-28 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com Acked-by: Hans de Goede hdego...@redhat.com --- include/linux/videodev2.h | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/include/linux/videodev2.h