cron job: media_tree daily build: ERRORS

2013-12-14 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: Sun Dec 15 04:00:32 CET 2013 git branch: test git hash: 675722b0e3917c6c917f1aa5f6d005cd3a0479f5 gcc versio

Re: stable regression: tda18271_read_regs: [1-0060|M] ERROR: i2c_transfer returned: -19

2013-12-14 Thread Devin Heitmueller
> My basic problem is > > __tda18271_write_regs: [1-0060|M] ERROR: idx = 0x0, len = 39, i2c_transfer > returned: -32 > > where it attaches lgdt3305 before tda18271. Do you know a similar patch > that could help me? It's a totally different issue. The problem with the US Exeter has to do with the

Card with si2165

2013-12-14 Thread Sven Müller
Hello! I found with google, that some people were disscussing this chip. Has anyone written drivers? I own a card this chip, maybe I can help to test it -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majo

Re: stable regression: tda18271_read_regs: [1-0060|M] ERROR: i2c_transfer returned: -19

2013-12-14 Thread Connor Behan
On 14/12/13 03:24 AM, Mauro Carvalho Chehab wrote: > Em Fri, 13 Dec 2013 22:19:39 +0100 > Frederik Himpe escreveu: > >> [My excuses for multiposting, it seems gmane does not permit posting to all >> the relevant lists] >> >> Since upgrading my system from Linux 3.12 to 3.12.3, my PCTV Systems >> n

Re: [PATCH RFC v2 0/7] V4L2 SDR API

2013-12-14 Thread Antti Palosaari
On 14.12.2013 19:05, Hans Verkuil wrote: On 12/14/2013 05:45 PM, Antti Palosaari wrote: Hello One possible problem I noticed is device node name. Documentation/devices.txt 65 block SCSI disk devices (16-31) 0 = /dev/sdq 17th SCSI disk whole disk

Re: [RFC PATCH 1/2] sn9c102: prepare for removal by moving it to staging.

2013-12-14 Thread Luca Risolia
> From: Hans Verkuil > > During the last media summit meeting it was decided to move this driver to > staging as the first step to removing it altogether. > > Most webcams covered by this driver are now supported by gspca. Nobody has > the hardware to convert the remaining devices to gspca. I h

Re: [PATCH RFC v2 0/7] V4L2 SDR API

2013-12-14 Thread Hans Verkuil
On 12/14/2013 05:45 PM, Antti Palosaari wrote: > Hello > One possible problem I noticed is device node name. > > Documentation/devices.txt > > 65 blockSCSI disk devices (16-31) > 0 = /dev/sdq 17th SCSI disk whole disk >16 = /dev/sdr 18th SCS

Re: [PATCH RFC v2 0/7] V4L2 SDR API

2013-12-14 Thread Antti Palosaari
Hello One possible problem I noticed is device node name. Documentation/devices.txt 65 block SCSI disk devices (16-31) 0 = /dev/sdq 17th SCSI disk whole disk 16 = /dev/sdr 18th SCSI disk whole disk 32 = /dev/sds

Re: [PATCH RFC v2 7/7] v4l: define own IOCTL ops for SDR FMT

2013-12-14 Thread Antti Palosaari
Hello, Mauro, Hans, On 14.12.2013 18:15, Antti Palosaari wrote: Use own format ops for SDR data: vidioc_enum_fmt_sdr_cap vidioc_g_fmt_sdr_cap vidioc_s_fmt_sdr_cap vidioc_try_fmt_sdr_cap To be honest, I am a little bit against that patch. Is there any good reason we duplicate these FMT ops eve

[PATCH RFC v2 0/7] V4L2 SDR API

2013-12-14 Thread Antti Palosaari
Some changes done suggested by Hans. regards Antti Antti Palosaari (7): v4l: don't clear VIDIOC_G_FREQUENCY tuner type v4l: add device type for Software Defined Radio v4l: add new tuner types for SDR v4l: 1 Hz resolution flag for tuners v4l: add stream format for SDR receiver v4l: ena

