[PATCH v2 0/2] V4L/DVB: OMAP_VOUT: Allow omap_vout to build without VRFB

2010-09-27 Thread Archit Taneja
This lets omap_vout driver build and run without VRFB. It works along the lines of the following patch series: OMAP: DSS2: OMAPFB: Allow FB_OMAP2 to build without VRFB https://patchwork.kernel.org/patch/105371/ Since VRFB is tightly coupled with the omap_vout driver, a handful of vrfb specific

[PATCH v2 1/2] V4L/DVB: OMAP_VOUT: Create a seperate vrfb functions library

2010-09-27 Thread Archit Taneja
Create omap_vout_vrfb.c and omap_vout_vrfb.h, these contain functions which omap_vout will call if the rotation type is set to VRFB rotation. It is essentialy the code in omap_vout which is used for vrfb specific tasks. Apart from this, some functions and preprocessor defines needed by the new

[PATCH v2 2/2] V4L/DVB: OMAP_VOUT: Use rotation_type to choose between vrfb and sdram buffers

2010-09-27 Thread Archit Taneja
Add rotation_type member to omapvideo_info, this is initialized based on the value def_vrfb bootarg parameter, vrfb rotation is chosen by default. The rotation_type var is now used to choose between vrfb and non-vrfb calls. vrfb specific code in omap_vout has been removed and is present in

wnv_cs.c: i2c question

2010-09-27 Thread Dominik Brodowski
Hey, as I recently obtained such a PCMCIA card, I try to revive the wnv_cs driver for Winnov Videum Traveler video cards. First (non-working, but compiling and able to access the EEPROM and to detect the decoder) results may be found at

Re: [RFC/PATCH v1 0/9] Sub-device pad-level operations

2010-09-27 Thread Guennadi Liakhovetski
On Sun, 26 Sep 2010, Laurent Pinchart wrote: Hi everybody, Here's the first version of the sub-device pad-level operations patches (this is actually not strictly true, as other versions have been posted before as sample code, but this one is the first version officially sent for public

Re: [RFC/PATCH 1/9] v4l: Move the media/v4l2-mediabus.h header to include/linux

2010-09-27 Thread Guennadi Liakhovetski
On Sun, 26 Sep 2010, Laurent Pinchart wrote: The header defines the v4l2_mbus_framefmt structure which will be used by the V4L2 subdevs userspace API. Change the type of the v4l2_mbus_framefmt::code field to __u32, as enum sizes can differ between different ABIs on the same architectures.

Re: [RFC/PATCH 2/9] v4l: Group media bus pixel codes by types and sort them alphabetically

2010-09-27 Thread Guennadi Liakhovetski
On Sun, 26 Sep 2010, Laurent Pinchart wrote: Adding new pixel codes at the end of the enumeration will soon create a mess, so sort the pixel codes by type and then sort them alphabetically. As the codes are part of the kernel ABI their value can't change when a new code is inserted in the

[RFC/PATCH 1/6] v4l: subdev: Generic ioctl support

2010-09-27 Thread Laurent Pinchart
Instead of returning an error when receiving an ioctl call with an unsupported command, forward the call to the subdev core::ioctl handler. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- Documentation/video4linux/v4l2-framework.txt |5 +

[RFC/PATCH 0/6] OMAP3 ISP driver

2010-09-27 Thread Laurent Pinchart
Hi everybody, Here's the OMAP3 ISP driver, updated to 2.6.36-rc5 and the latest changes in the media controller and sub-device APIs. The V4L/DVB patches come from the upstream staging/v2.6.37 branch and won't be needed anymore when the driver will be rebased on top of 2.6.36. No more needs to

[RFC/PATCH 3/6] V4L/DVB: v4l: Add a v4l2_subdev host private data field

2010-09-27 Thread Laurent Pinchart
The existing priv field stores subdev private data owned by the subdev driver. Host (bridge) drivers might need to store per-subdev host-specific data, such as a pointer to platform data. Add a v4l2_subdev host_priv field to store host-specific data, and rename the existing priv field to

