Re: [PATCH 07/16] ngene: CXD2099AR Common Interface driver

2011-01-18 Thread Oliver Endriss
On Monday 17 January 2011 17:31:15 Mauro Carvalho Chehab wrote: Em 10-01-2011 15:20, Oliver Endriss escreveu: On Monday 10 January 2011 15:05:34 Andreas Oberritter wrote: On 01/10/2011 10:36 AM, Oliver Endriss wrote: From: Ralph Metzler r...@metzlerbros.de Driver for the Common

Re: OMAP3 ISP and tvp5151 driver.

2011-01-18 Thread Enric Balletbò i Serra
Hi Laurent, 2011/1/14 Laurent Pinchart laurent.pinch...@ideasonboard.com: Hi Enric, On Thursday 13 January 2011 13:27:43 Enric Balletbò i Serra wrote: 2011/1/12 Laurent Pinchart laurent.pinch...@ideasonboard.com: On Wednesday 12 January 2011 12:58:04 Enric Balletbò i Serra wrote: Hi all,

Re: OMAP3 ISP and tvp5151 driver.

2011-01-18 Thread Laurent Pinchart
Hi Enric, On Tuesday 18 January 2011 10:20:43 Enric Balletbò i Serra wrote: Now seems yavta is blocked dequeuing a buffer ( VIDIOC_DQBUF ), with strace I get $ strace ./yavta -f SGRBG10 -s 720x525 -n 1 --capture=1 -F /dev/video2 mmap2(NULL, 756000, PROT_READ|PROT_WRITE, MAP_SHARED, 3,

RE: [RFC/PATCH v6 3/4] MFC: Add MFC 5.1 V4L2 driver

2011-01-18 Thread Kamil Debski
Hi, From: Jaeryul Oh [mailto:jaeryul...@samsung.com] Hi, Kamil I have a comment about s5p_mfc_stop_streaming()function. -Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Kamil Debski Sent: Saturday, January

RE: [PATCH 0/1] v4l: videobuf2: Add DMA pool allocator

2011-01-18 Thread Jeongtae Park
Hi, -Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Marek Szyprowski Sent: Tuesday, January 18, 2011 12:48 AM To: 'Jeongtae Park'; linux-media@vger.kernel.org; linux-samsung- s...@vger.kernel.org Cc:

camera on Freescale i.MX51

2011-01-18 Thread Claudiu Covaci
Hi, I'm have trouble receiving a video stream on the Freescale i.MX51 processor. I've tried everything I could think, so I'm trying my luck here. I'm using a 2.6.31 kernel with some modifications: the camera capture driver [1] and the IPU (Image Processing Unit) driver [2] from the Freescale BSP

[PATCH v16 0/3] davinci vpbe: dm6446 v4l2 driver

2011-01-18 Thread Manjunath Hadli
version16 : addressed Sergei's comments on: 1. Minor code change. 2. Interchanged the sequence of patches. Signed-off-by: Manjunath Hadli manjunath.hadli@xx Acked-by: Muralidharan Karicheri m-karicheri2@xx Acked-by: Hans Verkuil hverkuil@x Manjunath Hadli (3): davinci vpbe:

[PATCH v16 1/3] davinci vpbe: changes to common files

2011-01-18 Thread Manjunath Hadli
Implemented a common and single mapping for DAVINCI_SYSTEM_MODULE_BASE to be used by all davinci platforms. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Acked-by: Muralidharan Karicheri m-kariche...@ti.com Acked-by: Hans Verkuil hverk...@xs4all.nl --- arch/arm/mach-davinci/common.c

[PATCH v16 2/3] davinci vpbe: platform specific additions

2011-01-18 Thread Manjunath Hadli
This patch implements the overall device creation for the Video display driver, initializes the platform variables and implements platform functions including setting video clocks. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Acked-by: Muralidharan Karicheri m-kariche...@ti.com Acked-by:

[PATCH v16 3/3] davinci vpbe: board specific additions

2011-01-18 Thread Manjunath Hadli
This patch implements tables for display timings,outputs and other board related functionalities. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Acked-by: Muralidharan Karicheri m-kariche...@ti.com Acked-by: Hans Verkuil hverk...@xs4all.nl --- arch/arm/mach-davinci/board-dm644x-evm.c |

[libdvben50221] [PATCH] Assign same resource_id in open_session_response when resource non-existent

2011-01-18 Thread Tomer Barletz
Attached a patch for a bug in the lookup_callback function, were in case of a non-existent resource, the connected_resource_id is not initialized and then used in the open_session_response call of the session layer. Tomer diff -r d3509d6e9499 lib/libdvben50221/en50221_stdcam_llci.c ---

WL1273 FM Radio driver...

2011-01-18 Thread Matti J. Aaltonen
Hello I have been trying to get the WL1273 FM radio driver into the kernel for some time. It has been kind of difficult, one of the reasons is that I didn't realize I should have tried to involve all relevant maintainers to the discussion form the beginning (AsoC, Media and MFD). At Mark's

Re: PROBLEM: kernel BUG at drivers/media/video/em28xx/em28xx-video.c:891

2011-01-18 Thread Patrik Jakobsson
Hello Rune I'm trying to learn more about the linux kernel so I figured helping with bugs is a good way to get started. On 01/18/2011 02:20 AM, Rune Saetre wrote: Hi The crash is not as consistent as I first believed. I have managed to stop and start capturing several (but not many) times

link error w/ media-0006-sensors

2011-01-18 Thread Michael Jones
Hi Laurent Sakari, On Laurent's media-0006-sensors branch, when compiling with CONFIG_VIDEO_OMAP3=m, I got the following linking error: ERROR: omap_pm_set_min_bus_tput [drivers/media/video/isp/omap3-isp.ko] undefined! I can get rid of the error with the patch below. But as always, I wonder:

Re: PROBLEM: kernel BUG at drivers/media/video/em28xx/em28xx-video.c:891

2011-01-18 Thread Hans Verkuil
On Tuesday, January 18, 2011 17:14:03 Patrik Jakobsson wrote: Hello Rune I'm trying to learn more about the linux kernel so I figured helping with bugs is a good way to get started. On 01/18/2011 02:20 AM, Rune Saetre wrote: Hi The crash is not as consistent as I first believed. I

RE: [PATCH v16 1/3] davinci vpbe: changes to common files

2011-01-18 Thread Nori, Sekhar
Hi Manju, You have got a wrong address for linux-arm-kernel ML. The right address is: linux-arm-ker...@lists.infradead.org Also, I think you need to subscribe to this list for your messages to get posted automatically. Subscription information is available here:

Re: [PATCH] [media] v4l: soc-camera: add enum-frame-size ioctl

2011-01-18 Thread Guennadi Liakhovetski
On Mon, 17 Jan 2011, Qing Xu wrote: add vidioc_enum_framesizes implementation, follow default_g_parm() and g_mbus_fmt() method Signed-off-by: Qing Xu qi...@marvell.com --- drivers/media/video/soc_camera.c | 42 ++ include/media/soc_camera.h |

RE: soc-camera jpeg support?

2011-01-18 Thread Guennadi Liakhovetski
Thanks for the code! With it at hand it is going to be easier to understand and evaluate changes, that you propose to the generic modules. On Mon, 17 Jan 2011, Qing Xu wrote: Hi, Guennadi, Oh, yes, I agree with you, you are right, it is really not that simple, JPEG is always a

Re: [PATCH v16 1/3] davinci vpbe: changes to common files

2011-01-18 Thread Kevin Hilman
Manjunath Hadli manjunath.ha...@ti.com writes: Implemented a common and single mapping for DAVINCI_SYSTEM_MODULE_BASE to be used by all davinci platforms. Please use a more descriptive subject. This patch hs nothing to do with VPBE, so please send it as a standalone patch. Thanks, Kevin

[cron job] v4l-dvb daily build: WARNINGS

2011-01-18 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 Jan 18 19:05:40 CET 2011 git master: 1b59be2a6cdcb5a12e18d8315c07c94a624de48f git media-master: gcc version:

Re: [PATCH v16 2/3] davinci vpbe: platform specific additions

2011-01-18 Thread Kevin Hilman
Manjunath Hadli manjunath.ha...@ti.com writes: This patch implements the overall device creation for the Video display driver, initializes the platform variables and implements platform functions including setting video clocks. This is dm644x specific. Please use 'davinci: dm644x: VPBE' as

Re: [PATCH 2/9 v2] Altera FPGA based CI driver module.

2011-01-18 Thread Igor M. Liplianin
В сообщении от 16 января 2011 19:52:38 автор Mauro Carvalho Chehab написал: Em 02-01-2011 10:01, Igor M. Liplianin escreveu: An Altera FPGA CI module for NetUP Dual DVB-T/C RF CI card. Signed-off-by: Igor M. Liplianin liplia...@netup.ru Igor, There's something wrong with this patch.

[GIT PATCHES FOR 2.6.38] Compile error fix

2011-01-18 Thread Hans Verkuil
Hi Mauro, That beautiful 'OK' from the daily build disappeared again. This should bring it back :-) Regards, Hans The following changes since commit fd4564a8c4f23b5ea6526180898ca2aedda2444e: Jarod Wilson (1): [media] staging/lirc: fix mem leaks and ptr err usage are

