Re: [PATCH/RFC v10 03/19] DT: leds: Add led-sources property

2015-01-21 Thread Jacek Anaszewski
On 01/20/2015 06:40 PM, Pavel Machek wrote: On Tue 2015-01-20 11:29:16, Rob Herring wrote: On Tue, Jan 20, 2015 at 10:09 AM, Jacek Anaszewski wrote: On 01/16/2015 04:52 PM, Jacek Anaszewski wrote: On 01/16/2015 02:48 PM, Rob Herring wrote: [...] You may want to add something like led-out

Re: [PATCH 05/15] media: blackfin: bfin_capture: improve queue_setup() callback

2015-01-21 Thread Scott Jiang
2014-12-20 18:47 GMT+08:00 Lad, Prabhakar : > this patch improves the queue_setup() callback. > > Signed-off-by: Lad, Prabhakar > --- > drivers/media/platform/blackfin/bfin_capture.c | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions(-) > > diff --git a/drivers/media/platform/blackfi

Re: [PATCH 08/15] media: blackfin: bfin_capture: use vb2_ioctl_* helpers

2015-01-21 Thread Scott Jiang
2014-12-20 18:47 GMT+08:00 Lad, Prabhakar : > this patch adds support to vb2_ioctl_* helpers. > > Signed-off-by: Lad, Prabhakar > --- > drivers/media/platform/blackfin/bfin_capture.c | 107 > + > 1 file changed, 22 insertions(+), 85 deletions(-) > > diff --git a/drivers/m

Re: [PATCH 08/15] media: blackfin: bfin_capture: use vb2_ioctl_* helpers

2015-01-21 Thread Lad, Prabhakar
On Wed, Jan 21, 2015 at 10:55 AM, Scott Jiang wrote: > 2014-12-20 18:47 GMT+08:00 Lad, Prabhakar : >> this patch adds support to vb2_ioctl_* helpers. >> >> Signed-off-by: Lad, Prabhakar >> --- >> drivers/media/platform/blackfin/bfin_capture.c | 107 >> + >> 1 file change

Re: [PATCH 05/15] media: blackfin: bfin_capture: improve queue_setup() callback

2015-01-21 Thread Lad, Prabhakar
On Wed, Jan 21, 2015 at 10:01 AM, Scott Jiang wrote: > 2014-12-20 18:47 GMT+08:00 Lad, Prabhakar : >> this patch improves the queue_setup() callback. >> >> Signed-off-by: Lad, Prabhakar >> --- >> drivers/media/platform/blackfin/bfin_capture.c | 10 ++ >> 1 file changed, 6 insertions(+),

Re: [PATCH 00/15] media: blackfin: bfin_capture enhancements

2015-01-21 Thread Lad, Prabhakar
Hi Scott, On Sat, Dec 20, 2014 at 10:47 AM, Lad, Prabhakar wrote: > Hi Scott, > > Although I was on holiday but couldn't resist myself from working, > since I was away from my hardware I had to choose a different one, > blackfin driver was lucky one. Since I don't have the blackfin > board I have

Re: [PATCH] add raw video support for Samsung SUR40 touchscreen

2015-01-21 Thread Florian Echtler
Hello everyone, On 20.01.2015 14:06, Laurent Pinchart wrote: > On Tuesday 20 January 2015 14:03:00 Hans Verkuil wrote: >> On 01/20/15 13:59, Laurent Pinchart wrote: >>> On Tuesday 20 January 2015 10:30:07 Hans Verkuil wrote: I've CC-ed Laurent, I think he knows a lot more about this than I do

Re: [PATCH] add raw video support for Samsung SUR40 touchscreen

2015-01-21 Thread Hans Verkuil
On 01/21/15 14:28, Florian Echtler wrote: > Hello everyone, > > On 20.01.2015 14:06, Laurent Pinchart wrote: >> On Tuesday 20 January 2015 14:03:00 Hans Verkuil wrote: >>> On 01/20/15 13:59, Laurent Pinchart wrote: On Tuesday 20 January 2015 10:30:07 Hans Verkuil wrote: > I've CC-ed Laure

Re: [PATCH/RFC v10 17/19] DT: Add documentation for exynos4-is 'flashes' property

2015-01-21 Thread Sylwester Nawrocki
Hi, On 09/01/15 16:23, Jacek Anaszewski wrote: > This patch adds a description of 'flashes' property > to the samsung-fimc.txt. > > Signed-off-by: Jacek Anaszewski > Acked-by: Kyungmin Park > --- > .../devicetree/bindings/media/samsung-fimc.txt |7 +++ > 1 file changed, 7 insertio

Re: [RFCv2 2/2] dma-buf: add helpers for sharing attacher constraints with dma-parms

2015-01-21 Thread Russell King - ARM Linux
On Wed, Jan 21, 2015 at 09:46:47AM +0530, Sumit Semwal wrote: > +static int calc_constraints(struct device *dev, > + struct dma_buf_constraints *calc_cons) > +{ > + struct dma_buf_constraints cons = *calc_cons; > + > + cons.dma_mask &= dma_get_mask(dev); I don't thi

Re: [RFCv2 1/2] device: add dma_params->max_segment_count

2015-01-21 Thread Robin Murphy
Hi Sumit, On 21/01/15 04:16, Sumit Semwal wrote: From: Rob Clark For devices which have constraints about maximum number of segments in an sglist. For example, a device which could only deal with contiguous buffers would set max_segment_count to 1. The initial motivation is for devices shari

Re: [GIT FIXES FOR v3.19] Fixes for 3.19

2015-01-21 Thread Mauro Carvalho Chehab
Em Fri, 16 Jan 2015 13:23:35 +0100 Hans Verkuil escreveu: > The following changes since commit 99f3cd52aee21091ce62442285a68873e3be833f: > > [media] vb2-vmalloc: Protect DMA-specific code by #ifdef CONFIG_HAS_DMA > (2014-12-23 16:28:09 -0200) > > are available in the git repository at: > >

[PATCH] [media] v4l: vsp1: bru: Fix minimum input pixel size

2015-01-21 Thread Takanari Hayama
According to the spec, the minimum input pixel size for BRU is 1px, not 4px. Signed-off-by: Takanari Hayama --- drivers/media/platform/vsp1/vsp1_bru.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/vsp1/vsp1_bru.c b/drivers/media/platform/vsp1/vsp1_br

Re: [PATCH] [media] v4l: vsp1: bru: Fix minimum input pixel size

2015-01-21 Thread Laurent Pinchart
Hi Hayama-san, Thank you for the patch. On Thursday 22 January 2015 09:14:23 Takanari Hayama wrote: > According to the spec, the minimum input pixel size for BRU is 1px, > not 4px. > > Signed-off-by: Takanari Hayama Acked-by: Laurent Pinchart > --- > drivers/media/platform/vsp1/vsp1_bru.c |

Hauppauge WinTV HVR-2255 dvb tuner support?

2015-01-21 Thread Brian Paterni
Hi all I have a hvr-2255 dvb tuner, but to my knowledge there is no support for this newer hardware available on linux. If anyone is interested, I've posted bug reports to my distribution's BTS as well as the upstream linux kernel bug tracker. The links below contain some additional information.

Re: Working on Avermedia Duet A188 (saa716x and lgdt3304)

2015-01-21 Thread Nathan Meyer
Tim hotmail.com> writes: > > I'd like to try this again, as my last working tuner died this week. I've had > this card sitting around for over > > a year hoping for support, but it doesn't look like anyone else is working > > on > it. > > > > What kind of information is needed to make the card w

Re: [PATCH v4 08/10] v4l: xilinx: Add Xilinx Video IP core

2015-01-21 Thread Laurent Pinchart
Hi Hans and Chris, On Monday 01 December 2014 22:13:38 Laurent Pinchart wrote: > Xilinx platforms have no hardwired video capture or video processing > interface. Users create capture and memory to memory processing > pipelines in the FPGA fabric to suit their particular needs, by > instantiating

cron job: media_tree daily build: ERRORS

2015-01-21 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: Thu Jan 22 04:00:18 CET 2015 git branch: test git hash: 1fc77d013ba85a29e2edfaba02fd21e8c8187fae gcc versio

Re: [RFCv2 1/2] device: add dma_params->max_segment_count

2015-01-21 Thread Sumit Semwal
Hi Robin! On 22 January 2015 at 00:26, Robin Murphy wrote: > Hi Sumit, > > > On 21/01/15 04:16, Sumit Semwal wrote: >> >> From: Rob Clark >> >> For devices which have constraints about maximum number of segments in >> an sglist. For example, a device which could only deal with contiguous >> buf

Re: [PATCH 00/15] media: blackfin: bfin_capture enhancements

2015-01-21 Thread Scott Jiang
Hi Lad, >> >> Although I was on holiday but couldn't resist myself from working, >> since I was away from my hardware I had to choose a different one, >> blackfin driver was lucky one. Since I don't have the blackfin >> board I haven't tested them on the actual board, but just compile >> tested, C

[PATCH] reservation: Remove shadowing local variable 'ret'

2015-01-21 Thread Michel Dänzer
From: Michel Dänzer It was causing the return value of fence_is_signaled to be ignored, making reservation objects signal too early. Cc: sta...@vger.kernel.org Reviewed-by: Maarten Lankhorst Reviewed-by: Alex Deucher Signed-off-by: Michel Dänzer --- drivers/dma-buf/reservation.c | 2 -- 1 fi