[RFC/PATCH 5/6] omap3: Export omap3isp platform device structure

2010-09-27 Thread Laurent Pinchart
From: Stanimir Varbanov svarba...@mm-sol.com The omap3isp platform device requires platform data. As the data can be provided by a kernel module, the device can't be registered during arch initialization. Remove the omap3isp platform device registration from omap_init_camera(), and export the

[RFC/PATCH 4/6] ARM: OMAP3: Update Camera ISP definitions for OMAP3630

2010-09-27 Thread Laurent Pinchart
From: Tuukka Toivonen tuukka.o.toivo...@nokia.com Add new/changed base address definitions and resources for OMAP3630 ISP. The OMAP3430 CSI2PHY block is same as the OMAP3630 CSIPHY2 block. But the later name is chosen as it gives more symmetry to the names. Signed-off-by: Tuukka Toivonen

[RFC/PATCH 2/6] V4L/DVB: v4l: Use v4l2_get_subdevdata instead of accessing v4l2_subdev::priv

2010-09-27 Thread Laurent Pinchart
Replace direct access to the v4l2_subdev priv field with the inline v4l2_get_subdevdata method. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Acked-by: Hans Verkuil hverk...@xs4all.nl Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- drivers/media/video/mt9m001.c

[RFC/PATCH 6/6] OMAP3 ISP driver

2010-09-27 Thread Laurent Pinchart
Patch 6/6 seems to be too big for vger, even in compressed form. You can find it at http://git.linuxtv.org/pinchartl/media.git?a=shortlog;h=refs/heads/media-0004- omap3isp Sorry for the inconvenience. -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH v2] tm6000+audio

2010-09-27 Thread Mauro Carvalho Chehab
Em 27-09-2010 14:49, Dmitri Belimov escreveu: Hi Em 23-09-2010 13:45, Dmitri Belimov escreveu: Hi Em 20-09-2010 17:07, Dmitri Belimov escreveu: Hi I rework my last patch for audio and now audio works well. This patch can be submited to GIT tree Quality of audio now is good for

[PATCH 01/13] Staging: cx25821: fox ERROR: space prohibited after that open parenthesis '(' This is a patch to the cx25821-audio-upstream.h file that fixed up a space Errors found by the checkpatch.

2010-09-27 Thread ruslanpisarev
From: Ruslan Pisarev rus...@rpisarev.org.ua --- drivers/staging/cx25821/cx25821-audio-upstream.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/cx25821/cx25821-audio-upstream.h b/drivers/staging/cx25821/cx25821-audio-upstream.h index ca987ad..668a4f1

[PATCH 02/13] Staging: cx25821: fix braces and space coding style issue in cx25821-audio-upstream.c This is a patch to the cx25821-audio-upstream.c file that fixed up a brace and space Errors found by

2010-09-27 Thread Ruslan Pisarev
Signed-off-by: Ruslan Pisarev rus...@rpisarev.org.ua --- drivers/staging/cx25821/cx25821-audio-upstream.c | 13 ++--- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/drivers/staging/cx25821/cx25821-audio-upstream.c b/drivers/staging/cx25821/cx25821-audio-upstream.c index

[PATCH 03/13] Staging: cx25821: fix comments and space coding style issue in cx25821-audio.h

2010-09-27 Thread Ruslan Pisarev
This is a patch to the cx25821-audio.h file that fixed up a comments and space Errors found by the checkpatch.pl tools. Signed-off-by: Ruslan Pisarev rus...@rpisarev.org.ua --- drivers/staging/cx25821/cx25821-audio.h | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git

[PATCH 04/13] Staging: cx25821: fix tabs and space coding style issue in cx25821-core.c

2010-09-27 Thread Ruslan Pisarev
This is a patch to the cx25821-core.c file that fixed up a tabs and space Errors and warnings found by the checkpatch.pl tools. Signed-off-by: Ruslan Pisarev rus...@rpisarev.org.ua --- drivers/staging/cx25821/cx25821-core.c | 62 1 files changed, 31

[PATCH 05/13] Staging: cx25821: fix space coding style issue in cx25821-i2c.c

