[PATCH] staging: media: lirc: coding style fix use octal instead of symbolic permission

2017-02-11 Thread Chetan Sethi
This is a patch to the lirc_sir.c file that fixes coding style warning found by checkpatch.pl Signed-off-by: Chetan Sethi --- drivers/staging/media/lirc/lirc_sir.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

cron job: media_tree daily build: WARNINGS

2017-02-11 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 Feb 12 05:00:18 CET 2017 media-tree git hash:9eeb0ed0f30938f31a3d9135a88b9502192c18dd media_build

Re: partial webcam image transfer

2017-02-11 Thread Stéphane Charette
I'm using V4L2 to capture images from a web cam. I've tried: - mmap() - read() - libv4l2 - without libv4l2 At low resolutions, such as 160x120 and 320x240, things are typically good. But starting at 640x480 and higher resolutions, I often get only 10% to 25% of the image. The rest of the

Re: [PATCH] smiapp: add CCP2 support

2017-02-11 Thread Pavel Machek
Hi! > Besides this patch, what else is needed? The CSI-2 / CCP2 support is > missing in V4L2 OF at least. It'd be better to have this all in the same > set. Quite a lot of is needed. > I pushed the two DT patches here: > >

Re: [PATCHv2] v4l: split lane parsing code

2017-02-11 Thread Sakari Ailus
Hi Pavel, On Thu, Jan 12, 2017 at 11:24:06AM +0100, Pavel Machek wrote: > > From: Sakari Ailus > > The function to parse CSI2 bus parameters was called > v4l2_of_parse_csi_bus(), rename it as v4l2_of_parse_csi2_bus() in > anticipation of CSI1/CCP2 support. > > Obtain data

Re: [PATCH] smiapp: add CCP2 support

2017-02-11 Thread Sakari
Thanks, Pavel! :-) Besides this patch, what else is needed? The CSI-2 / CCP2 support is missing in V4L2 OF at least. It'd be better to have this all in the same set. I pushed the two DT patches here: On Wed, Feb 08, 2017 at

Re: metadata node

2017-02-11 Thread Sakari Ailus
Hi Stan, It's been a long time. How are you doing? :-) On Fri, Feb 10, 2017 at 02:09:42PM +0200, Stanimir Varbanov wrote: > Hi Guennadi, > > On 02/02/2017 08:35 PM, Guennadi Liakhovetski wrote: > > Hi Stanimir, > > > > On Mon, 30 Jan 2017, Stanimir Varbanov wrote: > > > >> Hi Guennadi, > >> >

Re: metadata node

2017-02-11 Thread Guennadi Liakhovetski
On Fri, 10 Feb 2017, Stanimir Varbanov wrote: > Hi Guennadi, > > On 02/02/2017 08:35 PM, Guennadi Liakhovetski wrote: > > Hi Stanimir, > > > > On Mon, 30 Jan 2017, Stanimir Varbanov wrote: > > > >> Hi Guennadi, > >> > >> On 01/11/2017 11:42 AM, Guennadi Liakhovetski wrote: > > > > [snip] > >

[PATCH RESEND 1/1] media: platform: Renesas IMR driver

2017-02-11 Thread Sergei Shtylyov
From: Konstantin Kozhevnikov The image renderer light extended 4 (IMR-LX4) or the distortion correction engine is a drawing processor with a simple instruction system capable of referencing data on an external memory as 2D texture data and performing

Re: dvb-s usb problems

2017-02-11 Thread Matthias Lay
tracked down the problem. If somebody else is googling to this thread having similar problems I wanna share my experniences. I tested the usb devices on a simliar kernel on x86 device and it worked well. After a lot of testing, I tracked down the problem to the cpufreq scheduler. needed some

[PATCH for v4.10] cec: initiator should be the same as the destination for, poll

2017-02-11 Thread Hans Verkuil
Poll messages that are used to allocate a logical address should use the same initiator as the destination. Instead, it expected that the initiator was 0xf which is not according to the standard. This also had consequences for the message checks in cec_transmit_msg_fh that incorrectly rejected

Re: [PATCH 1/1] media: platform: Renesas IMR driver

2017-02-11 Thread Sergei Shtylyov
Just noticed that quilt has swallowed From: in the patch body while I meant to keep Konstantin as an author... will repost. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at