Debugging DVB

2012-11-06 Thread Michelle
Dear All, I need your advice and help. I am very new to Linux DVB system. I have installed a DVB-S card in my system. May I know how can I verify the received signal? Thank you. -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to

Using OV5642 sensor driver for CM8206-A500SA-E

2012-11-06 Thread Anatolij Gustschin
Hi, I'm trying to use mainline ov5642 driver for ov5642 based camera module CM8206-A500SA-E from TRULY. The driver loads and initializes the sensor, but the initialization seems to be incomplete, the sensor doesn't generate pixel clock and sync signals. For a quick test I've replaced the default

Re: Using OV5642 sensor driver for CM8206-A500SA-E

2012-11-06 Thread Bastian Hecht
Hi Anatolij, if I remember correctly I had the same issue inverted. For me the initialization sequence of the freescale driver didn't work. Generally it was quite difficult to deduce anything from the docs to split the initialization into sensible parts. Too many parts were undocumented or didn't

RE: [PATCH RFC 1/5] V4L: Add V4L2_MBUS_FMT_S5C_UYVY_JPEG_1X8 media bus format

2012-11-06 Thread Vincent ABRIOU
Hi Sakari and Sylwester, Sorry for the late answer. -Original Message- From: Sakari Ailus [mailto:sakari.ai...@iki.fi] Sent: Monday, October 15, 2012 8:36 PM To: Sylwester Nawrocki Cc: Vincent ABRIOU; linux-media@vger.kernel.org; a.ha...@samsung.com; Laurent Pinchart;

Re: [PATCH 1/2] ARM: i.MX27: Add platform support for IRAM.

2012-11-06 Thread Guennadi Liakhovetski
Hi Javier On Mon, 5 Nov 2012, Javier Martin wrote: Add support for IRAM to i.MX27 non-DT platforms using iram_init() function. I'm not sure this belongs in a camera driver. Can IRAM not be used for anything else? I'll check the i.MX27 datasheet when I'm back home after the conference, so

Re: [PATCH] OV5642: fix VIDIOC_S_GROP ioctl

2012-11-06 Thread Guennadi Liakhovetski
On Tue, 6 Nov 2012, Anatolij Gustschin wrote: VIDIOC_S_GROP ioctl doesn't work, soc-camera driver reports: soc-camera-pdrv soc-camera-pdrv.0: S_CROP denied: getting current crop failed The issue is caused by checking for V4L2_BUF_TYPE_VIDEO_CAPTURE type in driver's g_crop callback. This

Re: [PATCH] Add chipid to fc2580.c

2012-11-06 Thread Oliver Schinagl
On 05-11-12 23:58, Antti Palosaari wrote: On 10/30/2012 11:24 AM, Oliver Schinagl wrote: On 29-10-12 02:09, Antti Palosaari wrote: su 28.10.2012 22:07 Mauro Carvalho Chehab kirjoitti: Em Mon, 22 Oct 2012 10:17:26 +0200 Oliver Schinagl oliver+l...@schinagl.nl escreveu: diff --git

[PATCH 1/2] Staging/media: fixed spacing coding style in go7007/wis-tw9903.c