2010-09-27 Thread Ruslan Pisarev
This is a patch to the cx25821-i2c.c file that fixed up a space warning found by the checkpatch.pl tools. Signed-off-by: Ruslan Pisarev rus...@rpisarev.org.ua --- drivers/staging/cx25821/cx25821-i2c.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[PATCH 06/13] Staging: cx25821: fix tabs and space coding style issue in cx25821-medusa-reg.h

2010-09-27 Thread Ruslan Pisarev
This is a patch to the cx25821-medusa-reg.h file that fixed up a tabs and space warnings found by the checkpatch.pl tools. Signed-off-by: Ruslan Pisarev rus...@rpisarev.org.ua --- drivers/staging/cx25821/cx25821-medusa-reg.h | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-)

[PATCH 07/13] Staging: cx25821: fix tabs and space coding style issue in cx25821-medusa-video.c

2010-09-27 Thread Ruslan Pisarev
This is a patch to the cx25821-medusa-video.c file that fixed up a tabs and space warnings found by the checkpatch.pl tools. Signed-off-by: Ruslan Pisarev rus...@rpisarev.org.ua --- drivers/staging/cx25821/cx25821-medusa-video.c |8 1 files changed, 4 insertions(+), 4

[PATCH 08/13] Staging: cx25821: fix tabs and space coding style issue in cx25821-reg.h

2010-09-27 Thread Ruslan Pisarev
This is a patch to the cx25821-reg.h file that fixed up a macros errors found by the checkpatch.pl tools. Signed-off-by: Ruslan Pisarev rus...@rpisarev.org.ua --- drivers/staging/cx25821/cx25821-reg.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 09/13] Staging: cx25821: fix braces, tabs and space coding style issue in cx25821-video-upstream-ch2.c

2010-09-27 Thread ruslanpisarev
From: Ruslan Pisarev rus...@rpisarev.org.ua This is a patch to the cx25821-video-upstream-ch2.c file that fixed up a braces, tabs and space warnings found by the checkpatch.pl tools. Signed-off-by: Ruslan Pisarev rus...@rpisarev.org.ua --- .../staging/cx25821/cx25821-video-upstream-ch2.c |

[PATCH 10/13] Staging: cx25821: fix tabs and space coding style issue in cx25821-video-upstream-ch2.h

2010-09-27 Thread Ruslan Pisarev
This is a patch to the cx25821-video-upstream-ch2.h file that fixed up a space errors found by the checkpatch.pl tools. Signed-off-by: Ruslan Pisarev rus...@rpisarev.org.ua --- .../staging/cx25821/cx25821-video-upstream-ch2.h | 14 +++--- 1 files changed, 7 insertions(+), 7

[PATCH 11/13] Staging: cx25821: fix tabs and space coding style issue in cx25821-video-upstream.h

2010-09-27 Thread Ruslan Pisarev
This is a patch to the cx25821-video-upstream.h file that fixed up a space errors found by the checkpatch.pl tools. Signed-off-by: Ruslan Pisarev rus...@rpisarev.org.ua --- drivers/staging/cx25821/cx25821-video-upstream.h | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff

[PATCH 12/13] Staging: cx25821: fix tabs and space coding style issue in cx25821-video-upstream.c

2010-09-27 Thread Ruslan Pisarev
This is a patch to the cx25821-video-upstream.c file that fixed up a tabs and space warnings found by the checkpatch.pl tools. Signed-off-by: Ruslan Pisarev rus...@rpisarev.org.ua --- drivers/staging/cx25821/cx25821-video-upstream.c | 28 +++--- 1 files changed, 14

[PATCH 13/13] Staging: cx25821: fix tabs and space coding style issue in cx25821.h

2010-09-27 Thread Ruslan Pisarev
This is a patch to the cx25821.h file that fixed up a tabs and space error and warnings found by the checkpatch.pl tools. Signed-off-by: Ruslan Pisarev rus...@rpisarev.org.ua --- drivers/staging/cx25821/cx25821.h | 51 ++--- 1 files changed, 25 insertions(+), 26

