RE: [PATCH 2/6] universal: i2c: add I2C controller 8 (HDMIPHY)

2011-03-10 Thread Marek Szyprowski
Hello, On Wednesday, March 09, 2011 1:01 PM Kukjin Kim wrote: Tomasz Stanislawski wrote: Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pv310/clock.c |6 +++

RE: [PATCH/RFC 0/2] Support controls at the subdev file handler level

2011-03-10 Thread Jeongtae Park
Hi, all. Some hardware need to handle per-filehandle level controls. Hans suggests add a v4l2_ctrl_handler struct v4l2_fh. It will be work fine. Although below patch series are for subdev, but it's great start point. I will try to make a patch. If v4l2 control framework can be handle

Re: [PATCH v2 4/4] omap3isp: lane shifter support

2011-03-10 Thread Michael Jones
Hi Laurent, Thanks for the review. Most of your suggestions didn't warrant discussion and I will incorporate those changes. The others are below. On 03/10/2011 01:13 AM, Laurent Pinchart wrote: Hi Michael, Thanks for the patch. On Wednesday 09 March 2011 17:07:43 Michael Jones wrote:

Re: [PATCH v2 4/4] omap3isp: lane shifter support

2011-03-10 Thread Laurent Pinchart
Hi Michael, On Thursday 10 March 2011 11:10:24 Michael Jones wrote: Hi Laurent, Thanks for the review. Most of your suggestions didn't warrant discussion and I will incorporate those changes. The others are below. On 03/10/2011 01:13 AM, Laurent Pinchart wrote: On Wednesday 09 March

Re: [PATCH/RFC 0/2] Support controls at the subdev file handler level

2011-03-10 Thread Laurent Pinchart
Hi, On Thursday 10 March 2011 10:56:40 Jeongtae Park wrote: Hi, all. Some hardware need to handle per-filehandle level controls. Hans suggests add a v4l2_ctrl_handler struct v4l2_fh. It will be work fine. Although below patch series are for subdev, but it's great start point. I will try to

RE: V4L2 'brainstorming' meeting in Warsaw, March 2011

2011-03-10 Thread Marek Szyprowski
Hello, On Tuesday, March 08, 2011 2:54 PM Palmax Maverick wrote: Will you record it? Or will you stream it? Out will you do both things? It could be interesting for all users of this mail group :) I'm really sorry, but we have no possibility to stream the meeting. We will definitely post a

[PATCH 1/3] v4l2: vb2: one more fix for REQBUFS()

2011-03-10 Thread Marek Szyprowski
Return immedietely if the target number of buffers is the same as the current one and memory access type doesn't change. Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/video/videobuf2-core.c |7 +++ 1

[PATCH 0/3] Another set of videobuf2 hotfixes

2011-03-10 Thread Marek Szyprowski
Hello! This is one more set of hotfixes for videobuf2 framework. I hope they can be applied to staging/for-2.6.39 kernel tree once vb2 finally gets into Linus tree. Best regards -- Marek Szyprowski Samsung Poland RD Center Andrzej Pietrasiewicz (1): v4l2: vb2-dma-sg: fix potential security

[PATCH 2/3] v4l2: vb2: simplify __vb2_queue_free function

2011-03-10 Thread Marek Szyprowski
__vb2_queue_free function doesn't really return anything useful. This patch removes support for the return value to simplify the code. Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/video/videobuf2-core.c |8

[PATCH 3/3] v4l2: vb2-dma-sg: fix potential security hole

2011-03-10 Thread Marek Szyprowski
From: Andrzej Pietrasiewicz andrze...@samsung.com Memory allocated by alloc_page() function might contain some potentially important data from other system processes. The patch adds a flag to zero the allocated page before giving it to videobuf2 (and then to userspace). Signed-off-by: Andrzej

Re: [PATCH 0/1 v3] libv4l: Add plugin support

2011-03-10 Thread Yordan Kamenov
Hi Hans, any comments on that? Regards Yordan Yordan Kamenov wrote: Hi Hans, here is third version of plugin support for libv4l2. Changes in v3: * Pass opened fd to the plugin instead of filename * Plugin private data is returned by init call and is passed as argument in

Re: Yet another memory provider: can linaro organize a meeting?

2011-03-10 Thread Russell King - ARM Linux
On Thu, Mar 10, 2011 at 03:14:11PM +0100, Marek Szyprowski wrote: Hello, On Tuesday, March 08, 2011 9:14 AM Hans Verkuil wrote: We had a discussion yesterday regarding ways in which linaro can assist V4L2 development. One topic was that of sorting out memory providers like GEM and

