[ragnatech:media-tree] BUILD SUCCESS 238f694e1b7f8297f1256c57e41f69c39576c9b4

2018-03-22 Thread kbuild test robot
tree/branch: git://git.ragnatech.se/linux media-tree branch HEAD: 238f694e1b7f8297f1256c57e41f69c39576c9b4 media: v4l2-common: fix a compilation breakage elapsed time: 172m configs tested: 166 The following configs have been built successfully. More configs may be tested in the coming days.

[PATCH] media: rc docs: fix warning for RC_PROTO_IMON

2018-03-22 Thread Sean Young
This protocol was recently added and causes warnings. Signed-off-by: Sean Young --- Documentation/media/lirc.h.rst.exceptions | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/media/lirc.h.rst.exceptions b/Documentation/media/lirc.h.rst.exceptions index

[PATCH] media: extended-controls.rst: don't use adjustbox

2018-03-22 Thread Mauro Carvalho Chehab
LaTeX adjustbox is known to cause pdf documentation build breakages with some newer Sphinx versions. So, don't use it. While here, adjust table sizes in order to better produce the pdf output. Fixes: c0da55b95bd9 ("media: v4l2: Documentation for HEVC CIDs") Cc: Smitha T Murthy

[PATCH] media: s5p_mfc_enc: get rid of new warnings

2018-03-22 Thread Mauro Carvalho Chehab
The values of enc_y_addr and enc_c_addr are initialized by s5p_mfc_hw_call(), but, in thesis, this macro might be doing nothing, if the get_enc_frame_buffer() is not declared. That causes those GCC warnings: drivers/media/platform/s5p-mfc/s5p_mfc_enc.c:1242 enc_post_frame_start() error:

Re: [Linaro-mm-sig] [PATCH 1/5] dma-buf: add optional invalidate_mappings callback v2

2018-03-22 Thread Christian König
Am 22.03.2018 um 08:18 schrieb Daniel Vetter: On Wed, Mar 21, 2018 at 12:54:20PM +0100, Christian König wrote: Am 21.03.2018 um 09:28 schrieb Daniel Vetter: On Tue, Mar 20, 2018 at 06:47:57PM +0100, Christian König wrote: Am 20.03.2018 um 15:08 schrieb Daniel Vetter: [SNIP] For the in-driver

Re: [Linaro-mm-sig] [PATCH 1/5] dma-buf: add optional invalidate_mappings callback v2

2018-03-22 Thread Christian König
Am 22.03.2018 um 08:14 schrieb Daniel Vetter: On Wed, Mar 21, 2018 at 10:34:05AM +0100, Christian König wrote: Am 21.03.2018 um 09:18 schrieb Daniel Vetter: [SNIP] For correct operation you always need to implement invalidate_range_end as well and add some lock/completion work Otherwise

[GIT PULL FOR v4.17] rc imon protocol docs warning

2018-03-22 Thread Sean Young
Hi Mauro, Here is a fix for the warning about RC_PROTO_IMON. Sorry about that! Sean The following changes since commit 238f694e1b7f8297f1256c57e41f69c39576c9b4: media: v4l2-common: fix a compilation breakage (2018-03-21 16:07:01 -0400) are available in the Git repository at:

Re: [RFC] Request API

2018-03-22 Thread Tomasz Figa
Hi Hans, On Thu, Mar 22, 2018 at 11:18 PM, Hans Verkuil wrote: > RFC Request API > --- > > This document proposes the public API for handling requests. > > There has been some confusion about how to do this, so this summarizes the > current approach based on

Business Proposal

2018-03-22 Thread Gerald Lawson
Hello Thanks for accepting my connection request and how is your family? At the moment i have a lucrative business and my instinct make me believe that we can work together with understanding and sincerity. Do contact me on my private email: geraldlawso...@gmail.com Ones i receive your reply,

Re: [RFC] Request API

2018-03-22 Thread Hans Verkuil
On 03/22/2018 05:36 PM, Nicolas Dufresne wrote: > Le jeudi 22 mars 2018 à 15:18 +0100, Hans Verkuil a écrit : >> RFC Request API >> --- >> >> This document proposes the public API for handling requests. >> >> There has been some confusion about how to do this, so this summarizes the >>

Re: [RFC] Request API

2018-03-22 Thread Hans Verkuil
On 03/22/18 15:47, Tomasz Figa wrote: > Hi Hans, > > On Thu, Mar 22, 2018 at 11:18 PM, Hans Verkuil wrote: >> RFC Request API >> --- >> >> This document proposes the public API for handling requests. >> >> There has been some confusion about how to do this, so

[RFC] Request API