Re: [RFC/PATCH 2/9] v4l: Group media bus pixel codes by types and sort them alphabetically

2010-09-27 Thread Laurent Pinchart
Hi Hans, On Sunday 26 September 2010 19:57:14 Hans Verkuil wrote: On Sunday, September 26, 2010 19:51:22 Laurent Pinchart wrote: On Sunday 26 September 2010 19:44:38 Hans Verkuil wrote: On Sunday, September 26, 2010 19:34:49 Laurent Pinchart wrote: On Sunday 26 September 2010 19:29:53

updated make_kconfig.pl for Ubuntu

2010-09-27 Thread Jan Hoogenraad
I have updated launchpad bug https://bugs.launchpad.net/ubuntu/+source/linux-kernel-headers/+bug/134222 I also created an updated make_kconfig.pl http://linuxtv.org/hg/~jhoogenraad/rtl2831-r2/file/cb34ee1c29fc/v4l/scripts/make_kconfig.pl Unfortunately, I forgot to commit changes to the main

Re: cx5000 default auto sleep mode

2010-09-27 Thread Timothy D. Lenz
I am seeing a problem again. driver I'm using is v4l-20100625. Don't know if the tuner card is dieing again or what. I had the sleep mode turned on and have been using the fusion dual along with a 1800. THe 1800 shows as the 3rd device. Friday I had recordings setup on 2 channels at the same

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-09-27 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:Mon Sep 27 19:00:05 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

Re: updated make_kconfig.pl for Ubuntu

2010-09-27 Thread Mauro Carvalho Chehab
Em 27-09-2010 15:41, Jan Hoogenraad escreveu: I have updated launchpad bug https://bugs.launchpad.net/ubuntu/+source/linux-kernel-headers/+bug/134222 I also created an updated make_kconfig.pl http://linuxtv.org/hg/~jhoogenraad/rtl2831-r2/file/cb34ee1c29fc/v4l/scripts/make_kconfig.pl

Re: [PATCH v3] OMAP1: Add support for SoC camera interface

2010-09-27 Thread Tony Lindgren
* Janusz Krzysztofik jkrzy...@tis.icnet.pl [100926 17:55]: This patch adds a definition of the OMAP1 camera interface platform device, and a function that allows for providing a board specific platform data. The device will be used with the upcoming OMAP1 SoC camera interface driver.

Re: updated make_kconfig.pl for Ubuntu

2010-09-27 Thread Jan Hoogenraad
Mauro: On my system, the call to make_kconfig reads: ./scripts/make_kconfig.pl /lib/modules/2.6.28-19-generic/build /lib/modules/2.6.28-19-generic/build 1 Using $kernelsrc yields the following error: Global symbol $kernelsrc requires explicit package name at ./scripts/make_kconfig.pl line

Re: updated make_kconfig.pl for Ubuntu

2010-09-27 Thread Mauro Carvalho Chehab
Em 27-09-2010 17:45, Jan Hoogenraad escreveu: Mauro: On my system, the call to make_kconfig reads: ./scripts/make_kconfig.pl /lib/modules/2.6.28-19-generic/build /lib/modules/2.6.28-19-generic/build 1 Using $kernelsrc yields the following error: Global symbol $kernelsrc requires

Re: [GIT PULL for 2.6.36] V4L/DVB fixes

2010-09-27 Thread Linus Torvalds
On Mon, Sep 27, 2010 at 1:57 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: The following changes since commit 32163f4b2cef28a5aab8b226ffecfc6379a53786:  alpha: fix usp value in multithreaded coredumps (2010-09-25 14:38:13 -0700) are available in the git repository at:  

Re: [GIT PULL for 2.6.36] V4L/DVB fixes

2010-09-27 Thread Mauro Carvalho Chehab
Em 27-09-2010 21:02, Linus Torvalds escreveu: On Mon, Sep 27, 2010 at 1:57 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: The following changes since commit 32163f4b2cef28a5aab8b226ffecfc6379a53786: alpha: fix usp value in multithreaded coredumps (2010-09-25 14:38:13 -0700) are