[PATCH 09/10] MCDE: Add build files and bus

2010-11-10 Thread Jimmy Rubin
This patch adds support for the MCDE, Memory-to-display controller, found in the ST-Ericsson ux500 products. This patch adds the necessary build files for MCDE and the bus that all displays are connected to. Signed-off-by: Jimmy Rubin jimmy.ru...@stericsson.com Acked-by: Linus Walleij

[PATCH 03/10] MCDE: Add pixel processing registers

2010-11-10 Thread Jimmy Rubin
This patch adds support for MCDE, Memory-to-display controller found in the ST-Ericsson ux500 products. This patch adds pixel processing registers found in MCDE. Signed-off-by: Jimmy Rubin jimmy.ru...@stericsson.com Acked-by: Linus Walleij linus.walleij.stericsson.com ---

[PATCH] i2c: Remove obsolete cleanup for clientdata

2010-11-10 Thread Wolfram Sang
A few new i2c-drivers came into the kernel which clear the clientdata-pointer on exit. This is obsolete meanwhile, so fix it and hope the word will spread. Signed-off-by: Wolfram Sang w.s...@pengutronix.de --- Like last time I suggest to collect acks from the driver authors and merge it vie

[PATCH 04/10] MCDE: Add formatter registers

2010-11-10 Thread Jimmy Rubin
This patch adds support for MCDE, Memory-to-display controller found in the ST-Ericsson ux500 products. This patch adds the formatter registers found in MCDE. Signed-off-by: Jimmy Rubin jimmy.ru...@stericsson.com Acked-by: Linus Walleij linus.walleij.stericsson.com ---

[PATCH 00/10] MCDE: Add frame buffer device driver

2010-11-10 Thread Jimmy Rubin
These set of patches contains a display sub system framework (DSS) which is used to implement the frame buffer device interface and a display device framework that is used to add support for different type of displays such as LCD, HDMI and so on. The current implementation supports DSI command

[PATCH 06/10] MCDE: Add generic display

2010-11-10 Thread Jimmy Rubin
This patch adds support for MCDE, Memory-to-display controller found in the ST-Ericsson ux500 products. This patchs adds a generic DSI command display and a display framework that can be used to add support for new types of displays. Signed-off-by: Jimmy Rubin jimmy.ru...@stericsson.com

Re: [PATCH 0/6] rc-core: ir-core to rc-core conversion

2010-11-10 Thread David Härdeman
On Tue, 09 Nov 2010 23:50:17 -0200, Mauro Carvalho Chehab mche...@infradead.org wrote: Hi David, Em 02-11-2010 18:26, Jarod Wilson escreveu: On Tue, Nov 2, 2010 at 4:17 PM, David Härdeman da...@hardeman.nu wrote: This is my current patch queue, the main change is to make struct rc_dev the

[GIT PATCHES FOR 2.6.38] gspca-stv06xx: support bandwidth changing

