cron job: media_tree daily build: ERRORS

2017-10-28 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 Oct 29 05:00:15 CET 2017 media-tree git hash:bbae615636155fa43a9b0fe0ea31c678984be864 media_build

[no subject]

2017-10-28 Thread Scott Tisdale
Hi Linux http://bit.ly/2y9KlIt Take care Scott Tisdale

[PATCH 5/9] media: staging/imx: pass fwnode handle to find/add async subdev

2017-10-28 Thread Steve Longerbeam
Pass the subdev's fwnode_handle to imx_media_find_async_subdev() and imx_media_add_async_subdev(), instead of a device_node. Signed-off-by: Steve Longerbeam --- drivers/staging/media/imx/imx-media-dev.c | 20 ++--

[PATCH 4/9] media: staging/imx: remove devname string from imx_media_subdev

2017-10-28 Thread Steve Longerbeam
A separate string for the device name, for DEVNAME async match, was never needed. Just assign the asd device name to the passed platform device name pointer in imx_media_add_async_subdev(). Signed-off-by: Steve Longerbeam ---

[PATCH 6/9] media: staging/imx: remove static subdev arrays

2017-10-28 Thread Steve Longerbeam
For more complex OF graphs, there will be more async subdevices registered. Remove the static subdev[IMX_MEDIA_MAX_SUBDEVS] array, so that imx-media places no limits on the number of async subdevs that can be added and registered. There were two uses for 'struct imx_media_subdev'. First was to

[PATCH 1/9] media: staging/imx: get CSI bus type from nearest upstream entity

2017-10-28 Thread Steve Longerbeam
The imx-media driver currently supports a device tree graph of limited complexity. This patch is a first step in allowing imx-media to work with more general OF graphs. The CSI subdevice assumes the originating upstream subdevice (the "sensor") is connected directly to either the CSI mux or the

[PATCH 3/9] media: staging/imx: of: allow for recursing downstream

2017-10-28 Thread Steve Longerbeam
Calling of_parse_subdev() recursively to a downstream path that has already been followed is ok, it just means that call will return immediately since the subdevice was already added to the async list. With that there is no need to determine whether a subdevice's port is a sink or source, so

[PATCH 2/9] media: staging/imx: remove static media link arrays

2017-10-28 Thread Steve Longerbeam
Remove the static list of media links that were formed at probe time. These links can instead be created after all registered async subdevices have been bound in imx_media_probe_complete(). The media links between subdevices that exist in the device tree, can be created post-async completion by

[PATCH 7/9] media: staging/imx: convert static vdev lists to list_head

2017-10-28 Thread Steve Longerbeam
Although not technically necessary because imx-media has only a maximum of 8 video devices, and once setup the video device lists are static, in anticipation of moving control ineritance to v4l2-core, make the vdev lists more generic by converting to dynamic list_head's. After doing that, 'struct

[PATCH 9/9] media: staging/imx: update TODO

2017-10-28 Thread Steve Longerbeam
Update TODO file: - Remove TODO info about the OV564x driver, while this still needs to be done (add a OV5642 driver or merge with OV5640 driver), it is not relevant here. - Update TODO about methods for retrieving CSI bus config. - Add some TODO's about OF graph parsing restrictions.

[PATCH 0/9] media: imx: Add better OF graph support

2017-10-28 Thread Steve Longerbeam
This is a set of patches that improve support for more complex OF graphs. Currently the imx-media driver only supports a single device with a single port connected directly to either the CSI muxes or the MIPI CSI-2 receiver input ports. There can't be a multi-port device in between. This patch set

[PATCH 8/9] media: staging/imx: reorder function prototypes

2017-10-28 Thread Steve Longerbeam
Re-order some of the function prototypes in imx-media.h to group them correctly by source file. No functional changes. Signed-off-by: Steve Longerbeam --- drivers/staging/media/imx/imx-media.h | 21 - 1 file changed, 12 insertions(+), 9

[patch] libv4l2: SDL test application

2017-10-28 Thread Pavel Machek
Add support for simple SDL test application. Allows taking jpeg snapshots, and is meant to run on phone with touchscreen. Not particulary useful on PC with webcam, but should work. Signed-off-by: Pavel Machek diff --git a/configure.ac b/configure.ac index f3691be..f6540c2 100644

[PATCH 4/5] Fix NTSC/PAL on Evromedia USB Full Hybrid Full HD

2017-10-28 Thread Oleh Kravchenko
Signed-off-by: Oleh Kravchenko --- drivers/media/usb/cx231xx/cx231xx-cards.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/usb/cx231xx/cx231xx-cards.c b/drivers/media/usb/cx231xx/cx231xx-cards.c index f327ae73c1f0..fc9f09573fec 100644 ---

[PATCH 5/5] Fix NTSC/PAL on Astrometa T2hybrid

2017-10-28 Thread Oleh Kravchenko
Signed-off-by: Oleh Kravchenko --- drivers/media/usb/cx231xx/cx231xx-cards.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/usb/cx231xx/cx231xx-cards.c b/drivers/media/usb/cx231xx/cx231xx-cards.c index fc9f09573fec..4ac5c5676c28 100644 ---

[PATCH 1/5] [media] mceusb: add support for 1b80:d3b2

2017-10-28 Thread Oleh Kravchenko
Evromedia USB Full Hybrid Full HD (1b80:d3b2) has IR on Interface 0. Remote controller supplied with this tuner fully compatible with RC_MAP_MSI_DIGIVOX_III. Signed-off-by: Oleh Kravchenko --- drivers/media/rc/mceusb.c | 9 +

[PATCH 2/5] [media] Add Astrometa T2hybrid keymap module

2017-10-28 Thread Oleh Kravchenko
Add the keymap module for Astrometa T2hybrid remote control commands. Signed-off-by: Oleh Kravchenko --- drivers/media/rc/keymaps/Makefile| 1 + drivers/media/rc/keymaps/rc-astrometa-t2hybrid.c | 70 include/media/rc-map.h

[PATCH 3/5] [media] mceusb: add support for 15f4:0135

2017-10-28 Thread Oleh Kravchenko
Astrometa T2hybrid (15f4:0135) has IR on Interface 0. Signed-off-by: Oleh Kravchenko --- drivers/media/rc/mceusb.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/media/rc/mceusb.c b/drivers/media/rc/mceusb.c index a12941d2f4f0..091d492f6cd2 100644 ---

[PATCH] [media] mceusb: add support for 1b80:d3b2

2017-10-28 Thread Oleh Kravchenko
Evromedia USB Full Hybrid Full HD (1b80:d3b2) has IR on Interface 0. Remote controller supplied with this tuner fully compatible with RC_MAP_MSI_DIGIVOX_III. Signed-off-by: Oleh Kravchenko --- drivers/media/rc/mceusb.c | 9 +

[PATCH] camss-video.c: drop unused header

2017-10-28 Thread Hans Verkuil
Drop unused vb1 header. Signed-off-by: Hans Verkuil --- diff --git a/drivers/media/platform/qcom/camss-8x16/camss-video.c b/drivers/media/platform/qcom/camss-8x16/camss-video.c index cf4219e871bd..ffaa2849e0c1 100644 ---

Re: cx231xx IR remote control protocol

2017-10-28 Thread Oleh Kravchenko
Hi Devin and Sean! It was very easy, suddenly IR is fully supported by mceusb! Required only correct USB ID. Thank you! On 23.10.17 16:12, Devin Heitmueller wrote: > Hi Oleh, > > On Mon, Oct 23, 2017 at 5:37 AM, Sean Young wrote: >> Hi Oleh, >> >> On Sun, Oct 22, 2017 at

Re: [PATCH 0/3] support for Logilink VG0022a DVB-T2 stick

2017-10-28 Thread Alois Fertl
Hello All, I'm responding to this thread because I have a Terretec CINERGY TC2 Stick, similar chips, it9303/si2147/si2168, which shows the same problem. Connecting a scope to the physical i2c bus between 2147 and 2168 gave some suprising results. With probe connected to the sda line, the i2c