Re: [PATCH 1/5] mx2_camera: change to register and probe

2010-08-03 Thread Guennadi Liakhovetski
On Tue, 3 Aug 2010, Michael Grzeschik wrote: > On Tue, Aug 03, 2010 at 08:22:13PM +0200, Guennadi Liakhovetski wrote: > > On Tue, 3 Aug 2010, Michael Grzeschik wrote: > > > > > change this driver back to register and probe, since some platforms > > > first have to initialize an already registered

Re: [PATCH 1/5] mx2_camera: change to register and probe

2010-08-03 Thread Michael Grzeschik
On Tue, Aug 03, 2010 at 08:22:13PM +0200, Guennadi Liakhovetski wrote: > On Tue, 3 Aug 2010, Michael Grzeschik wrote: > > > change this driver back to register and probe, since some platforms > > first have to initialize an already registered power regulator to switch > > on the camera. > > Sorry

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: ERRORS

2010-08-03 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:Tue Aug 3 19:00:21 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14993:9652f85e688a git master:

Re: [PATCH] V4L/DVB: ir-code: Add missing "select BITREVERSE"

2010-08-03 Thread Randy Dunlap
On Tue, 3 Aug 2010 11:18:28 -0700 H. Peter Anvin wrote: > The Sony and JVC IR drivers use bitreverse but don't properly encode > the dependency. > > Found by randconfig builds. Hi, These are already merged into linux-next... and Mauro has sent a pull request that includes these patches. > Si

Re: [PATCH 1/5] mx2_camera: change to register and probe

2010-08-03 Thread Guennadi Liakhovetski
On Tue, 3 Aug 2010, Michael Grzeschik wrote: > change this driver back to register and probe, since some platforms > first have to initialize an already registered power regulator to switch > on the camera. Sorry, don't see a difference. Can you give an example of two call sequences, where this

[PATCH] V4L/DVB: ir-code: Add missing "select BITREVERSE"

2010-08-03 Thread H. Peter Anvin
The Sony and JVC IR drivers use bitreverse but don't properly encode the dependency. Found by randconfig builds. Signed-off-by: H. Peter Anvin Cc: David Härdeman Cc: Mauro Carvalho Chehab --- drivers/media/IR/Kconfig |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/dr

Re: [GIT PATCHES FOR 2.6.36] gspca for_2.6.36

2010-08-03 Thread Mauro Carvalho Chehab
Em 29-07-2010 03:11, Jean-Francois Moine escreveu: > The following changes since commit > 906903f4c56f8dd74584a44d93d96df25d228786: > > V4L/DVB: gspca - vc032x: Move the first VC0321 settings to sd_init() > (2010-07-25 17:16:25 -0300) > > are available in the git repository at: > git://linux

Re: [PATCH 3/3 v2] mfd: Add timberdale video-in driver to timberdale

2010-08-03 Thread Samuel Ortiz
On Tue, Aug 03, 2010 at 05:19:32PM +0200, Richard Röjfors wrote: > This patch defines platform data for the video-in driver > and adds it to all configurations of timberdale. > > Signed-off-by: Richard Röjfors Mauro, I suppose this series should go through your tree. If you agree, then please add

Re: [Q]: any DVB-S2 card which is 45MS/s capable?

2010-08-03 Thread Marko Ristola
03.08.2010 06:20, Emmanuel wrote: Marko Ristola a écrit : Hi. I have written some Mantis bandwidth related DMA transfer optimizations on June/July this year. They are now waiting for approval by Manu Abraham. Those reduce CPU pressure, increasing the bandwidth that can be received from the D

OMAP3 Bridge Problems

2010-08-03 Thread Lane Brooks
Laurent and team, I am using the OMAP3 ISP code from the devel branch on gitorious that I back ported to a 2.6.31 kernel. Raw bayer streaming to the CCDC output works fine. I am using parallel input with the bridge disabled in that mode. I am having a problem when I switch the sensor to outpu

[PATCH 2/3 v2] media: Add timberdale video-in driver

2010-08-03 Thread Richard Röjfors
This patch adds the timberdale video-in driver. The video IP of timberdale delivers the video data via DMA. The driver uses the DMA api to handle DMA transfers, and make use of the V4L2 video buffers to handle buffers against user space. Due to poor performance using uncached buffers, it uses cac