2010-11-10 Thread Hans de Goede
Hi, Here is a pull request the one patch which did not merge properly in my previous pull request. I based this on staging/for_v2.6.38, as that is where the patches from the previous pull request ended up. But these are all bug-fixes intended for 2.6.37. Do I need to do anything special (like a

Re: [PATCH] mx2_camera: fix pixel clock polarity configuration

2010-11-10 Thread Baruch Siach
Hi linux-media, On Wed, Oct 27, 2010 at 09:03:52AM +0200, Baruch Siach wrote: When SOCAM_PCLK_SAMPLE_FALLING, just leave CSICR1_REDGE unset, otherwise we get the inverted behaviour. Signed-off-by: Baruch Siach bar...@tkos.co.il Trying my luck again. Now adding Guennadi to Cc. This is a

Re: [PATCH 0/6] rc-core: ir-core to rc-core conversion

2010-11-10 Thread David Härdeman
On Tue, 9 Nov 2010 22:25:56 -0500, Jarod Wilson ja...@wilsonet.com wrote: On Tue, Nov 9, 2010 at 8:50 PM, Mauro Carvalho Chehab mche...@infradead.org wrote: ... Sorry for giving you a late feedback about those patches. I was busy the last two weeks, due to my trip to US for KS/LPC. I've

Re: [PATCH 6/7] ir-core: make struct rc_dev the primary interface

2010-11-10 Thread David Härdeman
On Wed, 10 Nov 2010 02:31:24 -0200, Mauro Carvalho Chehab mche...@infradead.org wrote: Em 29-10-2010 17:08, David Härdeman escreveu: This patch merges the ir_input_dev and ir_dev_props structs into a single struct called rc_dev. The drivers and various functions in rc-core used by the drivers

[PATCH 08/10] MCDE: Add frame buffer device

2010-11-10 Thread Jimmy Rubin
This patch adds support for the MCDE, Memory-to-display controller, found in the ST-Ericsson ux500 products. This patch adds a frame buffer device driver that uses the DSS. Signed-off-by: Jimmy Rubin jimmy.ru...@stericsson.com Acked-by: Linus Walleij linus.walleij.stericsson.com ---

Re: [PATCH 0/6] rc-core: ir-core to rc-core conversion

2010-11-10 Thread Mauro Carvalho Chehab
Em 10-11-2010 07:24, David Härdeman escreveu: On Tue, 09 Nov 2010 23:50:17 -0200, Mauro Carvalho Chehab mche...@infradead.org wrote: Hi David, Em 02-11-2010 18:26, Jarod Wilson escreveu: On Tue, Nov 2, 2010 at 4:17 PM, David Härdeman da...@hardeman.nu wrote: This is my current patch queue,

[PATCH 07/10] MCDE: Add display subsystem framework

2010-11-10 Thread Jimmy Rubin
This patch adds support for the MCDE, Memory-to-display controller, found in the ST-Ericsson ux500 products. This patch adds a display subsystem framework that can be used by a frame buffer device driver to control a display and MCDE. Signed-off-by: Jimmy Rubin jimmy.ru...@stericsson.com

[PATCH 10/10] ux500: MCDE: Add platform specific data

2010-11-10 Thread Jimmy Rubin
This patch adds support for the MCDE, Memory-to-display controller, found in the ST-Ericsson ux500 products. The configuration of the MCDE hardware, the MCDE framebuffer device and the display that is connected to ux500 is managed in this patch. Signed-off-by: Jimmy Rubin

Re: [PATCH] i2c: Remove obsolete cleanup for clientdata

2010-11-10 Thread Guennadi Liakhovetski
On Wed, 10 Nov 2010, Wolfram Sang wrote: A few new i2c-drivers came into the kernel which clear the clientdata-pointer on exit. This is obsolete meanwhile, so fix it and hope the word will spread. Signed-off-by: Wolfram Sang w.s...@pengutronix.de for imx074 and ov6650: Acked-by: Guennadi

Re: [PATCH] mx2_camera: fix pixel clock polarity configuration

2010-11-10 Thread Guennadi Liakhovetski
On Wed, 10 Nov 2010, Baruch Siach wrote: Hi linux-media, On Wed, Oct 27, 2010 at 09:03:52AM +0200, Baruch Siach wrote: When SOCAM_PCLK_SAMPLE_FALLING, just leave CSICR1_REDGE unset, otherwise we get the inverted behaviour. Signed-off-by: Baruch Siach bar...@tkos.co.il Trying my

Re: [PATCH 0/6] rc-core: ir-core to rc-core conversion

2010-11-10 Thread David Härdeman
On Wed, 10 Nov 2010 10:49:10 -0200, Mauro Carvalho Chehab mche...@infradead.org wrote: Em 10-11-2010 07:24, David Härdeman escreveu: Not sure if you used the most recent version of patch 4/6 or not. If you used the most recent, it's based on 2.6.37-rc1 upstream which has both the

RE: [PATCH 0/6] davinci vpbe: V4L2 Display driver for DM644X

2010-11-10 Thread Hadli, Manjunath
Murali, I will change the name order. Thanks and Regards, -manju On Wed, Nov 10, 2010 at 18:35:16, Muralidharan Karicheri wrote: Manjunath, Thank you for putting up this patch together. I didn't see the 1/6 of this series in the mailing list. Also it appears as if the patch came from me.

Re: [PATCH 0/6] davinci vpbe: V4L2 Display driver for DM644X

2010-11-10 Thread Muralidharan Karicheri
Hans, Is it possible to extend the sub device ops to include SoC ip sub device specific ops? I remember I had posted this question some time back and you had proposed to add something like this. Just want to check if that is still valid. This would make this driver implementation little more

mediabus enums

2010-11-10 Thread Hadli, Manjunath
Hello Guennadi, Your media-bus enumerations capture the formats quite well. I needed the following for support on Davinci SOCs and liked to check with you if these are covered in some format in the list. 1. Parallel RGB 666 (18 data lines+ 5 sync lines) 2. YUYV16 (16 lines) (16 data lines +

RE: [PATCH 1/6] davinci vpbe: V4L2 display driver for DM644X SoC

2010-11-10 Thread Hans Verkuil
Hans, Thank you for the review. I have taken care of the points you mentioned. The name comparison is unnecessary. I have also replaced the native struct definitions with those of v4l2. Request you to go through the rest of the patches so I can send the set once again. I won't have time

Re: [PATCH] i2c: Remove obsolete cleanup for clientdata

2010-11-10 Thread Jean Delvare
Hi Wolfram, On Wed, 10 Nov 2010 13:28:19 +0100, Wolfram Sang wrote: A few new i2c-drivers came into the kernel which clear the clientdata-pointer on exit. This is obsolete meanwhile, so fix it and hope the word will spread. Thanks for actively tracking these. Signed-off-by: Wolfram Sang

Re: [PATCH 0/6] davinci vpbe: V4L2 Display driver for DM644X

2010-11-10 Thread Hans Verkuil
Hans, Is it possible to extend the sub device ops to include SoC ip sub device specific ops? I remember I had posted this question some time back and you had proposed to add something like this. Just want to check if that is still valid. This would make this driver implementation little

RE: [PATCH 1/6] davinci vpbe: V4L2 display driver for DM644X SoC

2010-11-10 Thread Hadli, Manjunath
Will do. Thanks! -manju On Wed, Nov 10, 2010 at 18:54:12, Hans Verkuil wrote: Hans, Thank you for the review. I have taken care of the points you mentioned. The name comparison is unnecessary. I have also replaced the native struct definitions with those of v4l2. Request you to go

Re: [PATCH 0/6] davinci vpbe: V4L2 Display driver for DM644X

2010-11-10 Thread Hans Verkuil
Hans, Is it possible to extend the sub device ops to include SoC ip sub device specific ops? I remember I had posted this question some time back and you had proposed to add something like this. Just want to check if that is still valid. This would make this driver implementation little

[PATCH] media: video: do not clear 'driver' from an i2c_client

2010-11-10 Thread Wolfram Sang
The i2c-core does this already. Reported-by: Jean Delvare kh...@linux-fr.org Signed-off-by: Wolfram Sang w.s...@pengutronix.de --- Not sure if this should go via i2c or media? drivers/media/video/imx074.c |1 - drivers/media/video/mt9m001.c|1 - drivers/media/video/mt9m111.c

Re: Bounty for the first Open Source driver for Kinect

2010-11-10 Thread Mohamed Ikbel Boulabiar
MS Kinect interfacing via libusb released http://www.youtube.com/watch?v=rKhW-cvpkks http://git.marcansoft.com/?p=libfreenect.git i -- 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] media: video: do not clear 'driver' from an i2c_client

2010-11-10 Thread Guennadi Liakhovetski
On Wed, 10 Nov 2010, Wolfram Sang wrote: The i2c-core does this already. Reported-by: Jean Delvare kh...@linux-fr.org Signed-off-by: Wolfram Sang w.s...@pengutronix.de Acked-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- Not sure if this should go via i2c or media?

Re: [PATCH 00/10] MCDE: Add frame buffer device driver

2010-11-10 Thread Alex Deucher
On Wed, Nov 10, 2010 at 7:04 AM, Jimmy Rubin jimmy.ru...@stericsson.com wrote: These set of patches contains a display sub system framework (DSS) which is used to implement the frame buffer device interface and a display device framework that is used to add support for different type of

Re: [PATCH] mx2_camera: fix pixel clock polarity configuration

2010-11-10 Thread Baruch Siach
Guennadi Liakhovetski g.liakhovetski at gmx.de writes: On Wed, 27 Oct 2010, Baruch Siach wrote: When SOCAM_PCLK_SAMPLE_FALLING, just leave CSICR1_REDGE unset, otherwise we get the inverted behaviour. Seems logical to me, that if this is true, then you need the inverse: if

Re: Bounty for the first Open Source driver for Kinect

2010-11-10 Thread Antonio Ospite
On Wed, 10 Nov 2010 15:20:40 +0100 Mohamed Ikbel Boulabiar boulab...@gmail.com wrote: MS Kinect interfacing via libusb released http://www.youtube.com/watch?v=rKhW-cvpkks http://git.marcansoft.com/?p=libfreenect.git Good, if anyone is willing to provide the hardware I think I can help

Re: Bounty for the first Open Source driver for Kinect

2010-11-10 Thread Steven Toth
On 11/10/10 10:54 AM, Antonio Ospite wrote: On Wed, 10 Nov 2010 15:20:40 +0100 Mohamed Ikbel Boulabiar boulab...@gmail.com wrote: MS Kinect interfacing via libusb released http://www.youtube.com/watch?v=rKhW-cvpkks http://git.marcansoft.com/?p=libfreenect.git Good, if anyone is willing

Re: Bounty for the first Open Source driver for Kinect

2010-11-10 Thread Mohamed Ikbel Boulabiar
Thanks for your interest. The developers are connected to #openkinect channel on Freenode. The one who shipped this code is marcan on that channel. i -- 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

Re: [PATCH 0/6] rc-core: ir-core to rc-core conversion

2010-11-10 Thread Mauro Carvalho Chehab
Em 10-11-2010 11:06, David Härdeman escreveu: On Wed, 10 Nov 2010 10:49:10 -0200, Mauro Carvalho Chehab mche...@infradead.org wrote: So, I'll try to merge the pending patches from your tree. I'll let you know if I have any problems. Sounds good. Thanks. David/Jarod, I pushed the merged

Re: Bounty for the first Open Source driver for Kinect

2010-11-10 Thread Andy Walls
IFixit has a tear down mentioning all the chips and a reference design http://www.ifixit.com/Teardown/Microsoft-Kinect-Teardown/4066/1 There's two camera sensors, an ir illuminator, four microphones, a motor, and apparently a built in usb hub. It supposedly consumes more power than a standard

Re: [PATCH 01/10] MCDE: Add hardware abstraction layer

2010-11-10 Thread Joe Perches
On Wed, 2010-11-10 at 13:04 +0100, Jimmy Rubin wrote: This patch adds support for MCDE, Memory-to-display controller found in the ST-Ericsson ux500 products. Just trivia: diff --git a/drivers/video/mcde/mcde_hw.c b/drivers/video/mcde/mcde_hw.c [] +#define dsi_rfld(__i, __reg, __fld) \ +

[cron job] v4l-dvb daily build: WARNINGS

2010-11-10 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 Nov 10 19:00:18 CET 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15167:abd3aac6644e git master:

[GIT PATCHES FOR 2.6.37] Use modaliases to load I2C modules (part 2)

2010-11-10 Thread Laurent Pinchart
Hi Mauro, Here are the last two patches that complete the removal of the module_name argument from the v4l2_i2c_new_subdev* functions. They are identical to the patches I've posted to the list yesterday with the exception of a typo fix in one of the commit comments. I've based the patches on

Re: IX2505V: i2c transfer error code ignored

2010-11-10 Thread Matthias Schwarzott
On Sunday 07 November 2010, Malcolm Priestley wrote: On Sun, 2010-11-07 at 14:57 +0100, Matthias Schwarzott wrote: Hello Malcolm! It seems that ix2505v driver ignores a i2c error in ix2505v_read_status_reg. This looks like a typing error using (ret = 1) instead of correct (ret == 1).

Re: Bounty for the first Open Source driver for Kinect

2010-11-10 Thread Mohamed Ikbel Boulabiar
The bounty is already taken by that developer. But now, the Kinect thing is supported like a GPL userspace library. Maybe still need more work to be rewritten as a kernel module. The device has also a microphone (still need to be hacked), an accelerometer and even a motor/engine. The design

Re: Bounty for the first Open Source driver for Kinect

2010-11-10 Thread Antonio Ospite
On Wed, 10 Nov 2010 11:11:59 -0500 Steven Toth st...@kernellabs.com wrote: On 11/10/10 10:54 AM, Antonio Ospite wrote: On Wed, 10 Nov 2010 15:20:40 +0100 Mohamed Ikbel Boulabiar boulab...@gmail.com wrote: [...] http://git.marcansoft.com/?p=libfreenect.git Good, if anyone is willing

Re: Bounty for the first Open Source driver for Kinect

2010-11-10 Thread Antonio Ospite
On Wed, 10 Nov 2010 21:54:58 +0100 Mohamed Ikbel Boulabiar boulab...@gmail.com wrote: The bounty is already taken by that developer. Which surely deserves it :) But now, the Kinect thing is supported like a GPL userspace library. Maybe still need more work to be rewritten as a kernel

Re: Bounty for the first Open Source driver for Kinect

2010-11-10 Thread Markus Rechberger
On Wed, Nov 10, 2010 at 9:54 PM, Mohamed Ikbel Boulabiar boulab...@gmail.com wrote: The bounty is already taken by that developer. But now, the Kinect thing is supported like a GPL userspace library. Maybe still need more work to be rewritten as a kernel module. This should better remain in

Re: Bounty for the first Open Source driver for Kinect

2010-11-10 Thread Antonio Ospite
On Wed, 10 Nov 2010 22:14:36 +0100 Markus Rechberger mrechber...@gmail.com wrote: On Wed, Nov 10, 2010 at 9:54 PM, Mohamed Ikbel Boulabiar boulab...@gmail.com wrote: The bounty is already taken by that developer. But now, the Kinect thing is supported like a GPL userspace library. Maybe

Re: Bounty for the first Open Source driver for Kinect

2010-11-10 Thread Markus Rechberger
On Wed, Nov 10, 2010 at 10:24 PM, Antonio Ospite osp...@studenti.unina.it wrote: On Wed, 10 Nov 2010 22:14:36 +0100 Markus Rechberger mrechber...@gmail.com wrote: On Wed, Nov 10, 2010 at 9:54 PM, Mohamed Ikbel Boulabiar boulab...@gmail.com wrote: The bounty is already taken by that

Re: [PATCH 0/6] rc-core: ir-core to rc-core conversion

2010-11-10 Thread David Härdeman
On Wed, Nov 10, 2010 at 02:24:16PM -0200, Mauro Carvalho Chehab wrote: Em 10-11-2010 11:06, David Härdeman escreveu: On Wed, 10 Nov 2010 10:49:10 -0200, Mauro Carvalho Chehab mche...@infradead.org wrote: So, I'll try to merge the pending patches from your tree. I'll let you know if I

Re: Bounty for the first Open Source driver for Kinect

2010-11-10 Thread Mohamed Ikbel Boulabiar
On Wed, Nov 10, 2010 at 10:24 PM, Antonio Ospite osp...@studenti.unina.it wrote: If there are arguments against a kernel driver I can't see them yet. +1 This device is a webcam+(other things), it should be handled similar to other webcams already supported inside the kernel. If we make an

Re: Bounty for the first Open Source driver for Kinect

2010-11-10 Thread Antonio Ospite
On Thu, 11 Nov 2010 00:13:09 +0100 Markus Rechberger mrechber...@gmail.com wrote: On Wed, Nov 10, 2010 at 11:48 PM, Mohamed Ikbel Boulabiar boulab...@gmail.com wrote: On Wed, Nov 10, 2010 at 10:24 PM, Antonio Ospite osp...@studenti.unina.it wrote: If there are arguments against a kernel

Re: Bounty for the first Open Source driver for Kinect

2010-11-10 Thread Markus Rechberger
On Thu, Nov 11, 2010 at 12:29 AM, Antonio Ospite osp...@studenti.unina.it wrote: On Thu, 11 Nov 2010 00:13:09 +0100 Markus Rechberger mrechber...@gmail.com wrote: On Wed, Nov 10, 2010 at 11:48 PM, Mohamed Ikbel Boulabiar boulab...@gmail.com wrote: On Wed, Nov 10, 2010 at 10:24 PM, Antonio

Re: Bounty for the first Open Source driver for Kinect

2010-11-10 Thread Mohamed Ikbel Boulabiar
On Thu, Nov 11, 2010 at 12:36 AM, Markus Rechberger mrechber...@gmail.com wrote: I've seen alot projects failing due not having enough users If it should mainly remain a hacker only project then a kernel module should be fine. sorry ? aside of that you can just debug userspace drivers with

Re: [PATCH] i2c: Remove obsolete cleanup for clientdata

2010-11-10 Thread Greg KH
On Wed, Nov 10, 2010 at 01:28:19PM +0100, Wolfram Sang wrote: A few new i2c-drivers came into the kernel which clear the clientdata-pointer on exit. This is obsolete meanwhile, so fix it and hope the word will spread. Signed-off-by: Wolfram Sang w.s...@pengutronix.de --- Like last time I

Re: Bounty for the first Open Source driver for Kinect

2010-11-10 Thread hermann pitton
Am Donnerstag, den 11.11.2010, 00:36 +0100 schrieb Markus Rechberger: On Thu, Nov 11, 2010 at 12:29 AM, Antonio Ospite osp...@studenti.unina.it wrote: On Thu, 11 Nov 2010 00:13:09 +0100 Markus Rechberger mrechber...@gmail.com wrote: On Wed, Nov 10, 2010 at 11:48 PM, Mohamed Ikbel