Re: [PATCHv4 13/25] [media] dvb_net: add support for DVB net node at the media controller

2015-02-16 Thread Hans Verkuil
On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote: > Make the dvb core network support aware of the media controller and > register the corresponding devices. > > Signed-off-by: Mauro Carvalho Chehab > > diff --git a/drivers/media/dvb-core/dvb_net.c > b/drivers/media/dvb-core/dvb_net.c > inde

Re: [PATCH 1/2] [media] mantis: Move jump label to activate dead code

2015-02-16 Thread Dan Carpenter
On Sun, Feb 15, 2015 at 01:11:04PM +0100, Silvan Jegen wrote: > diff --git a/drivers/media/pci/mantis/mantis_cards.c > b/drivers/media/pci/mantis/mantis_cards.c > index 801fc55..e566061 100644 > --- a/drivers/media/pci/mantis/mantis_cards.c > +++ b/drivers/media/pci/mantis/mantis_cards.c > @@ -215

Re: [PATCHv4 12/25] [media] dvb_ca_en50221: add support for CA node at the media controller

2015-02-16 Thread Hans Verkuil
On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote: > Make the dvb core CA support aware of the media controller and > register the corresponding devices. > > Signed-off-by: Mauro Carvalho Chehab > > diff --git a/drivers/media/dvb-core/dvb_ca_en50221.c > b/drivers/media/dvb-core/dvb_ca_en50221

Re: [PATCHv4 15/25] [media] tuner-core: properly initialize media controller subdev

2015-02-16 Thread Hans Verkuil
On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote: > Properly initialize tuner core subdev at the media controller. > > That requires a new subtype at the media controller API. > > Signed-off-by: Mauro Carvalho Chehab > > diff --git a/drivers/media/v4l2-core/tuner-core.c > b/drivers/media/v4

Re: [PATCHv4 16/25] [media] cx25840: fill the media controller entity

2015-02-16 Thread Hans Verkuil
On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote: > Instead of keeping the media controller entity not initialized, > fill it and create the pads for cx25840. > > Signed-off-by: Mauro Carvalho Chehab > > diff --git a/drivers/media/i2c/cx25840/cx25840-core.c > b/drivers/media/i2c/cx25840/cx25

Re: [PATCHv4 24/25] [media] cx231xx: enable tuner->decoder link at videobuf start

2015-02-16 Thread Hans Verkuil
On 02/13/2015 11:58 PM, Mauro Carvalho Chehab wrote: > The tuner->decoder needs to be enabled when we're about to > start streaming. > > Signed-off-by: Mauro Carvalho Chehab > > diff --git a/drivers/media/usb/cx231xx/cx231xx-video.c > b/drivers/media/usb/cx231xx/cx231xx-video.c > index f3d1a488

[PATCH] Partially revert 'Fix DVB devnode representation at media controller'

2015-02-16 Thread Hans Verkuil
Partially revert e31a0ba7df6ce21ac4ed58c4182ec12ca8fd78fb (media: Fix DVB devnode representation at media controller) and 15d2042107f90f7ce39705716bc2c9a2ec1d5125 (Docbook: Fix documentation for media controller devnodes) commits. Those commits mark the alsa struct in struct media_entity_desc as

Re: [PATCHv4 00/25] dvb core: add basic support for the media controller

2015-02-16 Thread Hans Verkuil
On 02/15/2015 11:27 AM, Mauro Carvalho Chehab wrote: > Em Sat, 14 Feb 2015 12:43:30 +0100 > Hans Verkuil escreveu: > >> On 02/14/2015 12:00 PM, Mauro Carvalho Chehab wrote: >>> Em Sat, 14 Feb 2015 10:32:21 +0100 >>> Hans Verkuil escreveu: >>> On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wr

Re: [PATCHv4 00/25] dvb core: add basic support for the media controller

