Re: [PATCH] [media] v4l: Add mt9v034 sensor driver

2012-11-29 Thread Prabhakar Lad
Hi Enric, Thanks for the patch. Below are few comments. On Fri, Oct 5, 2012 at 4:04 PM, Enric Balletbo i Serra wrote: > From: Enric Balletbo i Serra > > The MT9V034 is a parallel wide VGA sensor from Aptina (formerly Micron) > controlled through I2C. > > The driver creates a V4L2 subdevice. It

Re: [PATCH] stv0900: Multistream support

2012-11-29 Thread CrazyCat
Yes, really useless :) Need remove it:) 29.11.2012, 21:41, "Ezequiel Garcia" : > Mmm, that's a pretty useless printk, IMHO. > If someone wants to trace a driver it's better to use ftrace, again IMHO. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message

Re: em28xx: msi Digivox ATSC board id [0db0:8810]

2012-11-29 Thread Matthew Gyurgyik
On 11/29/2012 02:28 PM, Frank Schäfer wrote: Matthew, stay tuned but be patient. ;) Regards, Frank Sure thing, just let me know what you need me to do! -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH] [media] rtl28xxu: add Terratec Cinergy T Stick RC rev 3

2012-11-29 Thread Juergen Lock
On Thu, Nov 29, 2012 at 11:21:38PM +0200, Antti Palosaari wrote: > On 11/29/2012 10:52 PM, Juergen Lock wrote: > > This just adds the usbid to the rtl28xxu driver, that's all that's > > needed to make the stick work for DVB. > > > > Signed-off-by: Juergen Lock > > > > --- a/drivers/media/dvb-core/

Re: [PATCH] gspca - ov534: Fix the light frequency filter

2012-11-29 Thread Antonio Ospite
On Thu, 29 Nov 2012 10:25:19 +0100 Hans de Goede wrote: > Hi Jean-Francois, Antonio Ospite, > > Could it be that you're both right, and that the register > Jean-Francois suggest is used (0x13) and uses in his patch > is for enabling / disabling the light-freq filter, where > as the register whic

Re: [PATCH] [media] rtl28xxu: add Terratec Cinergy T Stick RC rev 3

2012-11-29 Thread Antti Palosaari
On 11/29/2012 10:52 PM, Juergen Lock wrote: This just adds the usbid to the rtl28xxu driver, that's all that's needed to make the stick work for DVB. Signed-off-by: Juergen Lock --- a/drivers/media/dvb-core/dvb-usb-ids.h +++ b/drivers/media/dvb-core/dvb-usb-ids.h @@ -162,6 +162,7 @@ #define

[PATCH] [media] rtl28xxu: add Terratec Cinergy T Stick RC rev 3

2012-11-29 Thread Juergen Lock
This just adds the usbid to the rtl28xxu driver, that's all that's needed to make the stick work for DVB. Signed-off-by: Juergen Lock --- a/drivers/media/dvb-core/dvb-usb-ids.h +++ b/drivers/media/dvb-core/dvb-usb-ids.h @@ -162,6 +162,7 @@ #define USB_PID_TERRATEC_CINERGY_T_USB_XE_REV2

Re: [PATCH] [media] v4l: Add mt9v034 sensor driver

2012-11-29 Thread Sylwester Nawrocki
Hi Enric, In general this driver looks good to me. However it seems you're using it together with the omap3isp driver. Likely Laurent and Sakari may have some comments on that. Just one thing I'm unsure about, please see below. On 10/05/2012 12:34 PM, Enric Balletbo i Serra wrote: From: Enric

Re: [PATCH 2/6] i915: convert struct spinlock to spinlock_t

2012-11-29 Thread Daniel Vetter
On Thu, Nov 29, 2012 at 12:45:06PM -0800, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" > > spinlock_t should always be used. > > LD drivers/gpu/drm/i915/built-in.o > CHECK drivers/gpu/drm/i915/i915_drv.c > CC [M] drivers/gpu/drm/i915/i915_drv.o > CHECK drivers/gpu/drm/i

