Re: [REGRESSION: wm8775, ivtv] Please revert commit fcb9757333df37cf4a7feccef7ef6f5300643864

2011-01-02 Thread Eric Sharkey
On Fri, Dec 31, 2010 at 7:55 PM, Andy Walls wrote: > Mauro, > > Please revert at least the wm8775.c portion of commit > fcb9757333df37cf4a7feccef7ef6f5300643864: > > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=fcb9757333df37cf4a7feccef7ef6f5300643864 > > It comp

[PATCH] media, tlg2300: Fix memory leak in alloc_bulk_urbs_generic()

2011-01-02 Thread Jesper Juhl
Hi, While reading drivers/media/video/tlg2300/pd-video.c::alloc_bulk_urbs_generic() I noticed that - We don't free the memory allocated to 'urb' if the call to usb_alloc_coherent() fails. - If the 'num' argument to the function is ever <= 0 we'll return an uninitialized variable 'i' t

Re: [PATCH] [media] s5p-fimc: modify name of function for uniformity

2011-01-02 Thread Sylwester Nawrocki
On 12/30/2010 06:35 AM, Sungchun Kang wrote: This patch modified function name about add or pop queue. Reviewed-by Jonghun Han Signed-off-by: Sungchun Kang --- This patch is depended on: http://git.infradead.org/users/kmpark/linux-2.6-samsung/shortlog/refs/heads/vb2-mfc-fimc drivers/media/video

Summary of REGRESSIONS which are being ignored?! (Re: Summary of the pending patches up to Dec, 31 (26 patches))

2011-01-02 Thread Andy Walls
On Fri, 2010-12-31 at 10:41 -0200, Mauro Carvalho Chehab wrote: > Dear Developers, > > I'm enclosing the current list of patches that I have on my queue. I did > an effort to apply a large amount of patches during the past two weeks, in > order to be ready for the 2.6.38 merge window, expected to

Re: [PATCH]v4l: list entries no need to check

2011-01-02 Thread Guennadi Liakhovetski
On Wed, 17 Nov 2010, Figo.zhang wrote: > > list entries are not need to be inited, so it no need > for checking. > > Reported-by: Andrew Chew > Signed-off-by: Figo.zhang > --- > drivers/media/video/mx1_camera.c |3 --- > drivers/media/video/pxa_camera.c |3 --- >

Re: RFC: Move the deprecated et61x251 and sn9c102 to staging

2011-01-02 Thread Hans Verkuil
Hi Hans, On Sunday, January 02, 2011 19:33:31 Hans de Goede wrote: > Hi, > > One small correction to the sn9c102 sensor table, the > mt9v111 sensor is handled by sonixj, so the table of > bridge/sensor combi's supported by sn9c102, looks like this: > > sn9c101/102: > hv7131d > mi0343 * > ov7630

Re: [PATVH] media, dvb, IX2505V: Remember to free allocated memory in failure path (ix2505v_attach()).

2011-01-02 Thread Jesper Juhl
On Sun, 2 Jan 2011, Jesper Juhl wrote: > On Fri, 31 Dec 2010, Malcolm Priestley wrote: > > > On Fri, 2010-12-31 at 15:51 +0100, Jesper Juhl wrote: > > > On Fri, 31 Dec 2010, Malcolm Priestley wrote: > > > > > > > On Fri, 2010-12-31 at 00:11 +0100, Jesper Juhl wrote: > > > > > Hi, > > > > > > >

Re: TeVii S470 dvb-s2 issues - 2nd try ,)

2011-01-02 Thread Igor M. Liplianin
В сообщении от 18 декабря 2010 16:23:05 автор Andy Walls написал: > On Sat, 2010-12-18 at 14:40 +0100, Boris Cuber wrote: > > Am Friday 17 December 2010 schrieben Sie: > > > On Fri, 2010-12-17 at 12:19 +0100, Boris Cuber wrote: > > > > Hello linux-media people! > > > > > > > > I have to problems w

Re: [PATVH] media, dvb, IX2505V: Remember to free allocated memory in failure path (ix2505v_attach()).

2011-01-02 Thread Jesper Juhl
On Fri, 31 Dec 2010, Malcolm Priestley wrote: > On Fri, 2010-12-31 at 15:51 +0100, Jesper Juhl wrote: > > On Fri, 31 Dec 2010, Malcolm Priestley wrote: > > > > > On Fri, 2010-12-31 at 00:11 +0100, Jesper Juhl wrote: > > > > Hi, > > > > > > > > We may leak the storage allocated to 'state' in > >

[cron job] v4l-dvb daily build: WARNINGS

2011-01-02 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Sun Jan 2 19:00:11 CET 2011 git master: 59365d136d205cc20fe666ca7f89b1c5001b0d5a git media-master: gcc version: i6

Re: RFC: Move the deprecated et61x251 and sn9c102 to staging

2011-01-02 Thread Hans de Goede
Hi, One small correction to the sn9c102 sensor table, the mt9v111 sensor is handled by sonixj, so the table of bridge/sensor combi's supported by sn9c102, looks like this: sn9c101/102: hv7131d mi0343 * ov7630 pas106b pas202bcb tas5110c1b tas5110d tas5130d1b sn9c103: hv7131r * mi0360 * ov7630 pa

[PATCH 5/5 v2] Force xc5000 firmware loading for NetUP Dual DVB-T/C CI RF card

2011-01-02 Thread Abylay Ospan
Two xc5000 tuners connected to same i2c bus. Experiments shows that situation when one tuner is not initialized while other is tuned to channel causes TS errors. Signed-off-by: Abylay Ospan --- drivers/media/video/cx23885/cx23885-dvb.c |5 - 1 files changed, 4 insertions(+), 1 deletions

[PATCH 4/5 v2] Fix CI code for NetUP Dual DVB-T/C CI RF card

2011-01-02 Thread Abylay Ospan
CI reset takes several seconds on some CAM, so there is no need to lock mutex all that time. Also we need not to preserve CI's reset bits in CIBUSCTRL register, they are handled automatically by FPGA. Set it to 0 explicitly in order to not reset wrong CAM. Signed-off-by: Abylay Ospan --- driver

[PATCH 3/5 v2] stv0367: implement uncorrected blocks counter.

2011-01-02 Thread Abylay Ospan
Signed-off-by: Abylay Ospan --- drivers/media/dvb/frontends/stv0367.c | 20 +++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/frontends/stv0367.c b/drivers/media/dvb/frontends/stv0367.c index b85b9b9..67301a3 100644 --- a/drivers/media/dvb

[PATCH 2/5 v2] stv0367: change default value for AGC register.

2011-01-02 Thread Abylay Ospan
Signed-off-by: Abylay Ospan --- drivers/media/dvb/frontends/stv0367.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb/frontends/stv0367.c b/drivers/media/dvb/frontends/stv0367.c index 68d7d7d..b85b9b9 100644 --- a/drivers/media/dvb/frontends/stv036

[PATCH 1/5 v2] cx23885: Altera FPGA CI interface reworked.

2011-01-02 Thread Abylay Ospan
It decreases I2C traffic. Signed-off-by: Abylay Ospan Signed-off-by: Igor M. Liplianin --- drivers/media/video/cx23885/cx23885-dvb.c | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx2388

Re: RFC: Move the deprecated et61x251 and sn9c102 to staging

2011-01-02 Thread Hans de Goede
Hi, On 01/02/2011 12:25 PM, Hans Verkuil wrote: On Sunday, January 02, 2011 11:41:31 Mauro Carvalho Chehab wrote: Em 01-01-2011 17:53, Hans Verkuil escreveu: The subject says it all: If there are no objections, then I propose that the deprecated et61x251 and sn9c102 are moved to staging for 2

[PATCH 2/9 v2] Altera FPGA based CI driver module.

2011-01-02 Thread Igor M. Liplianin
An Altera FPGA CI module for NetUP Dual DVB-T/C RF CI card. Signed-off-by: Igor M. Liplianin --- drivers/media/video/cx23885/Kconfig |9 + drivers/media/video/cx23885/Makefile|1 + drivers/media/video/cx23885/altera-ci.c | 837 +++ drivers/media/video