2018-03-22 Thread Hans Verkuil
RFC Request API --- This document proposes the public API for handling requests. There has been some confusion about how to do this, so this summarizes the current approach based on conversations with the various stakeholders today (Sakari, Alexandre Courbot, Tomasz Figa and myself).

Re: [RFC] Request API

2018-03-22 Thread Tomasz Figa
On Thu, Mar 22, 2018 at 11:47 PM, Tomasz Figa wrote: > Hi Hans, > > On Thu, Mar 22, 2018 at 11:18 PM, Hans Verkuil wrote: >> - If due to performance reasons we will have to allocate/queue/reinit >> multiple >> requests with a single ioctl, then we will

Re: [RFC] Request API

2018-03-22 Thread Nicolas Dufresne
Le jeudi 22 mars 2018 à 15:18 +0100, Hans Verkuil a écrit : > RFC Request API > --- > > This document proposes the public API for handling requests. > > There has been some confusion about how to do this, so this summarizes the > current approach based on conversations with the

Re: [RFC] Request API

2018-03-22 Thread Nicolas Dufresne
Le jeudi 22 mars 2018 à 18:22 +0100, Hans Verkuil a écrit : > On 03/22/2018 05:36 PM, Nicolas Dufresne wrote: > > Le jeudi 22 mars 2018 à 15:18 +0100, Hans Verkuil a écrit : > > > RFC Request API > > > --- > > > > > > This document proposes the public API for handling requests. > > >

[PATCH v5] ARM: dts: wheat: Fix ADV7513 address usage

2018-03-22 Thread Kieran Bingham
The r8a7792 Wheat board has two ADV7513 devices sharing a single I2C bus, however in low power mode the ADV7513 will reset it's slave maps to use the hardware defined default addresses. The ADV7511 driver was adapted to allow the two devices to be registered correctly - but it did not take into

[ragnatech:media-tree 312/369] drivers/media/i2c/ov13858.c:1378:9: error: 'v4l2_find_nearest_size' undeclared; did you mean '__v4l2_find_nearest_size'?

2018-03-22 Thread kbuild test robot
tree: git://git.ragnatech.se/linux media-tree head: 238f694e1b7f8297f1256c57e41f69c39576c9b4 commit: 227b183dcbcc430a6ce29518d3b24d481597e87d [312/369] media: ov13858: Use v4l2_find_nearest_size config: i386-randconfig-i0-03221101 (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0

[linux-next:master 9678/10088] drivers/media/i2c/ov5670.c:2232:9: error: 'v4l2_find_nearest_size' undeclared; did you mean '__v4l2_find_nearest_size'?

2018-03-22 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 0629b0dc1afeaf6262650e53b454d0b30bb0833e commit: 894de53b4938f6e4eb5dd0435c60cc87b5747855 [9678/10088] media: ov5670: Use v4l2_find_nearest_size config: i386-randconfig-i0-03221101 (attached as .config)

[PATCH v6] ARM: dts: wheat: Fix ADV7513 address usage

2018-03-22 Thread Kieran Bingham
The r8a7792 Wheat board has two ADV7513 devices sharing a single I2C bus, however in low power mode the ADV7513 will reset it's slave maps to use the hardware defined default addresses. The ADV7511 driver was adapted to allow the two devices to be registered correctly - but it did not take into

Re: [PATCH v5 0/2] media: video-i2c: add video-i2c driver support

2018-03-22 Thread Matt Ranostay
On Thu, Mar 22, 2018 at 3:28 PM, Hans Verkuil wrote: > On 03/22/2018 06:46 AM, Matt Ranostay wrote: >> On Mon, Mar 19, 2018 at 5:31 PM, Hans Verkuil wrote: >>> On 03/16/2018 03:47 AM, Matt Ranostay wrote: On Fri, Mar 9, 2018 at 10:26 AM, Matt Ranostay

[ragnatech:media-tree 314/369] drivers/media/platform/vivid/vivid-vid-cap.c:565:34: error: macro "v4l2_find_nearest_size" requires 6 arguments, but only 5 given

2018-03-22 Thread kbuild test robot
tree: git://git.ragnatech.se/linux media-tree head: 238f694e1b7f8297f1256c57e41f69c39576c9b4 commit: ac53212880a1af2191fd469dab275b94cd9d13c8 [314/369] media: vivid: Use v4l2_find_nearest_size config: sh-allmodconfig (attached as .config) compiler: sh4-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0

Business Proposal

2018-03-22 Thread Albrecht Solicitor
Good day! I seek your consent to present you as the beneficiary of an unclaimed financial estate belonging to my late client. I am contacting you because you share a similar name as his. Get back to me so I give you comprehensive details if interested. Regards Albrecht.

