Re: [soc_camera] Dynamic crop window change while streaming (Zoom case)?

2011-04-13 Thread Guennadi Liakhovetski
Hi Sergio On Tue, 12 Apr 2011, Aguirre, Sergio wrote: Hi Guennadi, I was wondering what's the stand on allowing soc_camera host drivers to have internal scalers... please, have a look at this thread for patches http://thread.gmane.org/gmane.linux.drivers.video-input-infrastructure/30932

Re: Antwort: Re: [PATCH 1/2] mt9v022: fix pixel clock

2011-04-13 Thread Guennadi Liakhovetski
Hello Teresa Thanks very much for your extensive testing! I'm afraid, I don't have the time right now to go through all those register settings, so, can we, maybe, do the following: we currently have two platforms in the mainline, that use mt9v022. We believe, that the driver itself implements

[RFC 1/1] v4l: Improve error handling in v4l2_device_register_subdev()

2011-04-13 Thread Sakari Ailus
In some cases v4l2_device_register_subdev() did not module_put() a module the user count of which was incremented by try_module_get() earlier. Signed-off-by: Sakari Ailus sakari.ai...@maxwell.research.nokia.com --- Hi, I'm sending this as an RFC since technically this leaves still room for

[GIT PULL FOR 2.6.39] s5p-fimc driver updates

2011-04-13 Thread Sylwester Nawrocki
Hi Mauro, please pull from git://git.infradead.org/users/kmpark/linux-2.6-samsung for-mauro for a few s5p-fimc driver bugfixes. The following changes since commit 28df73703e738d8ae7a958350f74b08b2e9fe9ed: [media] xc5000: Improve it to work better with 6MHz-spaced channels (2011-03-28

[GIT PULL FOR 2.6.40] Anysee

2011-04-13 Thread Antti Palosaari
Moikka Mauro, PULL following patches for the 2.6.40. There is new silicon tuner driver for NXP TDA18212HN. This basically adds support for two Anysee models: 1. E30 Combo Plus (new revision, TDA18212 tuner) 2. E7 TC t. Antti The following changes since commit

Re: V4L/ARM: videobuf-dma-contig no longer works on my ARM machine

2011-04-13 Thread Janusz Krzysztofik
Dnia sobota 09 kwiecień 2011 o 18:42:40 Jiri Slaby napisał(a): On 04/09/2011 05:10 PM, Janusz Krzysztofik wrote: (CC: Jiri Slaby, the author of the problematic change; truncate subject) On Sat, 09 Apr 2011, at 09:16:24, Russell King - ARM Linux wrote: On Sat, Apr 09, 2011 at 03:33:39AM

Re: [PATCH 2.6.39 v2] V4L: videobuf-dma-contig: fix mmap_mapper broken on ARM

2011-04-13 Thread Janusz Krzysztofik
On Tue 12 Apr 2011 at 23:40:11 Russell King - ARM Linux wrote: On Tue, Apr 12, 2011 at 11:06:34PM +0200, Janusz Krzysztofik wrote: The patch tries to solve this regression by using virt_to_phys(bus_to_virt(mem-dma_handle)) instead of problematic virt_to_phys(mem-vaddr). Who says that DMA

Re: [PATCH 2.6.39 v2] V4L: videobuf-dma-contig: fix mmap_mapper broken on ARM

2011-04-13 Thread Sergei Shtylyov
Hello. On 13-04-2011 1:06, Janusz Krzysztofik wrote: After switching from mem-dma_handle to virt_to_phys(mem-vaddr) used for obtaining page frame number passed to remap_pfn_range() (commit 35d9f510b67b10338161aba6229d4f55b4000f5b), videobuf-dma-contig Please specify the commit summary --

Re: [RFC] V4L2 API for flash devices

2011-04-13 Thread Sakari Ailus
Sung Hee Park wrote: Here are two more use-cases for flash that might help inform the API design. Sakari encouraged me to post these. The person writing this is Andrew Adams, but I'm sending this from Sung Hee's account, because I only just subscribed to linux-media and can't immediately

OMAP3 ISP deadlocks on my new arm

2011-04-13 Thread Bastian Hecht
Hello people, I switched to the new DM3730 from IGEP and while it's supposed to be (almost) the same as the 3530 Version the isp deadlocks deterministically after I start capturing the second time with yavta. All extra locking debug output is enabled in the kernel .config. I am unsure if this is

