Re: [PATCH 1/2] dt-bindings: media: i2c: Add bindings for Maxim Integrated MAX9286

2019-08-09 Thread Geert Uytterhoeven
CC devicetree cover letter at https://lore.kernel.org/linux-renesas-soc/20190809040558.10698-1-niklas.soderlund+rene...@ragnatech.se/ On Fri, Aug 9, 2019 at 6:07 AM Niklas Söderlund wrote: > From: Laurent Pinchart > > The MAX9286 deserializes video data received on up to 4 Gigabit > Multimedia

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

2019-08-09 Thread Marco Felsch
On 19-05-06 11:50, Hans Verkuil wrote: > 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 g

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

2019-08-09 Thread Marco Felsch
Hi Laurent, On 19-05-16 19:36, Laurent Pinchart wrote: > Hi Marco, > > Thank you for the patch. Thanks for the review and sorry for the delayed reply. > On Mon, Apr 15, 2019 at 02:44:02PM +0200, Marco Felsch wrote: > > Currently every driver needs to parse the connector endpoints by it self. >

Re: [PATCH 1/2] dt-bindings: media: i2c: Add bindings for Maxim Integrated MAX9286

2019-08-09 Thread Kieran Bingham
Hi Niklas, I have posted 4 versions of this already, so this should be v5. Have you considered the review comments from Rob Herring [0] What version did you take to start this process? Is this an arbitrary new version? Something you had lying around? Or did you get the latest version from my br

Re: [PATCH 2/2] max9286: Add MAX9286 driver

2019-08-09 Thread Kieran Bingham
Hi Niklas, This should be at least v5. Did you take the last v4 and work from there? I have made changes since the last posting. Did you get an update from my branches? What changes have you made to this posting compared to whichever patch-base you have taken to start from? -- Kieran On 09/0

Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-08-09 Thread Tomasz Figa
On Mon, Jul 29, 2019 at 8:58 PM Jerry-ch Chen wrote: > > Hi Tomasz, > > On Mon, 2019-07-29 at 17:57 +0800, Tomasz Figa wrote: > > On Mon, Jul 29, 2019 at 3:01 PM Jerry-ch Chen > > wrote: > > > > > > Hi Enrico, > > > > > > On Tue, 2019-07-09 at 18:56 +0800, Enrico Weigelt, metux IT consult > > > w

[PATCHv2] omap-dma/omap_vout_vrfb: fix off-by-one fi value

2019-08-09 Thread Hans Verkuil
The OMAP 4 TRM specifies that when using double-index addressing the address increases by the ES plus the EI value minus 1 within a frame. When a full frame is transferred, the address increases by the ES plus the frame index (FI) value minus 1. The omap-dma code didn't account for the 'minus 1' i

Re: [PATCHv2] omap-dma/omap_vout_vrfb: fix off-by-one fi value

2019-08-09 Thread Mauro Carvalho Chehab
Em Fri, 9 Aug 2019 10:32:40 +0200 Hans Verkuil escreveu: > The OMAP 4 TRM specifies that when using double-index addressing > the address increases by the ES plus the EI value minus 1 within > a frame. When a full frame is transferred, the address increases > by the ES plus the frame index (FI) v

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

2019-08-09 Thread Marco Felsch
Hi Mauro, Hans, On 19-05-14 15:20, Mauro Carvalho Chehab wrote: > Em Mon, 6 May 2019 12:10:41 +0200 > Hans Verkuil escreveu: > > > 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 generi

Re: [PATCH v5 3/9] dw-hdmi-cec: use cec_notifier_cec_adap_(un)register

2019-08-09 Thread Hans Verkuil
On 8/7/19 10:52 AM, Dariusz Marcinkiewicz wrote: > Use the new cec_notifier_cec_adap_(un)register() functions to > (un)register the notifier for the CEC adapter. > > Also adds CEC_CAP_CONNECTOR_INFO capability to the adapter. > > Changes since v3: > - add CEC_CAP_CONNECTOR_INFO to cec_alloc

Re: [PATCH v5 1/9] drm_dp_cec: add connector info support.

2019-08-09 Thread Hans Verkuil
On 8/8/19 10:18 AM, Hans Verkuil wrote: > Hi Dariusz, > > On 8/7/19 10:52 AM, Dariusz Marcinkiewicz wrote: >> Pass the connector info to the CEC adapter. This makes it possible >> to associate the CEC adapter with the corresponding drm connector. >> >> Signed-off-by: Dariusz Marcinkiewicz >> Sign

Re: [PATCHv2] omap-dma/omap_vout_vrfb: fix off-by-one fi value

2019-08-09 Thread Vinod Koul
On 09-08-19, 10:32, Hans Verkuil wrote: > The OMAP 4 TRM specifies that when using double-index addressing > the address increases by the ES plus the EI value minus 1 within > a frame. When a full frame is transferred, the address increases > by the ES plus the frame index (FI) value minus 1. > >

