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
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
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
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
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 ---
>
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
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,
> > > > >
> >
В сообщении от 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
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
> >
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
27 matches
Mail list logo