[PATCH RFC v2 5/7] v4l: add stream format for SDR receiver

2013-12-14 Thread Antti Palosaari
Add new V4L2 stream format definition, V4L2_BUF_TYPE_SDR_CAPTURE, for SDR receiver. Cc: Hans Verkuil Signed-off-by: Antti Palosaari --- drivers/media/v4l2-core/v4l2-ioctl.c | 1 + include/trace/events/v4l2.h | 1 + include/uapi/linux/videodev2.h | 11 +++ 3 files change

[PATCH RFC v2 4/7] v4l: 1 Hz resolution flag for tuners

2013-12-14 Thread Antti Palosaari
Add V4L2_TUNER_CAP_1HZ for 1 Hz resolution. Cc: Hans Verkuil Signed-off-by: Antti Palosaari --- include/uapi/linux/videodev2.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h index c3e7780..619f83f 100644 --- a/include/uapi/lin

[PATCH RFC v2 7/7] v4l: define own IOCTL ops for SDR FMT

2013-12-14 Thread Antti Palosaari
Use own format ops for SDR data: vidioc_enum_fmt_sdr_cap vidioc_g_fmt_sdr_cap vidioc_s_fmt_sdr_cap vidioc_try_fmt_sdr_cap Cc: Hans Verkuil Signed-off-by: Antti Palosaari --- drivers/media/v4l2-core/v4l2-dev.c | 8 drivers/media/v4l2-core/v4l2-ioctl.c | 18 +- include

[PATCH RFC v2 3/7] v4l: add new tuner types for SDR

2013-12-14 Thread Antti Palosaari
Define tuner types V4L2_TUNER_ADC and V4L2_TUNER_RF for SDR usage. ADC is used for setting sampling rate (sampling frequency) to SDR device. Another tuner type, named as V4L2_TUNER_RF, is possible RF tuner. Is is used to down-convert RF frequency to range ADC could sample. Having RF tuner is opti

[PATCH RFC v2 6/7] v4l: enable some IOCTLs for SDR receiver

2013-12-14 Thread Antti Palosaari
Enable stream format (FMT) IOCTLs for SDR use. These are used for negotiate used data stream format. Enable input IOCTLs, VIDIOC_ENUMINPUT, VIDIOC_G_INPUT, VIDIOC_S_INPUT. These are used to select possible antenna connector. Reorganise some some IOCTL selection logic. Cc: Hans Verkuil Signed-of

[PATCH RFC v2 2/7] v4l: add device type for Software Defined Radio

2013-12-14 Thread Antti Palosaari
Add new V4L device type VFL_TYPE_SDR for Software Defined Radio. It is registered as /dev/sdr0 Cc: Hans Verkuil Signed-off-by: Antti Palosaari --- drivers/media/v4l2-core/v4l2-dev.c | 5 + include/media/v4l2-dev.h | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --gi

[PATCH RFC v2 1/7] v4l: don't clear VIDIOC_G_FREQUENCY tuner type

2013-12-14 Thread Antti Palosaari
No need to clear as it will be overridden in every case when v4l_g_frequency() is called. We will need that value later when new tuner types are defined. Cc: Hans Verkuil Signed-off-by: Antti Palosaari --- drivers/media/v4l2-core/v4l2-ioctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-

Re: [GIT PULL FOR v3.14] Atmel ISI patches