Re: [PATCH][_COMPAT_H] git://linuxtv.org/media_build.git Legacy issues

2011-01-18 Thread Malcolm Priestley
On Mon, 2011-01-17 at 21:22 -0500, Andy Walls wrote: On Mon, 2011-01-17 at 22:59 +, Malcolm Priestley wrote: Clean up legacy issues for error free build on Kernel 2.6.37. Today while testing on Kernel 2.6.35 latest tarball throws error with alloc_ordered_workqueue undefined on

[PATCH V2] v4l: OMAP3 ISP CCDC: Add support for 8bit greyscale sensors

2011-01-18 Thread Martin Hostettler
Adds support for V4L2_MBUS_FMT_Y8_1X8 format and 8bit data width in synchronous interface. When in 8bit mode don't apply DC substraction of 64 per default as this would remove 1/4 of the sensor range. When using V4L2_MBUS_FMT_Y8_1X8 (or possibly another 8bit per pixel) mode set the CDCC to

Re: [PATCH 2/9 v2] Altera FPGA based CI driver module.

2011-01-18 Thread Mauro Carvalho Chehab
Em 18-01-2011 17:23, Igor M. Liplianin escreveu: В сообщении от 16 января 2011 19:52:38 автор Mauro Carvalho Chehab написал: Em 02-01-2011 10:01, Igor M. Liplianin escreveu: An Altera FPGA CI module for NetUP Dual DVB-T/C RF CI card. Signed-off-by: Igor M. Liplianin liplia...@netup.ru Igor,