Re: [PATCH 2.6.39 v2] V4L: videobuf-dma-contig: fix mmap_mapper broken on ARM

2011-04-13 Thread Janusz Krzysztofik
Dnia środa 13 kwiecień 2011 o 14:03:44 Sergei Shtylyov napisał(a): Hello. On 13-04-2011 1:06, Janusz Krzysztofik wrote: After switching from mem-dma_handle to virt_to_phys(mem-vaddr) used for obtaining page frame number passed to remap_pfn_range() (commit

Re: soc_camera with V4L2 driver

2011-04-13 Thread Akira Tsukamoto
Hello Guennadi, Thank you for the quick response. I am implementing 2mega pixel camera driver made by sharp and attached my primal kernel driver. (I still do not have the data sheet yet...) Thanks for attaching your driver. You can have a look at another driver for a Sharp camera

Re: soc_camera with V4L2 driver

2011-04-13 Thread Akira Tsukamoto
Hello Guennadi, Additional information. The ARM cpu is made by Renesas. Then, perhaps, something similar to arch/arm/mach-shmobile/board-ap4evb.c Thank you, I will look into it too. With kind regards, Akira -- Akira Tsukamoto -- To unsubscribe from this list: send the line

Re: OMAP3 ISP deadlocks on my new arm

2011-04-13 Thread Bastian Hecht
Hello, I attached the output without extra kernel lock info, here is the debug output: [ 375.811157] BUG: soft lockup - CPU#0 stuck for 61s! [yavta:2226] [ 375.817474] Kernel panic - not syncing: softlockup: hung tasks [ 375.823364] [c003250c] (unwind_backtrace+0x0/0xe4) from [c02e11a0]

Re: [PATCH 2.6.39 v2] V4L: videobuf-dma-contig: fix mmap_mapper broken on ARM

2011-04-13 Thread Sergei Shtylyov
Hello. Janusz Krzysztofik wrote: After switching from mem-dma_handle to virt_to_phys(mem-vaddr) used for obtaining page frame number passed to remap_pfn_range() (commit 35d9f510b67b10338161aba6229d4f55b4000f5b), videobuf-dma-contig Please specify the commit summary -- for the human

Re: [PATCHES] Misc. trivial fixes

2011-04-13 Thread Andreas Oberritter
On 04/12/2011 04:31 PM, Robby Workman wrote: On Tue, 12 Apr 2011, Andreas Oberritter wrote: On 04/12/2011 04:10 AM, Robby Workman wrote: --- a/Make.rules +++ b/Make.rules @@ -11,6 +11,7 @@ PREFIX = /usr/local LIBDIR = $(PREFIX)/lib # subdir below LIBDIR in which to install the libv4lx

[cron job] v4l-dvb daily build: ERRORS

2011-04-13 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 Apr 13 19:00:29 CEST 2011 git hash:d9954d8547181f9a6a23f835cc1413732700b785 gcc version: i686-linux-gcc (GCC)

Re: [PATCH 2.6.39 v2] V4L: videobuf-dma-contig: fix mmap_mapper broken on ARM

2011-04-13 Thread Russell King - ARM Linux
On Wed, Apr 13, 2011 at 12:52:31PM +0200, Janusz Krzysztofik wrote: Taking into account that I'm just trying to fix a regression, and not invent a new, long term solution: are you able to name an ARM based board which a) is already supported in 2.6.39, b) is (or can be) equipped with a

[PATCH 2/2 v2] [media] rc/nuvoton-cir: enable CIR on w83667hg chip variant

2011-04-13 Thread Jarod Wilson
Thanks to some excellent investigative work by Douglas Clowes, it was uncovered that the older w83667hg Nuvoton chip functions with this driver after actually enabling the CIR function via its multi-function chip config register. The CIR and CIR wide-band sensor enable bits are just in a different

Re: OMAP3 ISP deadlocks on my new arm

2011-04-13 Thread Sakari Ailus
Bastian Hecht wrote: Hello people, Hi Bastian, I'm cc'ing Laurent. I switched to the new DM3730 from IGEP and while it's supposed to be (almost) the same as the 3530 Version the isp deadlocks deterministically after I start capturing the second time with yavta. Does the capture work the

Re: [PATCH 2.6.39 v2] V4L: videobuf-dma-contig: fix mmap_mapper broken on ARM

2011-04-13 Thread Janusz Krzysztofik
Dnia środa 13 kwiecień 2011 o 20:32:31 Russell King - ARM Linux napisał(a): On Wed, Apr 13, 2011 at 12:52:31PM +0200, Janusz Krzysztofik wrote: Taking into account that I'm just trying to fix a regression, and not invent a new, long term solution: are you able to name an ARM based board

Re: [PATCH 2.6.39 v2] V4L: videobuf-dma-contig: fix mmap_mapper broken on ARM

2011-04-13 Thread Janusz Krzysztofik
Dnia środa 13 kwiecień 2011 o 19:36:30 Sergei Shtylyov napisał(a): Hello. Janusz Krzysztofik wrote: After switching from mem-dma_handle to virt_to_phys(mem-vaddr) used for obtaining page frame number passed to remap_pfn_range() (commit 35d9f510b67b10338161aba6229d4f55b4000f5b),

Re: [PATCH 2.6.39 v2] V4L: videobuf-dma-contig: fix mmap_mapper broken on ARM

2011-04-13 Thread Janusz Krzysztofik
Dnia środa 13 kwiecień 2011 o 23:01:55 Janusz Krzysztofik napisał(a): Dnia środa 13 kwiecień 2011 o 19:36:30 Sergei Shtylyov napisał(a): Hello. Janusz Krzysztofik wrote: After switching from mem-dma_handle to virt_to_phys(mem-vaddr) used for obtaining page frame number passed to

Re: [PATCH 2.6.39 v2] V4L: videobuf-dma-contig: fix mmap_mapper broken on ARM

2011-04-13 Thread Russell King - ARM Linux
On Wed, Apr 13, 2011 at 10:56:39PM +0200, Janusz Krzysztofik wrote: Dnia środa 13 kwiecień 2011 o 20:32:31 Russell King - ARM Linux napisał(a): On Wed, Apr 13, 2011 at 12:52:31PM +0200, Janusz Krzysztofik wrote: Taking into account that I'm just trying to fix a regression, and not

Re: [PATCH 2.6.39 v2] V4L: videobuf-dma-contig: fix mmap_mapper broken on ARM

2011-04-13 Thread Janusz Krzysztofik
Dnia czwartek 14 kwiecień 2011 o 00:00:08 Russell King - ARM Linux napisał(a): On Wed, Apr 13, 2011 at 10:56:39PM +0200, Janusz Krzysztofik wrote: Dnia środa 13 kwiecień 2011 o 20:32:31 Russell King - ARM Linux napisał(a): On Wed, Apr 13, 2011 at 12:52:31PM +0200, Janusz Krzysztofik

Re: TT-budget S2-3200 cannot tune on HB13E DVBS2 transponder

2011-04-13 Thread Lutz Sammer
On 05/04/11 21:07, Steffen Barszus wrote: On Tue, 05 Apr 2011 13:00:14 +0200 Issa Gorissen flop.m@xxx wrote: Hi, Eutelsat made a recent migration from DVB-S to DVB-S2 (since 31/3/2011) on two transponders on HB13E - HOT BIRD 6 13° Est TP 159 Freq 11,681 Ghz DVB-S2 FEC 3/4 27500

KNC ONE DVB-C [1894:0022] can't find any channels, PAT/SDT/NIT filter timeout

2011-04-13 Thread Frantisek Augusztin
Hi, i'm having problems with my new DVB-C device on UPC DVB-C network (Bratislava, Slovakia, encrypted using Conax CAM module inserted in CI slot connected to the DVB-C card): 05:00.0 Multimedia controller [0480]: Philips Semiconductors SAA7146 [1131:7146] (rev 01) Subsystem: KNC One

Re: HVR-1600 (model 74351 rev F1F5) analog Red Screen

2011-04-13 Thread Eric B Munson
On Mon, Apr 11, 2011 at 12:42 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Mon, Apr 11, 2011 at 12:32 PM, Eric B Munson emun...@mgebm.net wrote: Can you tune to other known digital channels? I will have to see if I can set one up by hand and try it.  I will get back to you