Re: [PATCH 3/7] ARM: Samsung: update/rewrite Samsung SYSMMU (IOMMU) driver

2011-03-10 Thread Arnd Bergmann
On Friday 04 March 2011, Marek Szyprowski wrote: From: Andrzej Pietrasiewicz andrze...@samsung.com This patch performs a complete rewrite of sysmmu driver for Samsung platform: - the new version introduces an api to construct device private page tables and enables to use device private

mt9p031 support for Beagleboard.

2011-03-10 Thread javier Martin
Hi, we are going to receive a Beagleaboard xM board in a couple of days. One of the things we would like to test is video capture. When it comes to the DM3730 SoC, it seems the support is given through these two files:

[PATCH] Ngene cam device name

2011-03-10 Thread Issa Gorissen
As the cxd20099 driver is in staging due to abuse of the sec0 device, this patch renames it to cam0. The sec0 device is not in use and can be removed Signed-off-by: Issa Gorissen flo...@usa.net --- drivers/media/dvb/dvb-core/dvbdev.h |2 +- drivers/media/dvb/ngene/ngene-core.c |2 +- 2

Re: [PATCH v2 4/4] omap3isp: lane shifter support

2011-03-10 Thread Michael Jones
Hi Laurent, On 03/10/2011 11:21 AM, Laurent Pinchart wrote: Hi Michael, [snip] I've had a closer look at the boards I have here, and it turns out one of them connects a 10-bit sensor to DATA[11:2] :-/ data_lane_shift is thus needed for it. I'm fine with leaving data_lane_shift out of

Re: [PATCH v2 4/4] omap3isp: lane shifter support

2011-03-10 Thread Laurent Pinchart
Hi Michael, On Thursday 10 March 2011 16:30:48 Michael Jones wrote: On 03/10/2011 11:21 AM, Laurent Pinchart wrote: Hi Michael, [snip] I've had a closer look at the boards I have here, and it turns out one of them connects a 10-bit sensor to DATA[11:2] :-/ data_lane_shift is thus

Re: mt9p031 support for Beagleboard.

2011-03-10 Thread Laurent Pinchart
Hi Guennadi, On Thursday 10 March 2011 16:36:36 Guennadi Liakhovetski wrote: On Thu, 10 Mar 2011, javier Martin wrote: Hi, we are going to receive a Beagleaboard xM board in a couple of days. One of the things we would like to test is video capture. When it comes to the DM3730 SoC, it

RE: mt9p031 support for Beagleboard.

2011-03-10 Thread Hiremath, Vaibhav
-Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Laurent Pinchart Sent: Thursday, March 10, 2011 9:14 PM To: Guennadi Liakhovetski Cc: javier Martin; Linux Media Mailing List; Mauro Carvalho Chehab Subject: Re:

RE: mt9p031 support for Beagleboard.

2011-03-10 Thread Hiremath, Vaibhav
-Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of javier Martin Sent: Thursday, March 10, 2011 8:55 PM To: linux-media@vger.kernel.org Cc: Guennadi Liakhovetski Subject: mt9p031 support for Beagleboard. Hi, we

Re: mt9p031 support for Beagleboard.

2011-03-10 Thread javier Martin
[Hiremath, Vaibhav] Martin, All above driver files are not applicable for AM/DM37x ISP camera module, you should be looking at driver/media/video/omap3isp/ Hi, Which git repository are you referring to? Because, in last stable version there is no such folder:

RE: mt9p031 support for Beagleboard.

2011-03-10 Thread Hiremath, Vaibhav
-Original Message- From: javier Martin [mailto:javier.mar...@vista-silicon.com] Sent: Thursday, March 10, 2011 9:23 PM To: Hiremath, Vaibhav Cc: linux-media@vger.kernel.org; Guennadi Liakhovetski Subject: Re: mt9p031 support for Beagleboard. [Hiremath, Vaibhav] Martin, All

Re: Well supported USB DVB-C device?

2011-03-10 Thread Dennis Kurten
Antti Palosaari crope at iki.fi writes: Anysee E30 C Plus is supported as far as I know. Note that new revision of Anysee E30 Combo Plus is no longer supported since they changed to new NXP silicon tuner. E30 Combo Plus and E30 C Plus are different devices. I might have some useful

Re: mt9p031 support for Beagleboard.

2011-03-10 Thread Laurent Pinchart
On Thursday 10 March 2011 16:47:46 Hiremath, Vaibhav wrote: On Thursday, March 10, 2011 9:14 PM Laurent Pinchart wrote: I'm curious about the Beagleboard code, as the camera module is an expansion board you obviously can't hardcode support for it in the board file. How do you plan to

Re: Well supported USB DVB-C device?

