Re: [PATCH 2/3] drxk: correction frontend attatching

2011-12-17 Thread Stefan Ringel
Am 18.12.2011 00:47, schrieb Oliver Endriss: On Sunday 18 December 2011 00:39:49 Oliver Endriss wrote: On Saturday 17 December 2011 21:57:16 linu...@stefanringel.de wrote: From: Stefan Ringel all drxk have dvb-t, but not dvb-c. Signed-off-by: Stefan Ringel --- drivers/media/dvb/frontends/dr

Re: [PATCH 2/3] drxk: correction frontend attatching

2011-12-17 Thread Stefan Ringel
Am 18.12.2011 00:39, schrieb Oliver Endriss: On Saturday 17 December 2011 21:57:16linu...@stefanringel.de wrote: From: Stefan Ringel all drxk have dvb-t, but not dvb-c. Signed-off-by: Stefan Ringel --- drivers/media/dvb/frontends/drxk_hard.c |6 -- 1 files changed, 4 insertions(+),

Re: [PATCH 1/6] [media] Update documentation to reflect DVB-C Annex A/C support

2011-12-17 Thread Mauro Carvalho Chehab
Em 17-12-2011 22:27, Mauro Carvalho Chehab escreveu: > Em 17-12-2011 22:21, Mauro Carvalho Chehab escreveu: >> Signed-off-by: Mauro Carvalho Chehab > > > Gah, not sure what happened here... git send-email did the wrong > thing with this patch and a few others... > > This patch should have a des

[PATCH 6/7] [media] tda10023: add support for DVB-C Annex C

2011-12-17 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/frontends/tda10023.c | 45 +++ 1 files changed, 39 insertions(+), 6 deletions(-) diff --git a/drivers/media/dvb/frontends/tda10023.c b/drivers/media/dvb/frontends/tda10023.c index dccc74b..f5f0e73 100644 --

[PATCH 7/7] [media] tda10021: Add support for DVB-C Annex C

2011-12-17 Thread Mauro Carvalho Chehab
While tda10021 supports both DVB-C Annex A and C, it is currently hard-coded to Annex A. Add support for Annex C and re-work the code in order to report the delivery systems, thans to Andreas, that passed us the register settings for the Roll-off factor. While here, re-work the per-modulation regi

[PATCH 1/7] [media] DVB: Use a unique delivery system identifier for DVBC_ANNEX_C

2011-12-17 Thread Mauro Carvalho Chehab
From: Manu Abraham Use a unique delivery system identifier for DVBC_ANNEX_C, just like any other. DVBC_ANNEX_A and DVBC_ANNEX_C have slightly different parameters and are used in 2 geographically different locations. Signed-off-by: Manu Abraham Signed-off-by: Mauro Carvalho Chehab --- includ

[PATCH 5/7] [media] tda10023: Don't use a magic numbers for QAM modulation

2011-12-17 Thread Mauro Carvalho Chehab
Convert the existing data struct to use the QAM modulation macros, instead of hardcoding it. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/frontends/tda10023.c | 34 --- 1 files changed, 18 insertions(+), 16 deletions(-) diff --git a/drivers/media/dvb/

[PATCH 2/7] [media] Update documentation to reflect DVB-C Annex A/C support

2011-12-17 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab --- Documentation/DocBook/media/dvb/dvbproperty.xml | 11 +-- Documentation/DocBook/media/dvb/frontend.xml|4 ++-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation

[PATCH 3/7] [media] Remove Annex A/C selection via roll-off factor

2011-12-17 Thread Mauro Carvalho Chehab
Instead of using a roll-off factor, change DRX-K & friends to select the bandwidth filter and the Nyquist half roll-off via delivery system. This provides a cleaner support for Annex A/C switch. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/common/tuners/xc5000.c | 137 +

[PATCH 4/7] [media] drx-k: report the supported delivery systems