2013-12-14 Thread Laurent Pinchart
Hi Guennadi, On Saturday 14 December 2013 06:34:05 Guennadi Liakhovetski wrote: > On Sat, 14 Dec 2013, Laurent Pinchart wrote: > > Hi Mauro, > > > > The following changes since commit 675722b0e3917c6c917f1aa5f6d005cd3a0479f5: > > Merge branch 'upstream-fixes' into patchwork (2013-12-13 05:04:0

Re: stable regression: tda18271_read_regs: [1-0060|M] ERROR: i2c_transfer returned: -19

2013-12-14 Thread Robin Becker
> > Well, for board EM28174_BOARD_PCTV_290E, it first attaches cxd2820r > and then the tuner tda18271. > > I suspect that the issue is at cxd2820r. Could you please apply this > patch: > > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=0db3fa2741ad8371c21b3a67854

[REVIEW PATCH 15/15] saa7134: don't set vfd->debug.

2013-12-14 Thread Hans Verkuil
From: Hans Verkuil You can set this through sysfs, so don't mix the two. Signed-off-by: Hans Verkuil --- drivers/media/pci/saa7134/saa7134-core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/pci/saa7134/saa7134-core.c b/drivers/media/pci/saa7134/saa7134-core.c index d3b4e5

[REVIEW PATCH 11/15] saa7134: drop log_status for radio.

2013-12-14 Thread Hans Verkuil
From: Hans Verkuil There are no controls for the radio node, so just drop support for this ioctl. Signed-off-by: Hans Verkuil --- drivers/media/pci/saa7134/saa7134-video.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/pci/saa7134/saa7134-video.c b/drivers/media/pci/saa7134/

[REVIEW PATCH 14/15] saa6588: add support for non-blocking mode.

2013-12-14 Thread Hans Verkuil
From: Hans Verkuil saa6588 always blocked while waiting for data, even if the filehandle was in non-blocking mode. Signed-off-by: Hans Verkuil --- drivers/media/i2c/saa6588.c | 45 +-- drivers/media/pci/bt8xx/bttv-driver.c | 4 ++- drivers/media/p

[REVIEW PATCH 12/15] saa6588: after calling CMD_CLOSE, CMD_POLL is broken.

2013-12-14 Thread Hans Verkuil
From: Hans Verkuil CMD_CLOSE sets data_available_for_read to 1, which is necessary to do the wakeup call, but it is never reset to 0. Because of this calling CMD_POLL afterwards will always return that data is available, even if there isn't any. Signed-off-by: Hans Verkuil --- drivers/media/i

[REVIEW PATCH 02/15] saa7134: convert to the control framework.

2013-12-14 Thread Hans Verkuil
From: Hans Verkuil Signed-off-by: Hans Verkuil --- drivers/media/pci/saa7134/saa7134-core.c| 9 +- drivers/media/pci/saa7134/saa7134-empress.c | 140 ++ drivers/media/pci/saa7134/saa7134-video.c | 395 drivers/media/pci/saa7134/saa7134.h | 1

[REVIEW PATCH 06/15] saa7134: add support for control events.

2013-12-14 Thread Hans Verkuil
From: Hans Verkuil Signed-off-by: Hans Verkuil --- drivers/media/pci/saa7134/saa7134-empress.c | 19 + drivers/media/pci/saa7134/saa7134-video.c | 32 + 2 files changed, 38 insertions(+), 13 deletions(-) diff --git a/drivers/media/pci/saa7134/saa71

[REVIEW PATCH 08/15] saa6752hs: drop compat control code.

2013-12-14 Thread Hans Verkuil
From: Hans Verkuil The saa7134 driver is now converted to the control framework, so drop the control compat code in saa6752hs.c. Also add 'const' to several static arrays. Signed-off-by: Hans Verkuil --- drivers/media/pci/saa7134/saa6752hs.c | 19 ++- 1 file changed, 6 inserti

[REVIEW PATCH 09/15] saa6752hs: move to media/i2c

2013-12-14 Thread Hans Verkuil
From: Hans Verkuil This driver is independent from saa7134, so there is no reason why this shouldn't be in media/i2c like all other i2c media drivers. Signed-off-by: Hans Verkuil --- drivers/media/i2c/Kconfig | 12 drivers/media/i2c/Makefile

[REVIEW PATCH 04/15] saa7134: remove dev from saa7134_fh, use saa7134_fh for empress node

2013-12-14 Thread Hans Verkuil
From: Hans Verkuil Use the saa7134_fh struct for the empress video node as well, drop the dev pointer from that struct since we can use drvdata for that. Signed-off-by: Hans Verkuil --- drivers/media/pci/saa7134/saa7134-empress.c | 42 ++ drivers/media/pci/saa7134/saa7134-video.c |

[REVIEW PATCH 05/15] saa7134: share resource management between normal and empress nodes.

2013-12-14 Thread Hans Verkuil
From: Hans Verkuil The empress video node can share resource management with the normal video nodes, thus allowing for code sharing and making the empress node non-exclusive. Signed-off-by: Hans Verkuil --- drivers/media/pci/saa7134/saa7134-empress.c | 98 ++--- drivers

[REVIEW PATCH 07/15] saa7134: use V4L2_IN_ST_NO_SIGNAL instead of NO_SYNC

2013-12-14 Thread Hans Verkuil
From: Hans Verkuil NO_SYNC was meant for DVB and shouldn't be used anymore. In this case NO_SIGNAL is a good alternative. Signed-off-by: Hans Verkuil --- drivers/media/pci/saa7134/saa7134-video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/pci/saa7134/saa

[REVIEW PATCH 10/15] saa6752hs.h: drop empty header.

2013-12-14 Thread Hans Verkuil
From: Hans Verkuil Signed-off-by: Hans Verkuil --- drivers/media/pci/saa7134/saa7134-empress.c | 1 - include/media/saa6752hs.h | 26 -- 2 files changed, 27 deletions(-) delete mode 100644 include/media/saa6752hs.h diff --git a/drivers/media/pci/saa7

[REVIEW PATCH 13/15] saa6588: remove unused CMD_OPEN.

2013-12-14 Thread Hans Verkuil
From: Hans Verkuil Signed-off-by: Hans Verkuil --- drivers/media/i2c/saa6588.c | 4 include/media/saa6588.h | 1 - 2 files changed, 5 deletions(-) diff --git a/drivers/media/i2c/saa6588.c b/drivers/media/i2c/saa6588.c index 54dd7a0..21cf940 100644 --- a/drivers/media/i2c/saa6588.c +++

[REVIEW PATCH 00/15] saa7134: cleanup

2013-12-14 Thread Hans Verkuil
This is the update version of an earlier cleanup patch series: http://www.spinics.net/lists/linux-media/msg64974.html I clearly completely forgot about this patch series, as the RFCv2 is from June. This version is rebased to the latest master, but otherwise unchanged. I want to start converting

[REVIEW PATCH 01/15] saa7134: move the queue data from saa7134_fh to saa7134_dev.

2013-12-14 Thread Hans Verkuil
From: Hans Verkuil These fields are global, not per-filehandle. Signed-off-by: Hans Verkuil --- drivers/media/pci/saa7134/saa7134-core.c | 1 + drivers/media/pci/saa7134/saa7134-vbi.c | 11 ++-- drivers/media/pci/saa7134/saa7134-video.c | 102 -- drivers/media

[REVIEW PATCH 03/15] saa7134: cleanup radio/video/empress ioctl handling

2013-12-14 Thread Hans Verkuil
From: Hans Verkuil The video and empress nodes can share various ioctls. Drop the input/std ioctls from the radio node (out of spec). Signed-off-by: Hans Verkuil --- drivers/media/pci/saa7134/saa7134-empress.c | 79 +++- drivers/media/pci/saa7134/saa7134-video.c | 108 +

Re: stable regression: tda18271_read_regs: [1-0060|M] ERROR: i2c_transfer returned: -19

2013-12-14 Thread Mauro Carvalho Chehab
Em Fri, 13 Dec 2013 22:19:39 +0100 Frederik Himpe escreveu: > [My excuses for multiposting, it seems gmane does not permit posting to all > the relevant lists] > > Since upgrading my system from Linux 3.12 to 3.12.3, my PCTV Systems > nanoStick T2 290e does not work anymore. > > This happens wi

[PATCH v2] em28xx: reduce the polling interval for GPI connected buttons

2013-12-14 Thread Frank Schäfer
For GPI-connected buttons without (hardware) debouncing, the polling interval needs to be reduced to detect button presses properly. Signed-off-by: Frank Schäfer --- drivers/media/usb/em28xx/em28xx-input.c | 21 ++--- drivers/media/usb/em28xx/em28xx.h |1 + 2 Dateien