cron job: media_tree daily build: OK

2018-12-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: Sat Dec 29 05:00:13 CET 2018 media-tree git hash:4bd46aa0353e022c2401a258e93b107880a66533 media_build git

[PATCH -next] media: staging/intel-ipu3: Fix err handle of ipu3_css_find_binary

2018-12-28 Thread YueHaibing
'bindex' is unsigned, it never less than zero. This patch bring int 'binary' back to handle the err condition. Fixes: 51abe041c5ed ("media: staging/intel-ipu3: Add dual pipe support") Signed-off-by: YueHaibing --- drivers/staging/media/ipu3/ipu3-css.c | 8 1 file changed, 4 insertions(+

epoll and vb2_poll: can't wake_up

2018-12-28 Thread Yi Qingliang
Hello, I encountered a "can't wake_up" problem when use camera on imx6. if delay some time after 'streamon' the /dev/video0, then add fd through epoll_ctl, then the process can't be waken_up after some time. I checked both the epoll / vb2_poll(videobuf2_core.c) code. epoll will pass 'poll_table'

Re: [PATCH 1/3] media: dt-bindings: add bindings for Toshiba TC358746

2018-12-28 Thread Rob Herring
On Tue, 18 Dec 2018 15:12:38 +0100, Marco Felsch wrote: > Add corresponding dt-bindings for the Toshiba tc358746 device. > > Signed-off-by: Marco Felsch > --- > .../bindings/media/i2c/toshiba,tc358746.txt | 80 +++ > 1 file changed, 80 insertions(+) > create mode 100644 > Doc

[PATCH] media: gspca: mt9m111: Check write_bridge for timeout

2018-12-28 Thread Aditya Pakki
In mt9m111_probe, m5602_write_bridge can timeout and return a negative error value. The fix checks for this error and passes it upstream. Signed-off-by: Aditya Pakki --- drivers/media/usb/gspca/m5602/m5602_mt9m111.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/driv

[PATCH] media: gspca: Check the return value of write_bridge for timeout

2018-12-28 Thread Aditya Pakki
In po1030_probe(), m5602_write_bridge() can timeout and return an error value. The fix checks for the return value and propagates upstream consistent with other usb drivers. Signed-off-by: Aditya Pakki --- drivers/media/usb/gspca/m5602/m5602_po1030.c | 8 ++-- 1 file changed, 6 insertions(+)

[PATCH v1 1/2] media: atmel-isc: Add support for BT656 with CRC decoding

2018-12-28 Thread Ken Sloat
From: Ken Sloat The ISC driver currently supports ITU-R 601 encoding which utilizes the external hysync and vsync signals. ITU-R 656 format removes the need for these pins by embedding the sync pulses within the data packet. To support this feature, enable necessary register bits when this featu

[PATCH v1 2/2] media: atmel-isc: Update device tree binding documentation

2018-12-28 Thread Ken Sloat
From: Ken Sloat Update device tree binding documentation specifying how to enable BT656 with CRC decoding. Signed-off-by: Ken Sloat --- Documentation/devicetree/bindings/media/atmel-isc.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/media/atmel-isc

Re: [PATCH v2] media: venus: add debugfs support

2018-12-28 Thread kbuild test robot
: https://github.com/0day-ci/linux/commits/Malathi-Gottam/media-venus-add-debugfs-support/20181228-172634 base: git://linuxtv.org/media_tree.git master config: i386-allmodconfig (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: # save the attached .config to linux build

Re: [PATCH] media: venus: add debugfs support

2018-12-28 Thread kbuild test robot
://github.com/0day-ci/linux/commits/Malathi-Gottam/media-venus-add-debugfs-support/20181228-160258 base: git://linuxtv.org/media_tree.git master config: sh-allmodconfig (attached as .config) compiler: sh4-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0 reproduce: wget https://raw.githubusercontent.com

Re: [PATCH] media: venus: add debugfs support

2018-12-28 Thread kbuild test robot
-Gottam/media-venus-add-debugfs-support/20181228-160258 base: git://linuxtv.org/media_tree.git master config: ia64-allmodconfig (attached as .config) compiler: ia64-linux-gcc (GCC) 8.1.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin

[PATCH v2] media: venus: add debugfs support

2018-12-28 Thread Malathi Gottam
Enable logs in venus through debugfs to print debug information. Change-Id: I9b2a423829df9ee171f95f18bcb85646319086d0 Signed-off-by: Malathi Gottam --- drivers/media/platform/qcom/venus/core.c | 62 - drivers/media/platform/qcom/venus/core.h | 32 + drivers/media/platfo