[PATCH 8/9 v2] cx23885: disable MSI for NetUP cards, otherwise CI is not working

2011-01-02 Thread Igor M. Liplianin
Signed-off-by: Igor M. Liplianin --- drivers/media/video/cx23885/cx23885-core.c |4 drivers/media/video/cx23885/cx23885-reg.h |1 + 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/cx23885/cx23885-core.c b/drivers/media/video/cx23885/cx23885-core.c

[PATCH 6/9 v2] cx23885: implement tuner_bus parameter for cx23885_board structure.

2011-01-02 Thread Igor M. Liplianin
There is two external I2C buses in cx23885 chip. Currently, analog tuners supported for second I2C bus only In NetUP Dual DVB-T/C CI RF card tuners connected to first bus So, in order to support analog tuners sitting on first bus we need modifications. Signed-off-by: Igor M. Liplianin --- driver

[PATCH 9/9 v2] cx23885, altera-ci: enable all PID's less than 0x20 in hardware PID filter.

2011-01-02 Thread Igor M. Liplianin
It takes too long time to scan due to low symbol rate PID's like PAT, PMT, CAT, NIT. For that matter we enabled permanently all PID's less 0x20 in hardware PID filter for NetUP Dual DVB-T/C CI RF card to combine rates. Signed-off-by: Igor M. Liplianin --- drivers/media/video/cx23885/altera-ci.c

[PATCH 7/9 v2] cx23885: implement num_fds_portb, num_fds_portc parameters for cx23885_board structure.

2011-01-02 Thread Igor M. Liplianin
This is needed for multifrontend support. NetUP Dual DVB-T/C CI RF card has frontends connected to port B & C Each frontend has two switchable cores - DVB-T & DVB-C Signed-off-by: Igor M. Liplianin --- drivers/media/video/cx23885/cx23885-cards.c |2 ++ drivers/media/video/cx23885/cx23885-cor

[PATCH 5/9 v2] Initial commit to support NetUP Dual DVB-T/C CI RF card.

2011-01-02 Thread Igor M. Liplianin
The card based on cx23885 PCI-e brige. Altera FPGA for CI, multistandard demods stv0367 from STM for QAM & OFDM, Xcieve xc5000 tuners and additional cx25840 for second analog input. Signed-off-by: Igor M. Liplianin --- drivers/media/video/cx23885/Kconfig |3 +- drivers/media/video/c

[PATCH 4/9 v2] xc5000: add support for DVB-C tuning.

2011-01-02 Thread Igor M. Liplianin
Signed-off-by: Igor M. Liplianin --- drivers/media/common/tuners/xc5000.c | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/drivers/media/common/tuners/xc5000.c b/drivers/media/common/tuners/xc5000.c index 76ac5cd..e3218c9 100644 --- a/drivers/media/commo

Re: RFC: Move the deprecated et61x251 and sn9c102 to staging

2011-01-02 Thread Jean-Francois Moine
On Sun, 2 Jan 2011 12:25:21 +0100 Hans Verkuil wrote: > > It seems to me that et61x251 will also stay there for a long time, > > as there are just two devices supported by gspca driver, while > > et61x251 supports 25. > > > > Btw, we currently have a conflict with this USB ID: > > USB_DEVICE

Re: RFC: Move the deprecated et61x251 and sn9c102 to staging

2011-01-02 Thread Hans Verkuil
On Sunday, January 02, 2011 11:41:31 Mauro Carvalho Chehab wrote: > Em 01-01-2011 17:53, Hans Verkuil escreveu: > > The subject says it all: > > > > If there are no objections, then I propose that the deprecated et61x251 and > > sn9c102 are moved to staging for 2.6.38 and marked for removal in 2.6

Re: RFC: Move the deprecated et61x251 and sn9c102 to staging

2011-01-02 Thread Mauro Carvalho Chehab
Em 01-01-2011 17:53, Hans Verkuil escreveu: > The subject says it all: > > If there are no objections, then I propose that the deprecated et61x251 and > sn9c102 are moved to staging for 2.6.38 and marked for removal in 2.6.39. Nack. There are several USB ID's on sn9c102 not covered by gspca driv