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
> 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
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
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
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
> 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
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
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
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
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
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
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
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
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
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
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
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(-
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
>
> 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
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
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/
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
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
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
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
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
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
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 |
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
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
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
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
+++
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
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
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 +
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
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
37 matches
Mail list logo