cron job: media_tree daily build: ERRORS

2018-06-19 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: Wed Jun 20 05:00:13 CEST 2018 media-tree git hash:f2809d20b9250c675fca8268a0f6274277cca7ff media_build gi

Re: [PATCH] gpu: ipu-v3: Allow negative offsets for interlaced scanning

2018-06-19 Thread Steve Longerbeam
Hi Philipp, Krzysztof, On 06/15/2018 01:33 AM, Krzysztof Hałasa wrote: Steve Longerbeam writes: Right, the selection of interweave is moved to the capture devices, so the following will enable interweave: v4l2-ctl -dN --set-fmt-video=field=interlaced_tb and So the patch to adv7180 needs

[PATCH 3/3] [media] dvb-frontends/cxd2099: fix boilerplate whitespace

2018-06-19 Thread Daniel Scheller
From: Daniel Scheller There's a superfluous whitespace in the boilerplate license text in both .c and .h files. Fix this. Cc: Ralph Metzler Cc: Manfred Voelkel Signed-off-by: Daniel Scheller --- drivers/media/dvb-frontends/cxd2099.c | 2 +- drivers/media/dvb-frontends/cxd2099.h | 2 +- 2 fil

[PATCH 2/3] [media] dvb-frontends/cxd2099: add SPDX license identifier

2018-06-19 Thread Daniel Scheller
From: Daniel Scheller As both the MODULE_LICENSE and the boilerplates are now in sync and clear that the driver is licensed under the terms of the GPLv2-only, add a matching SPDX license identifier tag. Cc: Ralph Metzler Cc: Manfred Voelkel Signed-off-by: Daniel Scheller --- drivers/media/dv

[PATCH 0/3] cxd2099: cleanup licensing