2011-12-17 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/frontends/drxk_hard.c | 28 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/drivers/media/dvb/frontends/drxk_hard.c b/drivers/media/dvb/frontends/drxk_hard.c index a2c8196..d795898 100644 --

[PATCH 0/7] Change support for Annex A/C

2011-12-17 Thread Mauro Carvalho Chehab
As discussed at the ML, all existing drivers, except for dvb-k only support DVB-C ITU-T J.83 Annex A. Also, a few dvb-c drivers don't support 0.13 roll-off, requred for Annex C. So, apply Manu's patch that adds a separate delivery system for Annex C, and change a few existing drivers that are known

Re: [PATCH 1/6] [media] Update documentation to reflect DVB-C Annex A/C support

2011-12-17 Thread Mauro Carvalho Chehab
Em 17-12-2011 22:21, Mauro Carvalho Chehab escreveu: > Signed-off-by: Mauro Carvalho Chehab Gah, not sure what happened here... git send-email did the wrong thing with this patch and a few others... This patch should have a description, a from: Manu Abraham, and his SOB! I'll see what's wrong

[PATCH 1/6] [media] Update documentation to reflect DVB-C Annex A/C support

2011-12-17 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab --- Documentation/DocBook/media/dvb/dvbproperty.xml | 11 +-- Documentation/DocBook/media/dvb/frontend.xml|4 ++-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation

[PATCH 3/6] [media] drx-k: report the supported delivery systems

2011-12-17 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/frontends/drxk_hard.c | 28 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/drivers/media/dvb/frontends/drxk_hard.c b/drivers/media/dvb/frontends/drxk_hard.c index a2c8196..d795898 100644 --

[PATCH 4/6] [media] tda10023: Don't use a magic numbers for QAM modulation

2011-12-17 Thread Mauro Carvalho Chehab
Convert the existing data struct to use the QAM modulation macros, instead of hardcoding it. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/frontends/tda10023.c | 34 --- 1 files changed, 18 insertions(+), 16 deletions(-) diff --git a/drivers/media/dvb/

[PATCH 2/6] [media] Remove Annex A/C selection via roll-off factor

2011-12-17 Thread Mauro Carvalho Chehab
Instead of using a roll-off factor, change DRX-K & friends to select the bandwidth filter and the Nyquist half roll-off via delivery system. This provides a cleaner support for Annex A/C switch. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/common/tuners/xc5000.c | 137 +

[PATCH 5/6] [media] tda10023: add support for DVB-C Annex C

2011-12-17 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/frontends/tda10023.c | 45 +++ 1 files changed, 39 insertions(+), 6 deletions(-) diff --git a/drivers/media/dvb/frontends/tda10023.c b/drivers/media/dvb/frontends/tda10023.c index dccc74b..f5f0e73 100644 --

[PATCH 6/6] [media] tda10021: Add support for DVB-C Annex C

2011-12-17 Thread Mauro Carvalho Chehab
While tda10021 supports both DVB-C Annex A and C, it is currently hard-coded to Annex A. Add support for Annex C and re-work the code in order to report the delivery systems, thans to Andreas, that passed us the register settings for the Roll-off factor. While here, re-work the per-modulation regi

[PATCH 0/6] Change support for Annex A/C

2011-12-17 Thread Mauro Carvalho Chehab
As discussed at the ML, all existing drivers, except for dvb-k only support DVB-C ITU-T J.83 Annex A. Also, a few dvb-c drivers don't support 0.13 roll-off, requred for Annex C. So, apply Manu's patch that adds a separate delivery system for Annex C, and change a few existing drivers that are known

Re: [PATCH 2/3] drxk: correction frontend attatching

2011-12-17 Thread Oliver Endriss
On Sunday 18 December 2011 00:39:49 Oliver Endriss wrote: > On Saturday 17 December 2011 21:57:16 linu...@stefanringel.de wrote: > > From: Stefan Ringel > > > > all drxk have dvb-t, but not dvb-c. > > > > Signed-off-by: Stefan Ringel > > --- > > drivers/media/dvb/frontends/drxk_hard.c |6 +