Upstreaming syntek driver

2011-01-18 Thread Luca Tettamanti
Hello, I'm a lucky owner of a Syntek USB webcam (embedded on my Asus laptop); as you might know Nicolas (CC) wrote a driver for these cams[1][2], but it's still not included in mainline kernel. Since I'd rather save myself and the other users the pain of compiling an out-of-tree driver I'm

[PATCH] v4l: Add driver for Micron MT9M032 camera sensor

2011-01-18 Thread Martin Hostettler
The MT9M032 is a parallel 1284x812 sensor from Micron controlled through I2C. The driver creates a V4L2 subdevice. It currently supports cropping, gain, exposure and v/h flipping controls in monochrome mode with an external pixel clock. Signed-off-by: Martin Hostettler

[PATCH RFC] arm: omap3evm: Add support for an MT9M032 based camera board.

2011-01-18 Thread Martin Hostettler
Adds board support for an MT9M032 based camera to omap3evm. Sigend-off-by: Martin Hostettler mar...@neutronstar.dyndns.org --- arch/arm/mach-omap2/Makefile|1 + arch/arm/mach-omap2/board-omap3evm-camera.c | 177 +++ 2 files changed, 178 insertions(+),

Re: Upstreaming syntek driver

2011-01-18 Thread Hans Verkuil
On Tuesday, January 18, 2011 23:17:11 Luca Tettamanti wrote: Hello, I'm a lucky owner of a Syntek USB webcam (embedded on my Asus laptop); as you might know Nicolas (CC) wrote a driver for these cams[1][2], but it's still not included in mainline kernel. Since I'd rather save myself and the

Re: [PATCH] v4l: Add driver for Micron MT9M032 camera sensor

2011-01-18 Thread Hans Verkuil
Hi Martin, On Tuesday, January 18, 2011 23:18:42 Martin Hostettler wrote: The MT9M032 is a parallel 1284x812 sensor from Micron controlled through I2C. The driver creates a V4L2 subdevice. It currently supports cropping, gain, exposure and v/h flipping controls in monochrome mode with an

Re: [PATCH V2] v4l: OMAP3 ISP CCDC: Add support for 8bit greyscale sensors

2011-01-18 Thread Laurent Pinchart
Hi Martin, Thanks for the patch. One comment below. On Tuesday 18 January 2011 22:27:42 Martin Hostettler wrote: Adds support for V4L2_MBUS_FMT_Y8_1X8 format and 8bit data width in synchronous interface. When in 8bit mode don't apply DC substraction of 64 per default as this would remove

Re: link error w/ media-0006-sensors

2011-01-18 Thread Laurent Pinchart
Hi Michael, On Tuesday 18 January 2011 17:14:37 Michael Jones wrote: Hi Laurent Sakari, On Laurent's media-0006-sensors branch, when compiling with CONFIG_VIDEO_OMAP3=m, I got the following linking error: ERROR: omap_pm_set_min_bus_tput [drivers/media/video/isp/omap3-isp.ko] undefined!

Re: [PATCH RFC] arm: omap3evm: Add support for an MT9M032 based camera board.

