cron job: media_tree daily build: WARNINGS

2015-03-16 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: Tue Mar 17 04:00:16 CET 2015 git branch: test git hash: 3d945be05ac1e806af075e9315bc1b3409adae2b gcc versio

Re: Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-16 Thread Nibble Max
Hello, what is the "chip_id" debug output from m88ts2022 module? I think you maybe hold the old S952 card. Its satellite tuner is M88TS2020, not M88TS2022. Best Regards, Max On 2015-03-15 19:07:07, Ole Ernst wrote: >Hi Antti, > >thanks for your quick response! Based on lsmod and modinfo I do ha

Re: [PATCH 15/15] omap3isp: Deprecate platform data support

2015-03-16 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Monday 16 March 2015 02:26:10 Sakari Ailus wrote: > Print a warning when the driver is used with platform data. Existing > platform data user should move to DT now. s/user/users/ > > Signed-off-by: Sakari Ailus Acked-by: Laurent Pinchart > --- > driv

Re: [PATCH 14/15] omap3isp: Add support for the Device Tree

2015-03-16 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Monday 16 March 2015 02:26:09 Sakari Ailus wrote: > Add the ISP device to omap3 DT include file and add support to the driver to > use it. > > Also obtain information on the external entities and the ISP configuration > related to them through the Device Tr

Re: [RFC/PATCH 0/5] Add live source objects to DRM

2015-03-16 Thread Laurent Pinchart
Hi Daniel, On Monday 16 March 2015 09:35:22 Daniel Vetter wrote: > On Sun, Mar 15, 2015 at 11:55:35PM +0200, Laurent Pinchart wrote: > > Hello, > > > > I have a feeling that RFC/PATCH will work better than just RFC, so here's > > a patch set that adds a new object named live source to DRM. > > >

[PATCH] drm: rcar-du: Implement write-back support

2015-03-16 Thread Laurent Pinchart
The R-Car DU supports writing back the display unit output to memory. Add support for that feature using a V4L2 device. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/rcar-du/Makefile| 3 +- drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 47 +- drivers/gpu/drm/rcar-du/rcar_du_crtc.h

Re: [RFC 10/18] omap3isp: Move the syscon register out of the ISP register maps

2015-03-16 Thread Sakari Ailus
On Mon, Mar 16, 2015 at 02:19:04AM +0200, Laurent Pinchart wrote: > Hi Sakari, > > On Saturday 07 March 2015 23:41:07 Sakari Ailus wrote: > > The syscon register isn't part of the ISP, use it through the syscom driver > > regmap instead. The syscom block is considered to be from 343x on ISP > > re

Re: [RFC][PATCH] rtl2832: PID filter support for slave demod

2015-03-16 Thread Benjamin Larsson
On 03/16/2015 11:57 PM, Antti Palosaari wrote: On 03/17/2015 12:12 AM, Benjamin Larsson wrote: Is this structure ok for the slave pid implementation? Or should there be only one filters parameter? Will the overlaying pid filter framework properly "flush" the set pid filters ? Note that this cod

Re: [PATCH 13/15] v4l: of: Read lane-polarity endpoint property

2015-03-16 Thread Sakari Ailus
Hi Laurent, On Mon, Mar 16, 2015 at 11:05:38AM +0200, Laurent Pinchart wrote: > Hi Sakari, > > Thank you for the patch. > > On Monday 16 March 2015 02:26:08 Sakari Ailus wrote: > > Add lane_polarity field to struct v4l2_of_bus_mipi_csi2 and write the > > contents of the lane polarity property to

Re: [PATCH 10/10] mn88473: implement lock for all delivery systems

2015-03-16 Thread Benjamin Larsson
On 03/16/2015 11:44 PM, Antti Palosaari wrote: On 03/16/2015 11:47 PM, Antti Palosaari wrote: On 03/16/2015 12:57 AM, Benjamin Larsson wrote: Signed-off-by: Benjamin Larsson Applied. I found this does not work at least for DVB-C. After playing with modulator I find reg 0x85 on bank 1 is li

