Re: [PATCH v4 3/3] Documentation: of: Document graph bindings

2014-03-09 Thread Tomi Valkeinen
On 08/03/14 14:25, Grant Likely wrote: > Sure. If endpoints are logical, then only create the ones actually > hooked up. No problem there. But nor do I see any issue with having > empty connections if the board author things it makes sense to have them > in the dtsi. I don't think they are usuall

Re: [PATCH v4 1/3] [media] of: move graph helpers from drivers/media/v4l2-core to drivers/of

2014-03-09 Thread Tomi Valkeinen
On 08/03/14 14:23, Grant Likely wrote: >>> That's fine. In that case the driver would specifically require the >>> endpoint to be that one node although the above looks a little weird >> >> The driver can't require that. It's up to the board designer to decide >> how many endpoints are used. A

Re: [PATCH v4 1/3] [media] of: move graph helpers from drivers/media/v4l2-core to drivers/of

2014-03-09 Thread Tomi Valkeinen
On 08/03/14 17:54, Laurent Pinchart wrote: >> Sylwester suggested as an alternative, if I understood correctly, to >> drop the endpoint node and instead keep the port: >> >> device-a { >> implicit_output_ep: port { >> remote-endpoint = <&explicit_input_ep>; >> }; >>

Re: [PATCH] [media] s5p-mfc: add init buffer cmd to MFCV6

2014-03-09 Thread Arun Kumar K
Hi Kamil, On Fri, Mar 7, 2014 at 6:18 PM, Kamil Debski wrote: > Hi Arun, > >> From: Arun Kumar K [mailto:arunkk.sams...@gmail.com] >> Sent: Friday, March 07, 2014 12:10 PM >> >> Hi Sylwester, >> >> On Fri, Mar 7, 2014 at 2:59 PM, Sylwester Nawrocki >> wrote: >> > Hi, >> > >> > On 07/03/14 09:31,

cron job: media_tree daily build: ERRORS

2014-03-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: Mon Mar 10 04:00:29 CET 2014 git branch: test git hash: f2d7313534072a5fe192e7cf46204b413acef479 gcc versio

[GIT PULL] soc-camera: 1 patch

2014-03-09 Thread Guennadi Liakhovetski
Hi Mauro, Yes, I fixed my problem, that I mentioned to you in an earlier mail, please just pull this one patch from my tree @ linuxtv.org, assuming the MAINTAINERS patch goes in separately: The following changes since commit 1b0a7e3263168a06d3858798e48c5a21d1c78d3c: Add linux-next specific f

Re: [PATCH v6 6/8] of: Implement simplified graph binding for single port devices

2014-03-09 Thread Philipp Zabel
On Fri, Mar 07, 2014 at 06:38:02PM +, Grant Likely wrote: > On Wed, 5 Mar 2014 10:20:40 +0100, Philipp Zabel > wrote: > > For simple devices with only one port, it can be made implicit. > > The endpoint node can be a direct child of the device node. > > > > Signed-off-by: Philipp Zabel >

[REVIEW PATCH] v4l2-pci-skeleton: add a V4L2 PCI skeleton driver

2014-03-09 Thread Hans Verkuil
This patch is almost identical to the earlier RFC version: https://patchwork.linuxtv.org/patch/21780/ The only changes are that it has been rebased to the latest vb2 changes so it can take advantage of the min_buffers_needed field and it adds code to requeue buffers in case of a failure when star