Re: budget_ci / rc-hauppauge / inputlirc /Linux 3.0+ broken

2011-12-17 Thread Brian May
On 17 December 2011 22:16, Mauro Carvalho Chehab wrote: > could you please try the enclosed patch? Yes, it seems to work fine for me. Thanks. -- Brian May -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majord

Re: [PATCH 2/3] drxk: correction frontend attatching

2011-12-17 Thread Oliver Endriss
On Saturday 17 December 2011 21:57:16 linu...@stefanringel.de wrote: > From: Stefan Ringel > > all drxk have dvb-t, but not dvb-c. > > Signed-off-by: Stefan Ringel > --- > drivers/media/dvb/frontends/drxk_hard.c |6 -- > 1 files changed, 4 insertions(+), 2 deletions(-) > > diff --git

Re: [PATCH 1/3] mt2063: add get_if_frequency call

2011-12-17 Thread Mauro Carvalho Chehab
Em 17-12-2011 19:54, Antti Palosaari escreveu: > On 12/17/2011 10:57 PM, linu...@stefanringel.de wrote: >> From: Stefan Ringel >> >> Signed-off-by: Stefan Ringel >> --- >> drivers/media/common/tuners/mt2063.c | 24 ++-- >> 1 files changed, 18 insertions(+), 6 deletions(-) >

Re: [PATCH 1/3] mt2063: add get_if_frequency call

2011-12-17 Thread Antti Palosaari
On 12/17/2011 10:57 PM, linu...@stefanringel.de wrote: From: Stefan Ringel Signed-off-by: Stefan Ringel --- drivers/media/common/tuners/mt2063.c | 24 ++-- 1 files changed, 18 insertions(+), 6 deletions(-) diff --git a/drivers/media/common/tuners/mt2063.c b/drivers/med

[PATCHv2 3/3] cx23885: add Terratec Cinergy T pcie dual

2011-12-17 Thread linuxtv
From: Stefan Ringel Signed-off-by: Stefan Ringel --- drivers/media/video/cx23885/cx23885-cards.c | 13 + drivers/media/video/cx23885/cx23885-dvb.c | 66 +++ drivers/media/video/cx23885/cx23885.h |1 + 3 files changed, 80 insertions(+), 0 deletions(-)

[PATCH 3/3] cx23885: add Terratec Cinergy T pcie dual

2011-12-17 Thread linuxtv
From: Stefan Ringel Signed-off-by: Stefan Ringel --- drivers/media/video/cx23885/cx23885-cards.c | 13 + drivers/media/video/cx23885/cx23885-dvb.c | 66 +++ drivers/media/video/cx23885/cx23885.h |1 + 3 files changed, 80 insertions(+), 0 deletions(-)

[PATCH 1/3] mt2063: add get_if_frequency call

2011-12-17 Thread linuxtv
From: Stefan Ringel Signed-off-by: Stefan Ringel --- drivers/media/common/tuners/mt2063.c | 24 ++-- 1 files changed, 18 insertions(+), 6 deletions(-) diff --git a/drivers/media/common/tuners/mt2063.c b/drivers/media/common/tuners/mt2063.c index 6743ffe..5b4b1ec 100644 -

[PATCH 2/3] drxk: correction frontend attatching

2011-12-17 Thread linuxtv
From: Stefan Ringel all drxk have dvb-t, but not dvb-c. Signed-off-by: Stefan Ringel --- drivers/media/dvb/frontends/drxk_hard.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb/frontends/drxk_hard.c b/drivers/media/dvb/frontends/drxk_hard.c inde

Re: Hauppauge HVR-930C problems