Re: [RFC][PATCH] rtl2832: PID filter support for slave demod

2015-03-16 Thread Antti Palosaari
On 03/17/2015 12:12 AM, Benjamin Larsson wrote: Is this structure ok for the slave pid implementation? Or should there be only one filters parameter? Will the overlaying pid filter framework properly "flush" the set pid filters ? Note that this code currently is only compile tested. I am fine

Re: [PATCH 10/10] mn88473: implement lock for all delivery systems

2015-03-16 Thread Antti Palosaari
On 03/16/2015 11:47 PM, Antti Palosaari wrote: On 03/16/2015 12:57 AM, Benjamin Larsson wrote: Signed-off-by: Benjamin Larsson Applied. I found this does not work at least for DVB-C. After playing with modulator I find reg 0x85 on bank 1 is likely AGC. Its value is changed according to RF

[RFC][PATCH] rtl2832: PID filter support for slave demod

2015-03-16 Thread Benjamin Larsson
Is this structure ok for the slave pid implementation? Or should there be only one filters parameter? Will the overlaying pid filter framework properly "flush" the set pid filters ? Note that this code currently is only compile tested. MvH Benjamin Larsson >From 8efb26c18b4f9416bd516195c6a8285

Re: [PATCH 10/10] mn88473: implement lock for all delivery systems

2015-03-16 Thread Antti Palosaari
On 03/16/2015 12:57 AM, Benjamin Larsson wrote: Signed-off-by: Benjamin Larsson Applied. Antti --- drivers/staging/media/mn88473/mn88473.c | 50 +++-- 1 file changed, 48 insertions(+), 2 deletions(-) diff --git a/drivers/staging/media/mn88473/mn88473.c b/dri

Re: [PATCH 09/10] mn88472: check if firmware is already running before loading it

2015-03-16 Thread Antti Palosaari
On 03/16/2015 12:57 AM, Benjamin Larsson wrote: Signed-off-by: Benjamin Larsson Applied! Please try to add some commit message, even patch topic says it all... regards Antti --- drivers/staging/media/mn88472/mn88472.c | 21 - 1 file changed, 16 insertions(+), 5 dele

Re: [PATCH 08/10] mn88473: check if firmware is already running before loading it

2015-03-16 Thread Antti Palosaari
On 03/16/2015 12:57 AM, Benjamin Larsson wrote: Signed-off-by: Benjamin Larsson Applied! Antti --- drivers/staging/media/mn88473/mn88473.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/drivers/staging/media/mn88473/mn88473.c b/drivers/staging/media/mn

Re: [PATCH 08/10] mn88473: check if firmware is already running before loading it

2015-03-16 Thread Antti Palosaari
On 03/16/2015 12:57 AM, Benjamin Larsson wrote: Signed-off-by: Benjamin Larsson Applied! Antti --- drivers/staging/media/mn88473/mn88473.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/drivers/staging/media/mn88473/mn88473.c b/drivers/staging/media/mn

/dev/dvb not being creating when driver are loaded

2015-03-16 Thread VDR User
Hi. I just installed a clean Debian Testing box and am having a problem. When I load dvb drivers, /dev/dvb is not being created. I don't know if this is a dvb issue, udev, or what. I have other boxes also running Debian Testing, all using current packages & the same versions of everything as this n

Re: [PATCH 07/10] mn88473: implement firmware parity check

2015-03-16 Thread Antti Palosaari
On 03/16/2015 12:57 AM, Benjamin Larsson wrote: Signed-off-by: Benjamin Larsson Applied with same comments that mn88472 patch. regards Antti --- drivers/staging/media/mn88473/mn88473.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/staging/media/mn88473/mn88

Re: [PATCH 06/10] mn88472: implement firmware parity check

2015-03-16 Thread Antti Palosaari
On 03/16/2015 12:57 AM, Benjamin Larsson wrote: Signed-off-by: Benjamin Larsson Reviewed-by: Antti Palosaari Signed-off-by: Antti Palosaari Applied! Please don't use dev_err() logging for nothing but errors. That last logging should be dev_dbg(), but as this is staging driver and features