2011-01-18 Thread Laurent Pinchart
Hi Martin, Thanks for the patch. On Tuesday 18 January 2011 23:32:16 Martin Hostettler wrote: Adds board support for an MT9M032 based camera to omap3evm. Sigend-off-by: Martin Hostettler mar...@neutronstar.dyndns.org --- arch/arm/mach-omap2/Makefile|1 +

Re: [PATCH] v4l: Add driver for Micron MT9M032 camera sensor

2011-01-18 Thread Laurent Pinchart
Hi Hans and Martin, On Wednesday 19 January 2011 00:05:10 Hans Verkuil wrote: On Tuesday, January 18, 2011 23:18:42 Martin Hostettler wrote: [snip] + return mt9m032_write_reg(client, MT9M032_VBLANK, additional_blanking_rows); I've found it easier to do the v4l2_subdev to i2c_client

Re: [PATCH] v4l: Add driver for Micron MT9M032 camera sensor

2011-01-18 Thread Laurent Pinchart
Hi Martin, Thanks for the patch. On Tuesday 18 January 2011 23:18:42 Martin Hostettler wrote: The MT9M032 is a parallel 1284x812 sensor from Micron controlled through I2C. The driver creates a V4L2 subdevice. It currently supports cropping, gain, exposure and v/h flipping controls in

Another New Member Makes $7,500 In 1 WEEK!

2011-01-18 Thread Tom VanBuren
Hello, Yes It is True!!! Would you like a little proof that this business works? We show you our automated, turnkey, never chase another lead system. One new member just received $7,500 using this simple formula. $7,500 in just one week! Imagine how much you can earn in a month. All

Re: [GIT PATCHES FOR 2.6.38] Compile error fix

2011-01-18 Thread Oliver Endriss
On Tuesday 18 January 2011 21:03:49 Hans Verkuil wrote: Hi Mauro, That beautiful 'OK' from the daily build disappeared again. This should bring it back :-) Regards, Hans The following changes since commit fd4564a8c4f23b5ea6526180898ca2aedda2444e: Jarod Wilson (1):

[PATCH] [media] v4l: soc-camera: add enum-frame-size ioctl

2011-01-18 Thread Qing Xu
add vidioc_enum_framesizes implementation Signed-off-by: Qing Xu qi...@marvell.com --- drivers/media/video/soc_camera.c | 34 ++ include/media/soc_camera.h |1 + include/media/v4l2-subdev.h |2 ++ 3 files changed, 37 insertions(+), 0

RE: [PATCH] [media] v4l: soc-camera: add enum-frame-size ioctl

2011-01-18 Thread Qing Xu
Hi Guennadi, Thanks for reviewing my patch! I update it again following your suggestion, please take your time to review it again, Thanks a lot! -Qing Email: qi...@marvell.com Application Processor Systems Engineering, Marvell Technology Group Ltd. -Original Message- From: Qing Xu

RE: soc-camera jpeg support?

2011-01-18 Thread Qing Xu
Sorry, which solution you would like me to implement? (1) is to add SOC_MBUS_PACKING_VARIABLE define and add error code in soc_mbus_bytes_per_line(), and (2) is to implement int (*try_fmt)(struct v4l2_subdev *sd, struct v4l2_format *fmt); in subdev, directly get V4L2_PIX_FMT_JPEG info from host

Re: [GIT PATCHES for 2.6.38] Zilog Z8 IR unit fixes

2011-01-18 Thread Jarod Wilson
On Jan 16, 2011, at 10:29 PM, Andy Walls wrote: On Sun, 2011-01-16 at 14:20 -0500, Andy Walls wrote: Mauro, Please pull the one ir-kbd-i2c change and multiple lirc_zilog changes for 2.6.38. The one ir-kbd-i2c change is to put back a case to have ir-kbd-i2c set defaults for I2C client

Re: [PATCH] v4l: Add driver for Micron MT9M032 camera sensor

2011-01-18 Thread Hans Verkuil
On Wednesday, January 19, 2011 00:50:35 Laurent Pinchart wrote: Hi Hans and Martin, On Wednesday 19 January 2011 00:05:10 Hans Verkuil wrote: On Tuesday, January 18, 2011 23:18:42 Martin Hostettler wrote: [snip] + return mt9m032_write_reg(client, MT9M032_VBLANK,

video_device - v4l2_devnode rename

2011-01-18 Thread Hans Verkuil
Hi Mauro, I saw that 2.6.38-rc1 was released. I also noticed that not all the patches that are in the for_2.6.38-rc1 branch are in 2.6.38-rc1. We want to rename video_device to v4l2_devnode. So let me know when I can finalize my patches and, most importantly, against which branch. My current