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 Feb 22 04:00:18 CET 2015
git branch: test
git hash: 135f9be9194cf7778eb73594aa55791b229cf27c
gcc versio
Dears (Hans?)
My setup, where the cable operator was using only irdeto, was working
good. Then the cable operator merged with another, and now the networks
are being merged. As a result, the encryption has moved from irdeto only
to simulcyrpt with Irdeto and Nagra.
Current status:
- when i p
Free the IRQ before disabling the device. Otherwise errors like this when
unloading the module:
[21135.458560] [ cut here ]
[21135.458569] WARNING: CPU: 4 PID: 1696 at
/home/apw/COD/linux/fs/proc/generic.c:521 remove_proc_entry+0x1a1/0x1b0()
[21135.458572] remove_proc_ent
On Fri, Feb 20, 2015 at 8:27 AM, Sumit Semwal wrote:
>
> Could you please pull a few dma-buf changes for 3.20-rc1? Nothing
> fancy, minor cleanups.
No.
I pulled, and immediately unpulled again.
This is complete shit, and the compiler even tells you so:
drivers/staging/android/ion/ion.c: In
On Fri, Feb 20, 2015 at 05:15:10PM +0100, Jacek Anaszewski wrote:
> On 02/20/2015 04:36 PM, Greg KH wrote:
> >On Fri, Feb 20, 2015 at 08:56:11AM +0100, Jacek Anaszewski wrote:
> >>On 02/19/2015 10:40 PM, Greg KH wrote:
> >>>On Thu, Feb 19, 2015 at 11:02:04AM +0200, Sakari Ailus wrote:
> On Wed,
On Sat, Feb 21, 2015 at 12:57:33PM +0200, Sakari Ailus wrote:
> Hi Pavel and Greg,
>
> On Fri, Feb 20, 2015 at 09:57:38PM +0100, Pavel Machek wrote:
> > On Fri 2015-02-20 07:36:16, Greg KH wrote:
> > > On Fri, Feb 20, 2015 at 08:56:11AM +0100, Jacek Anaszewski wrote:
> > > > On 02/19/2015 10:40 PM
Hi Gilles,
Not sure if the following information will help you, but here comes.
The USB bridge is EM2884, supported by em28xx driver. The Micronas
demodulator is probably supported by drxk driver. Tuner I did not
recognize after a quick glimpse. That sandwich construction look like
something PCTV
From: "Lad, Prabhakar"
this patch sets the min_buffers_needed field of the vb2 queue
so that the vb2 core will make sure start_streaming() callback
is called only when we have minimum buffers queued.
Signed-off-by: Lad, Prabhakar
---
drivers/media/platform/blackfin/bfin_capture.c | 1 +
1 file
From: "Lad, Prabhakar"
This patch series, enhances blackfin capture driver with
vb2 helpers.
Changes for v3:
1: patches unchanged except for patch 8/15 fixing starting of ppi only
after we have the resources.
2: Rebased on media tree.
v2: http://lkml.iu.edu/hypermail/linux/kernel/1501.2/0465
From: "Lad, Prabhakar"
this patch drops the buf_init() callback as init
of buf list is not required.
Signed-off-by: Lad, Prabhakar
---
drivers/media/platform/blackfin/bfin_capture.c | 9 -
1 file changed, 9 deletions(-)
diff --git a/drivers/media/platform/blackfin/bfin_capture.c
b/dr
From: "Lad, Prabhakar"
this patch improves the buf_prepare() callback.
Signed-off-by: Lad, Prabhakar
---
drivers/media/platform/blackfin/bfin_capture.c | 12
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/drivers/media/platform/blackfin/bfin_capture.c
b/drivers/med
From: "Lad, Prabhakar"
this patch improves the queue_setup() callback.
Signed-off-by: Lad, Prabhakar
---
drivers/media/platform/blackfin/bfin_capture.c | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/drivers/media/platform/blackfin/bfin_capture.c
b/drivers/media
From: "Lad, Prabhakar"
this patch adds support to vb2_ioctl_* helpers.
Signed-off-by: Lad, Prabhakar
---
drivers/media/platform/blackfin/bfin_capture.c | 103 +
1 file changed, 18 insertions(+), 85 deletions(-)
diff --git a/drivers/media/platform/blackfin/bfin_capture.
From: "Lad, Prabhakar"
this patch adds support to use v4l2_fh_open() and vb2_fop_release,
which allows to drop driver specific struct bcap_fh, as this is handled
by core.
Signed-off-by: Lad, Prabhakar
---
drivers/media/platform/blackfin/bfin_capture.c | 79 +-
1 file ch
From: "Lad, Prabhakar"
No need to reinvent the wheel. Just use the already existing
functions provided by vb2.
Signed-off-by: Lad, Prabhakar
---
drivers/media/platform/blackfin/bfin_capture.c | 28 +++---
1 file changed, 3 insertions(+), 25 deletions(-)
diff --git a/driver
From: "Lad, Prabhakar"
In start_streaming() callback the buffer is removed from the
dma_queue list and assigned to cur_frm, this patch makes sure
that is returned to vb2 core with VB2_BUF_STATE_ERROR flag.
Signed-off-by: Lad, Prabhakar
---
drivers/media/platform/blackfin/bfin_capture.c | 3 +++
From: "Lad, Prabhakar"
this patch adds support to release the buffer by calling
vb2_buffer_done(), with state marked as VB2_BUF_STATE_QUEUED
if start_streaming() call back fails.
Signed-off-by: Lad, Prabhakar
---
drivers/media/platform/blackfin/bfin_capture.c | 16 +---
1 file chan
From: "Lad, Prabhakar"
this patch adds supports to return -ENODATA to *_std calls
if the selected output does not support it.
Signed-off-by: Lad, Prabhakar
---
drivers/media/platform/blackfin/bfin_capture.c | 15 +++
1 file changed, 15 insertions(+)
diff --git a/drivers/media/plat
From: "Lad, Prabhakar"
this patch adds support to return -ENODATA for *dv_timings calls
if the current output does not support it.
Signed-off-by: Lad, Prabhakar
---
drivers/media/platform/blackfin/bfin_capture.c | 21 +
1 file changed, 21 insertions(+)
diff --git a/drivers
From: "Lad, Prabhakar"
this patch adds support for vidioc_create_bufs.
Signed-off-by: Lad, Prabhakar
---
drivers/media/platform/blackfin/bfin_capture.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/media/platform/blackfin/bfin_capture.c
b/drivers/media/platform/blackfin/bfin_cap
From: "Lad, Prabhakar"
this patch adds support for VIDIOC_EXPBUF.
Signed-off-by: Lad, Prabhakar
---
drivers/media/platform/blackfin/bfin_capture.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/media/platform/blackfin/bfin_capture.c
b/drivers/media/platform/blackfin/bfin_capture.
From: "Lad, Prabhakar"
this patch adds support for VB2_DMABUF.
Signed-off-by: Lad, Prabhakar
---
drivers/media/platform/blackfin/bfin_capture.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/platform/blackfin/bfin_capture.c
b/drivers/media/platform/blackfin/
From: "Lad, Prabhakar"
this patch adds support to set the v4l2 buffer sequence.
Signed-off-by: Lad, Prabhakar
---
drivers/media/platform/blackfin/bfin_capture.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/drivers/media/platform/blackfin/bfin_capture.c
b/drivers/media/platform/bla
what is the recommended way to scan?
scan/dvbscan/scan-s2/w_scan/dvbv5-scan
i am more than a little confused.
this whole area seems to be abandonware.
i can scan with pretty much any of these and get DVB-S signals
but what should i use to get DVB-S2
tuner is a Tevii S660
it will receive DVB-S2
From: Benoit Parrot
this patch adds support for omnivision's ov2659
sensor, the driver supports following features:
1: Asynchronous probing
2: DT support
3: Media controller support
Signed-off-by: Benoit Parrot
Signed-off-by: Lad, Prabhakar
---
Changes for v2:
1: Dropped prefix entry for ovt
Jacek Anaszewski wrote:
> Change flash cell identifiers from max77693-flash to max77693-led
> to avoid confusion with NOR/NAND Flash.
>
> Signed-off-by: Jacek Anaszewski
> Acked-by: Kyungmin Park
> Acked-by: Lee Jones
Acked-by: Sakari Ailus
--
Sakari Ailus
sakari.ai...@iki.fi
--
To unsubscr
Hi Pavel and Greg,
On Fri, Feb 20, 2015 at 09:57:38PM +0100, Pavel Machek wrote:
> On Fri 2015-02-20 07:36:16, Greg KH wrote:
> > On Fri, Feb 20, 2015 at 08:56:11AM +0100, Jacek Anaszewski wrote:
> > > On 02/19/2015 10:40 PM, Greg KH wrote:
> > > >On Thu, Feb 19, 2015 at 11:02:04AM +0200, Sakari A
On 02/20/2015 10:46 PM, Florian Echtler wrote:
> On 16.02.2015 12:40, Hans Verkuil wrote:
>> On 02/11/2015 12:52 PM, Florian Echtler wrote:
>>> does anyone have any suggestions why USERPTR still fails with dma-sg?
>>>
>>> Could I just disable the corresponding capability for the moment so that
>>>
28 matches
Mail list logo