2018-06-19 Thread Daniel Scheller
From: Daniel Scheller Upstream committed a change to the dddvb driver package ([1]) that makes things clear everything is licensed under the terms of the GPLv2-only. So, apply the MODULE_LICENSE change to cxd2099 and, as things are sorted now, apply SPDX license identifiers (and fix two spurious

[PATCH 1/3] [media] dvb-frontends/cxd2099: fix MODULE_LICENSE to 'GPL v2'

2018-06-19 Thread Daniel Scheller
From: Daniel Scheller In commit 3db30defab4b ("use correct MODULE_LINCESE for GPL v2 only according to notice in header") in the upstream repository for the mentioned driver at https://github.com/DigitalDevices/dddvb.git, the MODULE_LICENSE was fixed to "GPL v2" and is now in sync with the GPL co

[PATCH v3 8/9] [media] dvb-frontends/stv6111: cleanup and fix licensing boilerplates

2018-06-19 Thread Daniel Scheller
From: Daniel Scheller The stv6111.h doesn't carry any header nor any licensing boilerplate at all, so copy this from the main driver file stv6111.c. While at it, apply the usual whitespace/blank line cleanup. Cc: Ralph Metzler Cc: Manfred Voelkel Signed-off-by: Daniel Scheller --- drivers/me

[PATCH v3 6/9] [media] dvb-frontends/stv0910: cleanup and fix licensing boilerplates

2018-06-19 Thread Daniel Scheller
From: Daniel Scheller The stv0910.h doesn't carry any header nor any licensing boilerplate at all, so copy this from the main driver file stv0910.c. While at it, apply the usual whitespace/blank line cleanup aswell. Cc: Ralph Metzler Cc: Manfred Voelkel Signed-off-by: Daniel Scheller --- dri

[PATCH v3 4/9] [media] dvb-frontends/mxl5xx: cleanup and fix licensing boilerplates

2018-06-19 Thread Daniel Scheller
From: Daniel Scheller mxl5xx.h doesn't carry any licensing boilerplate at all right now, so copy the boilerplate over from the main driver file mxl5xx.c. Also, mxl5xx_defs is missing a part of the licensing boilerplate text, so add it. While at it, fix up some minor whitespace and blank line issu

[PATCH v3 0/9] DD drivers: cleanup licensing

2018-06-19 Thread Daniel Scheller
From: Daniel Scheller Upstream committed a change to the dddvb driver package ([1]) that makes things clear everything is licensed under the terms of the GPLv2-only. So, apply the MODULE_LICENSE change to ddbridge, mxl5xx, stv0910 and stv6111, and, as things are sorted now, apply SPDX license ide

[PATCH v3 3/9] [media] ddbridge: header/boilerplate cleanups and cosmetics

2018-06-19 Thread Daniel Scheller
From: Daniel Scheller Cleanup whitespaces and blank lines, remove wrong links to http://www.gnu.org/copyleft/gpl.html (the driver is licensed under the terms of GPLv2, but the link points to a copy of the GPLv3), and fix the filename reference in ddbridge-i2c.h. Cc: Ralph Metzler Cc: Manfred Vo

[PATCH v3 9/9] [media] dvb-frontends/stv6111: add SPDX license identifier

2018-06-19 Thread Daniel Scheller
From: Daniel Scheller As it is clear that the driver is licensed under the terms of GPLv2-only by now, add a matching SPDX license identifier to all driver files. Cc: Ralph Metzler Cc: Manfred Voelkel Signed-off-by: Daniel Scheller --- drivers/media/dvb-frontends/stv6111.c | 1 + drivers/med

[PATCH v3 7/9] [media] dvb-frontends/stv0910: add SPDX license identifier

2018-06-19 Thread Daniel Scheller
From: Daniel Scheller As it is clear that the driver is licensed under the terms of GPLv2-only by now, add a matching SPDX license identifier to all driver files. Cc: Ralph Metzler Cc: Manfred Voelkel Signed-off-by: Daniel Scheller --- drivers/media/dvb-frontends/stv0910.c | 1 + driver

[PATCH v3 5/9] [media] dvb-frontends/mxl5xx: add SPDX license identifier

2018-06-19 Thread Daniel Scheller
From: Daniel Scheller As it is clear that the driver is licensed under the terms of GPLv2-only by now, add a matching SPDX license identifier to all driver files. Cc: Ralph Metzler Cc: Manfred Voelkel Signed-off-by: Daniel Scheller --- drivers/media/dvb-frontends/mxl5xx.c | 1 + drivers

[PATCH v3 2/9] [media] ddbridge: add SPDX license identifiers

2018-06-19 Thread Daniel Scheller
From: Daniel Scheller Since the boilerplates and MODULE_LICENSE are now in sync regarding the used license (GPL v2 only), add a matching GPLv2 SPDX license identifier to all files of the ddbridge driver. Cc: Ralph Metzler Cc: Manfred Voelkel Signed-off-by: Daniel Scheller --- drivers/media/p

[PATCH v3 1/9] [media] mxl5xx/stv0910/stv6111/ddbridge: fix MODULE_LICENSE to 'GPL v2'

2018-06-19 Thread Daniel Scheller
From: Daniel Scheller In commit 3db30defab4b ("use correct MODULE_LINCESE for GPL v2 only according to notice in header") in the upstream repository for the mentioned four drivers at https://github.com/DigitalDevices/dddvb.git (plus a few more which aren't part of the mainline kernel tree), the M

Re: [1/3] media: rc: drivers should produce alternate pulse and space timing events

2018-06-19 Thread Jerome Brunet
On Tue, 2018-06-19 at 13:57 +0100, Sean Young wrote: > On Tue, Jun 19, 2018 at 02:08:12PM +0200, Jerome Brunet wrote: > > On Sat, 2018-05-12 at 11:55 +0100, Sean Young wrote: > > > Report an error if this is not the case or any problem with the generated > > > raw events. > > > > Hi, > > > > Sinc

Re: [PATCH v6 04/12] intel-ipu3: Implement DMA mapping functions

2018-06-19 Thread Tomasz Figa
On Tue, Jun 19, 2018 at 12:42 AM Zhi, Yong wrote: > > Hi, Tomasz, > > Thanks for the review. > > > -Original Message- > > From: Tomasz Figa [mailto:tf...@chromium.org] > > Sent: Monday, June 18, 2018 12:09 AM > > To: Zhi, Yong > > Cc: Linux Media Mailing List ; Sakari Ailus > > ; Mani, Ra

Re: [1/3] media: rc: drivers should produce alternate pulse and space timing events

2018-06-19 Thread Sean Young
On Tue, Jun 19, 2018 at 02:08:12PM +0200, Jerome Brunet wrote: > On Sat, 2018-05-12 at 11:55 +0100, Sean Young wrote: > > Report an error if this is not the case or any problem with the generated > > raw events. > > Hi, > > Since the inclusion of this patch, every 3 to 15 seconds, I get the follo

Re: [1/3] media: rc: drivers should produce alternate pulse and space timing events

2018-06-19 Thread Jerome Brunet
On Sat, 2018-05-12 at 11:55 +0100, Sean Young wrote: > Report an error if this is not the case or any problem with the generated > raw events. Hi, Since the inclusion of this patch, every 3 to 15 seconds, I get the following message: "rc rc0: two consecutive events of type space" on the conso

Headsup with LogiLink DVB-T2/C Stick

2018-06-19 Thread Uwe Kleine-König
Hello, I found patches by Andreas Kemnade[1] to support the LogiLink VG0022A stick. After adapting them to v4.16 I can watch the DVB-T2 channels (didn't test DVB-C yet). Would it make sense to resubmit these? Best regards Uwe [1] https://www.spinics.net/lists/linux-media/msg112928.html signat