Re: soc-camera: RGB888, RBG8888 and JPEG formats not supported in v4l2_mbus_pixelcode

2011-02-04 Thread Guennadi Liakhovetski
Hi Bhupesh On Fri, 4 Feb 2011, Bhupesh SHARMA wrote: Hi Guennadi, We are developing a Camera Host and Sensor driver for our ST specific SoC and are using the soc-camera framework for the same. Our Camera Host supports a number of YUV, RGB formats in addition to JPEG and Mode3C(color

Re: [PATCH 2/2 v2] dma: ipu_idmac: do not lose valid received data in the irq handler

2011-02-04 Thread Markus Niebel
Hello Guennadi, hello Anatolij I've tried that with my setup: Hardware: i.MX35, special CCD camera over FPGA Kernel: 2.6.34 patch v4l: soc-camera: start stream after queueing the buffers is applied and our camera driver handles streamon / streamoff so that no sync signal / clock is provided,

Re: [PATCH 2/2 v2] dma: ipu_idmac: do not lose valid received data in the irq handler

2011-02-04 Thread Anatolij Gustschin
Hi all, On Thu, 3 Feb 2011 11:09:54 +0100 (CET) Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: ... Yes, the first interrupt is different, that's where I'm dropping / postponing it. With your patch only N (equal to the number of buffers used, I think) first interrupts toggle, then always

Re: [PATCH 2/2 v2] dma: ipu_idmac: do not lose valid received data in the irq handler

2011-02-04 Thread Guennadi Liakhovetski
Hi Markus On Fri, 4 Feb 2011, Markus Niebel wrote: Hello Guennadi, hello Anatolij I've tried that with my setup: Hardware: i.MX35, special CCD camera over FPGA Kernel: 2.6.34 patch v4l: soc-camera: start stream after queueing the buffers is applied and our camera driver handles

Re: [PATCH v6 4/7] v4l: subdev: Add device node support

2011-02-04 Thread Hans Verkuil
On Thursday, January 27, 2011 13:28:55 Laurent Pinchart wrote: Create a device node named subdevX for every registered subdev. As the device node is registered before the subdev core::s_config function is called, return -EGAIN on open until initialization completes. Signed-off-by: Laurent

soc-camera: experimental git trees, please review / test

2011-02-04 Thread Guennadi Liakhovetski
Hi all I've pushed 2 branches to my git repository at http://linuxtv.org/git/gliakhovetski/v4l-dvb.git - soc_camera-vb2 and devel-2.6.39. As is easy to guess from the names, the former one contains patches for the videobuf2 support by soc_camera and the latter one contains patches queued for

Re: [PATCH v6 7/7] v4l: subdev: Events support

2011-02-04 Thread Hans Verkuil
On Thursday, January 27, 2011 13:28:58 Laurent Pinchart wrote: From: Sakari Ailus sakari.ai...@maxwell.research.nokia.com Provide v4l2_subdevs with v4l2_event support. Subdev drivers only need very little to support events. Signed-off-by: Sakari Ailus

Re: [PATCH v8 03/12] media: Entities, pads and links

2011-02-04 Thread Hans Verkuil
On Thursday, January 27, 2011 13:30:28 Laurent Pinchart wrote: snip diff --git a/include/media/media-entity.h b/include/media/media-entity.h new file mode 100644 index 000..7cf9135 --- /dev/null +++ b/include/media/media-entity.h @@ -0,0 +1,122 @@ +/* + * Media entity + * + *

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

2011-02-04 Thread Russell King - ARM Linux
On Tue, Jan 18, 2011 at 11:32:16PM +0100, Martin Hostettler wrote: +#include asm/gpio.h Please use linux/gpio.h in future. -- 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

Re: [PATCH v6 06/11] v4l: subdev: Add a new file operations class

2011-02-04 Thread Hans Verkuil
On Thursday, January 27, 2011 13:30:51 Laurent Pinchart wrote: V4L2 sub-devices store pad formats and crop settings in the file handle. To let drivers initialize those settings properly, add a file::open operation that is called when the subdev is opened as well as a corresponding file::close

Re: [PATCH v6 05/11] v4l: Create v4l2 subdev file handle structure

2011-02-04 Thread Hans Verkuil
On Thursday, January 27, 2011 13:30:50 Laurent Pinchart wrote: From: Stanimir Varbanov svarba...@mm-sol.com Used for storing subdev information per file handle and hold V4L2 file handle. Signed-off-by: Stanimir Varbanov svarba...@mm-sol.com Signed-off-by: Antti Koskipaa

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

2011-02-04 Thread Varadarajan, Charulatha
On Wed, Jan 19, 2011 at 04:02, Martin Hostettler mar...@neutronstar.dyndns.org 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 v6 7/7] v4l: subdev: Events support

2011-02-04 Thread Sakari Ailus
Hi Hans, Thanks for the comments! Hans Verkuil wrote: ... @@ -424,6 +430,8 @@ struct v4l2_subdev_ops { #define V4L2_SUBDEV_FL_IS_SPI (1U 1) /* Set this flag if this subdev needs a device node. */ #define V4L2_SUBDEV_FL_HAS_DEVNODE (1U 2) +/* Set this flag

Re: [PATCH v6 7/7] v4l: subdev: Events support

2011-02-04 Thread Hans Verkuil
On Friday, February 04, 2011 13:03:13 Sakari Ailus wrote: Hi Hans, Thanks for the comments! Hans Verkuil wrote: ... @@ -424,6 +430,8 @@ struct v4l2_subdev_ops { #define V4L2_SUBDEV_FL_IS_SPI (1U 1) /* Set this flag if this subdev needs a device node. */

[PATCH 07/20] video: sn9c102: world-wirtable sysfs files

2011-02-04 Thread Vasiliy Kulikov
Don't allow everybody to change video settings. Signed-off-by: Vasiliy Kulikov seg...@openwall.com --- Compile tested only. drivers/media/video/sn9c102/sn9c102_core.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/media/video/sn9c102/sn9c102_core.c

Re: [PATCH v8 05/12] media: Entity use count

2011-02-04 Thread Sakari Ailus
Hi, And many thanks for the comments! Hans Verkuil wrote: ... diff --git a/include/media/media-entity.h b/include/media/media-entity.h index b82f824..114541a 100644 --- a/include/media/media-entity.h +++ b/include/media/media-entity.h @@ -81,6 +81,8 @@ struct media_entity { struct

Re: [PATCH v8 05/12] media: Entity use count

2011-02-04 Thread Hans Verkuil
On Friday, February 04, 2011 13:34:02 Sakari Ailus wrote: Hi, And many thanks for the comments! Hans Verkuil wrote: ... diff --git a/include/media/media-entity.h b/include/media/media-entity.h index b82f824..114541a 100644 --- a/include/media/media-entity.h +++

[PATCH 00/20] world-writable files in sysfs and debugfs

2011-02-04 Thread Vasiliy Kulikov
The search was made with trivial shell commands: find | xargs grep S_IWUGO find | xargs grep S_IWOTH I didn't precisely investigate how exactly one may damage the system/hardware because of issues number, maybe the harm is very limited in case of some of these drivers. One suspicious file is

Re: [PATCH 07/20] video: sn9c102: world-wirtable sysfs files

2011-02-04 Thread Mauro Carvalho Chehab
Em 04-02-2011 10:23, Vasiliy Kulikov escreveu: Don't allow everybody to change video settings. Signed-off-by: Vasiliy Kulikov seg...@openwall.com --- Compile tested only. drivers/media/video/sn9c102/sn9c102_core.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff

[cron job] v4l-dvb daily build: ERRORS

2011-02-04 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:Fri Feb 4 19:00:28 CET 2011 git master: 1b59be2a6cdcb5a12e18d8315c07c94a624de48f git media-master: gcc version:

Re: [PATCH 07/20] video: sn9c102: world-wirtable sysfs files

2011-02-04 Thread Luca Risolia
Thanks. Acked-by: Luca Risolia luca.riso...@studio.unibo.it Vasiliy Kulikov ha scritto: Don't allow everybody to change video settings. Signed-off-by: Vasiliy Kulikov seg...@openwall.com --- Compile tested only. drivers/media/video/sn9c102/sn9c102_core.c |6 +++--- 1 files changed, 3

Re: omap3-isp segfault

2011-02-04 Thread Neil MacMunn
Thanks Laurent. I've appended console output to the commands you've suggested. On 11-01-27 04:28 AM, Laurent Pinchart wrote: Hi again, On Thursday 27 January 2011 02:43:15 Neil MacMunn wrote: Ok I solved the segfault problem by updating some of my v4l2 files (specifically v4l2-common.c). Now

Osprey 540 card

2011-02-04 Thread Kieran Kunhya
I've had problems with getting input to work on this card. Is there anything I can do with BTSpy or similar to get this card working. I see that there are some commented out function calls in the bttv source. Does anyone have access to the old information mentioned here:

Osprey 540 Card

2011-02-04 Thread Kieran Kunhya
(hopefully this ends up in the same thread) The windows driver also can output information to dbgview. Is there anything of note in this log? dbgview.log Description: Binary data