[PATCH 3/3 v2] mfd: Add timberdale video-in driver to timberdale

2010-08-03 Thread Richard Röjfors
This patch defines platform data for the video-in driver and adds it to all configurations of timberdale. Signed-off-by: Richard Röjfors --- diff --git a/drivers/mfd/timberdale.c b/drivers/mfd/timberdale.c index ac59950..d4a95bd 100644 --- a/drivers/mfd/timberdale.c +++ b/drivers/mfd/timberdale.c

[PATCH 0/3 v2] media, mfd: Add timberdale video-in driver

2010-08-03 Thread Richard Röjfors
To follow are three patches. The first adds in a cached version of the DMA contiguous video buffers. The second adds the timberdale video-in driver to the media tree. The third adds it to the timberdale MFD driver. Samuel and Mauro hope you can support and solve the potential merge issue betwee

[PATCH 1/3 v2] media: Add a cached version of the contiguous video buffers

2010-08-03 Thread Richard Röjfors
This patch adds another init functions in the videobuf-dma-contig which is named _cached in the end. It creates a buffer factory which allocates buffers using kmalloc and the buffers are cached. A sync callback is added to sync the buffers. Most of the code is reused from the uncached version a b

Re: [PATCH 3/6] V4L/DVB: smsusb: enable IR port for Hauppauge WinTV MiniStick

2010-08-03 Thread Mauro Carvalho Chehab
Em 03-08-2010 11:46, Richard Zidlicky escreveu: > On Tue, Aug 03, 2010 at 10:32:15AM -0300, Mauro Carvalho Chehab wrote: > >> The model number is on a label at the back of the stick (at least, mine have >> it). > > ah.. I was wondering whichever magical tool you are using. So here is my > numbe

[GIT PATCHES FOR 2.6.36] Samsung fimc driver

2010-08-03 Thread Pawel Osciak
Hi Mauro, please pull the s5p-fimc driver with your yesterday's comments addressed. The following changes since commit c57fd88318988f17731e446fe1d8498f506fdd44: V4L/DVB: uvcvideo: Add support for Manta MM-353 Plako (2010-07-05 19:47:16 -0300) are available in the git repository at: git://

Re: [PATCH 3/6] V4L/DVB: smsusb: enable IR port for Hauppauge WinTV MiniStick

2010-08-03 Thread Richard Zidlicky
On Tue, Aug 03, 2010 at 10:32:15AM -0300, Mauro Carvalho Chehab wrote: > The model number is on a label at the back of the stick (at least, mine have > it). ah.. I was wondering whichever magical tool you are using. So here is my number: 55009 LF Rev A1F7 > Btw, you don't need to use lirc if a

[GIT PATCHES FOR 2.6.36] Updates for the uvcvideo driver

2010-08-03 Thread Laurent Pinchart
Hi Mauro, The following changes since commit dfa7912039d58b7ca3f3df6e4f737c631458d691: V4L/DVB: gspca - sonixj / sq930x / t613: Remove unused variable in struct sd (2010-08-02 23:06:12 -0300) are available in the git repository at: git://linuxtv.org/pinchartl/uvcvideo.git uvcvideo-next Lau

Re: [PATCH 3/6] V4L/DVB: smsusb: enable IR port for Hauppauge WinTV MiniStick

2010-08-03 Thread Jarod Wilson
On Tue, Aug 3, 2010 at 9:32 AM, Mauro Carvalho Chehab wrote: > Em 03-08-2010 10:05, Richard Zidlicky escreveu: >> Hi, >> >>> Em 02-08-2010 04:27, Richard Zidlicky escreveu: On Sun, Aug 01, 2010 at 05:17:18PM -0300, Mauro Carvalho Chehab wrote: > Add the proper gpio port for WinTV MiniStic

[PATCH v6 1/3] v4l: Add multi-planar API definitions to the V4L2 API

2010-08-03 Thread Pawel Osciak
Multi-planar API is as a backwards-compatible extension of the V4L2 API, which allows video buffers to consist of one or more planes. Planes are separate memory buffers; each has its own mapping, backed by usually separate physical memory buffers. Many different uses for the multi-planar API are p

[PATCH v6 2/3] v4l: Add multi-planar ioctl handling code

