Hi all,
Yesterday I upgraded the gcc version I use to compile the daily build to 4.7.1.
This causes very strange errors when compiling 2.6.39 - 3.3:
FATAL: media_build/v4l/tuner: sizeof(struct i2c_device_id)=32 is not a modulo
of the size of section __mod_i2c_device_table=18.
Fix definition of
On Mon, 2012-06-18 at 10:36 -0400, Devin Heitmueller wrote:
> On Mon, Jun 18, 2012 at 10:32 AM, David Dillow wrote:
> > Hmm, it sounds like perhaps changing the standby call in the tuner core
> > to asynchronously power down the tuner may be the way to go -- ie, when
> > we tell it to standby, it
Em 18-06-2012 21:55, Fabio Estevam escreveu:
> Hi Mauro,
>
> On Fri, May 25, 2012 at 7:06 PM, Guennadi Liakhovetski
> wrote:
>> This reverts commit d509835e32bd761a2b7b446034a273da568e5573. That commit
>> breaks support for the generic pass-through mode in the driver for formats,
>> not natively
Hi Mauro,
On Fri, May 25, 2012 at 7:06 PM, Guennadi Liakhovetski
wrote:
> This reverts commit d509835e32bd761a2b7b446034a273da568e5573. That commit
> breaks support for the generic pass-through mode in the driver for formats,
> not natively supported by it. Besides due to a merge conflict it also
Hi,
On Monday 18 June 2012 16:26:01 Prabhakar Lad wrote:
> On Mon, Jun 18, 2012 at 4:05 PM, Laurent Pinchart wrote:
> > On Monday 18 June 2012 12:28:44 Prabhakar Lad wrote:
> >> On Wed, May 2, 2012 at 4:20 AM, Guennadi Liakhovetski wrote:
> >> > On Tue, 1 May 2012, Alex Gershgorin wrote:
> >> >> H
Em 28-05-2012 07:46, Hans Verkuil escreveu:
> From: Hans Verkuil
>
> Signed-off-by: Hans Verkuil
> Acked-by: Hans de Goede
> ---
> include/linux/videodev2.h | 19 +--
> 1 file changed, 17 insertions(+), 2 deletions(-)
>
> diff --git a/include/linux/videodev2.h b/include/li
Em 08-06-2012 21:50, Akinobu Mita escreveu:
> Use memweight() to count the total number of bits set in memory area.
>
> Signed-off-by: Akinobu Mita
> Acked-by: Laurent Pinchart
> Cc: linux-media@vger.kernel.org
Acked-by: Mauro Carvalho Chehab
> ---
> No changes from v1
>
> drivers/media/vi
Em 07-06-2012 22:55, cheng renquan escreveu:
> I think the root cause is VIDEO_MEDIA depending on VIDEO_DEV or DVB_CORE;
> since MEDIA_TUNER is depending on VIDEO_MEDIA;
> I have VIDEO_DEV but not DVB_CORE, hence should be no VIDEO_MEDIA,
>
> config MEDIA_TUNER
> tristate
> defau
Hi Bhupesh,
On Monday 18 June 2012 18:14:16 Bhupesh SHARMA wrote:
> Hi Laurent,
>
> Can you please review this patch and let me know if any modifications
> are required..
Done. I'm sorry for not having done this before, I've been really busy lately.
I'll review 5/5 tomorrow.
--
Regards,
Laur
Hi Bhupesh,
Thanks for the patch. It looks quite good, please see below for various small
comments.
On Friday 01 June 2012 15:08:57 Bhupesh Sharma wrote:
> This patch reworks the videobuffer management logic present in the UVC
> webcam gadget and ports it to use the "more apt" videobuf2 framewor
Em 02-06-2012 12:04, Klaus Schmidinger escreveu:
> stb0899_read_ber() takes 500ms (half a second!) to deliver the current
> BER value. Apparently it takes 5 subsequent readings, with a 100ms pause
> between them (and even before the first one). This is a real performance
> brake if an application f
Em 31-05-2012 13:29, Ezequiel Garcia escreveu:
> Hi Gregor,
>
> On Thu, May 31, 2012 at 4:07 AM, Gregor Jasny wrote:
>> Hello,
>>
>>
>> On 5/30/12 3:42 PM, Ezequiel Garcia wrote:
>>>
>>> This patch could ease the job of a few people,
>>> by providing an option they actually need.
>>> OpenWRT [1]
On Mon, Jun 18, 2012 at 06:00:52PM -0300, Ezequiel Garcia wrote:
> On Mon, Jun 18, 2012 at 5:56 PM, Dan Carpenter
> wrote:
> > On Mon, Jun 18, 2012 at 04:23:14PM -0300, Ezequiel Garcia wrote:
> >> Hi Mauro,
> >>
> >> This patchset cleans the i2c part of some drivers.
> >> This issue was recently
On Mon, Jun 18, 2012 at 5:56 PM, Dan Carpenter wrote:
> On Mon, Jun 18, 2012 at 04:23:14PM -0300, Ezequiel Garcia wrote:
>> Hi Mauro,
>>
>> This patchset cleans the i2c part of some drivers.
>> This issue was recently reported by Dan Carpenter [1],
>> and revealed wrong (and harmless) usage of str
On Mon, Jun 18, 2012 at 04:23:14PM -0300, Ezequiel Garcia wrote:
> Hi Mauro,
>
> This patchset cleans the i2c part of some drivers.
> This issue was recently reported by Dan Carpenter [1],
> and revealed wrong (and harmless) usage of struct i2c_algo_bit.
>
How is this harmless? We are setting t
Hi Palash,
On Mon, Jun 18, 2012 at 5:30 PM, Palash Bandyopadhyay
wrote:
> Thanks Ezequiel and Dan. The changes look ok. I'll have someone check out the
> changes on the CX devices.
>
If you can have them tested, I think it would be great.
Thanks for reviewing,
Ezequiel.
--
To unsubscribe from
Thanks Ezequiel and Dan. The changes look ok. I'll have someone check out the
changes on the CX devices.
Rgds,
Palash
-Original Message-
From: Ezequiel Garcia [mailto:elezegar...@gmail.com]
Sent: Monday, June 18, 2012 12:23 PM
To: Mauro Carvalho Chehab
Cc: linux-media; Dan Carpenter; Pa
Add ADV7393 I²C-based video encoder driver. This driver has been tested on
custom hardware. It has been tested for composite output. It is derived from the
ADV7343 driver.
Cc: Mauro Carvalho Chehab
Cc:
Signed-off-by: Benoît Thébaudeau
---
.../drivers/media/video/Kconfig|
Signed-off-by: Ezequiel Garcia
---
drivers/media/video/cx25821/cx25821-i2c.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/media/video/cx25821/cx25821-i2c.c
b/drivers/media/video/cx25821/cx25821-i2c.c
index 6311180..398e0e6 100644
--- a/drivers/media/video/cx2
Signed-off-by: Ezequiel Garcia
---
drivers/media/video/cx23885/cx23885-i2c.c |3 ---
drivers/media/video/cx23885/cx23885.h |2 --
drivers/media/video/saa7164/saa7164.h |1 -
3 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/drivers/media/video/cx23885/cx23885-i2c.
Signed-off-by: Ezequiel Garcia
---
drivers/media/video/cx25821/cx25821-i2c.c |7 ++-
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/drivers/media/video/cx25821/cx25821-i2c.c
b/drivers/media/video/cx25821/cx25821-i2c.c
index 431fa7f..8a823b8 100644
--- a/drivers/media/vide
Signed-off-by: Ezequiel Garcia
---
drivers/media/video/cx25821/cx25821-i2c.c |3 ---
drivers/media/video/cx25821/cx25821.h |2 --
2 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/drivers/media/video/cx25821/cx25821-i2c.c
b/drivers/media/video/cx25821/cx25821-i2c.c
index
Signed-off-by: Ezequiel Garcia
---
drivers/media/video/cx231xx/cx231xx-i2c.c |2 --
drivers/media/video/cx231xx/cx231xx.h |2 --
2 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/drivers/media/video/cx231xx/cx231xx-i2c.c
b/drivers/media/video/cx231xx/cx231xx-i2c.c
index
Signed-off-by: Ezequiel Garcia
---
drivers/media/video/cx231xx/cx231xx-i2c.c |6 ++
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/drivers/media/video/cx231xx/cx231xx-i2c.c
b/drivers/media/video/cx231xx/cx231xx-i2c.c
index f5f4844..2b2e91e 100644
--- a/drivers/media/video
Signed-off-by: Ezequiel Garcia
---
drivers/media/video/cx231xx/cx231xx-i2c.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/media/video/cx231xx/cx231xx-i2c.c
b/drivers/media/video/cx231xx/cx231xx-i2c.c
index 925f3a0..8064119 100644
--- a/drivers/media/video/cx2
Signed-off-by: Ezequiel Garcia
---
drivers/media/video/cx23885/cx23885-i2c.c |7 ++-
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/drivers/media/video/cx23885/cx23885-i2c.c
b/drivers/media/video/cx23885/cx23885-i2c.c
index 1404050..4c7941b 100644
--- a/drivers/media/vide
Signed-off-by: Ezequiel Garcia
---
drivers/media/video/cx23885/cx23885-i2c.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/media/video/cx23885/cx23885-i2c.c
b/drivers/media/video/cx23885/cx23885-i2c.c
index be1e21d..7a93fc6 100644
--- a/drivers/media/video/cx2
Signed-off-by: Ezequiel Garcia
---
drivers/media/video/saa7164/saa7164-i2c.c |7 ++-
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/drivers/media/video/saa7164/saa7164-i2c.c
b/drivers/media/video/saa7164/saa7164-i2c.c
index 8df15ca..57849d6 100644
--- a/drivers/media/vide
Signed-off-by: Ezequiel Garcia
---
drivers/media/video/saa7164/saa7164-i2c.c |4
drivers/media/video/saa7164/saa7164.h |1 -
2 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/drivers/media/video/saa7164/saa7164-i2c.c
b/drivers/media/video/saa7164/saa7164-i2c.c
index
Signed-off-by: Ezequiel Garcia
---
drivers/media/video/saa7164/saa7164-i2c.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/media/video/saa7164/saa7164-i2c.c
b/drivers/media/video/saa7164/saa7164-i2c.c
index 26148f7..536f7dc 100644
--- a/drivers/media/video/saa
Hi Mauro,
This patchset cleans the i2c part of some drivers.
This issue was recently reported by Dan Carpenter [1],
and revealed wrong (and harmless) usage of struct i2c_algo_bit.
Also, I properly assigned bus->i2c_rc (return code variable) and
replaced struct memcpy with struct assignment.
The l
Cc: Mauro Carvalho Chehab
Cc: Ravi Kumar V
Cc:
Signed-off-by: Benoît Thébaudeau
---
.../drivers/media/rc/gpio-ir-recv.c| 13 +
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git linux-next-HEAD-6c86b58.orig/drivers/media/rc/gpio-ir-recv.c
linux-next-HEAD
Make it possible for gpio-ir-recv users to choose a map name.
Cc: Mauro Carvalho Chehab
Cc: Ravi Kumar V
Cc:
Signed-off-by: Benoît Thébaudeau
---
.../drivers/media/rc/gpio-ir-recv.c|2 +-
.../include/media/gpio-ir-recv.h |1 +
2 files changed, 2 inser
Hi all,
This is a set of 3 small improvements for gpio-ir-recv.
Regards,
Benoît Thébaudeau
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Add missing information so that udev can create an entry for gpio-ir-recv under
/dev/input/by-path/ .
Cc: Mauro Carvalho Chehab
Cc: Ravi Kumar V
Cc:
Signed-off-by: Benoît Thébaudeau
---
.../drivers/media/rc/gpio-ir-recv.c|6 ++
1 file changed, 6 insertions(+)
diff --g
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:Mon Jun 18 19:00:12 CEST 2012
git hash:5472d3f17845c4398c6a510b46855820920c2181
gcc version: i686-linux-gcc (GC
On Mon, Jun 18, 2012 at 10:32 AM, David Dillow wrote:
> Hmm, it sounds like perhaps changing the standby call in the tuner core
> to asynchronously power down the tuner may be the way to go -- ie, when
> we tell it to standby, it will do a schedule_work for some 10 seconds
> later to really pull i
On Mon, 2012-06-18 at 10:23 -0400, Devin Heitmueller wrote:
> This isn't just the cx231xx driver. Almost all USB devices that have
> tuners which support power management have this problem
> (em28xx/au0828/cx231xx with Xceive or tda18271 tuners). Really the
> tuner_core should be resending the se
On Mon June 18 2012 16:15:40 David Dillow wrote:
> On Mon, 2012-06-18 at 09:29 +0200, Hans Verkuil wrote:
> > On Mon June 18 2012 06:49:58 David Dillow wrote:
> > > What does the V4L2 API spec say about tuning frequency being persistent
> > > when there are no users of a video capture device? Is My
Rearrange the CFA interpolation coefficients table based on the Bayer
pattern. Modifying the table during streaming isn't supported anymore,
but didn't make sense in the first place anyway.
Support for non-Bayer CFA patterns is dropped as they were not correctly
supported, and have never been test
On Mon, Jun 18, 2012 at 10:15 AM, David Dillow wrote:
>> Tuner standards and frequencies must be persistent. So cx231xx is wrong.
>> Actually, all V4L2 settings must in general be persistent (there are
>> some per-filehandle settings when dealing with low-level subdev setups or
>> mem2mem devices)
On Mon, 2012-06-18 at 09:29 +0200, Hans Verkuil wrote:
> On Mon June 18 2012 06:49:58 David Dillow wrote:
> > What does the V4L2 API spec say about tuning frequency being persistent
> > when there are no users of a video capture device? Is MythTV wrong to
> > have that assumption, or is cx231xx wro
Em 11-06-2012 01:27, Sachin Kamat escreveu:
> On 28/05/2012, Sylwester Nawrocki wrote:
>> On 05/26/2012 05:11 PM, Sachin Kamat wrote:
>>> Fixes the following sparse warnings:
>>
>> Hi Sachin. Thanks, in case somebody else applies this patch
>> before I do:
>> Acked-by: Sylwester Nawrocki
>>
>
>
On Mon June 18 2012 14:19:51 Laurent Pinchart wrote:
> Hi Hans,
>
> On Monday 18 June 2012 13:40:24 Hans Verkuil wrote:
> > On Mon June 18 2012 12:01:47 Laurent Pinchart wrote:
> > > On Sunday 10 June 2012 12:25:51 Hans Verkuil wrote:
> > > > From: Hans Verkuil
> > > >
> > > > Signed-off-by: Han
On Mon June 18 2012 14:03:14 Mauro Carvalho Chehab wrote:
> Em 18-06-2012 08:49, Hans Verkuil escreveu:
> > On Mon June 18 2012 12:50:35 Mauro Carvalho Chehab wrote:
> >> Em 18-06-2012 06:46, Laurent Pinchart escreveu:
> >>> Hi Hans,
> >>>
> >>> Thanks for the patch.
> >>>
> >>> On Sunday 10 June 2
Hi Hans,
On Monday 18 June 2012 13:43:22 Hans Verkuil wrote:
> On Mon June 18 2012 12:11:27 Laurent Pinchart wrote:
> > On Sunday 10 June 2012 12:25:47 Hans Verkuil wrote:
> > > From: Hans Verkuil
> > >
> > > Signed-off-by: Hans Verkuil
> > > ---
> > >
> > > Documentation/DocBook/media/v4l/vi
Hi Hans,
On Monday 18 June 2012 13:40:24 Hans Verkuil wrote:
> On Mon June 18 2012 12:01:47 Laurent Pinchart wrote:
> > On Sunday 10 June 2012 12:25:51 Hans Verkuil wrote:
> > > From: Hans Verkuil
> > >
> > > Signed-off-by: Hans Verkuil
> > > ---
> > >
> > > drivers/media/video/v4l2-dev.c |
Hi Hans,
On Monday 18 June 2012 13:34:33 Hans Verkuil wrote:
> On Mon June 18 2012 11:57:24 Laurent Pinchart wrote:
> > On Sunday 10 June 2012 12:25:52 Hans Verkuil wrote:
> > > From: Hans Verkuil
> > >
> > > Use some macro magic to reduce the length of the lines in the table.
> > > This makes i
Em 18-06-2012 08:54, Andrzej Hajda escreveu:
> On Mon, 2012-06-18 at 08:24 -0300, Mauro Carvalho Chehab wrote:
>> Em 22-05-2012 12:33, Andrzej Hajda escreveu:
>>> Some devices requires indicator if the buffer is the last one in the stream.
>>> Applications and drivers can use this flag in such case
Em 18-06-2012 08:49, Hans Verkuil escreveu:
> On Mon June 18 2012 12:50:35 Mauro Carvalho Chehab wrote:
>> Em 18-06-2012 06:46, Laurent Pinchart escreveu:
>>> Hi Hans,
>>>
>>> Thanks for the patch.
>>>
>>> On Sunday 10 June 2012 12:25:40 Hans Verkuil wrote:
From: Hans Verkuil
Signed
On Mon, 2012-06-18 at 08:24 -0300, Mauro Carvalho Chehab wrote:
> Em 22-05-2012 12:33, Andrzej Hajda escreveu:
> > Some devices requires indicator if the buffer is the last one in the stream.
> > Applications and drivers can use this flag in such case.
> >
> > Signed-off-by: Andrzej Hajda
> > Sig
On Mon June 18 2012 12:50:35 Mauro Carvalho Chehab wrote:
> Em 18-06-2012 06:46, Laurent Pinchart escreveu:
> > Hi Hans,
> >
> > Thanks for the patch.
> >
> > On Sunday 10 June 2012 12:25:40 Hans Verkuil wrote:
> >> From: Hans Verkuil
> >>
> >> Signed-off-by: Hans Verkuil
> >> ---
> >> driver
On Mon June 18 2012 12:23:26 Laurent Pinchart wrote:
> Hi Hans,
>
> Thanks for the patch.
>
> On Sunday 10 June 2012 12:25:46 Hans Verkuil wrote:
> > From: Hans Verkuil
> >
> > Add helper functions to make it easier to adapt drivers to vb2.
>
> What about moving those functions to videobuf2-io
On Mon June 18 2012 12:13:38 Laurent Pinchart wrote:
> Hi Hans,
>
> Thanks for the patch.
>
> On Sunday 10 June 2012 12:25:49 Hans Verkuil wrote:
> > From: Hans Verkuil
> >
> > Signed-off-by: Hans Verkuil
> > ---
> > drivers/media/video/vivi.c | 25 +++--
> > 1 file chan
On Mon June 18 2012 12:11:27 Laurent Pinchart wrote:
> Hi Hans,
>
> Thanks for the patch.
>
> On Sunday 10 June 2012 12:25:47 Hans Verkuil wrote:
> > From: Hans Verkuil
> >
> > Signed-off-by: Hans Verkuil
> > ---
> > Documentation/DocBook/media/v4l/vidioc-create-bufs.xml |8 +++-
> >
On Mon June 18 2012 12:08:10 Laurent Pinchart wrote:
> Hi Hans,
>
> Thanks for the patch.
>
> On Sunday 10 June 2012 12:25:50 Hans Verkuil wrote:
> > From: Hans Verkuil
> >
> > Signed-off-by: Hans Verkuil
> > ---
> > drivers/media/video/vivi.c | 160 ++---
On Mon June 18 2012 12:01:47 Laurent Pinchart wrote:
> Hi Hans,
>
> Thanks for the patch.
>
> On Sunday 10 June 2012 12:25:51 Hans Verkuil wrote:
> > From: Hans Verkuil
> >
> > Signed-off-by: Hans Verkuil
> > ---
> > drivers/media/video/v4l2-dev.c | 41 ++---
Hi Hans,
On Monday 18 June 2012 13:30:18 Hans Verkuil wrote:
> On Mon June 18 2012 11:48:45 Laurent Pinchart wrote:
> > On Sunday 10 June 2012 12:25:41 Hans Verkuil wrote:
> > > From: Hans Verkuil
> > >
> > > Signed-off-by: Hans Verkuil
> > > ---
> > >
> > > drivers/media/video/v4l2-dev.c |
On Mon June 18 2012 11:57:24 Laurent Pinchart wrote:
> Hi Hans,
>
> Thanks for the patch.
>
> On Sunday 10 June 2012 12:25:52 Hans Verkuil wrote:
> > From: Hans Verkuil
> >
> > Use some macro magic to reduce the length of the lines in the table. This
> > makes it more readable.
>
> It indeed s
On Mon June 18 2012 11:50:38 Laurent Pinchart wrote:
> Hi Hans,
>
> Thanks for the patch.
>
> On Sunday 10 June 2012 12:25:42 Hans Verkuil wrote:
> > From: Hans Verkuil
> >
> > v4l_i2c_print_ioctl wasn't used and v4l_print_ioctl could be replaced by
> > v4l_i2c_printk_ioctl.
>
> I suppose you
On Mon June 18 2012 11:48:45 Laurent Pinchart wrote:
> Hi Hans,
>
> Thanks for the patch.
>
> On Sunday 10 June 2012 12:25:41 Hans Verkuil wrote:
> > From: Hans Verkuil
> >
> > Signed-off-by: Hans Verkuil
> > ---
> > drivers/media/video/v4l2-dev.c | 24
> > 1 file c
On Mon June 18 2012 11:47:07 Laurent Pinchart wrote:
> Hi Hans,
>
> Thanks for the patch.
>
> On Sunday 10 June 2012 12:25:26 Hans Verkuil wrote:
> > From: Hans Verkuil
> >
> > Add the necessary plumbing to make it possible to replace the switch by a
> > table driven implementation.
> >
> > Si
Em 22-05-2012 12:33, Andrzej Hajda escreveu:
> Some devices requires indicator if the buffer is the last one in the stream.
> Applications and drivers can use this flag in such case.
>
> Signed-off-by: Andrzej Hajda
> Signed-off-by: Kyungmin Park
> ---
> Documentation/DocBook/media/v4l/io.xml
On Mon June 18 2012 11:46:57 Laurent Pinchart wrote:
> Hi Hans,
>
> Thanks for the patch.
>
> On Sunday 10 June 2012 12:25:40 Hans Verkuil wrote:
> > From: Hans Verkuil
> >
> > Signed-off-by: Hans Verkuil
> > ---
> > drivers/media/video/v4l2-ioctl.c | 35 +--
Hi everyone,
The automatic build system informed me that
there is a shameful error in this patch.
The declarations of fd fields in v4l2_plane32 and
v4l2_buffer32 are missing. It breaks build process
for 64-bit architectures. I am deeply sorry for
posting a patch without testing it enough.
The bui
Hi Mauro,
On Monday 18 June 2012 07:50:35 Mauro Carvalho Chehab wrote:
> Em 18-06-2012 06:46, Laurent Pinchart escreveu:
> > On Sunday 10 June 2012 12:25:40 Hans Verkuil wrote:
> >> From: Hans Verkuil
> >>
> >> Signed-off-by: Hans Verkuil
> >> ---
> >>
> >> drivers/media/video/v4l2-ioctl.c |
Hi Laurent,
On Mon, Jun 18, 2012 at 4:05 PM, Laurent Pinchart
wrote:
> Hi,
>
> On Monday 18 June 2012 12:28:44 Prabhakar Lad wrote:
>> On Wed, May 2, 2012 at 4:20 AM, Guennadi Liakhovetski wrote:
>> > On Tue, 1 May 2012, Alex Gershgorin wrote:
>> >> Hi everyone,
>> >>
>> >> I use user-space util
Hi Sakari,
On Sunday 17 June 2012 10:54:32 Sakari Ailus wrote:
> On Sun, Jun 17, 2012 at 12:03:06AM +0200, Laurent Pinchart wrote:
> > On Monday 11 June 2012 12:39:44 Sakari Ailus wrote:
> > > On Mon, Jun 11, 2012 at 09:50:54AM +0200, Laurent Pinchart wrote:
> > > > On Sunday 10 June 2012 23:22:59
Em 18-06-2012 06:46, Laurent Pinchart escreveu:
> Hi Hans,
>
> Thanks for the patch.
>
> On Sunday 10 June 2012 12:25:40 Hans Verkuil wrote:
>> From: Hans Verkuil
>>
>> Signed-off-by: Hans Verkuil
>> ---
>> drivers/media/video/v4l2-ioctl.c | 35 +--
>> 1 file
Hi Philipp,
On Sunday 17 June 2012 13:35:07 Philipp Dreimann wrote:
> Hello,
>
> my external webcam from Logitech (I guess it's a c910) stopped working
> using kernel 3.5-rc3.( 3.4 worked fine.)
>
> uvcvideo: Found UVC 1.00 device (046d:0821)
> input: UVC Camera (046d:0821) as
> /devices/pci000
Hi,
On Monday 18 June 2012 12:28:44 Prabhakar Lad wrote:
> On Wed, May 2, 2012 at 4:20 AM, Guennadi Liakhovetski wrote:
> > On Tue, 1 May 2012, Alex Gershgorin wrote:
> >> Hi everyone,
> >>
> >> I use user-space utility from
> >> http://git.linuxtv.org/v4l-utils.git/blob/HEAD:/contrib/test/captu
Hi Hans,
Thanks for the patch.
On Sunday 10 June 2012 12:25:46 Hans Verkuil wrote:
> From: Hans Verkuil
>
> Add helper functions to make it easier to adapt drivers to vb2.
What about moving those functions to videobuf2-ioctl.c ? The helper functions
are based on top of an existing vb2 core th
Hi Laurent,
Can you please review this patch and let me know if any modifications are
required..
> -Original Message-
> From: Bhupesh SHARMA
> Sent: Friday, June 01, 2012 3:09 PM
> To: laurent.pinch...@ideasonboard.com; linux-...@vger.kernel.org
> Cc: ba...@ti.com; linux-media@vger.kerne
Hi Laurent,
Can you please review this patch and let me know if any modifications
are required..
> -Original Message-
> From: Bhupesh SHARMA
> Sent: Friday, June 01, 2012 3:09 PM
> To: laurent.pinch...@ideasonboard.com; linux-...@vger.kernel.org
> Cc: ba...@ti.com; linux-media@vger.kernel
Hi Hans,
Thanks for the patch.
On Sunday 10 June 2012 12:25:49 Hans Verkuil wrote:
> From: Hans Verkuil
>
> Signed-off-by: Hans Verkuil
> ---
> drivers/media/video/vivi.c | 25 +++--
> 1 file changed, 7 insertions(+), 18 deletions(-)
>
> diff --git a/drivers/media/video
Hi Hans,
Thanks for the patch.
On Sunday 10 June 2012 12:25:47 Hans Verkuil wrote:
> From: Hans Verkuil
>
> Signed-off-by: Hans Verkuil
> ---
> Documentation/DocBook/media/v4l/vidioc-create-bufs.xml |8 +++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/Documentat
Hi Hans,
Thanks for the patch.
On Sunday 10 June 2012 12:25:50 Hans Verkuil wrote:
> From: Hans Verkuil
>
> Signed-off-by: Hans Verkuil
> ---
> drivers/media/video/vivi.c | 160 ++---
> 1 file changed, 21 insertions(+), 139 deletions(-)
>
> diff --git a/d
Hi Hans,
Thanks for the patch.
On Sunday 10 June 2012 12:25:51 Hans Verkuil wrote:
> From: Hans Verkuil
>
> Signed-off-by: Hans Verkuil
> ---
> drivers/media/video/v4l2-dev.c | 41 ++---
> 1 file changed, 29 insertions(+), 12 deletions(-)
>
> diff --git a/dr
Hi Hans,
Thanks for the patch.
On Sunday 10 June 2012 12:25:52 Hans Verkuil wrote:
> From: Hans Verkuil
>
> Use some macro magic to reduce the length of the lines in the table. This
> makes it more readable.
It indeed shortens the lines, but to be honest I find the result less
readable.
> Si
Hi Hans,
Thanks for the patch.
On Sunday 10 June 2012 12:25:42 Hans Verkuil wrote:
> From: Hans Verkuil
>
> v4l_i2c_print_ioctl wasn't used and v4l_print_ioctl could be replaced by
> v4l_i2c_printk_ioctl.
I suppose you meant v4l_printk_ioctl herE.
>
> Signed-off-by: Hans Verkuil
--
Regard
Hi Hans,
Thanks for the patch.
On Sunday 10 June 2012 12:25:41 Hans Verkuil wrote:
> From: Hans Verkuil
>
> Signed-off-by: Hans Verkuil
> ---
> drivers/media/video/v4l2-dev.c | 24
> 1 file changed, 24 insertions(+)
>
> diff --git a/drivers/media/video/v4l2-dev.c b
Hi Hans,
Thanks for the patch.
On Sunday 10 June 2012 12:25:26 Hans Verkuil wrote:
> From: Hans Verkuil
>
> Add the necessary plumbing to make it possible to replace the switch by a
> table driven implementation.
>
> Signed-off-by: Hans Verkuil
> ---
> drivers/media/video/v4l2-ioctl.c | 91
Hi Hans,
Thanks for the patch.
On Sunday 10 June 2012 12:25:40 Hans Verkuil wrote:
> From: Hans Verkuil
>
> Signed-off-by: Hans Verkuil
> ---
> drivers/media/video/v4l2-ioctl.c | 35 +--
> 1 file changed, 13 insertions(+), 22 deletions(-)
>
> diff --git a/dri
Fixed the size of the V4L2_CID_COLORFX control cluster.
Prior to this fix V4L2_CID_ROTATE was also icluded in
the cluster preventing applications from enabling rotation.
Reported-by: Marek Szyprowski
Signed-off-by: Kamil Debski
Signed-off-by: Kyungmin Park
---
drivers/media/video/s5p-fimc/fimc
On Mon June 18 2012 06:49:58 David Dillow wrote:
> Without this patch, MythTV requires some workarounds to be able to
> capture analog TV on my HVR-850. I need to keep the v4l device open via
> 'sleep 365d < /dev/video0' or some other mechanism or there will be no
> recording. Also, I need to run v
85 matches
Mail list logo