2015-02-16 Thread Hans Verkuil
On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote: > This patch series adds basic support for the media controller at the > DVB core: it creates one media entity per DVB devnode, if the media > device is passed as an argument to the DVB structures. > > The cx231xx driver was modified to pass suc

[PATCH for v3.20] vb2: fix 'UNBALANCED' warnings when calling vb2_thread_stop()

2015-02-16 Thread Hans Verkuil
Stopping the vb2 thread (as used by several DVB devices) can result in an 'UNBALANCED' warning such as this: vb2: counters for queue 880407ee9828: UNBALANCED! vb2: setup: 1 start_streaming: 1 stop_streaming: 1 vb2: wait_prepare: 249333 wait_finish: 249334 This is due to a race conditi

Re: [PATCHv4 00/25] dvb core: add basic support for the media controller

2015-02-16 Thread Mauro Carvalho Chehab
Em Mon, 16 Feb 2015 10:55:50 +0100 Hans Verkuil escreveu: > On 02/15/2015 11:27 AM, Mauro Carvalho Chehab wrote: > > In any case, for ALSA, we should do the right thing here: remove (actually > > deprecate) whatever definition is there, and then re-add it only when we > > actually have the patch

Re: [PATCHv4 13/25] [media] dvb_net: add support for DVB net node at the media controller

2015-02-16 Thread Mauro Carvalho Chehab
Em Mon, 16 Feb 2015 10:03:51 +0100 Hans Verkuil escreveu: > On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote: > > Make the dvb core network support aware of the media controller and > > register the corresponding devices. > > > > Signed-off-by: Mauro Carvalho Chehab Thanks for reviewing thi

Re: [PATCHv4 12/25] [media] dvb_ca_en50221: add support for CA node at the media controller

2015-02-16 Thread Mauro Carvalho Chehab
Em Mon, 16 Feb 2015 10:04:50 +0100 Hans Verkuil escreveu: > On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote: > > Make the dvb core CA support aware of the media controller and > > register the corresponding devices. > > > > Signed-off-by: Mauro Carvalho Chehab > > > > diff --git a/drivers/

Re: [PATCHv4 15/25] [media] tuner-core: properly initialize media controller subdev

2015-02-16 Thread Mauro Carvalho Chehab
Em Mon, 16 Feb 2015 10:10:08 +0100 Hans Verkuil escreveu: > On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote: > > Properly initialize tuner core subdev at the media controller. > > > > That requires a new subtype at the media controller API. > > > > Signed-off-by: Mauro Carvalho Chehab > >

Re: [PATCHv4 00/25] dvb core: add basic support for the media controller

2015-02-16 Thread Hans Verkuil
On 02/16/2015 11:50 AM, Mauro Carvalho Chehab wrote: > Em Mon, 16 Feb 2015 10:55:50 +0100 > Hans Verkuil escreveu: > >> On 02/15/2015 11:27 AM, Mauro Carvalho Chehab wrote: > >>> In any case, for ALSA, we should do the right thing here: remove (actually >>> deprecate) whatever definition is ther

Re: [PATCHv4 16/25] [media] cx25840: fill the media controller entity

2015-02-16 Thread Mauro Carvalho Chehab
Em Mon, 16 Feb 2015 10:11:59 +0100 Hans Verkuil escreveu: > On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote: > > Instead of keeping the media controller entity not initialized, > > fill it and create the pads for cx25840. > > > > Signed-off-by: Mauro Carvalho Chehab > > > > diff --git a/dr

Re: [PATCHv4 16/25] [media] cx25840: fill the media controller entity

2015-02-16 Thread Hans Verkuil
On 02/16/2015 12:11 PM, Mauro Carvalho Chehab wrote: > Em Mon, 16 Feb 2015 10:11:59 +0100 > Hans Verkuil escreveu: > >> On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote: >>> Instead of keeping the media controller entity not initialized, >>> fill it and create the pads for cx25840. >>> >>> Sig

Re: [PATCHv4 24/25] [media] cx231xx: enable tuner->decoder link at videobuf start

