Hello, Hans & everyone.
I'm trying to adapt the various FOCUS MODE int the NEC ISP driver.
NEC ISP supports 4 focus mode, AUTO/MACRO/MANUAL/FULL or NORMAL.
but, i think that it's a little insufficient to use V4L2 FOCUS Feature.
so, suggest that,
- change V4L2_CID_FOCUS_AUTO's type from boolean t
Thank you for your hard work!
Me and my co-workers appreciate you.
Cheers,
Nate
On Thu, Mar 26, 2009 at 1:25 AM, Johannes Stezenbach wrote:
> Hi,
>
> linuxtv.org will move to a new server machine tomorrow. Expect
> some downtime during the move and please be patient. Everything
> on the old machi
On Thu, 26 Mar 2009, Mauro Carvalho Chehab wrote:
> From: Alan Cox
> To: linux-ker...@vger.kernel.org, mche...@infradead.org
> Subject: [PATCH] cx88: Missing failure checks
>
> The ioremap one was reported in October 2007 (Bug 9146), the kmalloc one
> was blindingly obvious while looking at the io
Am Donnerstag, den 26.03.2009, 22:02 -0300 schrieb Mauro Carvalho
Chehab:
> On Fri, 27 Mar 2009 01:46:50 +0100
> hermann pitton wrote:
>
> >
> > Am Donnerstag, den 26.03.2009, 21:09 -0300 schrieb Mauro Carvalho
> > Chehab:
> > > On Fri, 27 Mar 2009 00:51:43 +0100
> > > hermann pitton wrote:
>
On Thursday 26 March 2009, Janne Grunau wrote:
>
> While I generally agree that setting parent to the usb interface is
> probably correct for multifunction devices
Make that "all" devices. :)
> I noticed a problem after
> changing the hdpvr driver accordingly.
>
> With parent set to the usb
Forwarded message:
Date: Thu, 26 Mar 2009 20:47:48 +
From: Alan Cox
To: linux-ker...@vger.kernel.org, mche...@infradead.org
Subject: [PATCH] pluto2: silence spew of card hung up messages
If the card is ejected on some systems you get a spew of messages as other
shared IRQ devices interrup
Forwarded message:
Date: Thu, 26 Mar 2009 21:41:15 +
From: Alan Cox
To: linux-ker...@vger.kernel.org, mche...@infradead.org
Subject: [PATCH] firedtv: wrong types in printk
size_t is not int...
Signed-off-by: Alan Cox
---
drivers/media/dvb/firewire/firedtv-avc.c |2 +-
1 files chan
Forwarded message:
Date: Thu, 26 Mar 2009 20:44:38 +
From: Alan Cox
To: linux-ker...@vger.kernel.org, mche...@infradead.org
Subject: [PATCH] cx88: Missing failure checks
The ioremap one was reported in October 2007 (Bug 9146), the kmalloc one
was blindingly obvious while looking at the io
On Fri, 27 Mar 2009 01:46:50 +0100
hermann pitton wrote:
>
> Am Donnerstag, den 26.03.2009, 21:09 -0300 schrieb Mauro Carvalho
> Chehab:
> > On Fri, 27 Mar 2009 00:51:43 +0100
> > hermann pitton wrote:
> >
> > > Hi Klaas,
> > >
> > > Am Mittwoch, den 25.03.2009, 21:53 +0100 schrieb klaas de w
Am Donnerstag, den 26.03.2009, 21:09 -0300 schrieb Mauro Carvalho
Chehab:
> On Fri, 27 Mar 2009 00:51:43 +0100
> hermann pitton wrote:
>
> > Hi Klaas,
> >
> > Am Mittwoch, den 25.03.2009, 21:53 +0100 schrieb klaas de waal:
> > > (2nd try, this should be now in "plain text" instead of HTML)
> >
[cc-ing linux-usb]
On Thu, Mar 26, 2009 at 01:29:57PM +0100, Hans de Goede wrote:
>
> On 03/25/2009 03:58 PM, Hans Verkuil wrote:
> >> Hi Hans,
> >>
> >> On Wednesday 25 March 2009 11:18:31 Hans de Goede wrote:
> >>>
> >>>
> >>> Hi,
> >>>
> >>> Today it came to my attention (through a libv4l bug
On 27 Mar 2009, at 04:57, Johannes Stezenbach wrote:
On Wed, Mar 25, 2009 at 05:25:41PM +0100, Johannes Stezenbach wrote:
linuxtv.org will move to a new server machine tomorrow. Expect
some downtime during the move and please be patient. Everything
on the old machine will be rsynced to the ne
Johannes Stezenbach wrote:
On Wed, Mar 25, 2009 at 05:25:41PM +0100, Johannes Stezenbach wrote:
linuxtv.org will move to a new server machine tomorrow. Expect
some downtime during the move and please be patient. Everything
on the old machine will be rsynced to the new machine right before
the sw
On Fri, 27 Mar 2009 00:51:43 +0100
hermann pitton wrote:
> Hi Klaas,
>
> Am Mittwoch, den 25.03.2009, 21:53 +0100 schrieb klaas de waal:
> > (2nd try, this should be now in "plain text" instead of HTML)
> >
> > Hi Hermann,
> >
> > Thanks for your "howto" on making a proper patch.
> > After a
Hi Klaas,
Am Mittwoch, den 25.03.2009, 21:53 +0100 schrieb klaas de waal:
> (2nd try, this should be now in "plain text" instead of HTML)
>
> Hi Hermann,
>
> Thanks for your "howto" on making a proper patch.
> After a "make commit" in my local v4l-dvb tree, and filling in the
> template I got t
Mauro,
Please pull from
http://linuxtv.org/hg/~awalls/v4l-dvb
for
mxl5005s: Switch in mxl5005s_set_params should operate on correct values
Can you somehow add to the log:
Reported-by: Jose Alberto Reguero
Tested-by: Jose Alberto Reguero
Tested-by: Andy Walls
Regards,
Andy
diffstat:
mxl
Hi Mauro,
please pull from http://hg.jannau.net/hdpvr-merge/ for
hdpvr: use debugging macro for buffer status
hdpvr: set usb interface dev as parent in struct video_device
hdpvr: return immediately from hdpvr_poll if data is available
hdpvr: locking fixes
hdpvr-core.c |2 +-
hdpvr-video.c |
On Thu, 2009-03-26 at 16:05 +0100, Daniel Glöckner wrote:
> This patch adds the planar YUV 4:4:4 format to the v4l2 specification.
>
> Signed-off-by: Daniel Glöckner
>
> diff -r 55df63b82fef -r bd23aedbd597 v4l2-spec/Makefile
> --- a/v4l2-spec/Makefile Thu Mar 26 09:13:40 2009 +0100
> +++ b
Guennadi Liakhovetski wrote:
On Thu, 26 Mar 2009, Mauro Carvalho Chehab wrote:
+ /* common v4l buffer stuff -- must be first */
+ struct videobuf_buffer vb;
Here you have one space
+
+ const struct soc_camera_data_format*fmt;
Here you have 8 spaces
On Thu, Mar 26, 2009 at 05:31:35PM -0400, Dave Strauss wrote:
> Newbie question -- where does one find checkpatch.pl? And are there any other
> tools we should be running on patches before we submit them?
scripts/checkpatch.pl in the kernel source.
Sparse is another tool which can be used while
On Thu, 26 Mar 2009 17:31:35 -0400
Dave Strauss wrote:
> Guennadi Liakhovetski wrote:
> > On Thu, 26 Mar 2009, Mauro Carvalho Chehab wrote:
> >
> > + /* common v4l buffer stuff -- must be first */
> > + struct videobuf_buffer vb;
> >
> Here you have one space
>
On Thu, 26 Mar 2009, Mauro Carvalho Chehab wrote:
> > >> +/* common v4l buffer stuff -- must be first */
> > >> +struct videobuf_buffer vb;
> > >>
> > >
> > > Here you have one space
> > >
> > >
> > >> +
> > >> +const struct soc_camera_data_format*fmt;
> > >
Hi Darius,
On Thu, 26 Mar 2009 21:19:24 +0200
Darius Augulis wrote:
> Guennadi Liakhovetski wrote:
> > Sascha,
> >
> > would you prefer me to pull this via soc-camera or you'd prefer to handle
> > it in your mxc tree? I think it's better to pull it via v4l, so, I'd need
> > your acks for platf
Guennadi Liakhovetski wrote:
Sascha,
would you prefer me to pull this via soc-camera or you'd prefer to handle
it in your mxc tree? I think it's better to pull it via v4l, so, I'd need
your acks for platform parts, especially for the assembly, ksyms and FIQ
code.
Hi Darius,
Hi Guennadi,
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:Thu Mar 26 19:00:03 CET 2009
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 11153:56cf0f1772f7
gcc version: gcc (
Sascha,
would you prefer me to pull this via soc-camera or you'd prefer to handle
it in your mxc tree? I think it's better to pull it via v4l, so, I'd need
your acks for platform parts, especially for the assembly, ksyms and FIQ
code.
Hi Darius,
On Tue, 24 Mar 2009, Darius wrote:
Please, sen
On Wed, Mar 25, 2009 at 05:25:41PM +0100, Johannes Stezenbach wrote:
>
> linuxtv.org will move to a new server machine tomorrow. Expect
> some downtime during the move and please be patient. Everything
> on the old machine will be rsynced to the new machine right before
> the switch so nothing sho
Hello, please review the new version of v4l2 loopback driver.
I fixed up comments to the previous submission, waiting for the new ones :-),
reposting for patchwork tool
---
This patch introduces v4l2 loopback module
From: Vasily Levin
This is v4l2 loopback driver which can be used to make avail
On Thu, 26 Mar 2009 12:45:18 -0400 Steven Toth (ST) wrote:
ST> I too tend to have multiple remotes, I don't think it's that unusual for
ST> long standing Hauppauge customers to have many boards with many types of
ST> remotes.
ST>
ST> > It might be better to have an option to explicitly allow old
On Thu, 26 Mar 2009, Hans de Goede wrote:
On 03/25/2009 03:58 PM, Hans Verkuil wrote:
Hi Hans,
On Wednesday 25 March 2009 11:18:31 Hans de Goede wrote:
Hi,
Today it came to my attention (through a libv4l bugreport) that
the uvc driver and the gspca driver handle the setting of
the v4l
(moving to the new v4l list)
On Thu, 26 Mar 2009, Stefan Herbrechtsmeier wrote:
> --- a/linux/drivers/media/video/soc_camera.cSun Mar 22 08:53:36 2009 -0300
> +++ b/linux/drivers/media/video/soc_camera.cThu Mar 26 15:35:43 2009 +0100
> @@ -238,7 +238,7 @@ static int soc_camera_init_user_f
On Thu, Mar 26, 2009 at 11:59:11AM -0400, Steven Toth wrote:
>
> I want to open a couple of HVR22xx items up for discussion.
>
> The HVR-22xx analog encoder is capable of encoded to all kinds of video and
> audio codecs in various containers formats.
>
> From memory, wm9, mpeg4, mpeg2, divx, A
Hans Verkuil wrote:
On Thursday 26 March 2009 03:34:53 Udo A. Steinberg wrote:
Mauro,
This patch allows users with multiple remotes to specify an RC5 address
for a remote from which key codes will be accepted. If no address is
specified, the default value of 0 accepts key codes from any remo
> This patch adds a driver to support the saa7121 PAL/NTSC video encoder
> in combination with the s6000 data port driver.
>
> The chip is configured for embedded BT.656 syncs as this mode should
> be supported on all devices.
>
> The driver presents two outputs to applications and while it is tru
This patch adds the planar YUV 4:4:4 format to the v4l2 specification.
Signed-off-by: Daniel Glöckner
diff -r 55df63b82fef -r bd23aedbd597 v4l2-spec/Makefile
--- a/v4l2-spec/MakefileThu Mar 26 09:13:40 2009 +0100
+++ b/v4l2-spec/MakefileThu Mar 26 14:06:09 2009 +0100
@@ -48,6 +48
From: Oskar Schirmer
Support for the s6000 on-chip video input/output engine.
Depending on external wiring it supports up to four video devices.
Signed-off-by: Fabian Godehardt
Signed-off-by: Oskar Schirmer
Signed-off-by: Johannes Weiner
Signed-off-by: Daniel Glöckner
---
drivers/media/vide
This patch adds a driver to support the mt9d131 camera in combination
with the s6000 data port driver.
Signed-off-by: Daniel Glöckner
---
drivers/media/video/s6dp/Kconfig|7 +
drivers/media/video/s6dp/Makefile |1 +
drivers/media/video/s6dp/s6dp-mt9d131.c | 1051 +++
Extend s6dp driver to support direct MPEG2 and data streaming modes.
Provide ioctl access to select specific modes.
Signed-off-by: Oskar Schirmer
---
.../platforms/s6105/include/platform/ioctl.h | 59 +++
drivers/media/video/s6dp/s6dp.c| 393 +--
2 fi
From: Oskar Schirmer
Add optional handling of a list of video modes not directly supported by
the on-chip video engine. Makes use of extended dma capabilities to provide
these modes:
YUV420 and grey mode as well as planar YUV422 and YUV444 with non-aligned
planes
Signed-off-by: Oskar Schirmer
This patch adds a driver to support the saa7121 PAL/NTSC video encoder
in combination with the s6000 data port driver.
The chip is configured for embedded BT.656 syncs as this mode should
be supported on all devices.
The driver presents two outputs to applications and while it is true
that the de
Shared memory mappings on nommu machines require a get_unmapped_area
file operation that suggests an address for the mapping. This patch
adds a way for v4l2 drivers to provide this callback.
Signed-off-by: Daniel Glöckner
---
drivers/media/video/v4l2-dev.c | 19 +++
include/med
Add YUV 4:4:4 planar format to list of fourcc codes supported.
Signed-off-by: Daniel Glöckner
---
include/linux/videodev2.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h
index 5571dbe..6ecdc96 100644
--- a/include/l
On Thu, 26 Mar 2009 09:16:55 -0500 (CDT)
Mike Isely wrote:
> On Thu, 26 Mar 2009, Mauro Carvalho Chehab wrote:
>
> > On Tue, 24 Mar 2009 23:07:02 -0500 (CDT)
> > Mike Isely wrote:
> >
> > >
> > > Mauro:
> > >
> > > Please pull from http://linuxtv.org/hg/~mcisely/pvrusb2 for a large
> > > col
On Thu, 26 Mar 2009, Mauro Carvalho Chehab wrote:
> On Tue, 24 Mar 2009 23:07:02 -0500 (CDT)
> Mike Isely wrote:
>
> >
> > Mauro:
> >
> > Please pull from http://linuxtv.org/hg/~mcisely/pvrusb2 for a large
> > collection of pvrusb2 changesets (see below).
>
> You forgot to add pvrusb2-cs53l3
On Tue, 24 Mar 2009 23:07:02 -0500 (CDT)
Mike Isely wrote:
>
> Mauro:
>
> Please pull from http://linuxtv.org/hg/~mcisely/pvrusb2 for a large
> collection of pvrusb2 changesets (see below).
You forgot to add pvrusb2-cs53l32a.o on your Makefile.
I'll add it and merge with the correspond patch
On Thu, 2009-03-26 at 09:21 -0400, Chaithrika U S wrote:
> Display driver for TI DM646x EVM
>
> Signed-off-by: Chaithrika U S
>
> This patch set has been updated with the review comments for the RFC sent
> earlier.
>
> These patches add the display driver support for TI DM646x EVM.
> This patc
Makefile and Kconfig changes
Modifies and adds the video Makefiles and Kconfig files to support DM646x Video
display device
Signed-off-by: Chaithrika U S
---
Applies to v4l-dvb repository
drivers/media/video/Kconfig | 22 ++
drivers/media/video/Makefile |
Display driver for VPIF
Adds the VPIF display driver and the associated header file.
The patch includes the review comments on the RFC sent earlier.
The major updates are:
- change in the name of the file.
- moved the platform related data to the platform specific files.
-
Video Port Interface driver
Add VPIF driver for DM646x. This code be used by the display and
capture drivers.
Signed-off-by: Chaithrika U S
---
Applies to v4l-dvb repository
drivers/media/video/davinci/vpif.c | 320 +
drivers/media/video/davinci/vpif.h | 668 +
Platform specific display device setup for DM646x EVM
Add platform device and resource structures. Also define a platform specific
clock setup function that can be accessed by the driver to configure the clock
and CPLD.
This patch is dependent on a patch submitted earlier, that patch adds
Pin Mux
Display driver for TI DM646x EVM
Signed-off-by: Chaithrika U S
This patch set has been updated with the review comments for the RFC sent
earlier.
These patches add the display driver support for TI DM646x EVM.
This patch set has been tested for basic display functionality for
Composite and Com
On 03/25/2009 03:58 PM, Hans Verkuil wrote:
Hi Hans,
On Wednesday 25 March 2009 11:18:31 Hans de Goede wrote:
Hi,
Today it came to my attention (through a libv4l bugreport) that
the uvc driver and the gspca driver handle the setting of
the v4l parent for usb webcams differently.
The probe
On Thu, Mar 26, 2009 at 12:54 PM, Mauro Carvalho Chehab
wrote:
>
> On Thu, 26 Mar 2009 11:22:26 +0200
> vas...@gmail.com wrote:
>
> > On Thu, Mar 26, 2009 at 10:34 AM, Mauro Carvalho Chehab
> > wrote:
> > > On Thu, 26 Mar 2009 01:19:08 +0200
> > > vas...@gmail.com wrote:
> > >
> > >> Hello,
> > >
This patch removes the debug output from stb6100_cfg.h as it is flooding
the syslog with tuning data during normal operation.
Signed-off-by: Artem Makhutov
--- linux.old/drivers/media/dvb/frontends/stb6100_cfg.h 2009-03-26 10:28:57.0 +0100
+++ linux/drivers/media/dvb/frontends/stb6100_cfg
On Thu, 26 Mar 2009 11:22:26 +0200
vas...@gmail.com wrote:
> On Thu, Mar 26, 2009 at 10:34 AM, Mauro Carvalho Chehab
> wrote:
> > On Thu, 26 Mar 2009 01:19:08 +0200
> > vas...@gmail.com wrote:
> >
> >> Hello,
> >>
> >> how should I format my post in order to patchwork tool understand
> >> include
Hi Darius,
I think Guennadi will have a closer look at the driver later. I looked
only at the ARM part, so only some comments inline.
Sascha
> From: Paulius Zaleckas
>
> Driver for i.MX1/L camera (CSI) host.
>
> Signed-off-by: Paulius Zaleckas
> ---
>
> Index: linux-2.6.29/drivers/media/vid
On Thu, Mar 26, 2009 at 10:34 AM, Mauro Carvalho Chehab
wrote:
> On Thu, 26 Mar 2009 01:19:08 +0200
> vas...@gmail.com wrote:
>
>> Hello,
>>
>> how should I format my post in order to patchwork tool understand
>> included patch correctly,
>
> If patchwork is not adding your patches there, then it
On Thu, 26 Mar 2009 01:19:08 +0200
vas...@gmail.com wrote:
> Hello,
>
> how should I format my post in order to patchwork tool understand
> included patch correctly,
If patchwork is not adding your patches there, then it means that the patches
are broken (for example, line-wrapped), or that you'
Hi Mauro,
Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb/
for:
changeset: 11218:714ac2b56c6f
gspca - sq905: Update the frame pointer after adding the last packet.
changeset: 11219:a96e705fa675
gspca - sq905: Optimize the resolution setting.
changeset: 11220:158a80e5195a
gspca -
Aguirre Rodriguez, Sergio Alberto wrote:
-Original Message-
From: stanley.miao [mailto:stanley.m...@windriver.com]
Sent: Tuesday, March 10, 2009 3:04 AM
To: Aguirre Rodriguez, Sergio Alberto
Cc: linux-media@vger.kernel.org; linux-o...@vger.kernel.org; Sakari Ailus;
Tuukka.O Toivonen; H
On Thursday 26 March 2009 03:34:53 Udo A. Steinberg wrote:
> Mauro,
>
> This patch allows users with multiple remotes to specify an RC5 address
> for a remote from which key codes will be accepted. If no address is
> specified, the default value of 0 accepts key codes from any remote. This
> replac
On Thursday 26 March 2009 04:39:48 Chaithrika U S wrote:
> Analog Devices ADV7343 video encoder driver
>
> Add ADV7343 I2C based video encoder driver. This follows the v4l2-subdev
> framework.This driver has been tested on TI DM646x EVM. It has been
> tested for Composite and Component outputs.
>
>
62 matches
Mail list logo