cron job: media_tree daily build: WARNINGS

2019-06-14 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 Jun 15 05:00:10 CEST 2019 media-tree git hash:513dbd35b5d93c45fa7291147f21fc0227a9f999 media_build gi

Re: [PATCH v2 2/9] v4l2-async: Use endpoint node, not device node, for fwnode match

2019-06-14 Thread Niklas Söderlund
Hi Sakari, Thanks for your work and sorry that I missed this and replied to v1 the other day. I have tested v2 now and unfortunately it still breaks rcar-vin, see bellow :-( On 2019-06-06 16:02:18 +0300, Sakari Ailus wrote: > V4L2 async framework can use both device's fwnode and endpoints's fwn

[no subject]

2019-06-14 Thread DR ALBERT ZONGO
-- Greetings, I have an intending proposal for you please i need you to contact my private E-mail (dralbertddzo...@gmail.com) for more updates, Best Wishes. DR ALBERT ZONGO --

Re: [PATCH 3/3] media: dt-bindings: media: i2c: Add bindings for ov02a10

2019-06-14 Thread Rob Herring
On Fri, May 31, 2019 at 07:16:58PM +0300, Sakari Ailus wrote: > Hi Dongchun, > > Thanks for the patch. > > On Thu, May 23, 2019 at 06:22:04PM +0800, dongchun@mediatek.com wrote: > > From: Dongchun Zhu > > > > Add device tree binding documentation for the OV02A10 CMOS image sensor. > > > >

Re: [PATCH v2 9/9] ipu3-cio2: Parse information from firmware without using callbacks

2019-06-14 Thread Jacopo Mondi
Hi Sakari, On Thu, Jun 06, 2019 at 04:02:25PM +0300, Sakari Ailus wrote: > Instead of using the convenience function > v4l2_async_notifier_parse_fwnode_endpoints(), parse the endpoints and set > up the async sub-devices without using callbacks. While this adds a little > bit of code, it makes pars

Re: [PATCH v2 4/9] v4l2-async: Add v4l2_async_notifier_add_fwnode_remote_subdev

2019-06-14 Thread Jacopo Mondi
Hi Sakari, On Thu, Jun 06, 2019 at 04:02:20PM +0300, Sakari Ailus wrote: > v4l2_async_notifier_add_fwnode_remote_subdev is a convenience function for > parsing information on V4L2 fwnode subdevs. > > Signed-off-by: Sakari Ailus > --- > drivers/media/v4l2-core/v4l2-async.c | 23 ++

Re: [PATCH v2 3/9] v4l2-async: Get fwnode reference when putting it to the notifier's list

2019-06-14 Thread Jacopo Mondi
Hi Sakari, On Thu, Jun 06, 2019 at 04:02:19PM +0300, Sakari Ailus wrote: > The v4l2_async_notifier_add_fwnode_subdev() did not take a reference of > the added fwnode, relying on the caller to handle that instead, in essence > putting the fwnode to be added if there was an error. > > As the referen

Re: [PATCH v2 2/9] v4l2-async: Use endpoint node, not device node, for fwnode match

2019-06-14 Thread Jacopo Mondi
Hi Sakari, I'll soon test on my platforms as well. Here you have a few comments from just reading the patch. On Thu, Jun 06, 2019 at 04:02:18PM +0300, Sakari Ailus wrote: > V4L2 async framework can use both device's fwnode and endpoints's fwnode > for matching the async sub-device with the

Remote "Mouse mode" buttons, Keycode choices, etc.

2019-06-14 Thread Bastien Nocera
Hey, I dug out a fair bunch of remote controls I got around 10 years ago[1], and started trying them all out. I bumped into a couple of problems: - the Snapstream Firefly remote ([2] using the rc-snapstream-firefly keymap and the ati_remote protocol) creates 2 input device nodes, one for the rem

Re: [PATCH v8] media: imx: add mem2mem device

2019-06-14 Thread Philipp Zabel
Hi Steve, On Tue, 2019-06-11 at 18:08 -0700, Steve Longerbeam wrote: > Hi Philipp, > > Version 9 will also need to fix merge conflicts due to the recent module > re-org and the switch to sync registration for the IPU internal subdevs. > > I've done that work already, feel free to cherry-pick it

[PATCH] media: vivid: remove unnecessary min and max timeperframe constants

2019-06-14 Thread Akinobu Mita
The tpf_min (1/100) and tpf_max (100/1) are used as the lowest and the highest allowable value for the desired frame period in vivid_vid_cap_s_parm(). But the comparison between these values is unnecessary because the compared value is already chosen from webcam_intervals[] (from 1/60 to 1/1). Cc

Request

2019-06-14 Thread Ahmed Ahmed
Dear Friend. I am Mr. .Ahmed Zama .I am sending this brief letter to solicit your partnership to € 15 MILLION Euros into your account. I shall send you more information and procedures when I receive positive response from you. If you are interested, send to me the followings immediately Full Nam

[GIT PULL FOR v5.3] Various fixes/improvements

2019-06-14 Thread Hans Verkuil
The following changes since commit 513dbd35b5d93c45fa7291147f21fc0227a9f999: media: add SPDX headers to some files (2019-06-12 11:42:27 -0400) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.3q for you to fetch changes up to b18217be1085474960fa4

Re: [PATCH v2 5/5] media: rockchip: Use vb2_get_buffer

2019-06-14 Thread Hans Verkuil
On 6/10/19 10:55 PM, Ezequiel Garcia wrote: > Use the newly introduced vb2_get_buffer API and avoid > accessing buffers in the queue directly. Can you rebase this patch? It no longer applies after the hantro rename was merged. Thanks! Hans > > Signed-off-by: Ezequiel Garcia > --- > d