[linuxtv-media:master 345/405] ERROR: "i2c_mux_add_adapter" [drivers/media/dvb-frontends/af9013.ko] undefined!

2018-03-22 Thread kbuild test robot
tree: git://linuxtv.org/media_tree.git master head: f67449fdba3b9dbdd340d8cbf17dfa711d5bd2fb commit: 22e59e7204a46d9f3c6abc02909927a19640f91f [345/405] media: af9013: add i2c mux adapter for tuner bus config: x86_64-randconfig-b0-03222144 (attached as .config) compiler: gcc-7 (Debian 7.3.0-1)

Re: [RFC] Request API

2018-03-22 Thread Tomasz Figa
On Fri, Mar 23, 2018 at 1:28 AM, Hans Verkuil wrote: > On 03/22/18 15:47, Tomasz Figa wrote: >> Hi Hans, >> >> On Thu, Mar 22, 2018 at 11:18 PM, Hans Verkuil wrote: >>> >>>Requests only contain the changes since the previously queued request or >>>

[PATCH v2 0/2] Add support for ov7251 camera sensor

2018-03-22 Thread Todor Tomov
The ov7251 sensor is a 1/7.5-Inch B VGA (640x480) CMOS Digital Image Sensor from Omnivision. -- Version 2: - changed ov7251 node's name in DT binding example; - SPDX licence identifier; - better names for register value

cron job: media_tree daily build: ERRORS

2018-03-22 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: Fri Mar 23 05:00:11 CET 2018 media-tree git hash:f67449fdba3b9dbdd340d8cbf17dfa711d5bd2fb media_build

[PATCH] [media] vcodec: fix error return value from mtk_jpeg_clk_init()

2018-03-22 Thread Ryder Lee
The error return value should be fixed as it may return EPROBE_DEFER. Cc: Rick Chang Cc: Bin Liu Signed-off-by: Ryder Lee --- drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH v2 0/2] Add support for ov7251 camera sensor

2018-03-22 Thread Todor Tomov
The ov7251 sensor is a 1/7.5-Inch B VGA (640x480) CMOS Digital Image Sensor from Omnivision. -- Version 2: - changed ov7251 node's name in DT binding example; - SPDX licence identifier; - better names for register value

[PATCH v2 2/2] media: Add a driver for the ov7251 camera sensor

2018-03-22 Thread Todor Tomov
The ov7251 sensor is a 1/7.5-Inch B VGA (640x480) CMOS Digital Image Sensor from Omnivision. The driver supports the following modes: - 640x480 30fps - 640x480 60fps - 640x480 90fps Output format is MIPI RAW 10. The driver supports configuration via user controls for: - exposure and gain; -

[PATCH v2 1/2] dt-bindings: media: Binding document for OV7251 camera sensor

2018-03-22 Thread Todor Tomov
Add the document for ov7251 device tree binding. CC: Rob Herring CC: Mark Rutland CC: devicet...@vger.kernel.org Signed-off-by: Todor Tomov Reviewed-by: Rob Herring ---

Re: [Linaro-mm-sig] [PATCH 1/5] dma-buf: add optional invalidate_mappings callback v2

2018-03-22 Thread Daniel Vetter
On Wed, Mar 21, 2018 at 10:34:05AM +0100, Christian König wrote: > Am 21.03.2018 um 09:18 schrieb Daniel Vetter: > > [SNIP] > > They're both in i915_gem_userptr.c, somewhat interleaved. Would be > > interesting if you could show what you think is going wrong in there > > compared to amdgpu_mn.c. >

Re: [Linaro-mm-sig] [PATCH 1/5] dma-buf: add optional invalidate_mappings callback v2

2018-03-22 Thread Daniel Vetter
On Wed, Mar 21, 2018 at 12:54:20PM +0100, Christian König wrote: > Am 21.03.2018 um 09:28 schrieb Daniel Vetter: > > On Tue, Mar 20, 2018 at 06:47:57PM +0100, Christian König wrote: > > > Am 20.03.2018 um 15:08 schrieb Daniel Vetter: > > > > [SNIP] > > > > For the in-driver reservation path (CS)

Re: [PATCH v5 0/2] media: video-i2c: add video-i2c driver support

2018-03-22 Thread Hans Verkuil
On 03/22/2018 06:46 AM, Matt Ranostay wrote: > On Mon, Mar 19, 2018 at 5:31 PM, Hans Verkuil wrote: >> On 03/16/2018 03:47 AM, Matt Ranostay wrote: >>> On Fri, Mar 9, 2018 at 10:26 AM, Matt Ranostay >>> wrote: On Fri, Mar 9, 2018 at 4:45 AM,