/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

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 benja...@southpole.se 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

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 code

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. The need

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 benja...@southpole.se Looks correct. I added initially DVB-C support for that driver, but I forget to add this. After

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 benja...@southpole.se Applied with same comments that mn88472 patch. regards Antti --- drivers/staging/media/mn88473/mn88473.c | 15 +++ 1 file changed, 15 insertions(+) diff --git

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

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 Tree

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 sakari.ai...@iki.fi Acked-by: Laurent Pinchart

[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 laurent.pinchart+rene...@ideasonboard.com --- drivers/gpu/drm/rcar-du/Makefile| 3 +- drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 47 +-

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 olebo...@gmx.com wrote: Hi Antti, thanks for your quick response! Based on lsmod and

[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,

[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

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 g.liakhovet...@gmx.de: Hi, Thanks for the patch. On Sun, 15 Mar 2015, Yoshihiro Kaneko wrote: From: Koji Matsuoka koji.matsuoka...@renesas.com When stopping abnormally, a driver can't return from wait_for_completion. This patch

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

[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: [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-board

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

2015-03-16 Thread Yoshihiro Kaneko
From: Koji Matsuoka koji.matsuoka...@renesas.com 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 koji.matsuoka...@renesas.com Signed-off-by:

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 Agenda

Ú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

[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 olli.salo...@iki.fi ---

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

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 ?

[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/

[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 olli.salo...@iki.fi --- drivers/media/usb/dvb-usb/dw2102.c | 19 ++- 1 file

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:

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 sure

[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:

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 olli.salo...@iki.fi Reviewed-by: Antti Palosaari

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

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 benja...@southpole.se 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

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 benja...@southpole.se Applied. Antti --- drivers/staging/media/mn88473/mn88473.c | 50 +++-- 1 file changed, 48 insertions(+), 2 deletions(-) diff --git

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 benja...@southpole.se 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

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 w...@the-dreams.de 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 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 benja...@southpole.se 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

[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

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 benja...@southpole.se 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

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 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 benja...@southpole.se Applied. I found this does not work at least for DVB-C. After playing with modulator I find

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 it. The

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 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 benja...@southpole.se Applied! regards Antti --- drivers/staging/media/mn88472/mn88472.c | 24 1 file changed, 20

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 --

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 benja...@southpole.se Reviewed-by: Antti Palosaari cr...@iki.fi Signed-off-by: Antti Palosaari cr...@iki.fi Applied! Please don't use dev_err() logging for nothing but errors. That last logging should be

[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 f...@butterbrot.org ---

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 v4l2 clock

[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 f...@butterbrot.org ---

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 hverk...@xs4all.nl wrote: Hi Prabhakar, On 03/15/2015 11:34 AM, Lad Prabhakar wrote: From: Benoit Parrot bpar...@ti.com this patch adds support for omnivision's ov2659 sensor, the driver supports following

[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 f...@skynet.be --- drivers/media/i2c/adv7604.c | 2 +- drivers/media/platform/fsl-viu.c | 2 +- drivers/media/platform/soc_camera/rcar_vin.c

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, is v4l2

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 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_urb(). That

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 ykaneko0...@gmail.com wrote: From: Yoshifumi Hosoya yoshifumi.hosoya...@renesas.com Change to VSPD hardware recommended value. Purpose is highest pixel clock without underruns. In the default R-Car Linux BSP config

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: The error

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

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 sakari.ai...@iki.fi Acked-by: Laurent

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

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 hans.verk...@cisco.com Acked-by: Sakari Ailus sakari.ai...@linux.intel.com -- Sakari Ailus e-mail: sakari.ai...@iki.fi XMPP:

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

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 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 bpar...@ti.com 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