cron job: media_tree daily build: ERRORS

2017-03-25 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 Mar 26 05:00:15 CEST 2017 media-tree git hash:c3d4fb0fb41f4b5eafeee51173c14e50be12f839 media_build gi

Re: [PATCH v7 5/9] media: venus: vdec: add video decoder files

2017-03-25 Thread Stanimir Varbanov
Hi, On 24.03.2017 20:21, Nicolas Dufresne wrote: Le vendredi 24 mars 2017 à 15:41 +0100, Hans Verkuil a écrit : +static const struct venus_format vdec_formats[] = { + { + .pixfmt = V4L2_PIX_FMT_NV12, + .num_planes = 1, + .type = V4L2_BUF_TYPE_VIDEO_CAPTUR

Re: [PATCH v7] [media] vimc: Virtual Media Controller core, capture and sensor

2017-03-25 Thread Helen Koike
On 2017-03-25 02:11 PM, Helen Koike wrote: First version of the Virtual Media Controller. Add a simple version of the core of the driver, the capture and sensor nodes in the topology, generating a grey image in a hardcoded format. Signed-off-by: Helen Koike --- Patch based in media/master tr

Re: [PATCH v7 5/9] media: venus: vdec: add video decoder files

2017-03-25 Thread Stanimir Varbanov
Thanks for the comments! On 03/24/2017 04:41 PM, Hans Verkuil wrote: Some comments and questions below: On 03/13/17 17:37, Stanimir Varbanov wrote: This consists of video decoder implementation plus decoder controls. Signed-off-by: Stanimir Varbanov --- drivers/media/platform/qcom/venus/vde

Re: [PATCH v7 4/9] media: venus: adding core part and helper functions

2017-03-25 Thread Stanimir Varbanov
Hi Hans, Thanks for the comments! On 03/24/2017 04:23 PM, Hans Verkuil wrote: Some review comments below: On 03/13/17 17:37, Stanimir Varbanov wrote: * core.c has implemented the platform dirver methods, file dirver -> driver operations and v4l2 registration. * helpers.c has implemente

[GIT PULL for v4.12] Staging lirc cleanup

2017-03-25 Thread Sean Young
Hi Mauro, This pull promotes lirc_sir out of staging and removes lirc_sasem; this only leaves lirc_zilog in staging. I'm attempting to write a new driver for this, maybe we should keep lirc_zilog until that work completes. Thanks Sean The following changes since commit c3d4fb0fb41f4b5eafeee5

[PATCH] media: stk1160: Add Kconfig help on snd-usb-audio requirement

2017-03-25 Thread Ezequiel Garcia
The Kconfig currently makes no reference to the snd-usb-audio driver, which supports audio capture for this type of devices. Just in case, let's make sure the requirement is mentioned in the description. Signed-off-by: Ezequiel Garcia --- drivers/media/usb/stk1160/Kconfig | 5 - 1 file chang

Re: [PATCH v2 12/12] [media] ddbridge: support STV0367-based cards and modules

2017-03-25 Thread Daniel Scheller
Am Fri, 24 Mar 2017 19:24:08 +0100 schrieb Daniel Scheller : > When boards with STV0367 are cold-started, there might be issues with > the I2C gate, causing the TDA18212 detection/probe to fail. For these > demods, a workaround is implemented to do the tuner probe again which > will result in succ

[PATCH v7] [media] vimc: Virtual Media Controller core, capture and sensor

2017-03-25 Thread Helen Koike
First version of the Virtual Media Controller. Add a simple version of the core of the driver, the capture and sensor nodes in the topology, generating a grey image in a hardcoded format. Signed-off-by: Helen Koike --- Patch based in media/master tree, and available here: https://github.com/hel

[PATCH] mceusb: RX -EPIPE lockup fault and more

2017-03-25 Thread A Sun
commit https://github.com/asunxx/linux/commit/e557c1d737462961f2aadfbfb0836ffa3c778518 Author: A Sun Date: Sat Mar 25 02:42:03 2017 -0400 [PATCH] mceusb RX -EPIPE fault and more Patch for mceusb driver tested with [8.627769] mceusb 1-1.2:1.0: Registered Pinnacle Systems PCTV Remote USB

[PATCH 4/8] [media] staging: sir: use usleep_range() rather than busy looping

2017-03-25 Thread Sean Young
usleep_range() is perfect for this. Signed-off-by: Sean Young --- drivers/staging/media/lirc/lirc_sir.c | 17 + 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/drivers/staging/media/lirc/lirc_sir.c b/drivers/staging/media/lirc/lirc_sir.c index 3a2bac9..9b09c25 1006

[PATCH 2/8] [media] staging: sir: remove unselectable Tekram and Actisys

2017-03-25 Thread Sean Young
Support for these sir ports is not compiled in by default, it has to be enabled by manually defining LIRC_TEKRAM, LIRC_SIR_ACTISYS_ACT200L or LIRC_SIR_ACTISYS_ACT220L somewhere. This cannot be done from Kconfig at all so remove them from the driver. Signed-off-by: Sean Young --- drivers/staging/

[PATCH 7/8] [media] rc: promote lirc_sir out of staging

2017-03-25 Thread Sean Young
Rename lirc_sir to sir_ir in the process. Signed-off-by: Sean Young --- drivers/media/rc/Kconfig | 9 + drivers/media/rc/Makefile| 1 + drivers/{staging/media/lirc/lirc_sir.c => media/rc/sir_ir.c} | 0 drivers/stagin

[PATCH 3/8] [media] staging: sir: fix checkpatch strict warnings

2017-03-25 Thread Sean Young
Make the code more readable and clean up the includes list. Signed-off-by: Sean Young --- drivers/staging/media/lirc/lirc_sir.c | 46 ++- 1 file changed, 8 insertions(+), 38 deletions(-) diff --git a/drivers/staging/media/lirc/lirc_sir.c b/drivers/staging/media/

[PATCH 8/8] [media] staging: lirc_sasem: remove

2017-03-25 Thread Sean Young
This driver was merged in 2010 and never had the necessary work done to promote it out of staging (port to rc-core), so remove it. I have not managed to track down the hardware. If anyone has the hardware and would like a driver for it, please contact me and hopefully we can work together to write

[PATCH 1/8] [media] staging: sir: fill in missing fields and fix probe

2017-03-25 Thread Sean Young
Some fields are left blank. Cc: sta...@vger.kernel.org # v4.11 Signed-off-by: Sean Young --- drivers/staging/media/lirc/lirc_sir.c | 20 +--- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/drivers/staging/media/lirc/lirc_sir.c b/drivers/staging/media/lirc/lirc_si

[PATCH 5/8] [media] staging: sir: remove unnecessary messages

2017-03-25 Thread Sean Young
No need to warn when kmalloc fails. Signed-off-by: Sean Young --- drivers/staging/media/lirc/lirc_sir.c | 19 +++ 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/drivers/staging/media/lirc/lirc_sir.c b/drivers/staging/media/lirc/lirc_sir.c index 9b09c25..c9ca86f 1

[PATCH 6/8] [media] staging: sir: make sure we are ready to receive interrupts

2017-03-25 Thread Sean Young
Ensure that the timer is ready before we request interrupts. Signed-off-by: Sean Young --- drivers/staging/media/lirc/lirc_sir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/media/lirc/lirc_sir.c b/drivers/staging/media/lirc/lirc_sir.c index c9ca86f..0

[PATCH 0/8] Lirc staging cleanup

2017-03-25 Thread Sean Young
This patch series promotes lirc_sir out of staging and removes lirc_sasem; this only leaves lirc_zilog in staging. I'm attempting to write a new driver for this, maybe we should keep that until that work completes. Sean Young (8): [media] staging: sir: fill in missing fields and fix probe [med