Re: [GIT PULL for v5.3-rc4] media fixes

2019-08-09 Thread Jenkins
From: buil...@linuxtv.org Pull request: https://patchwork.linuxtv.org/patch/58047/ Build log: https://builder.linuxtv.org/job/patchwork/5018/ Build time: 00:03:10 Link: https://lore.kernel.org/linux-media/r/20190809083410.3997c...@coco.lan Summary: 1 issues, being 0 build regressions Error/warnin

Re: [PATCH 2/2] max9286: Add MAX9286 driver

2019-08-09 Thread Niklas Söderlund
Hi Kieran, Thanks for your feedback. On 2019-08-09 09:09:43 +0100, Kieran Bingham wrote: > Hi Niklas, > > This should be at least v5. I don't agree ;-) This is a "new" series where multiple streams are not supported and there are no external dependencies. To indicate this I reset the version.

Re: [PATCH 2/2] max9286: Add MAX9286 driver

2019-08-09 Thread Kieran Bingham
On 09/08/2019 13:04, Niklas Söderlund wrote: > Hi Kieran, > > Thanks for your feedback. > > On 2019-08-09 09:09:43 +0100, Kieran Bingham wrote: >> Hi Niklas, >> >> This should be at least v5. > > I don't agree ;-) This is a "new" series where multiple streams are not > supported and there are n

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

2019-08-09 Thread Marco Felsch
Hi Laurent, On 19-05-16 19:51, Laurent Pinchart wrote: > Hello Marco, > > Thank you for the patch. Thanks for the review. > > On Tue, May 14, 2019 at 03:20:04PM -0300, Mauro Carvalho Chehab wrote: > > Em Mon, 6 May 2019 12:10:41 +0200 Hans Verkuil escreveu: > > > On 4/15/19 2:44 PM, Marco Fels

Re: [PATCH 2/2] max9286: Add MAX9286 driver

2019-08-09 Thread Niklas Söderlund
Hi Kieran, On 2019-08-09 13:12:49 +0100, Kieran Bingham wrote: > On 09/08/2019 13:04, Niklas Söderlund wrote: > > Hi Kieran, > > > > Thanks for your feedback. > > > > On 2019-08-09 09:09:43 +0100, Kieran Bingham wrote: > >> Hi Niklas, > >> > >> This should be at least v5. > > > > I don't agree

Re: [PATCH 2/2] max9286: Add MAX9286 driver

2019-08-09 Thread Kieran Bingham
Hi Niklas, On 09/08/2019 13:23, Niklas Söderlund wrote: > Hi Kieran, > > On 2019-08-09 13:12:49 +0100, Kieran Bingham wrote: >> On 09/08/2019 13:04, Niklas Söderlund wrote: >>> Hi Kieran, >>> >>> Thanks for your feedback. >>> >>> On 2019-08-09 09:09:43 +0100, Kieran Bingham wrote: Hi Niklas,

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

2019-08-09 Thread Hans Verkuil
A small rcar fix, two patches to convert omap_vout to vb2 and have it pass the compliance test, and two patches for vimc that revert earlier changes that didn't work out (they didn't introduce bugs, but it was the wrong approach and it blocked future improvements). Regards, Hans The foll

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

2019-08-09 Thread Jenkins
From: buil...@linuxtv.org Pull request: https://patchwork.linuxtv.org/patch/58048/ Build log: https://builder.linuxtv.org/job/patchwork/5076/ Build time: 00:04:29 Link: https://lore.kernel.org/linux-media/r/d1d8c63c-c346-9a4b-fea9-27c46a648...@xs4all.nl Summary: 2 issues, being 0 build regression

Re: [PATCH v5 8/9] drm: dw-hdmi: use cec_notifier_conn_(un)register

2019-08-09 Thread Hans Verkuil
On 8/7/19 10:52 AM, Dariusz Marcinkiewicz wrote: > Use the new cec_notifier_conn_(un)register() functions to > (un)register the notifier for the HDMI connector, and fill in > the cec_connector_info. > > Changes since v4: > - typo fix > Changes since v2: > - removed unnecessary NULL che

[ras:edac-for-next] BUILD INCOMPLETE 82413e562ea6eadfb6de946dcc6f74af31d64e7f

2019-08-09 Thread kbuild test robot
tree/branch: https://kernel.googlesource.com/pub/scm/linux/kernel/git/ras/ras.git edac-for-next branch HEAD: 82413e562ea6eadfb6de946dcc6f74af31d64e7f EDAC, mellanox: Add ECC support for BlueField DDR4 TIMEOUT after 1441m Sorry we cannot finish the testset for your branch within a reasonable

cron job: media_tree daily build: ERRORS

2019-08-09 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 Aug 10 05:00:11 CEST 2019 media-tree git hash:97299a3035328d7ae2f4fccaf6e549974df6e118 media_build gi