2010-08-03 Thread Pawel Osciak
Add multi-planar API core ioctl handling and conversion functions. Signed-off-by: Pawel Osciak Signed-off-by: Kyungmin Park Reviewed-by: Marek Szyprowski --- drivers/media/video/v4l2-ioctl.c | 418 ++ include/media/v4l2-ioctl.h | 16 ++ 2 files chan

[PATCH v6 3/3] v4l: Add compat functions for the multi-planar API

2010-08-03 Thread Pawel Osciak
Add multi-planar ioctl handling to the 32bit compatibility layer. Signed-off-by: Pawel Osciak Signed-off-by: Kyungmin Park --- drivers/media/video/v4l2-compat-ioctl32.c | 221 + 1 files changed, 190 insertions(+), 31 deletions(-) diff --git a/drivers/media/video/v4

[PATCH v6 0/3] Multi-planar video format and buffer support for the V4L2 API

2010-08-03 Thread Pawel Osciak
this is a very minor update to the last series, after Hans' suggestions: - changed enum values for new types - rephrased a couple of items in kerneldocs for new structs - driver-returned errors take priority over EBUSY on format struct conversion [PATCH v6 1/3] v4l: Add multi-planar API definit

Re: Fwd: No audio in HW Compressed MPEG2 container on HVR-1300

2010-08-03 Thread lawrence rust
On Tue, 2010-08-03 at 09:02 +1200, Shane Harrison wrote: [snip] > Thanks for the audio path info. While you are on a roll, a few more > questions ? > 1) So do you know how the I2S input (from WM8775) is looped back to > the I2S output that is fed to the MPEG encoder? I can only assume in > softw

Re: [PATCH 3/6] V4L/DVB: smsusb: enable IR port for Hauppauge WinTV MiniStick

2010-08-03 Thread Mauro Carvalho Chehab
Em 03-08-2010 10:05, Richard Zidlicky escreveu: > Hi, > >> Em 02-08-2010 04:27, Richard Zidlicky escreveu: >>> On Sun, Aug 01, 2010 at 05:17:18PM -0300, Mauro Carvalho Chehab wrote: Add the proper gpio port for WinTV MiniStick, with the information provided by Michael. Thanks-t

Re: [PATCH 3/6] V4L/DVB: smsusb: enable IR port for Hauppauge WinTV MiniStick

2010-08-03 Thread Richard Zidlicky
Hi, > Em 02-08-2010 04:27, Richard Zidlicky escreveu: > > On Sun, Aug 01, 2010 at 05:17:18PM -0300, Mauro Carvalho Chehab wrote: > >> Add the proper gpio port for WinTV MiniStick, with the information provided > >> by Michael. > >> > >> Thanks-to: Michael Krufky > >> Signed-off-by: Mauro Carvalho

kernel NULL pointer reference problem when running scandvb, device Leadtek WinFast DTV Dongle (0x0413:0x6f00), kernel 2.6.33.6-147.fc13.x86_64

2010-08-03 Thread Graham C
I am getting a kernel NULL pointer reference in a dvb_core module. I am using v4l-dbv code cloned from http://linuxtv.org/hg/v4l-dvb using mercurial today. /sys/module/dvb_usb/srcversion contains 09654C413A19358611A87AD The v4l-dvb code compiled without any errors. My setup is: Architecture: x8

[PATCH v2 11/11] mt9m111: make use of testpattern

2010-08-03 Thread Michael Grzeschik
Signed-off-by: Philipp Wiesner Signed-off-by: Michael Grzeschik --- Changes v1 -> v2 * removed ifdef DEBUG drivers/media/video/mt9m111.c | 57 + 1 files changed, 57 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/mt9m111.c b/driv

[PATCH 02/11] mt9m111: init chip after read CHIP_VERSION

2010-08-03 Thread Michael Grzeschik
Moved mt9m111_init after the chip version detection passage: I don't like the idea of writing on a device we haven't identified yet. Signed-off-by: Philipp Wiesner Signed-off-by: Michael Grzeschik --- drivers/media/video/mt9m111.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-)

[PATCH 06/11] mt9m111: cropcap and s_crop check if type is VIDEO_CAPTURE

2010-08-03 Thread Michael Grzeschik
Signed-off-by: Philipp Wiesner Signed-off-by: Michael Grzeschik --- This one is a merge of: [PATCH 09/20] mt9m111: cropcap check if type is CAPTURE [PATCH 13/20] mt9m111: s_crop check for VIDEO_CAPTURE type drivers/media/video/mt9m111.c |7 ++- 1 files changed, 6 insertions(+), 1 del

[PATCH 09/11] v4l2-mediabus: Add pixelcodes for BGR565 formats

2010-08-03 Thread Michael Grzeschik
From: Sascha Hauer Signed-off-by: Sascha Hauer --- include/media/v4l2-mediabus.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/media/v4l2-mediabus.h b/include/media/v4l2-mediabus.h index 0dbe02a..d0b7340 100644 --- a/include/media/v4l2-mediabus.h +++ b/includ

[PATCH v2 01/11] mt9m111: Added indication that MT9M131 is supported by this driver

2010-08-03 Thread Michael Grzeschik
From: Philipp Wiesner Added this info to Kconfig and mt9m111.c, some comment cleanup, replaced 'mt9m11x'-statements by clarifications or driver name. Driver is fully compatible to mt9m131 which has only additional functions compared to mt9m111. Those aren't used anyway at the moment. Signed-off-

[PATCH v2 10/11] mt9m111: rewrite set_pixfmt

2010-08-03 Thread Michael Grzeschik
added more supported BE colour formats and also support BGR565 swapped pixel formats removed pixfmt helper functions and option flags setting the configuration register directly in set_pixfmt Signed-off-by: Philipp Wiesner Signed-off-by: Michael Grzeschik --- Changes v1 -> v2 * removed

[PATCH 03/11] mt9m111: register cleanup hex to dec bitoffset

2010-08-03 Thread Michael Grzeschik
Signed-off-by: Philipp Wiesner Signed-off-by: Michael Grzeschik --- drivers/media/video/mt9m111.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/media/video/mt9m111.c b/drivers/media/video/mt9m111.c index e7618da..8c076e5 100644 --- a/drivers/medi

[PATCH 07/11] mt9m111: added current colorspace at g_fmt

2010-08-03 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- drivers/media/video/mt9m111.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/mt9m111.c b/drivers/media/video/mt9m111.c index 89c3f89..48c63bc 100644 --- a/drivers/media/video/mt9m111.c +++ b/drivers/media/video/mt9

[PATCH 08/11] mt9m111: added reg_mask function

2010-08-03 Thread Michael Grzeschik
reg_mask is basically the same as clearing & setting registers, but it is more convenient and faster (saves one rw cycle). Signed-off-by: Philipp Wiesner Signed-off-by: Michael Grzeschik --- drivers/media/video/mt9m111.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) dif

[PATCH 04/11] mt9m111: added new bit offset defines

2010-08-03 Thread Michael Grzeschik
Signed-off-by: Philipp Wiesner Signed-off-by: Michael Grzeschik --- drivers/media/video/mt9m111.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/mt9m111.c b/drivers/media/video/mt9m111.c index 8c076e5..1b21522 100644 --- a/drivers/media/video/mt

[PATCH v2 00/11] MT9M111/MT9M131

2010-08-03 Thread Michael Grzeschik
Hey everyone, here is v2 of the previous (a little messy) patchseries. After i figured out that the biggest part of the patches were cutted into unrelated and unneeded pieces here hopefully comes a cleaner patchstack. The rest of the patches i send last time is living in my git repo for review, u

[PATCH 05/11] mt9m111: changed MIN_DARK_COLS to MT9M131 spec count

2010-08-03 Thread Michael Grzeschik
Signed-off-by: Philipp Wiesner Signed-off-by: Michael Grzeschik --- drivers/media/video/mt9m111.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/mt9m111.c b/drivers/media/video/mt9m111.c index 1b21522..944e0cb 100644 --- a/drivers/media/video/mt9m11

TerraTec Cinergy T USB XXS Remote Control

2010-08-03 Thread Jan Wagemakers
Hello, I have a TerraTec Cinergy T USB XXS. To get this device working I have followed the instructions at . This works fine, except for the remote control. I have found that I can get the remote control working by changing the Key Co

[PATCH 0/5] mx2_camera changes and corrections

2010-08-03 Thread Michael Grzeschik
Hi everybody, this patchseries include little changes, which are necessary for the mx2_camera driver to work properly on i.MX27 baseboards, especially an issue with the emma. Thanks, Michael Michael Grzeschik (5): mx2_camera: change to register and probe mx2_camera: remove emma limitation fo

[PATCH 5/5] mx2_camera: add informative camera clock frequency printout

2010-08-03 Thread Michael Grzeschik
ported mx27_camera to 2.6.33.2 Signed-off-by: Teresa Gamez Signed-off-by: Michael Grzeschik --- drivers/media/video/mx2_camera.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/mx2_camera.c b/drivers/media/video/mx2_camera.c index 7f27492..fb1b1cb 1

[PATCH 2/5] mx2_camera: remove emma limitation for RGB565

2010-08-03 Thread Michael Grzeschik
In the current source status the emma has no limitation for any PIXFMT since the data is parsed raw and unprocessed into the memory. Signed-off-by: Michael Grzeschik --- drivers/media/video/mx2_camera.c |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/drivers/media

[PATCH 4/5] mx2_camera: add rising edge for pixclock

2010-08-03 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- drivers/media/video/mx2_camera.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/mx2_camera.c b/drivers/media/video/mx2_camera.c index cf9a604..7f27492 100644 --- a/drivers/media/video/mx2_camera.c +++ b/drivers/me

[PATCH 3/5] mx2_camera: fix for list bufnum in frame_done_emma

2010-08-03 Thread Michael Grzeschik
The emma uses bufnum 1 and 0. This patch tells the bufqueue to change the next buffer to the next one and not the current one. Otherwise the BUG_ON above will trigger everytime. Signed-off-by: Michael Grzeschik --- drivers/media/video/mx2_camera.c |2 +- 1 files changed, 1 insertions(+), 1 d

[PATCH 1/5] mx2_camera: change to register and probe

2010-08-03 Thread Michael Grzeschik
change this driver back to register and probe, since some platforms first have to initialize an already registered power regulator to switch on the camera. Signed-off-by: Michael Grzeschik --- drivers/media/video/mx2_camera.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --

Re: [RFC/PATCH v3 06/10] media: Entities, pads and links enumeration

2010-08-03 Thread Laurent Pinchart
Hi Hans, On Monday 02 August 2010 23:01:55 Hans Verkuil wrote: > On Monday 02 August 2010 16:35:54 Laurent Pinchart wrote: > > On Sunday 01 August 2010 13:58:20 Hans Verkuil wrote: > > > On Thursday 29 July 2010 18:06:39 Laurent Pinchart wrote: > > [snip] > > > > > For subdevs you want to return

[PATCH 1/2] TVP7002: Return V4L2_DV_INVALID if any of the errors occur.

2010-08-03 Thread mats . randgaard
From: Mats Randgaard Signed-off-by: Mats Randgaard --- drivers/media/video/tvp7002.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/tvp7002.c b/drivers/media/video/tvp7002.c index 48f5c76..8116cd4 100644 --- a/drivers/media/video/tvp7002.c +++ b

[PATCH 2/2] TVP7002: Changed register values.

2010-08-03 Thread mats . randgaard
From: Mats Randgaard Register values changed according to the data sheet and Texas Instruments DaVinci_PSP_03_02_00_37. - TVP7002_RGB_COARSE_CLAMP_CTL changed to the default value in data sheet. - TVP7002_HPLL_PHASE_SEL deleted because the registers write to reserved bits. The

[PATCH 0/2] Patches for TVP7002

2010-08-03 Thread mats . randgaard
From: Mats Randgaard The patch "TVP7002: Changed register values" depends on http://www.mail-archive.com/linux-media@vger.kernel.org/msg20769.html Mats Randgaard (2): TVP7002: Return V4L2_DV_INVALID if any of the errors occur. TVP7002: Changed register values. drivers/media/video/tvp7002.

Re: [PATCHv2 2/4] mm: cma: Contiguous Memory Allocator added

2010-08-03 Thread Hans Verkuil
On Monday 02 August 2010 17:51:39 Michał Nazarewicz wrote: > >> We don't want to allocate X buffers of Y MB memory each on boot. Instead we > >> want to just reserve XX MB memory and then dynamically allocate buffers > >> from > >> it. This enables us to perform the following 2 tasks: > >> 1. m