DVB Simulcrypt

2015-02-21 Thread Rudy Zijlstra
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

cron job: media_tree daily build: WARNINGS

2015-02-21 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 Feb 22 04:00:18 CET 2015 git branch: test git hash: 135f9be9194cf7778eb73594aa55791b229cf27c gcc

Re: [PATCH/RFC v11 05/20] mfd: max77693: Modify flash cell name identifiers

2015-02-21 Thread Sakari Ailus
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 j.anaszew...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Acked-by: Lee Jones lee.jo...@linaro.org Acked-by:

[PATCH v2] media: i2c: add support for omnivision's ov2659 sensor

2015-02-21 Thread Lad Prabhakar
From: Benoit Parrot bpar...@ti.com 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 bpar...@ti.com Signed-off-by: Lad, Prabhakar

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

2015-02-21 Thread Hans Verkuil
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 the patch

Re: 0.led_name 2.other.led.name in /sysfs Re: [PATCH/RFC v11 01/20] leds: flash: document sysfs interface

2015-02-21 Thread Sakari Ailus
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 Ailus

[PATCH v3 15/15] media: blackfin: bfin_capture: set v4l2 buffer sequence

2015-02-21 Thread Lad Prabhakar
From: Lad, Prabhakar prabhakar.cse...@gmail.com this patch adds support to set the v4l2 buffer sequence. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- drivers/media/platform/blackfin/bfin_capture.c | 5 + 1 file changed, 5 insertions(+) diff --git

[PATCH v3 13/15] media: blackfin: bfin_capture: add support for VB2_DMABUF

2015-02-21 Thread Lad Prabhakar
From: Lad, Prabhakar prabhakar.cse...@gmail.com this patch adds support for VB2_DMABUF. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- drivers/media/platform/blackfin/bfin_capture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH v3 00/15] media: blackfin: bfin_capture enhancements

2015-02-21 Thread Lad Prabhakar
From: Lad, Prabhakar prabhakar.cse...@gmail.com 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:

DVB-S2 scanning

2015-02-21 Thread Simon Kenyon
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

[PATCH v3 12/15] media: blackfin: bfin_capture: add support for vidioc_create_bufs

2015-02-21 Thread Lad Prabhakar
From: Lad, Prabhakar prabhakar.cse...@gmail.com this patch adds support for vidioc_create_bufs. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- drivers/media/platform/blackfin/bfin_capture.c | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH v3 14/15] media: blackfin: bfin_capture: add support for VIDIOC_EXPBUF

2015-02-21 Thread Lad Prabhakar
From: Lad, Prabhakar prabhakar.cse...@gmail.com this patch adds support for VIDIOC_EXPBUF. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- drivers/media/platform/blackfin/bfin_capture.c | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH v3 10/15] media: blackfin: bfin_capture: return -ENODATA for *std calls

2015-02-21 Thread Lad Prabhakar
From: Lad, Prabhakar prabhakar.cse...@gmail.com this patch adds supports to return -ENODATA to *_std calls if the selected output does not support it. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- drivers/media/platform/blackfin/bfin_capture.c | 15 +++ 1 file

[PATCH v3 11/15] media: blackfin: bfin_capture: return -ENODATA for *dv_timings calls

2015-02-21 Thread Lad Prabhakar
From: Lad, Prabhakar prabhakar.cse...@gmail.com this patch adds support to return -ENODATA for *dv_timings calls if the current output does not support it. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- drivers/media/platform/blackfin/bfin_capture.c | 21 + 1

[PATCH v3 06/15] media: blackfin: bfin_capture: use vb2_fop_mmap/poll

2015-02-21 Thread Lad Prabhakar
From: Lad, Prabhakar prabhakar.cse...@gmail.com No need to reinvent the wheel. Just use the already existing functions provided by vb2. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- drivers/media/platform/blackfin/bfin_capture.c | 28 +++--- 1 file changed, 3

[PATCH v3 08/15] media: blackfin: bfin_capture: use vb2_ioctl_* helpers

2015-02-21 Thread Lad Prabhakar
From: Lad, Prabhakar prabhakar.cse...@gmail.com this patch adds support to vb2_ioctl_* helpers. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- drivers/media/platform/blackfin/bfin_capture.c | 103 + 1 file changed, 18 insertions(+), 85 deletions(-) diff

[PATCH v3 07/15] media: blackfin: bfin_capture: use v4l2_fh_open and vb2_fop_release

2015-02-21 Thread Lad Prabhakar
From: Lad, Prabhakar prabhakar.cse...@gmail.com 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 prabhakar.cse...@gmail.com ---

[PATCH v3 04/15] media: blackfin: bfin_capture: improve buf_prepare() callback

2015-02-21 Thread Lad Prabhakar
From: Lad, Prabhakar prabhakar.cse...@gmail.com this patch improves the buf_prepare() callback. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- drivers/media/platform/blackfin/bfin_capture.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git

[PATCH v3 05/15] media: blackfin: bfin_capture: improve queue_setup() callback

2015-02-21 Thread Lad Prabhakar
From: Lad, Prabhakar prabhakar.cse...@gmail.com this patch improves the queue_setup() callback. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- drivers/media/platform/blackfin/bfin_capture.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git

[PATCH v3 09/15] media: blackfin: bfin_capture: make sure all buffers are returned on stop_streaming() callback

2015-02-21 Thread Lad Prabhakar
From: Lad, Prabhakar prabhakar.cse...@gmail.com 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 prabhakar.cse...@gmail.com ---

[PATCH v3 02/15] media: blackfin: bfin_capture: release buffers in case start_streaming() call back fails

2015-02-21 Thread Lad Prabhakar
From: Lad, Prabhakar prabhakar.cse...@gmail.com 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 prabhakar.cse...@gmail.com ---

[PATCH v3 01/15] media: blackfin: bfin_capture: drop buf_init() callback

2015-02-21 Thread Lad Prabhakar
From: Lad, Prabhakar prabhakar.cse...@gmail.com this patch drops the buf_init() callback as init of buf list is not required. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- drivers/media/platform/blackfin/bfin_capture.c | 9 - 1 file changed, 9 deletions(-) diff --git

[PATCH v3 03/15] media: blackfin: bfin_capture: set min_buffers_needed

2015-02-21 Thread Lad Prabhakar
From: Lad, Prabhakar prabhakar.cse...@gmail.com 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 prabhakar.cse...@gmail.com ---

[PATCH] saa7164: free_irq before pci_disable_device

2015-02-21 Thread Olli Salonen
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]

Re: 0.led_name 2.other.led.name in /sysfs Re: [PATCH/RFC v11 01/20] leds: flash: document sysfs interface

2015-02-21 Thread Greg KH
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, Feb 18, 2015

Re: 0.led_name 2.other.led.name in /sysfs Re: [PATCH/RFC v11 01/20] leds: flash: document sysfs interface

2015-02-21 Thread Greg KH
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, Greg KH

Re: Linux TV support Elgato EyeTV hybrid

2015-02-21 Thread Olli Salonen
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

Re: [GIT PULL]: few dma-buf updates for 3.20-rc1

2015-02-21 Thread Linus Torvalds
On Fri, Feb 20, 2015 at 8:27 AM, Sumit Semwal sumit.sem...@linaro.org 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: