cron job: media_tree daily build: OK

2019-08-17 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 Aug 18 05:00:10 CEST 2019 media-tree git hash:31d5d15dfc3418a57cfab419a353d8dc5f5698b5 media_build gi

Re: [RFC,V2,1/2] media: dt-bindings: media: i2c: Add bindings for OV02A10

2019-08-17 Thread Sakari Ailus
Hi Dongchun, On Sat, Aug 17, 2019 at 11:53:05AM +0800, Dongchun Zhu wrote: ... > > > + > > > +The device node shall contain one 'port' child node with an > > > +'endpoint' subnode for its digital output video port, in accordance > > > +with the video interface bindings defined in > > > +Documentat

Re: [PATCH] dvb-usb-v2/gl861: fix wrong memcpy

2019-08-17 Thread Akihiro TSUKADA
> Could you please test the patch and check if the return results are > now consistent and that it won't break anything? I have tested the patch and it worked without problems. Testd-by: Akihiro Tsukada I could not noticed the bug because the device was registered without any error messages, an

[PATCH] media: ttpci: unknown protocol is rc-mm-32

2019-08-17 Thread Sean Young
This protocol responds to a real philips rc-mm remote; it does not respond to IR encoded with the encoder in ir-rcmm-decoder.c. Signed-off-by: Sean Young --- drivers/media/pci/ttpci/av7110_ir.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/drivers/media/pci/t

[PATCH 2/2] media: i2c: ov13858: Report native size and crop bounds

2019-08-17 Thread Jacopo Mondi
Report the native pixel array size and the crop bounds for the ov13858 sensor driver. Signed-off-by: Jacopo Mondi --- drivers/media/i2c/ov13858.c | 25 + 1 file changed, 25 insertions(+) diff --git a/drivers/media/i2c/ov13858.c b/drivers/media/i2c/ov13858.c index 838a6c6

[PATCH 1/2] media: i2c: ov5670: Report native size and crop bounds

2019-08-17 Thread Jacopo Mondi
Report the native pixel array size and the crop bounds for the ov5670 sensor driver. Signed-off-by: Jacopo Mondi --- drivers/media/i2c/ov5670.c | 20 1 file changed, 20 insertions(+) diff --git a/drivers/media/i2c/ov5670.c b/drivers/media/i2c/ov5670.c index 2bc57e85f721..3e

Re: [GIT PULL FOR v5.4] Various fixes and enhancements

2019-08-17 Thread Jenkins
From: buil...@linuxtv.org Pull request: https://patchwork.linuxtv.org/patch/58253/ Build log: https://builder.linuxtv.org/job/patchwork/10604/ Build time: 00:08:35 Link: https://lore.kernel.org/linux-media/1e96f70a-4589-d905-1d0e-63a8d2ddb...@xs4all.nl Summary: no issues gpg: Signature made Sat

Re: [GIT PULL FOR v5.4] Hantro H.264 + finish stateful decoder spec

2019-08-17 Thread Jenkins
From: buil...@linuxtv.org Pull request: https://patchwork.linuxtv.org/patch/58252/ Build log: https://builder.linuxtv.org/job/patchwork/10603/ Build time: 00:35:01 Link: https://lore.kernel.org/linux-media/1be8ac17-349b-ef4d-299d-4f3888949...@xs4all.nl Summary: 8 patches and/or PDF generation wit

[GIT PULL FOR v5.4] Various fixes and enhancements

2019-08-17 Thread Hans Verkuil
The following changes since commit 31d5d15dfc3418a57cfab419a353d8dc5f5698b5: media: MAINTAINERS: Add entry for the ov5670 driver (2019-08-15 08:17:04 -0300) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.4m for you to fetch changes up to cbc77b

[GIT PULL FOR v5.4] Hantro H.264 + finish stateful decoder spec

2019-08-17 Thread Hans Verkuil
Hi Mauro, This PR takes Ezequiel's series adding H.264 decoding for hantro (https://patchwork.linuxtv.org/project/linux-media/list/?series=603). The first patch (lib/sort.c) is Acked by Andrew Morton and is intended to go in through the media subsystem since this is the first driver that uses it.