2015-02-16 Thread Mauro Carvalho Chehab
Em Mon, 16 Feb 2015 10:27:15 +0100 Hans Verkuil escreveu: > On 02/13/2015 11:58 PM, Mauro Carvalho Chehab wrote: > > The tuner->decoder needs to be enabled when we're about to > > start streaming. > > > > Signed-off-by: Mauro Carvalho Chehab > > > > diff --git a/drivers/media/usb/cx231xx/cx231

Re: [PATCH RFC] media: radio: handle timeouts

2015-02-16 Thread Hans Verkuil
Hi Nicholas, On 02/05/2015 09:56 AM, Nicholas Mc Guire wrote: > Add handling for timeout case. > > Signed-off-by: Nicholas Mc Guire > --- > Some error state/error information seems be get lost int the current code. > (line-numbers are from 3.19.0-rc7. > > Assume that on line 827 core->write suc

Re: [PATCH v3][RFC] add raw video stream support for Samsung SUR40

2015-02-16 Thread Hans Verkuil
On 02/11/2015 12:52 PM, Florian Echtler wrote: > Hello again, > > does anyone have any suggestions why USERPTR still fails with dma-sg? > > Could I just disable the corresponding capability for the moment so that > the patch could perhaps be merged, and investigate this separately? I prefer to d

Re: [PATCH v2 00/15] media: blackfin: bfin_capture enhancements

2015-02-16 Thread Hans Verkuil
On 02/02/2015 12:24 PM, Hans Verkuil wrote: > On 01/30/2015 04:49 PM, Lad, Prabhakar wrote: >> Hello Scott, >> >> On Thu, Jan 22, 2015 at 10:18 PM, Lad, Prabhakar >> wrote: >>> This patch series, enhances blackfin capture driver with >>> vb2 helpers. >>> >>> Changes for v2: >>> -- >>>

Re: [PATCHv4 16/25] [media] cx25840: fill the media controller entity

2015-02-16 Thread Mauro Carvalho Chehab
Em Mon, 16 Feb 2015 12:16:07 +0100 Hans Verkuil escreveu: > On 02/16/2015 12:11 PM, Mauro Carvalho Chehab wrote: > > Em Mon, 16 Feb 2015 10:11:59 +0100 > > Hans Verkuil escreveu: > > > >> On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote: > >>> Instead of keeping the media controller entity n

[PATCHv2] Partially revert 'Fix DVB devnode representation at media controller'

2015-02-16 Thread Hans Verkuil
Partially revert e31a0ba7df6ce21ac4ed58c4182ec12ca8fd78fb (media: Fix DVB devnode representation at media controller) and 15d2042107f90f7ce39705716bc2c9a2ec1d5125 (Docbook: Fix documentation for media controller devnodes) commits. Those commits mark the alsa struct in struct media_entity_desc as

Recent commit introduces compiler Error in some platforms

2015-02-16 Thread Luis de Bethencourt
Hi all, As can be seen in Han's build log: http://hverkuil.home.xs4all.nl/logs/Saturday.log The recent commit bc0c5aa35ac88342831933ca7758ead62d9bae2b introduces a compiler error in some platforms. /home/hans/work/build/media_build/v4l/ir-hix5hd2.c: In function 'hix5hd2_ir_config': /home/hans/w

Re: [PATCH] media: docs: Correct NV{12,21}/M pixel formats, chroma samples used.

2015-02-16 Thread Hans Verkuil
On 02/11/2015 08:32 PM, Miguel Casas-Sanchez wrote: > Docos says for these pixel formats: > > start... : Cb00 Cr00 Cb01 Cr01 > start... : Cb10 Cr10 Cb11 Cr11 > > whereas it should read: > > start... : Cb00 Cr00 Cb11 Cr11 > start... : Cb20 Cr20 Cb21 Cr21 > > where ... depends on the exact multi/

Re: [PATCH] rtl28xxu: add support for Turbo-X DTT2000

2015-02-16 Thread Antti Palosaari
On 02/14/2015 04:11 PM, Dimitris Lampridis wrote: ID 1b80:d3a4 Afatech Simply added the PID (0xd3a4) of this DVB-T USB device to the list of rtl2832u-supported devices. VID (0x1b80) is same as KWORLD2. Tested and verified to work in amd64 with kernels 3.13.0 and 3.16.0. Signed-off-by: Dimitri

Re: Recent commit introduces compiler Error in some platforms

2015-02-16 Thread Hans Verkuil
On 02/16/2015 01:18 PM, Luis de Bethencourt wrote: > Hi all, > > As can be seen in Han's build log: > http://hverkuil.home.xs4all.nl/logs/Saturday.log > > The recent commit bc0c5aa35ac88342831933ca7758ead62d9bae2b introduces a > compiler error in some platforms. > > /home/hans/work/build/media_b

Re: [PATCHv4 25/25] [media] dvb_frontend: start media pipeline while thread is running

2015-02-16 Thread Hans Verkuil
On 02/13/2015 11:58 PM, Mauro Carvalho Chehab wrote: > While the DVB thread is running, the media pipeline should be > streaming. This should prevent any attempt of using the analog > TV while digital TV is working, and vice-versa. > > Signed-off-by: Mauro Carvalho Chehab > > diff --git a/driver

Re: Recent commit introduces compiler Error in some platforms

2015-02-16 Thread Luis de Bethencourt
On Mon, Feb 16, 2015 at 01:36:43PM +0100, Hans Verkuil wrote: > On 02/16/2015 01:18 PM, Luis de Bethencourt wrote: > > Hi all, > > > > As can be seen in Han's build log: > > http://hverkuil.home.xs4all.nl/logs/Saturday.log > > > > The recent commit bc0c5aa35ac88342831933ca7758ead62d9bae2b introdu

[GIT PULL FOR v3.21] Various fixes

2015-02-16 Thread Hans Verkuil
Hi Mauro, Just a bunch of various fixes for 3.21. Regards, Hans The following changes since commit 135f9be9194cf7778eb73594aa55791b229cf27c: [media] dvb_frontend: start media pipeline while thread is running (2015-02-13 21:10:17 -0200) are available in the git repository at: git

Re: [PATCHv2] Partially revert 'Fix DVB devnode representation at media controller'

2015-02-16 Thread Mauro Carvalho Chehab
Em Mon, 16 Feb 2015 13:11:39 +0100 Hans Verkuil escreveu: > Partially revert e31a0ba7df6ce21ac4ed58c4182ec12ca8fd78fb (media: Fix DVB > devnode > representation at media controller) and > 15d2042107f90f7ce39705716bc2c9a2ec1d5125 > (Docbook: Fix documentation for media controller devnodes) commi

Re: [PATCH] media: vivid test device: Add NV{12,21} and Y{U,V}12 pixel format.

2015-02-16 Thread Hans Verkuil
Hi Miguel, On 02/11/2015 07:39 PM, Miguel Casas-Sanchez wrote: > Add support for vertical + horizontal subsampled formats to vivid and use it > to > generate YU12, YV12, NV12, NV21 as defined in [1,2]. These formats are tightly > packed N planar, because they provide chroma(s) as a separate array

[GIT PULL for v3.21] Various fixes

2015-02-16 Thread Hans Verkuil
Hi Mauro, Just a bunch of various fixes for v3.21. Same as the pull request I posted three hours ago, but with the addition of Pablo Anton's patch. Regards, Hans The following changes since commit 135f9be9194cf7778eb73594aa55791b229cf27c: [media] dvb_frontend: start media pipeline wh

Re: [PATCH] media: vivid test device: Add NV{12,21} and Y{U,V}12 pixel format.

2015-02-16 Thread Hans Verkuil
On 02/16/2015 03:11 PM, Hans Verkuil wrote: > Hi Miguel, > > On 02/11/2015 07:39 PM, Miguel Casas-Sanchez wrote: >> Add support for vertical + horizontal subsampled formats to vivid and use it >> to >> generate YU12, YV12, NV12, NV21 as defined in [1,2]. These formats are >> tightly >> packed N

Re: [PATCHv4 15/25] [media] tuner-core: properly initialize media controller subdev

2015-02-16 Thread Devin Heitmueller
> Except for PVR-500, I can't remember any case where the same tuner is used > more than once. > > There is the case of a device with two tuners, one for TV and another one > for FM. Yet, on such case, the name of the FM tuner will be different, > anyway. So, I don't think this is a current issue,

Re: [PATCHv4 15/25] [media] tuner-core: properly initialize media controller subdev

2015-02-16 Thread Hans Verkuil
On 02/16/2015 03:39 PM, Devin Heitmueller wrote: >> Except for PVR-500, I can't remember any case where the same tuner is used >> more than once. >> >> There is the case of a device with two tuners, one for TV and another one >> for FM. Yet, on such case, the name of the FM tuner will be different,

Re: [PATCH 0/2] Drop g/s_priority ioctl ops

2015-02-16 Thread Hans Verkuil
On 02/03/2015 02:46 PM, Hans Verkuil wrote: > Only pvrusb2 is still using the vidioc_g/s_priority ioctl ops. > Add struct v4l2_fh support to pvrusb2, allowing us to drop those > ioctl ops altogether. > > This patch series sits on top of the earlier 5 part patch series > "Remove .ioctl from v4l2_fi

Can the patch adding support for the Tasco USB microscope be queued up?

2015-02-16 Thread Steven Zakulec
Hi, as an owner of a Tasco/Aveo USB microscope detected but not working under Linux, I'd really like to see the patch adding this variant added to the kernel. I've copied the patch's author on the email. The people on the linux-uvc-devel list directed me over here. The patch here: http://sourcefo

Re: [PATCH 3/5] uvc gadget: switch to unlocked_ioctl.

2015-02-16 Thread Hans Verkuil
On 02/03/2015 02:55 PM, Laurent Pinchart wrote: > Hi Hans, > > Thank you for the patch. > > On Tuesday 03 February 2015 13:47:24 Hans Verkuil wrote: >> From: Hans Verkuil >> >> Instead of .ioctl use unlocked_ioctl. While all the queue ops >> already use a lock, there was no lock to protect uvc_v

Re: [PATCHv4 15/25] [media] tuner-core: properly initialize media controller subdev

2015-02-16 Thread Devin Heitmueller
Hi Hans, On Mon, Feb 16, 2015 at 9:46 AM, Hans Verkuil wrote: > On 02/16/2015 03:39 PM, Devin Heitmueller wrote: >>> Except for PVR-500, I can't remember any case where the same tuner is used >>> more than once. >>> >>> There is the case of a device with two tuners, one for TV and another one >>>

Re: Can the patch adding support for the Tasco USB microscope be queued up?

2015-02-16 Thread Michael Hall
This is now the 3rd or 4th email to this list requesting that this patch be merged in. If there is something wrong with the patch that needs fixing, please let me know and I will work on the fix. Otherwise I've lost interest in pushing to get it into upstream. Michael Hall mhall...@gmail.com On 0

[PATCH] cxusb: Use enum to represent table offsets rather than hard-coding numbers

2015-02-16 Thread David Howells
Use enum to represent table offsets rather than hard-coding numbers to avoid problems with the numbers becoming out of sync with the table. Signed-off-by: David Howells --- drivers/media/usb/dvb-usb/cxusb.c | 115 +++-- 1 file changed, 71 insertions(+), 44 delet

Re: Can the patch adding support for the Tasco USB microscope be queued up?

2015-02-16 Thread Hans Verkuil
On 02/16/2015 04:31 PM, Michael Hall wrote: > This is now the 3rd or 4th email to this list requesting that this patch > be merged in. If there is something wrong with the patch that needs > fixing, please let me know and I will work on the fix. Otherwise I've > lost interest in pushing to get it i

Re: Can the patch adding support for the Tasco USB microscope be queued up?

2015-02-16 Thread Michael Hall
My apologies, the other emails were sent to linux-uvc-devel, not linux-media. Do you want an attached patch file, or simply a diff in the body of the email? I'm also not clear on what you mean by "correct Signed-off-by line", I have very little experience with git, I've mostly used bzr. Michael H

Re: Can the patch adding support for the Tasco USB microscope be queued up?

2015-02-16 Thread Hans Verkuil
On 02/16/2015 05:01 PM, Michael Hall wrote: > My apologies, the other emails were sent to linux-uvc-devel, not > linux-media. > > Do you want an attached patch file, or simply a diff in the body of the > email? I'm also not clear on what you mean by "correct Signed-off-by > line", I have very litt

Opening firmware source code (vhdl)

2015-02-16 Thread Abylay Ospan
Hello, We're fully opening firmware sources for our new card - NetUP Dual Universal DVB CI. License is GPLv3. Sources is VHDL for Altera FPGA EP4CGX22CF19C8 and can be compiled with Altera Quartus II (free edition). Hope this will help for enthusiasts and developers to deeply understand hardware p

Re: Opening firmware source code (vhdl)

2015-02-16 Thread Luis de Bethencourt
On Mon, Feb 16, 2015 at 11:04:47AM -0500, Abylay Ospan wrote: > Hello, > > We're fully opening firmware sources for our new card - NetUP Dual > Universal DVB CI. License is GPLv3. Sources is VHDL for Altera FPGA > EP4CGX22CF19C8 > and can be compiled with Altera Quartus II (free edition). Hope thi

Re: [PATCH v5 3/4] media: ov2640: add primary dt support

2015-02-16 Thread Lad, Prabhakar
Hi Josh, Thanks for the patch. On Tue, Feb 10, 2015 at 9:31 AM, Josh Wu wrote: [Snip] > > - priv->clk = v4l2_clk_get(&client->dev, "mclk"); > + priv->clk = v4l2_clk_get(&client->dev, "xvclk"); with this change don’t you need to update the board file using this driver/ the bridge dri

Re: DVB suspend/resume regression on 3.19

2015-02-16 Thread Takashi Iwai
At Fri, 13 Feb 2015 16:12:40 +0100, Takashi Iwai wrote: > > At Fri, 13 Feb 2015 12:41:25 -0200, > Mauro Carvalho Chehab wrote: > > > > Em Fri, 13 Feb 2015 15:02:42 +0100 > > Takashi Iwai escreveu: > > > > > At Mon, 09 Feb 2015 11:59:07 +0100, > > > Takashi Iwai wrote: > > > > > > > > Hi, > > >

[PATCH] uvcvideo: Don't call vb2 mmap and get_unmapped_area with queue lock held

2015-02-16 Thread Laurent Pinchart
videobuf2 has long been subject to AB-BA style deadlocks due to the queue lock and mmap_sem being taken in different orders for the mmap and get_unmapped_area operations. The problem has been fixed by making those two operations callable without taking the queue lock, using an mmap_lock internal to

Re: Can the patch adding support for the Tasco USB microscope be queued up?

2015-02-16 Thread Laurent Pinchart
Hi Hans, On Monday 16 February 2015 17:08:52 Hans Verkuil wrote: > On 02/16/2015 05:01 PM, Michael Hall wrote: > > My apologies, the other emails were sent to linux-uvc-devel, not > > linux-media. > > > > Do you want an attached patch file, or simply a diff in the body of the > > email? I'm also

[PATCH] uvcvideo: Recognize the Tasco USB microscope

2015-02-16 Thread Laurent Pinchart
The device is based on an Aveo chipset, implements UVC but advertises a vendor-specific class on all interfaces. Support it by listing the USB VID:PID explicitly. Signed-off-by: Laurent Pinchart --- drivers/media/usb/uvc/uvc_driver.c | 8 1 file changed, 8 insertions(+) diff --git a/d

[RFC PATCH 0/1] [media] pci: Add support for DVB PCIe cards from Prospero Technologies Ltd.

2015-02-16 Thread Philip Downer
The Vortex PCIe card by Prospero Technologies Ltd is a modular DVB card with a hardware demux, the card can support up to 8 modules which are fixed to the board at assembly time. Currently we only offer one configuration, 8 x Dibcom 7090p DVB-t tuners, but we will soon be releasing other configura

[RFC PATCH 1/1] [media] pci: Add support for DVB PCIe cards from Prospero Technologies Ltd.

2015-02-16 Thread Philip Downer
This patch adds support for the Vortex 1 PCIe card from Prospero Technologies Ltd. The Vortex 1 supports up to 8 tuner modules and currently ships with 8xDibcom 7090p tuners. The card also has raw infra-red support and a hardware demuxer. Signed-off-by: Philip Downer --- drivers/media/pci/Kconfi

Re: [RFC PATCH 0/1] [media] pci: Add support for DVB PCIe cards from Prospero Technologies Ltd.

2015-02-16 Thread Antti Palosaari
Moikka! On 02/16/2015 09:48 PM, Philip Downer wrote: The Vortex PCIe card by Prospero Technologies Ltd is a modular DVB card with a hardware demux, the card can support up to 8 modules which are fixed to the board at assembly time. Currently we only offer one configuration, 8 x Dibcom 7090p DVB-

Re: [PATCH 3/5] uvc gadget: switch to unlocked_ioctl.

2015-02-16 Thread Laurent Pinchart
Hi Hans, On Monday 16 February 2015 16:11:55 Hans Verkuil wrote: > On 02/03/2015 02:55 PM, Laurent Pinchart wrote: > > On Tuesday 03 February 2015 13:47:24 Hans Verkuil wrote: > >> From: Hans Verkuil > >> > >> Instead of .ioctl use unlocked_ioctl. While all the queue ops > >> already use a lock,

Re: [RFC PATCH 0/1] [media] pci: Add support for DVB PCIe cards from Prospero Technologies Ltd.

2015-02-16 Thread Philip Downer
Hi Antti, On Mon, Feb 16, 2015 at 8:01 PM, Antti Palosaari wrote: > Moikka! > > > On 02/16/2015 09:48 PM, Philip Downer wrote: >> >> The Vortex PCIe card by Prospero Technologies Ltd is a modular DVB card >> with a hardware demux, the card can support up to 8 modules which are >> fixed to the boa

Re: [RFC PATCH 0/1] [media] pci: Add support for DVB PCIe cards from Prospero Technologies Ltd.

2015-02-16 Thread Mauro Carvalho Chehab
Em Mon, 16 Feb 2015 22:01:07 +0200 Antti Palosaari escreveu: > Moikka! > > On 02/16/2015 09:48 PM, Philip Downer wrote: > > The Vortex PCIe card by Prospero Technologies Ltd is a modular DVB card > > with a hardware demux, the card can support up to 8 modules which are > > fixed to the board at

cron job: media_tree daily build: ABI WARNING

2015-02-16 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 Feb 17 04:00:23 CET 2015 git branch: test git hash: 135f9be9194cf7778eb73594aa55791b229cf27c gcc versio

Re: [BUG, workaround] HVR-2200/saa7164 problem with C7 power state

2015-02-16 Thread catchall
On 02/12/2015 03:38 PM, David Harty wrote: I hadn't changed the PCI Express Configuration to Gen1 because per the http://whirlpool.net.au/wiki/n54l_all_in_one page it didn't appear to help reliably. I've made that change now. I'll report to see if that improves anything, perhaps both changes h

work with

2015-02-16 Thread Enden LJ van den, Loura
My name is Gatan Magsino, I work with Mediterranean Bank in Malta. Can i trust you with a business worth 8.3 million USD? Please reply ONLY to my private email: mga...@rogers.com for more information. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a mes