Re: [PATCH 0/4] drxk: use request_firmware_nowait()

2012-07-03 Thread Hans Verkuil
Hi Mauro! On Fri 29 June 2012 23:51:53 Mauro Carvalho Chehab wrote: This patch series should be applied after i2c: Export an unlocked flavor of i2c_transfer. It converts the drxk driver to use request_firmware_nowait() and prevents I2C bus usage during firmware load. Can you take a look at

capture_mem limitations in OMAP ISP

2012-07-03 Thread Michael Jones
Hi Laurent co., I'm looking at the memory limitations in the omap3isp driver. 'struct isp_video' contains member 'capture_mem', which is set separately for each of our v4l2 video device nodes. The CCDC, for example, has capture_mem = 4096 * 4096 * 3 = 48MB, while the previewer and resizer

[PATCH 1/1] [media] s5p-jpeg: Use module_platform_driver in jpeg-core.c file

2012-07-03 Thread Sachin Kamat
module_platform_driver makes the code simpler by eliminating module_init and module_exit calls. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/media/video/s5p-jpeg/jpeg-core.c | 24 +--- 1 files changed, 1 insertions(+), 23 deletions(-) diff --git

Re: [PATCH 1/1] [media] s5p-jpeg: Use module_platform_driver in jpeg-core.c file

2012-07-03 Thread Sylwester Nawrocki
On 07/03/2012 11:54 AM, Sachin Kamat wrote: module_platform_driver makes the code simpler by eliminating module_init and module_exit calls. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Acked-by: Sylwester Nawrocki s.nawro...@samsung.com -- To unsubscribe from this list: send the line

[PATCH] media: gpio-ir-recv: add allowed_protos and map_name for platform data

2012-07-03 Thread Du, Changbin
It's better to give platform code a chance to specify the allowed protocols and which keymap to use. Signed-off-by: Du, Changbin changbin...@gmail.com --- drivers/media/rc/gpio-ir-recv.c | 10 -- include/media/gpio-ir-recv.h|6 -- 2 files changed, 12 insertions(+), 4

Re: [PATCH] media: gpio-ir-recv: add allowed_protos and map_name for platform data

2012-07-03 Thread Benoît Thébaudeau
Hi Changbin, On Tue, Jul 3, 2012 at 12:27:19PM +0200, Changbin Du wrote: It's better to give platform code a chance to specify the allowed protocols and which keymap to use. Already half done here: http://git.linuxtv.org/media_tree.git?a=commitdiff;h=2bd237b Regards, Benoît -- To unsubscribe

[PATCH] m5mols: Correct reported ISO values

2012-07-03 Thread Sylwester Nawrocki
The V4L2_CID_ISO_SENSITIVITY control values should be standard ISO values multiplied by 1000. Multiply all menu items by 1000 so ISO is properly reported as 50...3200 range. Cc: HeungJun, Kim riverful@samsung.com Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin

RE: [PATCH 4/5] usb: gadget/uvc: Port UVC webcam gadget to use videobuf2 framework

2012-07-03 Thread Bhupesh SHARMA
Hi Laurent, Thanks for your review and sorry for being late with my replies. I have a lot on my plate these days :) -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Tuesday, June 19, 2012 4:19 AM To: Bhupesh SHARMA Cc:

RE: [PATCH 5/5] usb: gadget/uvc: Add support for 'USB_GADGET_DELAYED_STATUS' response for a set_intf(alt-set 1) command

2012-07-03 Thread Bhupesh SHARMA
Hi Laurent, Thanks for your reply and sorry again for the delay in reply. -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Wednesday, June 20, 2012 3:19 AM To: Bhupesh SHARMA Cc: linux-...@vger.kernel.org; ba...@ti.com; linux-

Re: [RFC PATCH 1/6] videodev2.h: add VIDIOC_ENUM_FREQ_BANDS.

2012-07-03 Thread Mauro Carvalho Chehab
Em 03-07-2012 04:19, Hans Verkuil escreveu: On Mon 2 July 2012 19:42:33 Mauro Carvalho Chehab wrote: Em 02-07-2012 11:15, Hans Verkuil escreveu: From: Hans Verkuil hans.verk...@cisco.com Add a new ioctl to enumerate the supported frequency bands of a tuner. Signed-off-by: Hans Verkuil

Re: DVB core enhancements - comments please?

2012-07-03 Thread Mauro Carvalho Chehab
Em 02-07-2012 18:27, Antti Palosaari escreveu: On 06/29/2012 05:28 PM, Mauro Carvalho Chehab wrote: Em 29-06-2012 08:24, Patrick Boettcher escreveu: On Friday 29 June 2012 08:03:16 Antti Palosaari wrote: On 06/29/2012 07:32 AM, Mauro Carvalho Chehab wrote: Em 27-06-2012 21:33, Antti Palosaari

Re: [RFC PATCH 1/6] videodev2.h: add VIDIOC_ENUM_FREQ_BANDS.

2012-07-03 Thread Hans Verkuil
On Tue July 3 2012 18:01:51 Mauro Carvalho Chehab wrote: Em 03-07-2012 04:19, Hans Verkuil escreveu: On Mon 2 July 2012 19:42:33 Mauro Carvalho Chehab wrote: Em 02-07-2012 11:15, Hans Verkuil escreveu: From: Hans Verkuil hans.verk...@cisco.com Add a new ioctl to enumerate the supported

Re: DVB core enhancements - comments please?

2012-07-03 Thread Hin-Tak Leung
--- On Tue, 3/7/12, Mauro Carvalho Chehab mche...@redhat.com wrote: snipped That is USB radio based si470x chipset. Well, I don't have any si470x device here. It should be noticed that radio applications in general don't open the alsa devices to get audio, as old devices used to have a