2011-03-10 Thread Guy Martin
On Mon, 28 Feb 2011 02:28:37 +0200 Antti Palosaari cr...@iki.fi wrote: I am not sure which is status of TT CT-3650, it could be other one which is working. The CT-3650 works well. I belive everything works (CI, IR) but DVB-T is not yet implemented on that one. HTH, Guy -- To unsubscribe

Re: [PATCH 0/3] Another set of videobuf2 hotfixes

2011-03-10 Thread Laurent Pinchart
On Thursday 10 March 2011 13:28:39 Marek Szyprowski wrote: Hello! This is one more set of hotfixes for videobuf2 framework. I hope they can be applied to staging/for-2.6.39 kernel tree once vb2 finally gets into Linus tree. The commit message for the first patch could be slightly improved

RE: mt9p031 support for Beagleboard.

2011-03-10 Thread Hiremath, Vaibhav
-Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Thursday, March 10, 2011 9:31 PM To: Hiremath, Vaibhav Cc: Guennadi Liakhovetski; javier Martin; Linux Media Mailing List; Mauro Carvalho Chehab Subject: Re: mt9p031 support for Beagleboard.

Re: [PATCH] via-camera: Fix OLPC serial check

2011-03-10 Thread Jonathan Corbet
[Trying to bash my inbox into reasonable shape, sorry for the slow response...] On Thu, 3 Mar 2011 19:03:31 + (GMT) Daniel Drake d...@laptop.org wrote: The code that checks the OLPC serial port is never built at the moment, because CONFIG_OLPC_XO_1_5 doesn't exist and probably won't be

Re: mt9p031 support for Beagleboard.

2011-03-10 Thread javier Martin
By a lot of googling I found this version of a driver for mt9p031 which is developed by Guennadi Liakhovetski. It is located in a 2.6.32 based branch: That's a back-port of my patches by a third party;) Probably, never actually tested.

Re: Well supported USB DVB-C device?

2011-03-10 Thread Markus Rechberger
On Thu, Mar 10, 2011 at 5:02 PM, Guy Martin gms...@tuxicoman.be wrote: On Mon, 28 Feb 2011 02:28:37 +0200 Antti Palosaari cr...@iki.fi wrote: I am not sure which is status of TT CT-3650, it could be other one which is working. The CT-3650 works well. I belive everything works (CI, IR) but

Re: mt9p031 support for Beagleboard.

2011-03-10 Thread Laurent Pinchart
Hi Vaibhav, On Thursday 10 March 2011 17:23:52 Hiremath, Vaibhav wrote: On Thursday, March 10, 2011 9:31 PM Laurent Pinchart wrote: On Thursday 10 March 2011 16:47:46 Hiremath, Vaibhav wrote: On Thursday, March 10, 2011 9:14 PM Laurent Pinchart wrote: I'm curious about the Beagleboard

RE: mt9p031 support for Beagleboard.

2011-03-10 Thread Hiremath, Vaibhav
-Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Thursday, March 10, 2011 10:12 PM To: Hiremath, Vaibhav Cc: Guennadi Liakhovetski; javier Martin; Linux Media Mailing List; Mauro Carvalho Chehab Subject: Re: mt9p031 support for Beagleboard.

mygica hdcap

2011-03-10 Thread James Klaas
I just got one of these the other day and I was wondering if anyone has looked at it. It will take HDMI, component and composite input plus stereo. I have a picture I can post somewhere of the board. It has 3 main chips. AD9985A - Component/composite input? SIL9013CLU - Audio input? TM6202 -

Re: mt9p031 support for Beagleboard.

2011-03-10 Thread Laurent Pinchart
Hi Vaibhav, On Thursday 10 March 2011 18:09:42 Hiremath, Vaibhav wrote: On Thursday, March 10, 2011 10:12 PM Laurent Pinchart wrote: On Thursday 10 March 2011 17:23:52 Hiremath, Vaibhav wrote: BeagleXM supports set of parallel sensors (MT9V113, MT9P031, MT9T111, etc...), out of this

Re: Demande de support V4L2

2011-03-10 Thread Laurent Pinchart
Hi Loïc, On Thursday 10 March 2011 18:07:52 Loïc Akue wrote: Hi Linux, Media. I'd like you to help me understand how the yavta application uses the omap3isp interrupts to capture some frames please. Applications don't use the OMAP3 ISP interrupts. They interface with the driver through the

RE: mt9p031 support for Beagleboard.

2011-03-10 Thread Hiremath, Vaibhav
-Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Thursday, March 10, 2011 11:25 PM To: Hiremath, Vaibhav Cc: Guennadi Liakhovetski; javier Martin; Linux Media Mailing List; Mauro Carvalho Chehab Subject: Re: mt9p031 support for Beagleboard.

