cron job: media_tree daily build: OK

2015-08-08 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: Sun Aug 9 04:00:16 CEST 2015 git branch: test git hash: 4dc102b2f53d63207fa12a6ad49c7b6448bc3301 gcc versi

sinks in device tree

2015-08-08 Thread Richard Cagley
I'm new to using the media controller and struggling to set up a sink in my device tree for a Xilinx VDMA output. I have the below in my device tree. The problem is the output of my VDMA is going to a hardware element that doesn't have/need a driver. So, when I query the link with media_entity_get_

Re: [PATCH 1/1] Staging: media: davinci_vpfe: fix over 80 characters coding style issue.

2015-08-08 Thread Joe Perches
On Sat, 2015-08-08 at 08:42 -0700, Greg KH wrote: > Greg does not accept drivers/staging/media/* patches, You could change --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 111a6b2..089c458 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9742,6 +97

Re: [PATCH 1/1] Staging: media: davinci_vpfe: fix over 80 characters coding style issue.

2015-08-08 Thread Greg KH
On Sat, Aug 08, 2015 at 03:42:18PM +0530, Sudip Mukherjee wrote: > On Sat, Aug 08, 2015 at 01:55:02AM -0500, Junsu Shin wrote: > > > > On 08/06/2015 11:45 PM, Sudip Mukherjee wrote: > > > On Thu, Aug 06, 2015 at 09:55:54PM -0500, Junsu Shin wrote: > > > > > > > > Thanks for pointing it out. > >

[RFC] Media graph flow for an hybrid device as discussed at the media workshop

2015-08-08 Thread Mauro Carvalho Chehab
During the discussions at the Media Workshop, we came with some dot files that would describe a hybrid PC-consumer TV stick with radio, analog video, analog TV and digital TV on it. I consolidated all the dot files we've worked there, and added the connectors for RF, S-Video and Composite. The do

Re: [PATCH 1/1] Staging: media: davinci_vpfe: fix over 80 characters coding style issue.

2015-08-08 Thread Sudip Mukherjee
On Sat, Aug 08, 2015 at 01:55:02AM -0500, Junsu Shin wrote: > > On 08/06/2015 11:45 PM, Sudip Mukherjee wrote: > > On Thu, Aug 06, 2015 at 09:55:54PM -0500, Junsu Shin wrote: > > > > Thanks for pointing it out. > Again, this is a patch to the dm365_ipipe.c that fixes over 80 characters > warni

Beagleboard-xM Camera LI-5M03 (MT9P031) Support With Device Tree Tested

2015-08-08 Thread Alaganraj Sandhanam
Hello, I've verified beagleboard-xM camera LI-5M03 (mt9p031) with device tree on Linux 4.2.0-rc5 with the help of Laurent and Sakari. If anybody interested, please go through link for more details https://alaganraj.wordpress.com/2015/08/08/beagleboard-xm-camera-li-5m03-mt9p031-support-with-devic

Re: [PATCH] Staging: media: davinci_vpfe: Fix over 80 characters coding style issue

2015-08-08 Thread Dan Carpenter
On Sat, Aug 08, 2015 at 01:30:48AM -0500, Junsu Shin wrote: > This is a patch to the dm365_ipipe.c that fixes over 80 characters warning > detected. > Signed-off-by: Junsu Shin Put a blank line before the Signed-off-by. regards, dan carpenter -- To unsubscribe from this list: send the line "un

Re: VIMC: API proposal, configuring the topology through user space

2015-08-08 Thread Mauro Carvalho Chehab
Em Fri, 07 Aug 2015 22:55:28 -0300 Helen Fornazier escreveu: > Hi! > > I've made a first sketch about the API of the vimc driver (virtual > media controller) to configure the topology through user space. > As first suggested by Laurent Pinchart, it is based on configfs. Yeah, configfs seems a g

[PATCH] lib: scatterlist: add sg splitting function

2015-08-08 Thread Robert Jarzmik
Sometimes a scatter-gather has to be split into several chunks, or sub scatter lists. This happens for example if a scatter list will be handled by multiple DMA channels, each one filling a part of it. A concrete example comes with the media V4L2 API, where the scatter list is allocated from users