On 14/07/2010, at 10:24, David Shirley wrote:
> Can you tell me what kernel version you are using? Also are you using
> vanilla kernel v4l or chris pascoes tree or the v4l tree for drivers?
Vanilla..
Linux mythtv 2.6.31-20-generic #58-Ubuntu SMP Fri Mar 12 04:38:19 UTC 2010
x86_64 GNU/Linux
I d
Hi,
I am working on CCIC camera controller driver and want to push it
into kernel. This CCIC IP is similar with IP of cafe_ccic, but with
lots of change: no I2C bus, embedded in SOC/no PCI, support both
parallel and CSI interface. So some register definition changes.
I just want to confirm
From: Julia Lawall
Add a mutex_unlock missing on the error paths. The use of the mutex is
balanced elsewhere in the file.
The semantic match that finds this problem is as follows:
(http://coccinelle.lip6.fr/)
//
@@
expression E1;
@@
* mutex_lock(E1,...);
<+... when != E1
if (...) {
.
From: Andrew Morton
s/ENODEV/ENOMEM, per Andreas.
This fix got lost when someone merged "dib3000mc: reduce large stack
usage". Please don't lose fixes.
Cc: Mauro Carvalho Chehab
Cc: Patrick Boettcher
Cc: Randy Dunlap
Cc: Andreas Oberritter
Signed-off-by: Andrew Morton
---
drivers/media/
On Tue, Jul 20, 2010 at 05:11:40PM -0400, valdis.kletni...@vt.edu wrote:
> On Tue, 20 Jul 2010 13:50:27 PDT, Dmitry Torokhov said:
>
> > > And things go downhill from there...
> >
> > I guess you need these 2 from Jarod...
>
> Hmm. I seem to remember 2 similar patches from the last time I report
On Tue, 20 Jul 2010 13:50:27 PDT, Dmitry Torokhov said:
> > And things go downhill from there...
>
> I guess you need these 2 from Jarod...
Hmm. I seem to remember 2 similar patches from the last time I reported it. :)
System boots fine after applying those two patches. I'll let somebody else
On Tue, Jul 20, 2010 at 04:41:32PM -0400, valdis.kletni...@vt.edu wrote:
> On Mon, 19 Jul 2010 16:38:09 PDT, a...@linux-foundation.org said:
> > The mm-of-the-moment snapshot 2010-07-19-16-37 has been uploaded to
> >
> >http://userweb.kernel.org/~akpm/mmotm/
>
> (Andrew - did we lose a bunch
On Mon, 19 Jul 2010 16:38:09 PDT, a...@linux-foundation.org said:
> The mm-of-the-moment snapshot 2010-07-19-16-37 has been uploaded to
>
>http://userweb.kernel.org/~akpm/mmotm/
(Andrew - did we lose a bunch of -swedish-chef-fix-fix-fix.patch files? This is
the second
thing that I reported b
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:Tue Jul 20 19:00:19 CEST 2010
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 14993:9652f85e688a
git master:
Tuesday 20 July 2010 11:49:54 Guennadi Liakhovetski wrote:
> Hi Janusz
Hi Guennadi,
Thanks for your answer.
> On Sun, 18 Jul 2010, Janusz Krzysztofik wrote:
> > This series consists of the following patches:
> >
> > 1/6 SoC Camera: add driver for OMAP1 camera interface
> > 2/6 OMA
Laurent Pinchart wrote:
> Hi Sakari,
Heippa,
...
> To summarize the discussion, what should I change here ? Just remove the "ret
> = " in the second set_power call ?
Yes, and also return 0 instead of ret, which is always zero at that point.
--
Sakari Ailus
sakari.ai...@maxwell.research.nokia
Hi Sakari,
On Monday 19 July 2010 13:20:33 Sakari Ailus wrote:
> Hans Verkuil wrote:
> +/*
> + * Apply use count change to an entity and change power state based
> on + * new use count.
> + */
> +static int media_entity_power_apply_one(struct media_entity *entity,
> i
Forwarding on authors's behalf.
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/
-- Forwarded message --
Date: Tue, 20 Jul 2010 11:01:36 +0200
From: ibrahima sakho
Subject: HELP: Interface a CMOS sensor with the DM3
On Tue, 20 Jul 2010 08:35:26 -0400, Andy Walls wrote:
> On Tue, 2010-07-20 at 08:42 +0200, Jean Delvare wrote:
> > Hi Andy,
> >
> > On Mon, 19 Jul 2010 21:11:46 -0400, Andy Walls wrote:
> > > There was a small window between writing the cx25840 register
> > > address over the i2c bus and reading t
On Tue, 2010-07-20 at 08:42 +0200, Jean Delvare wrote:
> Hi Andy,
>
> On Mon, 19 Jul 2010 21:11:46 -0400, Andy Walls wrote:
> > There was a small window between writing the cx25840 register
> > address over the i2c bus and reading the register contents back from the
> > cx25840 device that the i2c
code unknown a écrit :
Hi,
I am using a Terratec Cinergy S2 HD with Mantis driver and so far the
card runs without problems.
The only thing is that CAM seems not to be supported - it is defined
out from the source code:
#if 0
err = mantis_ca_init(mantis);
if (err < 0) {
dprintk(
Add spacing field to v4l2_hw_freq_seek and also add FM RX class to
control classes.
Signed-off-by: Matti J. Aaltonen
---
drivers/media/video/v4l2-common.c | 12
include/linux/videodev2.h | 15 ++-
2 files changed, 26 insertions(+), 1 deletions(-)
diff --git
This file implements V4L2 controls for using the Texas Instruments
WL1273 FM Radio.
Signed-off-by: Matti J. Aaltonen
---
drivers/media/radio/Kconfig| 15 +
drivers/media/radio/Makefile |1 +
drivers/media/radio/radio-wl1273.c | 1960
drive
Add a couple of words about the spacing field in ithe HW seek struct and
about the new FM RX control class.
Signed-off-by: Matti J. Aaltonen
---
Documentation/DocBook/v4l/controls.xml | 71
.../DocBook/v4l/vidioc-s-hw-freq-seek.xml | 10 ++-
2 files
The codec handles digital audio input to and output from the
WL1273 FM radio.
Signed-off-by: Matti J. Aaltonen
---
sound/soc/codecs/Kconfig |6 +
sound/soc/codecs/Makefile |2 +
sound/soc/codecs/wl1273.c | 593 +
sound/soc/codecs/wl1273.h |
This is a parent driver for two child drivers: the V4L2 driver and
the ALSA codec driver. The MFD part provides the I2C communication
to the device and a couple of functions that are called from both
children.
Signed-off-by: Matti J. Aaltonen
---
drivers/mfd/wl1273-core.c | 613 ++
Hello All!
And thank for comments Hans and Mauro.
Here is the list of changes from v5:
include/linux/videodev2.h
Hans wrote:
>> +
>> +#define V4L2_CID_FM_RX_BAND (V4L2_CID_FM_TX_CLASS_BASE + 1)
>> +enum v4l2_fm_rx_band {
>
> Just a very small change: rename v4l2_fm_rx_band to
Hi Janusz
On Sun, 18 Jul 2010, Janusz Krzysztofik wrote:
> This series consists of the following patches:
>
> 1/6 SoC Camera: add driver for OMAP1 camera interface
> 2/6 OMAP1: Add support for SoC camera interface
> 3/6 SoC Camera: add driver for OV6650 sensor
> 4/6 SoC Camera: add suppo
Hi,
I am using a Terratec Cinergy S2 HD with Mantis driver and so far the
card runs without problems.
The only thing is that CAM seems not to be supported - it is defined
out from the source code:
#if 0
err = mantis_ca_init(mantis);
if (err < 0) {
dprintk(MANTIS_ERROR, 1, "ERROR:
Hi Andy,
On Mon, 19 Jul 2010 21:11:46 -0400, Andy Walls wrote:
> There was a small window between writing the cx25840 register
> address over the i2c bus and reading the register contents back from the
> cx25840 device that the i2c adapter lock was released. This change ensures
> the
> adapter l
Hi,
the card field in struct v4l2_capability has a length equal to 32 which leads
to weird card names like this:
Avermedia PCI pure analog (M135
which is defined as:
.name = "Avermedia PCI pure analog (M135A)",
in saa7134/saa7134-cards.c.
Is there a way to get the full card name fr
26 matches
Mail list logo