Re: Sucky dependencies found in video saa7134 rc

2011-03-10 Thread Mauro Carvalho Chehab
Em 10-03-2011 14:37, Steven Rostedt escreveu: Running randconfigs with ktest seems to find this crap all over. It's not just saa7134, it happens else where too, but this is the one that I'm currently looking at. I'm also not blaming the saa7134 driver, but I think we need to find a way to

Re: [Bug 30022] Kernel cannot find Flyvideo 98's remote control device.

2011-03-10 Thread Dmitry Torokhov
On Thursday, March 10, 2011 12:52:00 am bugzilla-dae...@bugzilla.kernel.org wrote: https://bugzilla.kernel.org/show_bug.cgi?id=30022 --- Comment #7 from Mehmet Tekbaş btek...@gmail.com 2011-03-10 08:51:59 --- Tried with Inca I-TV004 (bt878 analog card) and result didn't changed. IR

[cron job] v4l-dvb daily build: ERRORS

2011-03-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:Thu Mar 10 19:00:28 CET 2011 git hash:88a763df226facb74fdb254563e30e9efb64275c gcc version: i686-linux-gcc (GCC)

Re: [PATCH 0/1 v3] libv4l: Add plugin support

2011-03-10 Thread Hans de Goede
Hi, On 03/10/2011 02:46 PM, Yordan Kamenov wrote: Hi Hans, any comments on that? I looked at globally immediately after you send it, summary of that look: looks good, but I still spotted some minor issues. I'm still trying to make some time for a more detailed look. I hope to do that real

Re: [PATCH/RFC 0/2] Support controls at the subdev file handler level

2011-03-10 Thread Sylwester Nawrocki
Hi, On 03/10/2011 10:56 AM, Jeongtae Park wrote: Hi, all. Some hardware need to handle per-filehandle level controls. Hans suggests add a v4l2_ctrl_handler struct v4l2_fh. It will be work fine. Although below patch series are for subdev, but it's great start point. I will try to make a

[GIT PULL for v2.6.38-rc8] drivers/media fixes

2011-03-10 Thread Mauro Carvalho Chehab
Hi Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git media_fixes For a couple of random fixes, including a some regressions. Thanks! Mauro. The following changes since commit 100b33c8bd8a3235fd0b7948338d6cbb3db3c63d: Linux 2.6.38-rc4

Re: mygica hdcap

2011-03-10 Thread Jarod Wilson
On Mar 10, 2011, at 12:26 PM, James Klaas wrote: I just got one of these the other day and I was wondering if anyone has looked at it. It will take HDMI, component and composite input plus stereo. I have a picture I can post somewhere of the board. It has 3 main chips. AD9985A -

[PATCH] saa7134: Fix strange kconfig dependency on RC_CORE

2011-03-10 Thread Steven Rostedt
As the code in saa7134-input is not a module, but the config for it is set as a boolean instead of a tristate, this causes a strange dependency on RC_CORE. VIDEO_SAA7134_RC (which determines if saa7134-input.o is built) depends on RC_CORE and VIDEO_SAA7134. If VIDEO_SAA7134 is compiled as 'y' but

Re: mygica hdcap

2011-03-10 Thread Devin Heitmueller
On Thu, Mar 10, 2011 at 3:30 PM, Jarod Wilson ja...@wilsonet.com wrote: It looks like an at least semi-similar device to the Hauppauge HD-PVR, which is under v4l, so it probably does make sense here. Not aware of anyone working on your specific hardware, but Hans Verkuil posted some patches

Re: BUG at mm/mmap.c:2309 when cx18.ko and cx18-alsa.ko loaded

2011-03-10 Thread Andy Walls
On Sun, 2011-03-06 at 16:04 -0500, Andy Walls wrote: On Sun, 2011-03-06 at 10:37 -0800, Hugh Dickins wrote: I do expect the underlying problem to be somewhere down the driver end, given that nobody else has been reporting these issues. I'm hoping that once the cx18 guys have time to try

Re: BUG at mm/mmap.c:2309 when cx18.ko and cx18-alsa.ko loaded

2011-03-10 Thread Hugh Dickins
On Thu, Mar 10, 2011 at 4:34 PM, Andy Walls awa...@md.metrocast.net wrote: On Sun, 2011-03-06 at 16:04 -0500, Andy Walls wrote: On Sun, 2011-03-06 at 10:37 -0800, Hugh Dickins wrote: I do expect the underlying problem to be somewhere down the driver end, given that nobody else has been