Re: [PATCH v2 4/4] omap3isp: preview: Shorten shadow update delay

2012-03-29 Thread Laurent Pinchart
Hi Sakari, Thank you for the review. On Thursday 29 March 2012 23:34:17 Sakari Ailus wrote: > On Wed, Mar 28, 2012 at 02:00:01PM +0200, Laurent Pinchart wrote: > > When applications modify preview engine parameters, the new values are > > applied to the hardware by the preview engine interrupt ha

[media next v3.4] Add support for TBS-Tech ISDB-T Full Seg DTB08

2012-03-29 Thread Manoel Pinheiro
Driver for TBS-Tech ISDB-T USB2.0 Receiver (DTB08 Full Seg). The device used as a reference is described in the link http://linuxtv.org/wiki/index.php/JH_Full_HD_Digital_TV_Receiver Signed-off-by: Manoel Pinheiro --- drivers/media/dvb/dvb-usb/Kconfig |8 + drivers/media/dvb/dvb-usb/Mak

[PATCH 14/17] media/video/s5p-tv: mark const init data with __initconst instead of __initdata

2012-03-29 Thread Uwe Kleine-König
As long as there is no other non-const variable marked __initdata in the same compilation unit it doesn't hurt. If there were one however compilation would fail with error: $variablename causes a section type conflict because a section containing const variables is marked read only and so

Re: [PATCH v2 4/4] omap3isp: preview: Shorten shadow update delay

2012-03-29 Thread Sakari Ailus
Hi Laurent, Thanks for the patch. I've got a few comments below. On Wed, Mar 28, 2012 at 02:00:01PM +0200, Laurent Pinchart wrote: > When applications modify preview engine parameters, the new values are > applied to the hardware by the preview engine interrupt handler during > vertical blanking.

Re: Compilation problem : too few arguments to function 'kmap_atomic

2012-03-29 Thread Andy Walls
"Loïc Bertron" wrote >Hello, > >I'm running into an issue when compiling the last version of >media_build : > >/usr/src/linux-headers-2.6.32-5-common/include/linux/kernel.h:366:1: >warning: this is the location of the previous definition > CC [M] /home/toto/sources/media_build/v4l/hdpvr-contro

Re: [Q] What sensor does s5K6aa driver support?

2012-03-29 Thread Sylwester Nawrocki
Hello Javier, On 03/26/2012 11:55 AM, javier Martin wrote: > Hi, > the following driver claims to support S5K6AAFX Samsung sensor: > http://lxr.linux.no/#linux+v3.3/drivers/media/video/s5k6aa.c > > However, we've been informed that this reference is marked as EOL. Has > anyone tested this driver

Compilation problem : too few arguments to function 'kmap_atomic

2012-03-29 Thread Loïc Bertron
Hello, I'm running into an issue when compiling the last version of media_build : /usr/src/linux-headers-2.6.32-5-common/include/linux/kernel.h:366:1: warning: this is the location of the previous definition CC [M] /home/toto/sources/media_build/v4l/hdpvr-control.o CC [M] /home/toto/sourc

cron job: media_tree daily build: ERRORS

2012-03-29 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:Thu Mar 29 19:00:28 CEST 2012 git hash:296da3cd14db9eb5606924962b2956c9c656dbb0 gcc version: i686-linux-gcc (GC

Re: Using MT9P031 digital sensor

2012-03-29 Thread Laurent Pinchart
On Tuesday 27 March 2012 16:44:50 jean-philippe francois wrote: > Le 26 mars 2012 18:32, Gary Thomas a écrit : > > On 2012-03-26 09:37, Joshua Hintze wrote: > >> Gary, > >> > >> I'm using linux branch from 2.6.39 > >> > >> Fetch URL: git://www.sakoman.com/git/linux-omap-2.6 > >> branch: omap-2.6

Re: Startup delay needed for a Sonix camera

2012-03-29 Thread Jean-Francois Moine
On Thu, 29 Mar 2012 09:16:59 +0200 Rafał Rzepecki wrote: > Actually after some more research I've found that b4b01071379 has fixed it. > (Jean-François says in the commit message "This problem was introduced > by commit 0e4d413af1a9d and its exact effects are unknown." So I guess > they are known

Re: Startup delay needed for a Sonix camera

2012-03-29 Thread Rafał Rzepecki
2012/3/29 Hans de Goede : > Hi, > > > On 03/29/2012 08:27 AM, Rafał Rzepecki wrote: >> >> Hi, >> >> I've tried to reach Jean-Francois with this a week ago, but I still >> haven't received an answer, so I'm sending it to the mailing list. I'd >> appreciate a CC of any follow-ups. >> >> I've been hav

Re: Startup delay needed for a Sonix camera

2012-03-29 Thread Hans de Goede
Hi, On 03/29/2012 08:27 AM, Rafał Rzepecki wrote: Hi, I've tried to reach Jean-Francois with this a week ago, but I still haven't received an answer, so I'm sending it to the mailing list. I'd appreciate a CC of any follow-ups. I've been having problems with my ID 0c45:6128 Microdia PC Camera

Re: Startup delay needed for a Sonix camera

2012-03-29 Thread Rafał Rzepecki
2012/3/29 Rafał Rzepecki : > I thought it looked like as though the camera hasn't got enough time > to initialize, and indeed, adding an msleep(30) near the end of > sd_start() in sonixj.c solved the problem. Actually after some more research I've found that b4b01071379 has fixed it. (Jean-Françoi