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

2010-08-04 Thread Sascha Hauer
On Wed, Aug 04, 2010 at 01:01:34AM +0200, Guennadi Liakhovetski wrote: 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,

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

2010-08-04 Thread Richard Zidlicky
Hi, not much success.. no key events appear in userspace, not sure if the hardware receives anything. Tried both 4 and 9 ports which does not seem to make any difference. lshal does list the IR port, as it did with the siano specific code. Could be my fault, I have cherrypicked patches and

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

2010-08-04 Thread Guennadi Liakhovetski
On Wed, 4 Aug 2010, Sascha Hauer wrote: On Wed, Aug 04, 2010 at 01:01:34AM +0200, Guennadi Liakhovetski wrote: 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:

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

2010-08-04 Thread Michael Grzeschik
On Wed, Aug 04, 2010 at 10:24:50AM +0200, Guennadi Liakhovetski wrote: On Wed, 4 Aug 2010, Sascha Hauer wrote: On Wed, Aug 04, 2010 at 01:01:34AM +0200, Guennadi Liakhovetski wrote: On Tue, 3 Aug 2010, Michael Grzeschik wrote: On Tue, Aug 03, 2010 at 08:22:13PM +0200, Guennadi

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

2010-08-04 Thread Richard Röjfors
On 08/04/2010 09:55 AM, Pawel Osciak wrote: Hi Richard, Richard Röjfors wrote: 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. Before I review

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

2010-08-04 Thread Guennadi Liakhovetski
On Wed, 4 Aug 2010, Michael Grzeschik wrote: No, sorry but this doesn't solve the problem. I tested it and get an unable to get regulator: -19 when i hit on that. The problem is the device init order. The pcm970_baseboard_init_late comes first and then the regulator. So i think we should keep

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

2010-08-04 Thread Michael Grzeschik
On Wed, Aug 04, 2010 at 11:55:39AM +0200, Guennadi Liakhovetski wrote: On Tue, 3 Aug 2010, Michael Grzeschik wrote: In the current source status the emma has no limitation for any PIXFMT since the data is parsed raw and unprocessed into the memory. I'd like some explanation for this one

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

2010-08-04 Thread Pawel Osciak
Richard Röjfors richard.rojf...@pelagicore.com wrote: On 08/04/2010 11:50 AM, Pawel Osciak wrote: How do you propose to allocate the buffers? They need to be contiguous and using uncached memory gave really bad performance. 829440 bytes is a quite a lot and one can't reliably depend on

Re: [RFC/PATCH v3 0/7] V4L2 subdev userspace API

2010-08-04 Thread Laurent Pinchart
Hi, On Monday 12 July 2010 17:25:45 Laurent Pinchart wrote: Hi everybody, Here's the third version of the V4L2 subdev userspace API patches. Comments received on the first and second versions have been incorporated, including the video_usercopy usage. The generic ioctls support patch has

Re: [RFC/PATCH v3 0/7] V4L2 subdev userspace API

2010-08-04 Thread Mauro Carvalho Chehab
Em 04-08-2010 09:46, Laurent Pinchart escreveu: Hi, On Monday 12 July 2010 17:25:45 Laurent Pinchart wrote: Hi everybody, Here's the third version of the V4L2 subdev userspace API patches. Comments received on the first and second versions have been incorporated, including the

Re: [PULL] http://www.kernellabs.com/hg/~stoth/cx23885-mpx

2010-08-04 Thread Steven Toth
On 7/31/10 2:28 PM, Andy Walls wrote: On Sat, 2010-07-31 at 12:31 -0400, Steven Toth wrote: Mauro, Please pull from http://www.kernellabs.com/hg/~stoth/cx23885-mpx A pretty large patch set which adds a number of important features to the cx23885 driver. I have a few cx25840 related

dvbt siano sms1140

2010-08-04 Thread hmd
Hi all i have a dvbt madule with sms1140 siano chip i try to download its firmware from http://www.steventoth.net/linux/sms1xxx/sms1xxx-hcw-55xxx-dvbt-03.fw but seems the link is not working the problem depens on my isp i live in iran each site that contains some xxx will be blocked by

Re: [RFC/PATCH v3 1/7] v4l: Share code between video_usercopy and video_ioctl2

2010-08-04 Thread Hans Verkuil
On Monday 12 July 2010 17:25:46 Laurent Pinchart wrote: The two functions are mostly identical. They handle the copy_from_user and copy_to_user operations related with V4L2 ioctls and call the real ioctl handler. Create a __video_usercopy function that implements the core of video_usercopy

