[PATCH resend] video: omap24xxcam: Fix compilation

2011-02-07 Thread Thomas Weber
Add linux/sched.h because of missing declaration of TASK_NORMAL. This patch fixes the following error: drivers/media/video/omap24xxcam.c: In function 'omap24xxcam_vbq_complete': drivers/media/video/omap24xxcam.c:415: error: 'TASK_NORMAL' undeclared (first use in this function)

Re: WL1273 FM Radio driver...

2011-02-07 Thread Matti J. Aaltonen
Hello. Mark Brown wrote: On Wed, Feb 02, 2011 at 01:35:01PM -0200, Mauro Carvalho Chehab wrote: [Reflowed into 80 columns.] My concerns is that the V4L2-specific part of the code should be at drivers/media. I prefer that the specific MFD I/O part to be at drivers/mfd, just like the other

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

2011-02-07 Thread Guennadi Liakhovetski
On Sat, 5 Feb 2011, Anatolij Gustschin wrote: On Sat, 5 Feb 2011 17:36:37 +0100 (CET) Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: ... Verified with both capture.c and mplayer. Could you, please, verify whether you get the same behaviour and what the problem could be? Now

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

2011-02-07 Thread Anatolij Gustschin
On Mon, 7 Feb 2011 12:09:15 +0100 (CET) Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: ... I can't try mplayer since I don't have mplayer setup for this. But looking at the mplayer source I don't see why it should behave differently. Depending on mode mplayer queues 2 or 6 buffers.

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

2011-02-07 Thread Guennadi Liakhovetski
On Mon, 7 Feb 2011, Anatolij Gustschin wrote: On Mon, 7 Feb 2011 12:09:15 +0100 (CET) Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: ... I can't try mplayer since I don't have mplayer setup for this. But looking at the mplayer source I don't see why it should behave differently.

[PATCH v4] Add support for M5MO-LS 8 Mega Pixel camera

2011-02-07 Thread Heungjun Kim
Add I2C/V4L2 subdev driver for M5MO-LS camera sensor with integrated image processor. Signed-off-by: Heungjun Kim riverful@samsung.com Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- Hello, This is fourth version of M5MOLS

Re: WL1273 FM Radio driver...

2011-02-07 Thread Mark Brown
On Mon, Feb 07, 2011 at 10:00:16AM -0200, Mauro Carvalho Chehab wrote: the MFD part (for example, wl1273_fm_read_reg/wl1273_fm_write_cmd/wl1273_fm_write_data). The logic that are related to control the radio (wl1273_fm_set_audio, wl1273_fm_set_volume, etc) are not related to access the

Re: [PATCH 1/5] uvcvideo: Add UVCIOC_CTRL_QUERY ioctl

2011-02-07 Thread Laurent Pinchart
Hi Stephan, On Monday 31 January 2011 20:05:24 Stephan Lachowsky wrote: On Fri, 2011-01-07 at 08:00 -0800, Laurent Pinchart wrote: From: Martin Rubli martin_ru...@logitech.com This ioctl extends UVCIOC_CTRL_GET/SET by not only allowing to get/set XU controls but to also send arbitrary

Re: WL1273 FM Radio driver...