[PATCH 1/6] ux500: convert struct spinlock to spinlock_t

2012-11-29 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" spinlock_t should always be used. I was unable to build test with allmodconfig: mcgrof@frijol ~/linux-next (git::(no branch))$ make C=1 M=drivers/crypto/ux500/ WARNING: Symbol version dump /home/mcgrof/linux-next/Module.symvers is missing; modules will ha

[PATCH 0/6] drivers: convert struct spinlock to spinlock_t

2012-11-29 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" Turns out a few drivers have strayed away from using the spinlock_t typedef and decided to use struct spinlock directly. This series converts these drivers to use spinlock_t. Each change has been compile tested with allmodconfig and sparse checked. Driver developers may

[PATCH 4/6] s5p-jpeg: convert struct spinlock to spinlock_t

2012-11-29 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" spinlock_t should always be used. Could not get this to build with allmodconfig: mcgrof@frijol ~/linux-next (git::(no branch))$ make C=1 M=drivers/media/platform/s5p-jpeg WARNING: Symbol version dump /home/mcgrof/linux-next/Module.symvers is missing; mod

[PATCH 2/6] i915: convert struct spinlock to spinlock_t

2012-11-29 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" spinlock_t should always be used. LD drivers/gpu/drm/i915/built-in.o CHECK drivers/gpu/drm/i915/i915_drv.c CC [M] drivers/gpu/drm/i915/i915_drv.o CHECK drivers/gpu/drm/i915/i915_dma.c CC [M] drivers/gpu/drm/i915/i915_dma.o CHECK drivers/gpu/drm/

[PATCH 3/6] s5p-fimc: convert struct spinlock to spinlock_t

2012-11-29 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" spinlock_t should always be used. Could not get this to build with allmodconfig: mcgrof@frijol ~/linux-next (git::(no branch))$ make C=1 M=drivers/media/platform/s5p-fimc/ WARNING: Symbol version dump /home/mcgrof/linux-next/Module.symvers is missing; mo

[PATCH 5/6] brcmfmac: convert struct spinlock to spinlock_t

2012-11-29 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" spinlock_t should always be used. LD drivers/net/wireless/brcm80211/built-in.o CHECK drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c CC [M] drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.o CHECK drivers/net/wireless/brcm80211/brcmfmac/fwil.c

[PATCH 6/6] ie6xx_wdt: convert struct spinlock to spinlock_t

2012-11-29 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" spinlock_t should always be used. CHECK drivers/watchdog/ie6xx_wdt.c CC [M] drivers/watchdog/ie6xx_wdt.o Building modules, stage 2. MODPOST 43 modules LD [M] drivers/watchdog/ie6xx_wdt.ko Cc: Alexander Stein Reported-by: Hauke Mehrtens Signed-off-by: Lu

Re: ivtv driver inputs randomly "block"

2012-11-29 Thread Brian J. Murrell
On 12-11-29 10:50 AM, Andy Walls wrote: > > until the problem appears. I'm afraid I didn't notice the problem until about 40m into the recording bug given that MythTV is in a loop repeatedly opening the card and trying to use it perhaps the high volume even 40 minutes into the recording is useful

Re: em28xx: msi Digivox ATSC board id [0db0:8810]