2012-11-06 Thread YAMANE Toshiaki
fixed below checkpatch error. - ERROR: that open brace { should be on the previous line Signed-off-by: YAMANE Toshiaki yamaneto...@gmail.com --- drivers/staging/media/go7007/wis-tw9903.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[PATCH 2/2] Staging/media: Use dev_ printks in go7007/wis-tw9903.c

2012-11-06 Thread YAMANE Toshiaki
fixed below checkpatch warning. - WARNING: Prefer netdev_dbg(netdev, ... then dev_dbg(dev, ... then pr_debug(... to printk(KERN_DEBUG ... - WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(... to printk(KERN_ERR ... Signed-off-by: YAMANE Toshiaki yamaneto...@gmail.com

[PATCH] Staging/media: Use dev_ printks in go7007/go7007-v4l2.c

2012-11-06 Thread YAMANE Toshiaki
fixed below checkpatch warning. - WARNING: Prefer netdev_info(netdev, ... then dev_info(dev, ... then pr_info(... to printk(KERN_INFO ... Signed-off-by: YAMANE Toshiaki yamaneto...@gmail.com --- drivers/staging/media/go7007/go7007-v4l2.c |4 ++-- 1 file changed, 2 insertions(+), 2

Re: [PATCH 1/2] ARM: i.MX27: Add platform support for IRAM.

2012-11-06 Thread Sascha Hauer
On Tue, Nov 06, 2012 at 12:37:35PM +0100, Guennadi Liakhovetski wrote: Hi Javier On Mon, 5 Nov 2012, Javier Martin wrote: Add support for IRAM to i.MX27 non-DT platforms using iram_init() function. I'm not sure this belongs in a camera driver. Can IRAM not be used for anything else?

Re: [PATCH] OV5642: fix VIDIOC_S_GROP ioctl

2012-11-06 Thread Anatolij Gustschin
On Tue, 6 Nov 2012 12:45:51 +0100 (CET) Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: On Tue, 6 Nov 2012, Anatolij Gustschin wrote: VIDIOC_S_GROP ioctl doesn't work, soc-camera driver reports: soc-camera-pdrv soc-camera-pdrv.0: S_CROP denied: getting current crop failed The

Re: Debugging DVB

2012-11-06 Thread Oliver Schinagl
Michelle, you could try looking at the DVB-Apps, its probably the best starting place. http://www.linuxtv.org/wiki/index.php/LinuxTV_dvb-apps oliver On 06-11-12 10:23, Michelle wrote: Dear All, I need your advice and help. I am very new to Linux DVB system. I have installed a DVB-S card in

Re: Using OV5642 sensor driver for CM8206-A500SA-E

2012-11-06 Thread Anatolij Gustschin
Hi Bastian, On Tue, 6 Nov 2012 10:38:40 +0100 Bastian Hecht hec...@googlemail.com wrote: Hi Anatolij, if I remember correctly I had the same issue inverted. For me the initialization sequence of the freescale driver didn't work. Generally it was quite difficult to deduce anything from the

Re: [PATCH] Add chipid to fc2580.c

2012-11-06 Thread Antti Palosaari
On 11/06/2012 02:01 PM, Oliver Schinagl wrote: On 05-11-12 23:58, Antti Palosaari wrote: On 10/30/2012 11:24 AM, Oliver Schinagl wrote: On 29-10-12 02:09, Antti Palosaari wrote: su 28.10.2012 22:07 Mauro Carvalho Chehab kirjoitti: Em Mon, 22 Oct 2012 10:17:26 +0200 Oliver Schinagl

Re: [PATCH] cx23885: Added support for AVerTV Hybrid Express Slim HC81R (only analog)

2012-11-06 Thread Oleg Kravchenko
Hi guys! So what is with my patch? It is will be accepted? -- 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

for_v3.8 build is broken

2012-11-06 Thread Antti Palosaari
That build is broken currently. drivers/built-in.o: In function `sms_ir_event': /home/crope/linuxtv/code/linux/drivers/media/common/siano/smsir.c:48: undefined reference to `ir_raw_event_store' /home/crope/linuxtv/code/linux/drivers/media/common/siano/smsir.c:50: undefined reference to

[PATCH] rtl28xxu: 1d19:1102 Dexatek DK mini DVB-T Dongle

2012-11-06 Thread Antti Palosaari
Add new USB ID as driver supports it. Reported-by: Hubert Lin hubertws...@gmail.com Tested-by: Hubert Lin hubertws...@gmail.com Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH] Staging/media: Use dev_ printks in go7007/wis-uda1342.c

2012-11-06 Thread YAMANE Toshiaki
fixed below checkpatch warning. - WARNING: Prefer netdev_dbg(netdev, ... then dev_dbg(dev, ... then pr_debug(... to printk(KERN_DEBUG ... - WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(... to printk(KERN_ERR ... Signed-off-by: YAMANE Toshiaki yamaneto...@gmail.com

[PATCH] Staging/media: Use dev_ printks in go7007/wis-tw2804.c

2012-11-06 Thread YAMANE Toshiaki
fixed below checkpatch warning. - WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(... to printk(KERN_ERR ... - WARNING: Prefer netdev_dbg(netdev, ... then dev_dbg(dev, ... then pr_debug(... to printk(KERN_DEBUG ... Signed-off-by: YAMANE Toshiaki yamaneto...@gmail.com

[PATCH 2/2] Staging/media: Use dev_ printks in go7007/s2250-board.c

2012-11-06 Thread YAMANE Toshiaki
fixed below checkpatch warning. - WARNING: Prefer netdev_info(netdev, ... then dev_info(dev, ... then pr_info(... to printk(KERN_INFO ... - WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(... to printk(KERN_ERR ... Signed-off-by: YAMANE Toshiaki yamaneto...@gmail.com

Re: avermedia, new version of avertv volar green hd

2012-11-06 Thread Antti Palosaari
Any idea about chipset? Those listed didn't sound any familiar. What are driver file names? regards Antti On 11/05/2012 02:37 PM, Árvai Zoltán wrote: Hi, I asked the local guy from Avermedia about this tuner. He said it is a new product called AVerTV Volar HD M (A835M). It has probably the

cron job: media_tree daily build: WARNINGS

2012-11-06 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 Nov 6 19:02:24 CET 2012 git hash:2cb654fd281e1929aa3b9f5f54f492135157a613 gcc version: i686-linux-gcc

Re: avermedia, new version of avertv volar green hd

2012-11-06 Thread Antti Palosaari
Also lsusb -vvd 07ca:3835 could be nice to see. Antti On 11/06/2012 10:33 PM, Antti Palosaari wrote: Any idea about chipset? Those listed didn't sound any familiar. What are driver file names? regards Antti On 11/05/2012 02:37 PM, Árvai Zoltán wrote: Hi, I asked the local guy from

Re: S3C244X/S3C64XX SoC camera host interface driver questions

2012-11-06 Thread Andrey Gusakov
Hi. Does the sensor still hang after 0x2f is written to REG_GRCOM instead ? Work! I'm looking at drivers/media/usb/gspca/m5602/m5602_ov9650.h It use significantly different init sequence. Some of settings described in Application note for ov9650, some look like magic. Do you have

Re: OMAP3 ISP: VIDIOC_STREAMON and VIDIOC_QBUF calls fail

2012-11-06 Thread Sakari Ailus
Hi Andreas, On Mon, Nov 05, 2012 at 04:47:43PM +0100, Andreas Nagel wrote: Hello, in order to familiarize myself with Media Controller and V4L2 I am creating a small example program for capturing some frames through the OMAP3 ISP. The hardware used is a TAO-3530 on a Tsunami daughterboard

[RFC] Selections targets at V4L2 video mem-to-mem interface

2012-11-06 Thread Sylwester Nawrocki
Hi All, I'd like to clarify the meaning of selection targets on a mem-to-mem video device, in order to document it and to make sure new m2m drivers get it right, and also that the existing ones, using originally the crop ioctls, are converted to the selection ioctls properly. Until the

Re: [PATCH] rtl28xxu: 1d19:1102 Dexatek DK mini DVB-T Dongle

2012-11-06 Thread Antti Palosaari
Short question, is simple ID addition for device driver like that allowed to push during RC phase (for Kernel 3.7 as now is RC4 released)? I tried to look documentation but didn't found answer. regards Antti On 11/06/2012 09:16 PM, Antti Palosaari wrote: Add new USB ID as driver supports

[PATCH] rtl28xxu: 0ccd:00d7 TerraTec Cinergy T Stick+

2012-11-06 Thread Andrew Karpow
added usb-id as driver supports the stick Signed-off-by: Andrew Karpow a...@mailbox.tu-berlin.de --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c

[PATCH] siano: fix Kconfig

2012-11-06 Thread David Härdeman
make allmodconfig fails on the staging/for_v3.8 branch: LD init/built-in.o drivers/built-in.o: In function `sms_ir_event': /home/david/checkouts/linux/drivers/media/common/siano/smsir.c:48: undefined reference to `ir_raw_event_store'

Re: [PATCH] siano: fix Kconfig

2012-11-06 Thread Mauro Carvalho Chehab
Em Wed, 07 Nov 2012 01:10:18 +0100 David Härdeman da...@hardeman.nu escreveu: make allmodconfig fails on the staging/for_v3.8 branch: LD init/built-in.o drivers/built-in.o: In function `sms_ir_event': /home/david/checkouts/linux/drivers/media/common/siano/smsir.c:48: undefined

[PATCH] [media] exynos-gsc: Adding tiled multi-planar format to G-Scaler

2012-11-06 Thread Shaik Ameer Basha
Adding V4L2_PIX_FMT_NV12MT_16X16 to G-Scaler supported formats. If the output or input format is V4L2_PIX_FMT_NV12MT_16X16, configure G-Scaler to use GSC_IN_TILE_MODE. Signed-off-by: Shaik Ameer Basha shaik.am...@samsung.com --- drivers/media/platform/exynos-gsc/gsc-core.c |9 +

[PATCH] [media] exynos-gsc: Fix settings for input and output image RGB type

2012-11-06 Thread Shaik Ameer Basha
Macros used to set input and output RGB type aren't correct. Updating the macros as per register manual. Signed-off-by: Shaik Ameer Basha shaik.am...@samsung.com --- drivers/media/platform/exynos-gsc/gsc-regs.h | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git

[PATCH] [media] exynos-gsc: propagate timestamps from src to dst buffers

2012-11-06 Thread Shaik Ameer Basha
Make gsc-m2m propagate the timestamp field from source to destination buffers Signed-off-by: John Sheu s...@google.com Signed-off-by: Shaik Ameer Basha shaik.am...@samsung.com --- drivers/media/platform/exynos-gsc/gsc-m2m.c | 19 --- 1 files changed, 12 insertions(+), 7

Re: [PATCH] rtl28xxu: 0ccd:00d7 TerraTec Cinergy T Stick+

2012-11-06 Thread Antti Palosaari
On 11/07/2012 01:01 AM, Andrew Karpow wrote: added usb-id as driver supports the stick Signed-off-by: Andrew Karpow a...@mailbox.tu-berlin.de --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[PATCH] scatterlist: add sg_clone_table function

2012-11-06 Thread Prathyush K
This patch adds another constructor for an sg table. An sg table is created from an existing sg table. The new sg table is allocated and initialized with same data from the original sg table. The user has to call 'sg_clone_table' with the required sg table, the existing sg table and the gfp