Re: DVB core enhancements - comments please?

2012-07-03 Thread Marko Ristola
Moikka Antti. On 07/01/2012 02:11 PM, Antti Palosaari wrote: Moikka Marko, -- snip -- Hmm, I did some initial suspend / resume changes for DVB USB when I rewrote it recently. On suspend, it just kills all ongoing urbs used for streaming. And on resume it resubmit those urbs in order to

cron job: media_tree daily build: ERRORS

2012-07-03 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date:Tue Jul 3 19:00:17 CEST 2012 git hash:704a28e88ab6c9cfe393ae626b612cab8b46028e gcc version: i686-linux-gcc

Re: [RFC] Support for 'Coda' video codec IP.

2012-07-03 Thread Fabio Estevam
On Mon, Jul 2, 2012 at 10:48 AM, javier Martin javier.mar...@vista-silicon.com wrote: However, it would be great if Fabio could confirm that codadx6 in the i.MX27 supports MJPG too. As far as I recall it does not. I will check it and if I heard differently I will reply back here. Regards,

Re: DVB core enhancements - comments please?

2012-07-03 Thread Mauro Carvalho Chehab
Em 03-07-2012 13:25, Mauro Carvalho Chehab escreveu: Em 02-07-2012 18:27, Antti Palosaari escreveu: OK, I have now played (too) many hours. Looking existing code and testing. But I cannot listen even simple FM-radio station. What are most famous / best radio applications ? I tried

Re: [PATCH 1/3] [media] winbond-cir: Fix txandrx module info

2012-07-03 Thread David Härdeman
On Mon, Jul 02, 2012 at 11:58:00AM +1000, Anton Blanchard wrote: We aren't getting any module info for the txandx option because of a typo: parm: txandrx:bool Signed-off-by: Anton Blanchard an...@samba.org Acked-by: David Härdeman da...@hardeman.nu --- Index:

Re: [PATCH 3/3] [media] winbond-cir: Adjust sample frequency to improve reliability

2012-07-03 Thread David Härdeman
On Mon, Jul 02, 2012 at 11:59:37AM +1000, Anton Blanchard wrote: When using my Logitech Harmony remote I get regular dropped events (about 1 in every 3). Adjusting the sample frequency to 6us so we sample at a multiple of an RC-6 pulse (444us) fixes it. Sounds weird. The in-kernel RC6 decoder

Re: [PATCH 2/3] [media] winbond-cir: Initialise timeout, driver_type and allowed_protos

2012-07-03 Thread David Härdeman
On Mon, Jul 02, 2012 at 11:58:52AM +1000, Anton Blanchard wrote: We need to set a timeout so we can go idle on no activity. This change Acked-by: David Härdeman da...@hardeman.nu We weren't setting driver_type and allowed_protos, so fix that up too. driver_type is set in the upstream tree.

Re: [RFC PATCH 1/6] videodev2.h: add VIDIOC_ENUM_FREQ_BANDS.

2012-07-03 Thread Mauro Carvalho Chehab
Em 03-07-2012 13:47, Hans Verkuil escreveu: On Tue July 3 2012 18:01:51 Mauro Carvalho Chehab wrote: Em 03-07-2012 04:19, Hans Verkuil escreveu: On Mon 2 July 2012 19:42:33 Mauro Carvalho Chehab wrote: Em 02-07-2012 11:15, Hans Verkuil escreveu: From: Hans Verkuil hans.verk...@cisco.com Add

Re: [GIT PULL FOR v3.6] DVB USB v2

2012-07-03 Thread Antti Palosaari
On 07/02/2012 04:08 PM, Antti Palosaari wrote: Here it is finally - quite totally rewritten DVB-USB-framework. I haven't got almost any feedback so far... I rebased it in order to fix compilation issues coming from Kconfig. regards Antti The following changes since commit

Re: pctv452e

2012-07-03 Thread Antti Palosaari
On 07/03/2012 10:46 AM, Marx wrote: On 02.07.2012 18:33, Steve Hill wrote: Can anyone give me any pointers that might help? I've searched and searched and all I can see if people saying that it won't work since the DVB-S2 code was integrated into the kernel tree, but I've not seen anyone try to

RE: [PATCH] media: gpio-ir-recv: add allowed_protos and map_name for platform data

2012-07-03 Thread Du, Changbin
Hi Changbin, On Tue, Jul 3, 2012 at 12:27:19PM +0200, Changbin Du wrote: It's better to give platform code a chance to specify the allowed protocols and which keymap to use. Already half done here: http://git.linuxtv.org/media_tree.git?a=commitdiff;h=2bd237b Got it, thanks. [Du,

[PATCH v2 1/1] media: gpio-ir-recv: add allowed_protos for platform data

2012-07-03 Thread Du, Changbin
Make it possible to specify allowed RC protocols through the device's platform data. Signed-off-by: Du, Changbin changbin...@gmail.com --- For v2: Keymap has already done by another patch. --- drivers/media/rc/gpio-ir-recv.c |2 +- include/media/gpio-ir-recv.h|7 --- 2

RE: [GIT PULL FOR v3.5] davicni: vpfe:media controller based capture driver for dm365

2012-07-03 Thread Hadli, Manjunath
Mauro, Can you please pull the patches? Let me know if anything needs to be done from my side. -Manju On Thu, May 31, 2012 at 17:42:24, Hadli, Manjunath wrote: Mauro, The following patch set adds the media controller based driver TI dm365 SoC. Patches have gone through RFC and reviews and