2011-12-17 Thread Mihai Dobrescu
On Sat, Dec 17, 2011 at 9:53 PM, Mihai Dobrescu wrote: > On Sat, Dec 17, 2011 at 8:46 PM, Fredrik Lingvall > wrote: >> On 12/17/11 16:18, Fredrik Lingvall wrote: >> >> On 12/16/11 19:35, Mihai Dobrescu wrote: >> >> Please excuse the dumbness of the question, but, could you direct me >> to the rep

Re: Hauppauge HVR-930C problems

2011-12-17 Thread Mihai Dobrescu
On Sat, Dec 17, 2011 at 5:18 PM, Fredrik Lingvall wrote: > On 12/16/11 19:35, Mihai Dobrescu wrote: > > Please excuse the dumbness of the question, but, could you direct me > to the repository having these patches applied? > > > No it's not a dumpness question - I have struggeled with this too. >

cron job: media_tree daily build: ERRORS

2011-12-17 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date:Sat Dec 17 19:00:18 CET 2011 git hash:bcc072756e4467dc30e502a311b1c3adec96a0e4 gcc version: i686-linux-gcc (GCC

Re: Hauppauge HVR-930C problems

2011-12-17 Thread Fredrik Lingvall
On 12/10/11 17:02, Mauro Carvalho Chehab wrote: I noticed the new patches you are working with on the list. Let me know I there's something I can test? The patches that are pertinent are already at the main repository. It would be interesting if you could test it again with those patches,

Re: v4 [PATCH 06/10] DVB: Use a unique delivery system identifier for DVBC_ANNEX_C

2011-12-17 Thread Mauro Carvalho Chehab
Em 12-12-2011 19:24, Andreas Oberritter escreveu: > On 12.12.2011 14:56, Mauro Carvalho Chehab wrote: >> On 12-12-2011 11:40, Manu Abraham wrote: >>> On Mon, Dec 12, 2011 at 6:49 PM, Mauro Carvalho Chehab >> This also means that just doing an alias from FE_QAM and SYS_DVBC_ANNEX_AC t

Re: budget_ci / rc-hauppauge / inputlirc /Linux 3.0+ broken

2011-12-17 Thread Mauro Carvalho Chehab
Hi Brian, Em 17-12-2011 04:33, Brian May escreveu: > SUMMARY OF WHAT I THINK I HAPPENING: > > budget_ci sets dev->scanmask to 0xff, this means the scancodes in the > tables have the upper 8 bits of the 16 bit code set to 0. > > However for my card, it sets full_rc5 to True and rc_device to 0x1f.

[PATCH v4] v4l: Add driver for Micron MT9M032 camera sensor

2011-12-17 Thread Martin Hostettler
The MT9M032 is a parallel 1.6MP sensor from Micron controlled through I2C. The driver creates a V4L2 subdevice. It currently supports cropping, gain, exposure and v/h flipping controls in monochrome mode with an external pixel clock. Signed-off-by: Martin Hostettler --- drivers/media/video/Kcon

[PATCH v4] arm: omap3evm: Add support for an MT9M032 based camera board.

2011-12-17 Thread Martin Hostettler
Adds board support for an MT9M032 based camera to omap3evm. Signed-off-by: Martin Hostettler --- arch/arm/mach-omap2/Makefile|3 +- arch/arm/mach-omap2/board-omap3evm-camera.c | 159 +++ arch/arm/mach-omap2/board-omap3evm.c|4 + 3 files ch

Re: [PATCH v3] v4l: Add driver for Micron MT9M032 camera sensor

2011-12-17 Thread martin
On Thu, Dec 15, 2011 at 12:11:13AM +0200, Sakari Ailus wrote: > Hi Martin, > > On Wed, Dec 14, 2011 at 07:58:45PM +0100, mar...@neutronstar.dyndns.org wrote: > ... > > > > > > +static int mt9m032_setup_pll(struct mt9m032 *sensor) > > > > > > +{ > > > > > > + struct mt9m032_platform_data* pdata =