Re: [PATCH 05/10] mn88472: implement lock for all delivery systems

2015-03-16 Thread Antti Palosaari
On 03/16/2015 12:57 AM, Benjamin Larsson wrote: The increase of the lock timeout is needed for dvb-t2. Signed-off-by: Benjamin Larsson Applied! regards Antti --- drivers/staging/media/mn88472/mn88472.c | 24 1 file changed, 20 insertions(+), 4 deletions(-) diff

Re: [PATCH 03/10] rtl28xxu: lower the rc poll time to mitigate i2c transfer errors

2015-03-16 Thread Antti Palosaari
On 03/16/2015 12:57 AM, Benjamin Larsson wrote: The Astrometa device has issues with i2c transfers. Lowering the poll time somehow makes these errors disappear. Signed-off-by: Benjamin Larsson Applied! Antti --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 +- 1 file changed, 1 insertio

Re: [PATCH 02/10] r820t: change read_gain() code to match register layout

2015-03-16 Thread Antti Palosaari
On 03/16/2015 12:57 AM, Benjamin Larsson wrote: Signed-off-by: Benjamin Larsson Looks correct, I will apply it. That routine is used to estimate signal strength only. regards Antti --- drivers/media/tuners/r820t.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver

Re: [PATCH 04/10] rtl28xxu: swap frontend order for slave demods

2015-03-16 Thread Benjamin Larsson
On 03/16/2015 10:04 PM, Antti Palosaari wrote: On 03/16/2015 10:44 PM, Benjamin Larsson wrote: On 03/15/2015 11:57 PM, Benjamin Larsson wrote: Some devices have 2 demodulators, when this is the case make the slave demod be listed first. Enumerating the slave first will help legacy applications

Re: [PATCH 01/10] r820t: add DVBC profile in sysfreq_sel

2015-03-16 Thread Antti Palosaari
On 03/16/2015 12:57 AM, Benjamin Larsson wrote: This will make the Astrometa DVB-T/T2/C usb stick be able to pick up muxes around 290-314 MHz. Signed-off-by: Benjamin Larsson Looks correct. I added initially DVB-C support for that driver, but I forget to add this. After looking the driver I

Re: [PATCH 04/10] rtl28xxu: swap frontend order for slave demods

2015-03-16 Thread Antti Palosaari
On 03/16/2015 10:44 PM, Benjamin Larsson wrote: On 03/15/2015 11:57 PM, Benjamin Larsson wrote: Some devices have 2 demodulators, when this is the case make the slave demod be listed first. Enumerating the slave first will help legacy applications to use the hardware. Ignore this patch for no

Re: rt-mutex usage in i2c