Re: [RFC/PATCH v3 2/7] v4l: subdev: Don't require core operations

2010-08-04 Thread Hans Verkuil
On Monday 12 July 2010 17:25:47 Laurent Pinchart wrote: There's no reason to require subdevices to implement the core operations. Remove the check for non-NULL core operations when initializing the subdev. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Acked-by: Hans

Re: [RFC/PATCH v3 3/7] v4l: subdev: Merge v4l2_i2c_new_subdev_cfg and v4l2_i2c_new_subdev

2010-08-04 Thread Hans Verkuil
On Monday 12 July 2010 17:25:48 Laurent Pinchart wrote: v4l2_i2c_new_subdev_cfg is called by v4l2_i2c_new_subdev only. Merge the two functions into v4l2_i2c_new_subdev. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Acked-by: Hans Verkuil hverk...@xs4all.nl ---

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

2010-08-04 Thread Hans Verkuil
On Monday 12 July 2010 17:25:49 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

Re: [RFC/PATCH v3 5/7] v4l: subdev: Uninline the v4l2_subdev_init function

2010-08-04 Thread Hans Verkuil
On Monday 12 July 2010 17:25:50 Laurent Pinchart wrote: The function isn't small or performance sensitive enough to be inlined. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Acked-by: Hans Verkuil hverk...@xs4all.nl --- drivers/media/video/v4l2-subdev.c | 14

Re: [RFC/PATCH v3 6/7] v4l: subdev: Control ioctls support

2010-08-04 Thread Hans Verkuil
On Monday 12 July 2010 17:25:51 Laurent Pinchart wrote: Pass the control-related ioctls to the subdev driver through the core operations. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Acked-by: Hans Verkuil hverk...@xs4all.nl Note: if the control framework is merged

Re: [RFC/PATCH v3 7/7] v4l: subdev: Events support

2010-08-04 Thread Hans Verkuil
On Monday 12 July 2010 17:25:52 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 sakari.ai...@maxwell.research.nokia.com

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

2010-08-04 Thread Marko Ristola
Hi Hans and Laurent. I hope my thoughts help you further. 03.08.2010 12:22, Laurent Pinchart wrote: 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

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

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

Re: [RFC/PATCH v3 1/7] v4l: Share code between video_usercopy and video_ioctl2

2010-08-04 Thread Laurent Pinchart
Hi Hans, On Wednesday 04 August 2010 20:30:06 Hans Verkuil wrote: On Monday 12 July 2010 17:25:46 Laurent Pinchart wrote: The two functions are mostly identical. They handle the copy_from_user and copy_to_user operations related with V4L2 ioctls and call the real ioctl handler. Create

Re: [RFC/PATCH v3 0/7] V4L2 subdev userspace API

2010-08-04 Thread Laurent Pinchart
Hi Mauro, On Wednesday 04 August 2010 17:38:04 Mauro Carvalho Chehab wrote: Em 04-08-2010 09:46, Laurent Pinchart escreveu: On Monday 12 July 2010 17:25:45 Laurent Pinchart wrote: Hi everybody, Here's the third version of the V4L2 subdev userspace API patches. Comments received on the

Re: [RFC/PATCH v3 0/7] V4L2 subdev userspace API

2010-08-04 Thread Mauro Carvalho Chehab
Em 04-08-2010 17:29, Laurent Pinchart escreveu: Hi Mauro, On Wednesday 04 August 2010 17:38:04 Mauro Carvalho Chehab wrote: Em 04-08-2010 09:46, Laurent Pinchart escreveu: On Monday 12 July 2010 17:25:45 Laurent Pinchart wrote: Hi everybody, Here's the third version of the V4L2 subdev

Re: OMAP3 Bridge Problems

2010-08-04 Thread Laurent Pinchart
Hi Lane, On Tuesday 03 August 2010 17:26:48 Lane Brooks wrote: Laurent and team, Could you please CC me when sending a mail that requires my attention ? I follow the linux-media mailing list, but sometimes mails can slip by. I am using the OMAP3 ISP code from the devel branch on gitorious

Re: V4L hg tree fails to compile against latest stable kernel 2.6.35

2010-08-04 Thread VDR User
On Wed, Aug 4, 2010 at 10:19 PM, Douglas Schilling Landgraf dougsl...@gmail.com wrote: Hello Derek, On Tue, Aug 3, 2010 at 10:37 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 03-08-2010 03:44, VDR User escreveu: On Mon, Aug 2, 2010 at 11:36 PM, VDR User user@gmail.com wrote: