cron job: media_tree daily build: WARNINGS

2019-05-06 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: Tue May 7 05:00:13 CEST 2019 media-tree git hash:7afa8db323e37b9174cf78a1c9ab0ae7a9f5e7dd media_build gi

Re: [PATCH 1/8] media: dt-bindings: imx7-csi: Document a single CSI clock

2019-05-06 Thread Rui Miguel Silva
Oi Fabio, On Sat 04 May 2019 at 15:40, Fabio Estevam wrote: > As per the i.MX7D Reference Manual only the MCLK is used for > the CSI block, so only document this single clock. > > Signed-off-by: Fabio Estevam You missed to add a cover-letter to the series, but I have tested it and reviewed on top

Re: general protection fault in smsusb_init_device

2019-05-06 Thread syzbot
Hello, syzbot has tested the proposed patch and the reproducer did not trigger crash: Reported-and-tested-by: syzbot+53f029db71c19a473...@syzkaller.appspotmail.com Tested on: commit: 43151d6c usb-fuzzer: main usb gadget fuzzer driver git tree: https://github.com/google/kasa

Re: [PATCH v4 0/8] Switch to sync registration for IPU subdevs

2019-05-06 Thread Rui Miguel Silva
Hi Steve, On Fri 03 May 2019 at 23:43, Steve Longerbeam wrote: > Switch to sync registration for the IPU internal sub-devices, re-organize > modules, and a few other miscellaneous cleanups. Thanks for the series and the fixes. Now everything works as before. So, for the all series and related to i

Re: [PATCH v6 13/13] media: tvp5150: make debug output more readable

2019-05-06 Thread Jacopo Mondi
Hi Marco, thanks Reviewed-by: Jacopo Mondi On Mon, Apr 15, 2019 at 02:44:13PM +0200, Marco Felsch wrote: > The debug output for tvp5150_selmux() isn't really intuitive. Register > values are printed decimal formatted and the input/output driver states > are printed as enum. Even more the "norm

Re: [PATCH v6 07/13] media: tvp5150: add FORMAT_TRY support for get/set selection handlers

2019-05-06 Thread Jacopo Mondi
Hi Marco, On Mon, Apr 15, 2019 at 02:44:07PM +0200, Marco Felsch wrote: > Since commit 10d5509c8d50 ("[media] v4l2: remove g/s_crop from video ops") > the 'which' field for set/get_selection must be FORMAT_ACTIVE. There is > no way to try different selections. The patch adds a helper function to >

Re: [PATCH] uvc: fix access to uninitialized fields on probe error

2019-05-06 Thread Oliver Neukum
On Do, 2019-05-02 at 14:43 +0300, Laurent Pinchart wrote: > Let's capitalise the comment and end it with a period to match the rest > of the driver. With these small issues fixed, > > Reviewed-by: Laurent Pinchart Hi, thank you. I agree with them. Regards Oliver

Re: [PATCH v5 5/5] [media] allegro: add SPS/PPS nal unit writer

2019-05-06 Thread Dan Carpenter
Hi Michael, url: https://github.com/0day-ci/linux/commits/Michael-Tretter/Add-ZynqMP-VCU-Allegro-DVT-H-264-encoder-driver/20190504-161958 base: git://linuxtv.org/media_tree.git master If you fix the issue, kindly add following tag Reported-by: kbuild test robot Reported-by: Dan Carpenter

Re: [PATCH v6 03/13] media: v4l2-fwnode: add initial connector parsing support

2019-05-06 Thread Hans Verkuil
On 4/15/19 2:44 PM, Marco Felsch wrote: > The patch adds the initial connector parsing code, so we can move from a > driver specific parsing code to a generic one. Currently only the > generic fields and the analog-connector specific fields are parsed. Parsing > the other connector specific fields

Re: [PATCH v6 05/13] media: tvp5150: add input source selection of_graph support

2019-05-06 Thread Jacopo Mondi
Hi Marco, thanks, I still have a few more suggestions, but they're minors, feel free to pick what you consider more appropriate. On Mon, Apr 15, 2019 at 02:44:05PM +0200, Marco Felsch wrote: > This patch adds the of_graph support to describe the tvp connections. > Physical the TVP5150 has three

Re: [PATCH v6 01/13] dt-bindings: connector: analog: add tv norms property

2019-05-06 Thread Hans Verkuil
On 5/6/19 12:01 PM, Hans Verkuil wrote: > On 4/15/19 2:44 PM, Marco Felsch wrote: >> Some connectors no matter if in- or output supports only a limited >> range of tv norms. It doesn't matter if the hardware behind that >> connector supports more than the listed formats since the users are >> restr

Re: [PATCH v6 01/13] dt-bindings: connector: analog: add tv norms property

2019-05-06 Thread Hans Verkuil
On 4/15/19 2:44 PM, Marco Felsch wrote: > Some connectors no matter if in- or output supports only a limited > range of tv norms. It doesn't matter if the hardware behind that > connector supports more than the listed formats since the users are > restriced by a label e.g. to plug only a camera int

Re: [PATCH v6 02/13] media: v4l2-fwnode: add v4l2_fwnode_connector

2019-05-06 Thread Hans Verkuil
On 4/15/19 2:44 PM, Marco Felsch wrote: > Currently every driver needs to parse the connector endpoints by it self. > This is the initial work to make this generic. The generic connector has > some common fields and some connector specific parts. The generic one > includes: > - type > - label >