2015-03-16 Thread Sebastian Andrzej Siewior
On 03/15/2015 08:07 AM, Mike Rapoport wrote: > On Sat, Mar 14, 2015 at 1:32 PM, Wolfram Sang wrote: >> On Sat, Mar 14, 2015 at 12:27:03PM +0100, Wolfram Sang wrote: >>> Hi Sebastian, >>> - i2c_transfer() has this piece: 2091 if (in_atomic() || irqs_disabled()) {

Re: [PATCH 04/10] rtl28xxu: swap frontend order for slave demods

2015-03-16 Thread Benjamin Larsson
On 03/15/2015 11:57 PM, Benjamin Larsson wrote: Some devices have 2 demodulators, when this is the case make the slave demod be listed first. Enumerating the slave first will help legacy applications to use the hardware. Ignore this patch for now. Stuff gets broken if applied. /Benjamin -- T

[PATCH 23/35 linux-next] [media] constify of_device_id array

2015-03-16 Thread Fabian Frederick
of_device_id is always used as const. (See driver.of_match_table and open firmware functions) Signed-off-by: Fabian Frederick --- drivers/media/i2c/adv7604.c | 2 +- drivers/media/platform/fsl-viu.c | 2 +- drivers/media/platform/soc_camera/rcar_vin.c | 2 +- drivers

Re: Dynamic video input/output list

2015-03-16 Thread Hans Verkuil
On 03/16/2015 07:01 PM, Devin Heitmueller wrote: >> I'm looking to enhance video input/output enumeration support in >> GStreamer using VIDIOC_ENUMINPUT/VIDIOC_ENUMOUTPUT ioctls and after some >> discussions we wonder if the input/output list can change dynamically at >> runtime or not. >> >> So, i

Re: [PATCH v6] media: i2c: add support for omnivision's ov2659 sensor

2015-03-16 Thread Lad, Prabhakar
Hi Hans, Thanks for the review. On Mon, Mar 16, 2015 at 9:24 AM, Hans Verkuil wrote: > Hi Prabhakar, > > On 03/15/2015 11:34 AM, Lad Prabhakar wrote: >> From: Benoit Parrot >> >> this patch adds support for omnivision's ov2659 >> sensor, the driver supports following features: >> 1: Asynchronou

[PATCH 00/35 linux-next] constify of_device_id array

2015-03-16 Thread Fabian Frederick
This small patchset adds const to of_device_id arrays in drivers branch. Fabian Frederick (35): ata: constify of_device_id array regulator: constify of_device_id array thermal: constify of_device_id array tty/hvc_opal: constify of_device_id array tty: constify of_device_id array power:

Re: Dynamic video input/output list

2015-03-16 Thread Devin Heitmueller
> I'm looking to enhance video input/output enumeration support in > GStreamer using VIDIOC_ENUMINPUT/VIDIOC_ENUMOUTPUT ioctls and after some > discussions we wonder if the input/output list can change dynamically at > runtime or not. > > So, is v4l2 allow this input/output list to be dynamic ? I

Dynamic video input/output list

2015-03-16 Thread Aurélien Zanelli
Hi everyone, I'm looking to enhance video input/output enumeration support in GStreamer using VIDIOC_ENUMINPUT/VIDIOC_ENUMOUTPUT ioctls and after some discussions we wonder if the input/output list can change dynamically at runtime or not. So, is v4l2 allow this input/output list to be dynamic ?

Re: [PATCHv2 3/3] dw2102: TechnoTrend TT-connect S2-4600 DVB-S/S2 tuner

2015-03-16 Thread Antti Palosaari
On 03/16/2015 07:22 PM, Olli Salonen wrote: TechnoTrend TT-connect S2-4600 is a USB2.0 DVB-S/S2 tuner using the popular Montage M88DS3103/M88TS2022 demod/tuner. The demodulator needs a firmware. Antti posted a firmware when releasing support for PCTV 461e, available here: http://palosaari.fi/lin

Re: [PATCH 2/3] dw2102: store i2c client for tuner into dw2102_state

2015-03-16 Thread Antti Palosaari
On 03/16/2015 07:14 PM, Olli Salonen wrote: Prepare the dw2102 driver for tuner drivers that are implemented as I2C drivers (such as m88ts2022). The I2C client is stored in to the state and released at disconnect. Signed-off-by: Olli Salonen Reviewed-by: Antti Palosaari Antti -- http://pal

Re: [PATCH 1/3] dw2102: combine su3000_state and s6x0_state into dw2102_state

2015-03-16 Thread Antti Palosaari
On 03/16/2015 07:14 PM, Olli Salonen wrote: Two separate state structs are defined for different devices inside the dw2102. Combine them, as both only contain one element. This will also make it easier to implement the next patch in the patch series. Signed-off-by: Olli Salonen Reviewed-by:

[PATCHv2 3/3] dw2102: TechnoTrend TT-connect S2-4600 DVB-S/S2 tuner

2015-03-16 Thread Olli Salonen
TechnoTrend TT-connect S2-4600 is a USB2.0 DVB-S/S2 tuner using the popular Montage M88DS3103/M88TS2022 demod/tuner. The demodulator needs a firmware. Antti posted a firmware when releasing support for PCTV 461e, available here: http://palosaari.fi/linux/v4l-dvb/firmware/M88DS3103/ Patch v2: r

[PATCH 2/3] dw2102: store i2c client for tuner into dw2102_state

2015-03-16 Thread Olli Salonen
Prepare the dw2102 driver for tuner drivers that are implemented as I2C drivers (such as m88ts2022). The I2C client is stored in to the state and released at disconnect. Signed-off-by: Olli Salonen --- drivers/media/usb/dvb-usb/dw2102.c | 19 ++- 1 file changed, 18 insertions(+

[PATCH 3/3] dw2102: TechnoTrend TT-connect S2-4600 DVB-S/S2 tuner

2015-03-16 Thread Olli Salonen
TechnoTrend TT-connect S2-4600 is a USB2.0 DVB-S/S2 tuner using the popular Montage M88DS3103/M88TS2022 demod/tuner. The demodulator needs a firmware. Antti posted a firmware when releasing support for PCTV 461e, available here: http://palosaari.fi/linux/v4l-dvb/firmware/M88DS3103/ Signed-off

[PATCH 1/3] dw2102: combine su3000_state and s6x0_state into dw2102_state

2015-03-16 Thread Olli Salonen
Two separate state structs are defined for different devices inside the dw2102. Combine them, as both only contain one element. This will also make it easier to implement the next patch in the patch series. Signed-off-by: Olli Salonen --- drivers/media/usb/dvb-usb/dw2102.c | 17 +++--

Última atualização aviso conta Email

2015-03-16 Thread Email Conta Atendimento ao Cliente
Caro usuário de e-mail Sua caixa de e-mail excedeu seu limite, sua pasta de correio é atualmente em execução de 99,7% do limite total quota de 100%. Você não pode enviar ou receber e-mail corretamente até que você atualizou seu webmail conta. Para atualizar sua conta de webmail, preencha seus dad

[PATCH v2] media: soc_camera: rcar_vin: Fix wait_for_completion

2015-03-16 Thread Yoshihiro Kaneko
From: Koji Matsuoka When stopping abnormally, a driver can't return from wait_for_completion. This patch resolved this problem by changing wait_for_completion_timeout from wait_for_completion. Signed-off-by: Koji Matsuoka Signed-off-by: Yoshihiro Kaneko --- This patch is against master branch

RE: [ANN] Media Mini-Summit Draft Agenda for March 26th

2015-03-16 Thread Chris Kohn
Hi Hans, > -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Hans Verkuil > Sent: Monday, March 16, 2015 4:25 AM > To: media-works...@linuxtv.org > Cc: Linux Media Mailing List > Subject: [ANN] Media Mini-Summit Draft Ag

[RFC] devm_kzalloc, embedding video_device and unbind

2015-03-16 Thread Hans Verkuil
Many v4l drivers now embed the video_device struct in their state structure rather than calling video_device_alloc() to kzalloc that struct. Lars commented on that: calling unbind on the V4L2 driver could cause a crash because the state structure could be freed before the video device was freed, e

Re: [PATCH/RFC] media: soc_camera: rcar_vin: Fix wait_for_completion

2015-03-16 Thread Yoshihiro Kaneko
Hi, 2015-03-15 23:46 GMT+09:00 Guennadi Liakhovetski : > Hi, > > Thanks for the patch. > > On Sun, 15 Mar 2015, Yoshihiro Kaneko wrote: > >> From: Koji Matsuoka >> >> When stopping abnormally, a driver can't return from wait_for_completion. >> This patch resolved this problem by changing wait_for

Re: [GIT PULL FOR v4.1] sur40 driver and two small DocBook fixes

2015-03-16 Thread Florian Echtler
\o/ YAY! ;-) Sorry for the spam, but that needed to be said. Thanks again, Hans! Best, Florian On 16.03.2015 12:47, Hans Verkuil wrote: > This adds video capture support to the sur40 input driver. > > To quote the author: > > "The SUR40 is a quite peculiar touchscreen device which does > on-b

[GIT PULL FOR v4.1] sur40 driver and two small DocBook fixes

2015-03-16 Thread Hans Verkuil
This adds video capture support to the sur40 input driver. To quote the author: "The SUR40 is a quite peculiar touchscreen device which does on-board image processing to provide touch data, but also allows to retrieve the raw video image. Unfortunately, it's a single USB device with two endpoints

[ANN] Media Mini-Summit Draft Agenda for March 26th

2015-03-16 Thread Hans Verkuil
This is the draft agenda for the media mini-summit in San Jose on March 26th. Time: 9 AM to 5 PM (approximately) Room: TBC (Mauro, do you know this?) Attendees: Mauro Carvalho Chehab - mche...@osg.samsung.com - Samsung Laurent Pinchart- laurent.pinch...@ideasonboard.com

Re: [PATCH v4 1/2] media/v4l2-ctrls: Always run s_ctrl on volatile ctrls

2015-03-16 Thread Hans Verkuil
On 03/09/2015 05:45 PM, Ricardo Ribalda Delgado wrote: > Hello > > Back from holidays and back to this issue. Sorry for the delay. > >> I'm not sure about Ricardo's use case, is it the one we've discussed on #v4l >> ? >> If so, and if I recall correctly, the idea was to perform an action with a

[PATCH v5] add raw video stream support for Samsung SUR40

2015-03-16 Thread Florian Echtler
This patch adds raw video support for the Samsung SUR40 using vbuf2-dma-sg. All tests from v4l2-compliance pass. Support for VB2_USERPTR is currently disabled due to unexpected interference with dma-sg buffer sizes. Signed-off-by: Florian Echtler --- drivers/input/touchscreen/Kconfig | 2 + dr

Re: [PATCH v6] media: i2c: add support for omnivision's ov2659 sensor

2015-03-16 Thread Hans Verkuil
Hi Prabhakar, On 03/15/2015 11:34 AM, Lad Prabhakar wrote: > From: Benoit Parrot > > this patch adds support for omnivision's ov2659 > sensor, the driver supports following features: > 1: Asynchronous probing > 2: DT support > 3: Media controller support > > Signed-off-by: Benoit Parrot > Sign

Re: [PATCH v6] media: i2c: add support for omnivision's ov2659 sensor

2015-03-16 Thread Sakari Ailus
Hi Prabhakar, Lad Prabhakar wrote: ... > +static const struct ov2659_pixfmt ov2659_formats[] = { > + { > + .code = MEDIA_BUS_FMT_YUYV8_2X8, > + .colorspace = V4L2_COLORSPACE_JPEG, > + .format_ctrl_regs = ov2659_format_yuyv, > + }, > + { > +

Re: [PATCH 13/15] v4l: of: Read lane-polarity endpoint property

2015-03-16 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Monday 16 March 2015 02:26:08 Sakari Ailus wrote: > Add lane_polarity field to struct v4l2_of_bus_mipi_csi2 and write the > contents of the lane polarity property to it. The field tells the polarity > of the physical lanes starting from the first one. Any un

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

2015-03-16 Thread Hans Verkuil
On 03/16/2015 08:16 AM, Florian Echtler wrote: > This patch adds raw video support for the Samsung SUR40 using vbuf2-dma-sg. > All tests from v4l2-compliance pass. Support for VB2_USERPTR is currently > disabled due to unexpected interference with dma-sg buffer sizes. > > Signed-off-by: Florian Ec

Re: DocBook media: fix awkward language in VIDIOC_QUERYCAP

2015-03-16 Thread Sakari Ailus
On Sun, Mar 15, 2015 at 09:54:30PM +0100, Hans Verkuil wrote: > Fix some awkward language in the VIDIOC_QUERYCAP description. > > Signed-off-by: Hans Verkuil Acked-by: Sakari Ailus -- Sakari Ailus e-mail: sakari.ai...@iki.fi XMPP: sai...@retiisi.org.uk -- To unsubscribe from this list: se

Re: [PATCH 12/15] dt: bindings: Add lane-polarity property to endpoint nodes

2015-03-16 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Monday 16 March 2015 02:26:07 Sakari Ailus wrote: > Add lane-polarity property to endpoint nodes. This essentially tells that > the order of the differential signal wires is inverted. > > Signed-off-by: Sakari Ailus Acked-by: Laurent Pinchart > --- > D

Re: [PATCH/RFC v4 11/11] Add a libv4l plugin for Exynos4 camera

2015-03-16 Thread Jacek Anaszewski
On 03/15/2015 08:07 PM, Gregor Jasny wrote: On 21/11/14 17:14, Jacek Anaszewski wrote: diff --git a/lib/Makefile.am b/lib/Makefile.am index 3a0e19c..56b3a9f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -5,7 +5,12 @@ SUBDIRS = \ libv4l2rds \ libv4l-mplane +if WITH_V4LUT

Re: [PATCH v3][RFC] add raw video stream support for Samsung SUR40

2015-03-16 Thread Hans Verkuil
On 03/16/2015 09:36 AM, Florian Echtler wrote: > Hello Hans, > > On 15.03.2015 17:26, Hans Verkuil wrote: >> On 03/12/2015 08:37 PM, Florian Echtler wrote: >>> On 09.03.2015 15:02, Hans Verkuil wrote: On 03/09/2015 02:45 PM, Florian Echtler wrote: > On 09.03.2015 11:09, Hans Verkuil wrote

Re: [PATCH v3][RFC] add raw video stream support for Samsung SUR40

2015-03-16 Thread Florian Echtler
Hello Hans, On 15.03.2015 17:26, Hans Verkuil wrote: > On 03/12/2015 08:37 PM, Florian Echtler wrote: >> On 09.03.2015 15:02, Hans Verkuil wrote: >>> On 03/09/2015 02:45 PM, Florian Echtler wrote: On 09.03.2015 11:09, Hans Verkuil wrote: > The error almost certainly comes from usb_submit_

Re: [RFC/PATCH 0/5] Add live source objects to DRM

2015-03-16 Thread Daniel Vetter
On Sun, Mar 15, 2015 at 11:55:35PM +0200, Laurent Pinchart wrote: > Hello, > > I have a feeling that RFC/PATCH will work better than just RFC, so here's a > patch set that adds a new object named live source to DRM. > > The need comes from the Renesas R-Car SoCs in which a video processing engine

Re: [PATCH/RFC] v4l: vsp1: Change VSP1 LIF linebuffer FIFO

2015-03-16 Thread Geert Uytterhoeven
Hi Kaneko-san, Hosoya-san, On Sun, Mar 15, 2015 at 3:33 PM, Yoshihiro Kaneko wrote: > From: Yoshifumi Hosoya > > Change to VSPD hardware recommended value. > Purpose is highest pixel clock without underruns. > In the default R-Car Linux BSP config this value is > wrong and therefore there are ma

Re: [PATCH/RFC 4/4] soc-camera: Skip v4l2 clock registration if host doesn't provide clk ops

2015-03-16 Thread Simon Horman
Hi, On Mon, Mar 16, 2015 at 02:00:25AM +0200, Laurent Pinchart wrote: > Hi Guennadi, > > On Sunday 15 March 2015 18:56:44 Guennadi Liakhovetski wrote: > > On Mon, 9 Mar 2015, Laurent Pinchart wrote: > > > If the soc-camera host doesn't provide clock start and stop operations > > > registering a v

[PATCH v4] add raw video stream support for Samsung SUR40

2015-03-16 Thread Florian Echtler
This patch adds raw video support for the Samsung SUR40 using vbuf2-dma-sg. All tests from v4l2-compliance pass. Support for VB2_USERPTR is currently disabled due to unexpected interference with dma-sg buffer sizes. Signed-off-by: Florian Echtler --- drivers/input/touchscreen/Kconfig | 2 + dr