2012-11-29 Thread Antti Palosaari
On 11/29/2012 09:28 PM, Frank Schäfer wrote: Am 29.11.2012 03:15, schrieb Antti Palosaari: On 11/29/2012 04:05 AM, Matthew Gyurgyik wrote: On 11/28/2012 05:55 PM, Antti Palosaari wrote: Very, very, good pics and sniffs!! From the sniff you could see I2C addresses 50 (a0 >> 1) eeprom 0e (1c

Re: [PATCH] stv0900: Multistream support

2012-11-29 Thread Ezequiel Garcia
Hi Evgeny, On Thu, Nov 29, 2012 at 4:27 PM, CrazyCat wrote: > Multistream support for stv0900. For Netup Dual S2 CI with STV0900BAC/AAC. > > Signed-off-by: Evgeny Plehov > diff --git a/drivers/media/dvb-frontends/stv0900_core.c > b/drivers/media/dvb-frontends/stv0900_core.c > index b551ca3..0fb

[PATCH] stv0900: Multistream support

2012-11-29 Thread CrazyCat
Multistream support for stv0900. For Netup Dual S2 CI with STV0900BAC/AAC. Signed-off-by: Evgeny Plehov diff --git a/drivers/media/dvb-frontends/stv0900_core.c b/drivers/media/dvb-frontends/stv0900_core.c index b551ca3..0fb34e1 100644 --- a/drivers/media/dvb-frontends/stv0900_core.c +++ b/driver

Re: em28xx: msi Digivox ATSC board id [0db0:8810]

2012-11-29 Thread Frank Schäfer
Am 29.11.2012 03:15, schrieb Antti Palosaari: > On 11/29/2012 04:05 AM, Matthew Gyurgyik wrote: >> On 11/28/2012 05:55 PM, Antti Palosaari wrote: >>> >>> Very, very, good pics and sniffs!! >>> >>> >>> From the sniff you could see I2C addresses >>> 50 (a0 >> 1) eeprom >>> 0e (1c >> 1) demod >>> 60 (

cron job: media_tree daily build: ERRORS

2012-11-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 Nov 29 19:00:10 CET 2012 git hash:d8658bca2e5696df2b6c69bc5538f8fe54e4a01e gcc version: i686-linux-gcc (GCC

Re: [PATCH 0/2] omap_vout: remove cpu_is_* uses

2012-11-29 Thread Tomi Valkeinen
On 2012-11-29 19:05, Mauro Carvalho Chehab wrote: > Em Thu, 29 Nov 2012 17:39:45 +0100 > Laurent Pinchart escreveu: >>> Please rather queue the cpu_is_omap removal to v3.8 so I can >>> remove plat/cpu.h for omap2+. >> >> In that case the patches should go through the DSS tree. Mauro, are you fine

Re: [PATCH 0/2] omap_vout: remove cpu_is_* uses

2012-11-29 Thread Mauro Carvalho Chehab
Em Thu, 29 Nov 2012 17:39:45 +0100 Laurent Pinchart escreveu: > Hi Tony, > > On Thursday 29 November 2012 08:29:27 Tony Lindgren wrote: > > * Laurent Pinchart [121129 01:37]: > > > On Thursday 29 November 2012 11:30:28 Tomi Valkeinen wrote: > > > > On 2012-11-28 17:13, Laurent Pinchart wrote: >

Re: ivtv driver inputs randomly "block"

2012-11-29 Thread Ezequiel Garcia
Hi Brian, On Thu, Nov 29, 2012 at 12:53 PM, Brian J. Murrell wrote: [...] > > I am sure you would agree that this is not really a suitable > work-around, yes? > I meant doing that just as a debug trial to know if maybe MythTV was doing something wrong. Andy already answered explaining this shou

Re: [PATCH v3 0/9] Media Controller capture driver for DM365

2012-11-29 Thread Mauro Carvalho Chehab
Em Thu, 29 Nov 2012 18:15:39 +0530 Manjunath Hadli escreveu: > > So, in summary: > > > > Prabhakar/Manju: > > > > If you'll be committed to make sure that no regressions will happen when > > this > > driver will be promoted and replace the existing driver, please update > > the TODO to point t

Re: [PATCH 0/2] omap_vout: remove cpu_is_* uses

2012-11-29 Thread Laurent Pinchart
Hi Tony, On Thursday 29 November 2012 08:29:27 Tony Lindgren wrote: > * Laurent Pinchart [121129 01:37]: > > On Thursday 29 November 2012 11:30:28 Tomi Valkeinen wrote: > > > On 2012-11-28 17:13, Laurent Pinchart wrote: > > > > On Monday 12 November 2012 15:33:38 Tomi Valkeinen wrote: > > > >> Hi

Re: [PATCH 0/2] omap_vout: remove cpu_is_* uses

2012-11-29 Thread Tony Lindgren
* Laurent Pinchart [121129 01:37]: > Hi Tomi, > > On Thursday 29 November 2012 11:30:28 Tomi Valkeinen wrote: > > On 2012-11-28 17:13, Laurent Pinchart wrote: > > > On Monday 12 November 2012 15:33:38 Tomi Valkeinen wrote: > > >> Hi, > > >> > > >> This patch removes use of cpu_is_* funcs from om

[GIT PULL FOR 3.8] exynos-gsc driver updates

2012-11-29 Thread Sylwester Nawrocki
Hi Mauro, The following changes since commit d8658bca2e5696df2b6c69bc5538f8fe54e4a01e: [media] omap3isp: Replace cpu_is_omap3630() with ISP revision check (2012-11-28 10:54:46 -0200) are available in the git repository at: git://git.infradead.org/users/kmpark/linux-samsung exynos_gsc_v3.8

Re: ivtv driver inputs randomly "block"

2012-11-29 Thread Brian J. Murrell
On 12-11-29 10:50 AM, Andy Walls wrote: > > Hi Ezequiel, > > Nope. IIRC, that's just MythTV timing-out, closing the device node, and > reopening the device node, in attempt to make things work again. Seems a very reasonable explanation. > Hi Brian, Hi Andy, > I haven't checked the log you pr

Re: ivtv driver inputs randomly "block"

2012-11-29 Thread Brian J. Murrell
On 12-11-29 10:29 AM, Ezequiel Garcia wrote: > Hi Brian, Hi Garcia, > Mmm, the log shows this repeating pattern: > > --- > Nov 28 17:54:46 cmurrell kernel: [878779.229702] ivtv0: info: Setup > VBI start 0x002fea04 frames 4 fpi 1 > Nov 28 17:54:46 cmurrell kernel: [878779.233129] ivtv0: info: P

Re: ivtv driver inputs randomly "block"

2012-11-29 Thread Andy Walls
On Thu, 2012-11-29 at 12:29 -0300, Ezequiel Garcia wrote: > Hi Brian, > > See my comments below. > > On Wed, Nov 28, 2012 at 8:19 PM, Brian J. Murrell > wrote: > > On 12-11-28 08:13 AM, Ezequiel Garcia wrote: > >> > >> Try again with > >> modprobe ivtv ivtv_debug=10 > > > > OK. Happened again.

Re: Available and supported DVB-C USB device

2012-11-29 Thread Antti Palosaari
On 11/29/2012 03:27 AM, P. van Gaans wrote: I'm living in The Netherlands and am looking for a DVB-C USB device that's available, supported and (preferably) affordable. Devices that are available and affordable would appear to be the Delock DVB-C USB stick (which I can't find a whole lot about) a

Re: ivtv driver inputs randomly "block"

2012-11-29 Thread Ezequiel Garcia
Hi Brian, See my comments below. On Wed, Nov 28, 2012 at 8:19 PM, Brian J. Murrell wrote: > On 12-11-28 08:13 AM, Ezequiel Garcia wrote: >> >> Try again with >> modprobe ivtv ivtv_debug=10 > > OK. Happened again. The kernel log for the whole day since starting > the module with debug this morn

Re: 093a:2460 Webcam (Pixart PAC207BCA) - inverted LED logic

2012-11-29 Thread Hans de Goede
Hi, On 11/22/2012 04:27 PM, Yuri Glushkov wrote: [1.] One line summary of the problem: 093a:2460 Webcam (Pixart PAC207BCA) - inverted LED logic [2.] Full description of the problem/report: The LED on this webcam is always turned on when connected to USB, unless some application uses it - the

Re: [PATCH] gspca - stv06xx: Fix a regression with the bridge/sensor vv6410

2012-11-29 Thread Hans de Goede
Hi, Thanks for the patch I've added this to my tree, and it is part of the pull-request I just send to Mauro for 3.8 Regards, Hans On 11/22/2012 12:59 PM, Jean-Francois Moine wrote: From: Jean-François Moine Setting the H and V flip controls at webcam connection time prevents the webcam to

[GIT FIXES FOR 3.8] Various USB webcam fixes

2012-11-29 Thread Hans de Goede
Hi Mauro, Please pull from my tree for some assorted USB webcam fixes for 3.8 The following changes since commit d8658bca2e5696df2b6c69bc5538f8fe54e4a01e: [media] omap3isp: Replace cpu_is_omap3630() with ISP revision check (2012-11-28 10:54:46 -0200) are available in the git repository at:

[Q]: Tevii S480 higher DVB-S2 symbol rate

2012-11-29 Thread emmanuel ALLAUD
Hi all, a quick question about the tevii S480: I need to tune to a transponder which does DVB-S2 45MS/s (QPSK). I have a dying TBS 6921 which was able to sustain this rate flawlessly, but the spec of the S480 seems to indicate that it should do it also, but I'd like to know if someone has

Re: [PATCH v3 0/9] Media Controller capture driver for DM365

2012-11-29 Thread Manjunath Hadli
Hi Mauro, On Thursday 29 November 2012 04:09 PM, Mauro Carvalho Chehab wrote: > Em Thu, 29 Nov 2012 08:43:36 +0100 > Hans Verkuil escreveu: > >> On Wed November 28 2012 20:30:21 Greg Kroah-Hartman wrote: >>> On Wed, Nov 28, 2012 at 08:18:20PM +0100, Hans Verkuil wrote: On Wed November 28 20

Re: [PATCH v3 0/9] Media Controller capture driver for DM365

2012-11-29 Thread Mauro Carvalho Chehab
Em Thu, 29 Nov 2012 08:43:36 +0100 Hans Verkuil escreveu: > On Wed November 28 2012 20:30:21 Greg Kroah-Hartman wrote: > > On Wed, Nov 28, 2012 at 08:18:20PM +0100, Hans Verkuil wrote: > > > On Wed November 28 2012 18:22:48 Greg Kroah-Hartman wrote: > > > > On Wed, Nov 28, 2012 at 10:18:02AM -020

[GIT PULL] soc-camera for 3.8 second lot

2012-11-29 Thread Guennadi Liakhovetski
Hi Mauro Most these patches have been posted a while ago, they include the sh_veu mem2mem driver - unchanged from the previous pull request, but this time I'm also including the mem2mem core patch, that's needed to make sh_veu compile without warnings. Also including an update to MAINTAINERS an

[GIT PULL] 3.7 soc-camera fixes

2012-11-29 Thread Guennadi Liakhovetski
Hi Mauro Please, push these 3 fixes for 3.7. The following changes since commit e9296e89b85604862bd9ec2d54dc43edad775c0d: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2012-11-28 21:54:07 -0800) are available in the git repository at: git://linuxtv.org/gliakhovetski/v4l-d

Re: [PATCH v2 0/4] media: mx2_camera: Remove i.mx25 and clean up.

2012-11-29 Thread Guennadi Liakhovetski
Hi Javier On Tue, 30 Oct 2012, Javier Martin wrote: > Changes since v1: > - Remove i.MX25 support in the Kconfig file too in patch 1. > > [PATCH v2 1/4] media: mx2_camera: Remove i.mx25 support. > [PATCH v2 2/4] media: mx2_camera: Add image size HW limits. > [PATCH v2 3/4] media: mx2_camera: Re

Re: [PATCH v3 0/9] Media Controller capture driver for DM365

2012-11-29 Thread Laurent Pinchart
On Wednesday 28 November 2012 16:12:00 Prabhakar Lad wrote: > From: Manjunath Hadli For staging, and provided that all parties involved understand that an API compatibility layer with the existing drivers/media/platform/davinci/ driver (called the "existing driver") will need to be provided whe

[PATCH] MAINTAINERS: add entries for sh_veu and sh_vou V4L2 drivers

2012-11-29 Thread Guennadi Liakhovetski
sh_vou might be better described by "Odd Fixes," but mark it "Maintained" for now. sh_veu is a new driver and might see some development in the future. Signed-off-by: Guennadi Liakhovetski --- MAINTAINERS | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/MAIN

[PATCH 1/2] media: sh_mobile_csi2: use managed memory and resource allocations

2012-11-29 Thread Guennadi Liakhovetski
Use managed allocations to simplify error handling and clean up paths. Signed-off-by: Guennadi Liakhovetski --- drivers/media/platform/soc_camera/sh_mobile_csi2.c | 23 +++ 1 files changed, 4 insertions(+), 19 deletions(-) diff --git a/drivers/media/platform/soc_camera/sh_mobi

[PATCH 2/2] media: sh_mobile_ceu_camera: use managed memory and resource allocations

2012-11-29 Thread Guennadi Liakhovetski
Use managed allocations to simplify error handling and clean up paths. Signed-off-by: Guennadi Liakhovetski --- .../platform/soc_camera/sh_mobile_ceu_camera.c | 32 +-- 1 files changed, 9 insertions(+), 23 deletions(-) diff --git a/drivers/media/platform/soc_camera/sh_mobi

Re: [PATCH 0/2] omap_vout: remove cpu_is_* uses

2012-11-29 Thread Laurent Pinchart
Hi Tomi, On Thursday 29 November 2012 11:30:28 Tomi Valkeinen wrote: > On 2012-11-28 17:13, Laurent Pinchart wrote: > > On Monday 12 November 2012 15:33:38 Tomi Valkeinen wrote: > >> Hi, > >> > >> This patch removes use of cpu_is_* funcs from omap_vout, and uses > >> omapdss's version instead. Th

Re: [PATCH 0/2] omap_vout: remove cpu_is_* uses

2012-11-29 Thread Tomi Valkeinen
On 2012-11-28 17:13, Laurent Pinchart wrote: > Hi Tomi, > > On Monday 12 November 2012 15:33:38 Tomi Valkeinen wrote: >> Hi, >> >> This patch removes use of cpu_is_* funcs from omap_vout, and uses omapdss's >> version instead. The other patch removes an unneeded plat/dma.h include. >> >> These are

Re: [PATCH] gspca - ov534: Fix the light frequency filter

2012-11-29 Thread Hans de Goede
Hi Jean-Francois, Antonio Ospite, Could it be that you're both right, and that the register Jean-Francois suggest is used (0x13) and uses in his patch is for enabling / disabling the light-freq filter, where as the register which were used before this patch (0x2a, 0x2b) are used to select the lig

Re: [GIT PULL] soc-camera + VEU for 3.8

2012-11-29 Thread Guennadi Liakhovetski
Hi Mauro On Thu, 22 Nov 2012, Mauro Carvalho Chehab wrote: > Em Thu, 22 Nov 2012 11:41:05 -0200 > Mauro Carvalho Chehab escreveu: > > > Em Wed, 31 Oct 2012 13:01:19 +0100 (CET) > > Guennadi Liakhovetski escreveu: > > > > > Hi Mauro > > > > > > Please pull driver updates for 3.8. Apart from u

[PATCH] media: mem2mem: make reference to struct m2m_ops in the core const

2012-11-29 Thread Guennadi Liakhovetski
The mem2mem core doesn't change struct m2m_ops, provided by the driver, make references to it const. Signed-off-by: Guennadi Liakhovetski --- drivers/media/v4l2-core/v4l2-mem2mem.c |4 ++-- include/media/v4l2-mem2mem.h |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) di

Re: [PATCH -next] [media] mt9v022: fix potential NULL pointer dereference in mt9v022_probe()

2012-11-29 Thread Anatolij Gustschin
On Wed, 28 Nov 2012 21:56:15 -0500 Wei Yongjun wrote: > From: Wei Yongjun > > The dereference to 'icl' should be moved below the NULL test. > > Signed-off-by: Wei Yongjun Acked-by: Anatolij Gustschin > --- > drivers/media/i2c/soc_camera/mt9v022.c | 3 ++- > 1 file changed, 2 insertions(+)