2011-02-07 Thread Mauro Carvalho Chehab
Em 07-02-2011 10:02, Mark Brown escreveu: On Mon, Feb 07, 2011 at 10:00:16AM -0200, Mauro Carvalho Chehab wrote: the MFD part (for example, wl1273_fm_read_reg/wl1273_fm_write_cmd/wl1273_fm_write_data). The logic that are related to control the radio (wl1273_fm_set_audio,

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

2011-02-07 Thread Detlev Zundel
Hi Guennadi, How small are the frames in you test? What is the highest fps value in your test? QVGA, don't know fps exactly, pretty high, between 20 and 60fps, I think. Just try different frams sizes, go down to 64x48 or something. Is this a real usage scenario? It feels that this is not

Re: WL1273 FM Radio driver...

2011-02-07 Thread Mark Brown
On Mon, Feb 07, 2011 at 10:48:03AM -0200, Mauro Carvalho Chehab wrote: Em 07-02-2011 10:02, Mark Brown escreveu: On Mon, Feb 07, 2011 at 10:00:16AM -0200, Mauro Carvalho Chehab wrote: the MFD part (for example, wl1273_fm_read_reg/wl1273_fm_write_cmd/wl1273_fm_write_data). The logic

Re: WL1273 FM Radio driver...

2011-02-07 Thread Matti J. Aaltonen
On Mon, 2011-02-07 at 10:48 -0200, ext Mauro Carvalho Chehab wrote: Em 07-02-2011 10:02, Mark Brown escreveu: On Mon, Feb 07, 2011 at 10:00:16AM -0200, Mauro Carvalho Chehab wrote: the MFD part (for example, wl1273_fm_read_reg/wl1273_fm_write_cmd/wl1273_fm_write_data). The logic that

Re: WL1273 FM Radio driver...

2011-02-07 Thread Mark Brown
On Mon, Feb 07, 2011 at 03:27:12PM +0200, Matti J. Aaltonen wrote: So you are suggesting a more or less complete rewrite, so that I'd create a directory like media/radio/wl1273 and then place there all of the driver files: wl1273-radio.c, wl1273-alsa.c and maybe wl1273-core.c? Don't move the

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

2011-02-07 Thread Guennadi Liakhovetski
Hi Detlev On Mon, 7 Feb 2011, Detlev Zundel wrote: Hi Guennadi, How small are the frames in you test? What is the highest fps value in your test? QVGA, don't know fps exactly, pretty high, between 20 and 60fps, I think. Just try different frams sizes, go down to 64x48 or something.

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

2011-02-07 Thread Anatolij Gustschin
On Mon, 7 Feb 2011 12:35:44 +0100 (CET) Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: On Mon, 7 Feb 2011, Anatolij Gustschin wrote: On Mon, 7 Feb 2011 12:09:15 +0100 (CET) Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: ... I can't try mplayer since I don't have mplayer setup

Re: WL1273 FM Radio driver...

2011-02-07 Thread Mauro Carvalho Chehab
Em 07-02-2011 11:10, Mark Brown escreveu: On Mon, Feb 07, 2011 at 10:48:03AM -0200, Mauro Carvalho Chehab wrote: Em 07-02-2011 10:02, Mark Brown escreveu: On Mon, Feb 07, 2011 at 10:00:16AM -0200, Mauro Carvalho Chehab wrote: the MFD part (for example,

Re: WL1273 FM Radio driver...

2011-02-07 Thread Mark Brown
On Mon, Feb 07, 2011 at 11:48:17AM -0200, Mauro Carvalho Chehab wrote: Em 07-02-2011 11:10, Mark Brown escreveu: There is an audio driver for this chip and it is using those functions. Where are the other drivers that depend on it? Nothing's been merged yet to my knowledge, Matti can

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

2011-02-07 Thread Guennadi Liakhovetski
On Mon, 7 Feb 2011, Anatolij Gustschin wrote: On Mon, 7 Feb 2011 12:35:44 +0100 (CET) Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: On Mon, 7 Feb 2011, Anatolij Gustschin wrote: On Mon, 7 Feb 2011 12:09:15 +0100 (CET) Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: ...

Re: WL1273 FM Radio driver...

2011-02-07 Thread Matti J. Aaltonen
On Mon, 2011-02-07 at 11:48 -0200, ext Mauro Carvalho Chehab wrote: Em 07-02-2011 11:10, Mark Brown escreveu: On Mon, Feb 07, 2011 at 10:48:03AM -0200, Mauro Carvalho Chehab wrote: Em 07-02-2011 10:02, Mark Brown escreveu: On Mon, Feb 07, 2011 at 10:00:16AM -0200, Mauro Carvalho Chehab

Re: WL1273 FM Radio driver...

2011-02-07 Thread Matti J. Aaltonen
On Mon, 2011-02-07 at 13:52 +, ext Mark Brown wrote: On Mon, Feb 07, 2011 at 11:48:17AM -0200, Mauro Carvalho Chehab wrote: Em 07-02-2011 11:10, Mark Brown escreveu: There is an audio driver for this chip and it is using those functions. Where are the other drivers that depend on

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

2011-02-07 Thread Detlev Zundel
Hi Guennadi, Hi Detlev On Mon, 7 Feb 2011, Detlev Zundel wrote: Hi Guennadi, How small are the frames in you test? What is the highest fps value in your test? QVGA, don't know fps exactly, pretty high, between 20 and 60fps, I think. Just try different frams sizes, go down to

Re: WL1273 FM Radio driver...

2011-02-07 Thread Mauro Carvalho Chehab
Em 07-02-2011 12:09, Matti J. Aaltonen escreveu: On Mon, 2011-02-07 at 11:48 -0200, ext Mauro Carvalho Chehab wrote: Em 07-02-2011 11:10, Mark Brown escreveu: On Mon, Feb 07, 2011 at 10:48:03AM -0200, Mauro Carvalho Chehab wrote: Em 07-02-2011 10:02, Mark Brown escreveu: On Mon, Feb 07, 2011

Re: WL1273 FM Radio driver...

2011-02-07 Thread Mauro Carvalho Chehab
Em 07-02-2011 12:17, Matti J. Aaltonen escreveu: On Mon, 2011-02-07 at 13:52 +, ext Mark Brown wrote: On Mon, Feb 07, 2011 at 11:48:17AM -0200, Mauro Carvalho Chehab wrote: Em 07-02-2011 11:10, Mark Brown escreveu: There is an audio driver for this chip and it is using those functions.

Re: WL1273 FM Radio driver...

2011-02-07 Thread Mark Brown
On Mon, Feb 07, 2011 at 01:57:10PM -0200, Mauro Carvalho Chehab wrote: Em 07-02-2011 12:09, Matti J. Aaltonen escreveu: Both children depend on the MFD driver for I/O and the codec also depends on the presence of the radio-wl1273 driver because without the v4l2 part nothing can be done...

Re: [PATCH resend] video: omap24xxcam: Fix compilation

2011-02-07 Thread Randy Dunlap
On Mon, 7 Feb 2011 09:49:07 +0100 Thomas Weber wrote: Add linux/sched.h because of missing declaration of TASK_NORMAL. This patch fixes the following error: drivers/media/video/omap24xxcam.c: In function 'omap24xxcam_vbq_complete': drivers/media/video/omap24xxcam.c:415: error:

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

2011-02-07 Thread Guennadi Liakhovetski
On Mon, 7 Feb 2011, Anatolij Gustschin wrote: On Mon, 7 Feb 2011 12:35:44 +0100 (CET) Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: On Mon, 7 Feb 2011, Anatolij Gustschin wrote: On Mon, 7 Feb 2011 12:09:15 +0100 (CET) Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: ...

[patch] [media] stv090x: handle allocation failures

2011-02-07 Thread Dan Carpenter
kmalloc() can fail so check whether state-internal is NULL. append_internal() can return NULL on allocation failures so check that. Also if we hit the error condition later in the function then there is a memory leak and we need to call remove_dev() to fix it. Signed-off-by: Dan Carpenter

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

2011-02-07 Thread Rune Saetre
Hi The STREAMOFF issue has not appeared after having tested with kernel version 2.6.38-rc2 for a while. I am happy :-) Regards Rune -- We are proud to present our new web-pages at www.aptomar.com Do not miss our video-window to the world; aptotube Rune Sætre rune.sae...@aptomar.com aptomar

[cron job] v4l-dvb daily build: WARNINGS

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

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

2011-02-07 Thread Matthew Garrett
Thanks, I've applied the x86 platform driver ones. -- Matthew Garrett | mj...@srcf.ucam.org -- 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 http://vger.kernel.org/majordomo-info.html

soc-camera: vb2 continued: mx3_camera

2011-02-07 Thread Guennadi Liakhovetski
Hi One more soc-camera host driver has been converted to videobuf2: mx3_camera for i.MX3* SoCs. I also added Anatolij's patches to the branch. Please, review / test. The branch is available at git://linuxtv.org/gliakhovetski/v4l-dvb.git soc_camera-vb2 Thanks Guennadi --- Guennadi

Re: [PATCH v4] Add support for M5MO-LS 8 Mega Pixel camera

2011-02-07 Thread Sylwester Nawrocki
Hi HeungJun, On 02/07/2011 12:44 PM, Heungjun Kim wrote: Add I2C/V4L2 subdev driver for M5MO-LS camera sensor with integrated image processor. There is something wrong with this patch. It looks like it got mangled by the mailer. I can see some Korean characters in it and checkpatch.pl

[PATCH] DVB-USB: Remote Control for TwinhanDTV StarBox DVB-S USB and clones

2011-02-07 Thread tomekbu
bug fix for Twinhan DTV StarBox USB2.0 DVB-S model no:7021 and clones remote control stuff will work now #kernel=2.6.37 highly recommended Signed-off-by: Tomasz G. Burak tome...@op.pl --- --- drivers/media/dvb/dvb-usb/vp702x.c.orig 2011-01-05 01:50:19.0 +0100 +++

Re: [PATCH v4] Add support for M5MO-LS 8 Mega Pixel camera

2011-02-07 Thread Kim, HeungJun
I've checked runnig checkpatch.pl, but I've not seen this message before. And I re-check the patch sent now, but it's not. Probably, It's issue between git send-email and our mail server setting. I'll check once again, and resend. Thanks let me know. Regards Heungjun Kim 2011-02-08 오전 6:45,