[PATCH 01/15] drivers: phy: add generic PHY framework

2013-07-17 Thread Kishon Vijay Abraham I
The PHY framework provides a set of APIs for the PHY drivers to create/destroy a PHY and APIs for the PHY users to obtain a reference to the PHY with or without using phandle. For dt-boot, the PHY drivers should also register *PHY provider* with the framework. PHY drivers should create the PHY by

[PATCH 03/15] usb: phy: twl4030: use the new generic PHY framework

2013-07-17 Thread Kishon Vijay Abraham I
Used the generic PHY framework API to create the PHY. For powering on and powering off the PHY, power_on and power_off ops are used. Once the MUSB OMAP glue is adapted to the new framework, the suspend and resume ops of usb phy library will be removed. However using the old usb phy library cannot

[PATCH 04/15] ARM: OMAP: USB: Add phy binding information

2013-07-17 Thread Kishon Vijay Abraham I
In order for controllers to get PHY in case of non dt boot, the phy binding information (phy device name) should be added in the platform data of the controller. Signed-off-by: Kishon Vijay Abraham I Reviewed-by: Sylwester Nawrocki Acked-by: Felipe Balbi --- arch/arm/mach-omap2/usb-musb.c |

[PATCH 02/15] usb: phy: omap-usb2: use the new generic PHY framework

2013-07-17 Thread Kishon Vijay Abraham I
Used the generic PHY framework API to create the PHY. Now the power off and power on are done in omap_usb_power_off and omap_usb_power_on respectively. However using the old USB PHY library cannot be completely removed because OTG is intertwined with PHY and moving to the new framework will break

[PATCH 00/15] PHY framework

2013-07-17 Thread Kishon Vijay Abraham I
Added a generic PHY framework that provides a set of APIs for the PHY drivers to create/destroy a PHY and APIs for the PHY users to obtain a reference to the PHY with or without using phandle. This framework will be of use only to devices that uses external PHY (PHY functionality is not embedded w

[PATCH 08/15] usb: phy: twl4030-usb: remove *set_suspend* and *phy_init* ops

2013-07-17 Thread Kishon Vijay Abraham I
Now that twl4030-usb is adapted to the new generic PHY framework, *set_suspend* and *phy_init* ops can be removed from twl4030-usb driver. Signed-off-by: Kishon Vijay Abraham I Acked-by: Felipe Balbi Reviewed-by: Sylwester Nawrocki --- drivers/usb/phy/phy-twl4030-usb.c | 57 +

[PATCH 11/15] exynos4-is: Use the generic MIPI CSIS PHY driver

2013-07-17 Thread Kishon Vijay Abraham I
From: Sylwester Nawrocki Use the generic PHY API instead of the platform callback to control the MIPI CSIS DPHY. The 'phy_label' field is added to the platform data structure to allow PHY lookup on non-dt platforms Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park Acked-by: Felipe

[PATCH 10/15] video: exynos_mipi_dsim: Use the generic PHY driver

2013-07-17 Thread Kishon Vijay Abraham I
From: Sylwester Nawrocki Use the generic PHY API instead of the platform callback to control the MIPI DSIM DPHY. The 'phy_label' field is added to the platform data structure to allow PHY lookup on non-dt platforms. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park Acked-by: Felip

[PATCH 13/15] phy: Add driver for Exynos DP PHY

2013-07-17 Thread Kishon Vijay Abraham I
From: Jingoo Han Add a PHY provider driver for the Samsung Exynos SoC Display Port PHY. Signed-off-by: Jingoo Han Reviewed-by: Tomasz Figa Cc: Sylwester Nawrocki Acked-by: Felipe Balbi Signed-off-by: Kishon Vijay Abraham I --- .../devicetree/bindings/phy/samsung-phy.txt|8 ++ d

[PATCH 09/15] phy: Add driver for Exynos MIPI CSIS/DSIM DPHYs

2013-07-17 Thread Kishon Vijay Abraham I
From: Sylwester Nawrocki Add a PHY provider driver for the Samsung S5P/Exynos SoC MIPI CSI-2 receiver and MIPI DSI transmitter DPHYs. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park Acked-by: Felipe Balbi Signed-off-by: Kishon Vijay Abraham I --- .../devicetree/bindings/phy/s

[PATCH 07/15] usb: phy: omap-usb2: remove *set_suspend* callback from omap-usb2

2013-07-17 Thread Kishon Vijay Abraham I
Now that omap-usb2 is adapted to the new generic PHY framework, *set_suspend* ops can be removed from omap-usb2 driver. Signed-off-by: Kishon Vijay Abraham I Acked-by: Felipe Balbi Reviewed-by: Sylwester Nawrocki --- drivers/usb/phy/phy-omap-usb2.c | 25 - 1 file chan

[PATCH 06/15] usb: musb: omap2430: use the new generic PHY framework

2013-07-17 Thread Kishon Vijay Abraham I
Use the generic PHY framework API to get the PHY. The usb_phy_set_resume and usb_phy_set_suspend is replaced with power_on and power_off to align with the new PHY framework. musb->xceiv can't be removed as of now because musb core uses xceiv.state and xceiv.otg. Once there is a separate state mach

[PATCH 05/15] ARM: dts: omap: update usb_otg_hs data

2013-07-17 Thread Kishon Vijay Abraham I
Updated the usb_otg_hs dt data to include the *phy* and *phy-names* binding in order for the driver to use the new generic PHY framework. Also updated the Documentation to include the binding information. The PHY binding information can be found at Documentation/devicetree/bindings/phy/phy-bindings

[PATCH 14/15] video: exynos_dp: remove non-DT support for Exynos Display Port

2013-07-17 Thread Kishon Vijay Abraham I
From: Jingoo Han Exynos Display Port can be used only for Exynos SoCs. In addition, non-DT for EXYNOS SoCs is not supported from v3.11; thus, there is no need to support non-DT for Exynos Display Port. The 'include/video/exynos_dp.h' file has been used for non-DT support and the content of file

[PATCH 15/15] video: exynos_dp: Use the generic PHY driver

2013-07-17 Thread Kishon Vijay Abraham I
From: Jingoo Han Use the generic PHY API to control the DP PHY. Signed-off-by: Jingoo Han Reviewed-by: Tomasz Figa Signed-off-by: Kishon Vijay Abraham I --- .../devicetree/bindings/video/exynos_dp.txt | 18 +- drivers/video/exynos/exynos_dp_core.c|

[PATCH 12/15] ARM: Samsung: Remove the MIPI PHY setup code

2013-07-17 Thread Kishon Vijay Abraham I
From: Sylwester Nawrocki Generic PHY drivers are used to handle the MIPI CSIS and MIPI DSIM DPHYs so we can remove now unused code at arch/arm/plat-samsung. In case there is any board file for S5PV210 platforms using MIPI CSIS/DSIM (not any upstream currently) it should use the generic PHY API to

Re: Possible problem with stk1160 driver

2013-07-17 Thread Hans Verkuil
On 07/18/2013 02:17 AM, Ezequiel Garcia wrote: > Hi Sergey, > > On Wed, Jul 17, 2013 at 11:31:39PM +0200, Sergey 'Jin' Bostandzhyan wrote: >> On Wed, Jul 17, 2013 at 05:44:29AM -0300, Ezequiel Garcia wrote: >>> On Wed, Jul 17, 2013 at 12:04:18AM +0200, Sergey 'Jin' Bostandzhyan wrote:

Re: [RFC v2 05/10] exynos5-fimc-is: Adds the sensor subdev

2013-07-17 Thread Arun Kumar K
Hi Sylwester, On Wed, Jul 17, 2013 at 7:44 PM, Sylwester Nawrocki wrote: > On 07/17/2013 06:55 AM, Arun Kumar K wrote: >> On Wed, Jul 17, 2013 at 3:33 AM, Sylwester Nawrocki >> wrote: >>> On 07/09/2013 02:04 PM, Arun Kumar K wrote: On Wed, Jun 26, 2013 at 12:57 PM, Hans Verkuil wrote:

Re: [PATCH] cx23885: Fix interrupt storm that happens in some cards when IR is enabled.

2013-07-17 Thread Devin Heitmueller
On Wed, Jul 17, 2013 at 10:15 PM, Antti Palosaari wrote: > hmm, I looked again the cx23885 driver. > > 0x4c == [0x98 >> 1] = "flatiron" == some internal block of the chip Yeah, ok. Pretty sure Flatiron is the codename for the ADC for the SIF. > There is routine which dumps registers out, 0x00 -

Re: [PATCH] cx23885: Fix interrupt storm that happens in some cards when IR is enabled.

2013-07-17 Thread Antti Palosaari
On 07/18/2013 04:58 AM, Devin Heitmueller wrote: On Wed, Jul 17, 2013 at 9:33 PM, Luis Alves wrote: Hi, This i2c init should stop the interrupt storm that happens in some cards when the IR receiver in enabled. It works perfectly in my TBS6981. What is at I2C address 0x4c? Might be useful t

Re: [PATCH] au8522_dig: fix snr lookup table

2013-07-17 Thread Chris Lee
It could be an off by one, I dont have a datasheet for the au8522 to know for sure. I filled in the blanks, ie 0 270 2 250 so I guessed that 1 is 260 Chris update...@gmail.com On Wed, Jul 17, 2013 at 7:41 PM, Devin Heitmueller wrote: > On Wed, Jul 17, 2013 at 8:30 PM, Chris Lee wrote: >> Thi

Re: [PATCH 4/4] [media] em28xx: Fix vidioc fmt vid cap v4l2 compliance

2013-07-17 Thread Devin Heitmueller
On Tue, Jul 16, 2013 at 7:06 PM, Alban Browaeys wrote: > Set fmt.pix.priv to zero in vidioc_g_fmt_vid_cap > and vidioc_try_fmt_vid_cap. Any reason not to have the v4l2 core do this before dispatching to the driver? Set it to zero before the core calls g_fmt. This avoids all the drivers (most o

Re: [PATCH] cx23885: Fix interrupt storm that happens in some cards when IR is enabled.

2013-07-17 Thread Devin Heitmueller
On Wed, Jul 17, 2013 at 9:33 PM, Luis Alves wrote: > Hi, > > This i2c init should stop the interrupt storm that happens in some cards when > the IR receiver in enabled. > It works perfectly in my TBS6981. What is at I2C address 0x4c? Might be useful to have a comment in there explaining what th

Re: [PATCH] au8522_dig: fix snr lookup table

2013-07-17 Thread Devin Heitmueller
On Wed, Jul 17, 2013 at 8:30 PM, Chris Lee wrote: > This patch fixes an if() statement that was preventing the last > element in the table from ever being utilized, preventing the snr from > ever displaying 27db. Also some of the gaps in the lookup table were > filled in. > > Signed-off-by: Chris

[PATCH] cx23885: Fix interrupt storm that happens in some cards when IR is enabled.

2013-07-17 Thread Luis Alves
Hi, This i2c init should stop the interrupt storm that happens in some cards when the IR receiver in enabled. It works perfectly in my TBS6981. It would be good to test in other problematic cards. In this patch I've added the IR init to the TeVii S470/S471 (and some others that fall in the sam

Re: [BRAINSTORM] Controls, matrices and properties

2013-07-17 Thread Laurent Pinchart
Hi Sakari, Just a small question below, I've addressed all the rest in a reply to Hans' original e-mail. On Thursday 11 July 2013 00:30:21 Sakari Ailus wrote: > Hans Verkuil wrote: > > Hi all, > > > > I have been working on support for passing matrices to/from drivers using > > a new matrix API

Re: [BRAINSTORM] Controls, matrices and properties

2013-07-17 Thread Laurent Pinchart
Hi Hans, Thank you for the proposal. On Monday 08 July 2013 13:06:56 Hans Verkuil wrote: > Hi all, > > I have been working on support for passing matrices to/from drivers using a > new matrix API. See this earlier thread for more background information: > > http://comments.gmane.org/gmane.linux

Re: Possible problem with stk1160 driver

2013-07-17 Thread Sergey 'Jin' Bostandzhyan
Hi Ezequiel, On Wed, Jul 17, 2013 at 09:17:53PM -0300, Ezequiel Garcia wrote: > On Wed, Jul 17, 2013 at 11:31:39PM +0200, Sergey 'Jin' Bostandzhyan wrote: > > On Wed, Jul 17, 2013 at 05:44:29AM -0300, Ezequiel Garcia wrote: > > > On Wed, Jul 17, 2013 at 12:04:18AM +0200, Sergey 'Jin' Bostandzhyan

[PATCH] au8522_dig: fix snr lookup table

2013-07-17 Thread Chris Lee
This patch fixes an if() statement that was preventing the last element in the table from ever being utilized, preventing the snr from ever displaying 27db. Also some of the gaps in the lookup table were filled in. Signed-off-by: Chris Lee --- --- media_build/linux/drivers/media/dvb-frontends/au8

Re: [RFC PATCH 2/5] v4l2-compat-ioctl32: add g/s_matrix support.

2013-07-17 Thread Laurent Pinchart
Hi Hans, Thanks for the patch. On Friday 28 June 2013 14:27:31 Hans Verkuil wrote: > From: Hans Verkuil > > Signed-off-by: Hans Verkuil > --- > drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 55 > 1 file changed, 55 insertions(+) > > diff --git a/drivers/media/v4l2-

Re: Possible problem with stk1160 driver

2013-07-17 Thread Ezequiel Garcia
Hi Sergey, On Wed, Jul 17, 2013 at 11:31:39PM +0200, Sergey 'Jin' Bostandzhyan wrote: > On Wed, Jul 17, 2013 at 05:44:29AM -0300, Ezequiel Garcia wrote: > > On Wed, Jul 17, 2013 at 12:04:18AM +0200, Sergey 'Jin' Bostandzhyan wrote: > > > > > > It generally works fine, I can, for example, open the

Re: [RFC PATCH 4/5] v4l2: add a motion detection event.

2013-07-17 Thread Laurent Pinchart
Hi Hans, Thanks for the patch. On Friday 28 June 2013 14:27:33 Hans Verkuil wrote: > From: Hans Verkuil > > Signed-off-by: Hans Verkuil > --- > include/uapi/linux/videodev2.h | 17 + > 1 file changed, 17 insertions(+) > > diff --git a/include/uapi/linux/videodev2.h b/include/

Re: [RFC PATCH 0/5] Matrix and Motion Detection support

2013-07-17 Thread Laurent Pinchart
Hello, On Sunday 07 July 2013 23:50:30 Sylwester Nawrocki wrote: > On 06/28/2013 02:27 PM, Hans Verkuil wrote: > > This patch series adds support for matrices and motion detection and > > converts the solo6x10 driver to use these new APIs. > > > > See the RFCv2 for details on the motion detection

Re: [PATCH v2 1/5] media: Fix circular graph traversal

2013-07-17 Thread Laurent Pinchart
Hi Sakari, On Wednesday 17 July 2013 22:47:03 Sakari Ailus wrote: > On Wed, Jul 17, 2013 at 04:54:38PM +0200, Laurent Pinchart wrote: > > The graph traversal API (media_entity_graph_walk_*) will fail to > > correctly walk the graph when circular links exist. Fix it by checking > > whether an entit

Re: [omap3isp] xclk deadlock

2013-07-17 Thread Jakub Piotr Cłapa
On 17.07.13 14:50, Laurent Pinchart wrote: Hi Jakub, 3. After setting up a simple pipeline using media-ctl[2] I get "CCDC won't become idle errors". If I do this after running "live" I also get (unless it hangs) the CCDC Register dump [1]. Otherwise I only get the stream of kernel log messages

Re: Possible problem with stk1160 driver

2013-07-17 Thread Sergey 'Jin' Bostandzhyan
Hi Ezequiel, On Wed, Jul 17, 2013 at 05:44:29AM -0300, Ezequiel Garcia wrote: > On Wed, Jul 17, 2013 at 12:04:18AM +0200, Sergey 'Jin' Bostandzhyan wrote: > > > > It generally works fine, I can, for example, open the video device using > > VLC, > > select one of the inputs and get the picture. >

[PATCH 1/2] cx24117[v3]: Add new dvb-frontend driver (cx23885 changes)

2013-07-17 Thread Luis Alves
v3: Fixed issues reported by checkpatch script (thanks Antti). Changed/fixed some stuff as sugested by Mauro Chehab. Splited cx23885 changes to a separated patch. Signed-off-by: Luis Alves --- drivers/media/pci/cx23885/Kconfig |1 + drivers/media/pci/cx23885/cx23885-cards.c | 68 ++

[PATCH 2/2] cx24117[v3]: Add new dvb-frontend driver (tested cards: TBS6980 and TBS6981 Dual tuner DVB-S/S2)

2013-07-17 Thread Luis Alves
v3: Fixed issues reported by checkpatch script (thanks Antti). Changed/fixed some stuff as sugested by Mauro Chehab. Splited cx23885 changes to a separated patch. Signed-off-by: Luis Alves --- drivers/media/dvb-frontends/Kconfig |7 + drivers/media/dvb-frontends/Makefile |1 + drivers

Oferta de préstamo a tipo de interés del 3% .... Aplicar ahora.

2013-07-17 Thread FAIRHAVEN INTERNATIONAL LTD.
Buen día, Somos una empresa FAIRHAVEN INTERNATIONAL LTD. dar préstamos por correo anuncio. Ofrecemos diversos tipos de préstamos (créditos blandos para vivienda, préstamos personales, etc.) Por la tasa de interés del 3%, el plazo de amortización puede ser cualquier cosa entre 3 y 25 años.

Re: [PATCH v3 1/7] marvell-ccic: add MIPI support for marvell-ccic driver

2013-07-17 Thread Jonathan Corbet
On Wed, 3 Jul 2013 13:55:58 +0800 Libin Yang wrote: > This patch adds the MIPI support for marvell-ccic. > Board driver should determine whether using MIPI or not. Sorry for taking so long...I wanted to be able to carve out some time and look at things closely. At this point, there's nothing th

Re: [PATCH v2 1/5] media: Fix circular graph traversal

2013-07-17 Thread Sakari Ailus
Hi Laurent, On Wed, Jul 17, 2013 at 04:54:38PM +0200, Laurent Pinchart wrote: > The graph traversal API (media_entity_graph_walk_*) will fail to > correctly walk the graph when circular links exist. Fix it by checking > whether an entity is already present in the stack before pushing it. We never

Re: mb86a20s and cx23885

2013-07-17 Thread Mauro Carvalho Chehab
Em Wed, 17 Jul 2013 10:54:19 -0300 Alfredo Jesús Delaiti escreveu: > Hi all > > El 15/07/13 17:30, Mauro Carvalho Chehab escribió: > > Em Mon, 15 Jul 2013 16:30:18 -0300 > > Alfredo Jesús Delaiti escreveu: > > > >> Hi all > >> > >> After some time trying to see what the problem is, I have found

cron job: media_tree daily build: WARNINGS

2013-07-17 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: Wed Jul 17 19:00:20 CEST 2013 git branch: test git hash: 1c26190a8d492adadac4711fe5762d46204b18b0 gcc versi

[PATCH] cx23885: Fix TeVii S471 regression since introduction of ts2020

2013-07-17 Thread Johannes Koch
Patch to make TeVii S471 cards use the ts2020 tuner, since ds3000 driver no longer contains tuning code. Signed-off-by: Johannes Koch --- drivers/media/pci/cx23885/cx23885-dvb.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/media/pci/cx23885/cx23885-dvb.c b/drivers/media/pci/

Re: [PATCH v3] media: i2c: tvp7002: add OF support

2013-07-17 Thread Prabhakar Lad
Hi Sylwester, Thanks for the quick review. On Wed, Jul 17, 2013 at 10:09 PM, Sylwester Nawrocki wrote: > On 07/17/2013 06:20 PM, Prabhakar Lad wrote: >> From: "Lad, Prabhakar" >> >> add OF support for the tvp7002 driver. >> >> Signed-off-by: Lad, Prabhakar >> --- >> This patch depends on http

phpBB support

2013-07-17 Thread phpbbaid
Dear customers, We encourage you to update your phpBB forums to the latest version as it prevents many security bugs and make your forum stable. There are many anti-spam methods to prevent the spambots registration and posting , please pick up one of these mods to keep your forum clean We provide

Re: [PATCH v3] media: i2c: tvp7002: add OF support

2013-07-17 Thread Sylwester Nawrocki
On 07/17/2013 06:20 PM, Prabhakar Lad wrote: > From: "Lad, Prabhakar" > > add OF support for the tvp7002 driver. > > Signed-off-by: Lad, Prabhakar > --- > This patch depends on https://patchwork.kernel.org/patch/2828800/ > > Changes for v3: > 1: Fixed review comments pointed by Sylwester.

Vážení E-mail užívateľa;

2013-07-17 Thread webmail update
Vážení E-mail užívateľa; Prekročili ste 23432 boxy nastaviť svoje Webová služba / Administrátor, a budete mať problémy pri odosielaní a prijímať e-maily, kým znova overiť. Musíte aktualizovať kliknutím na odkaz nižšie a vyplňte údaje pre overenie vášho účtu Prosím, kliknite na odkaz nižšie ale

Re: [PATCH 0/5] Davinci VPBE use devres and some cleanup

2013-07-17 Thread Prabhakar Lad
Hi Laurent, On Wed, Jul 17, 2013 at 5:51 PM, Laurent Pinchart wrote: > Hi Prabhakar, > > On Saturday 13 July 2013 14:20:26 Prabhakar Lad wrote: >> From: "Lad, Prabhakar" >> >> This patch series replaces existing resource handling in the >> driver with managed device resource. > > Thank you for t

Re: [PATCH RFC FINAL v5] media: OF: add "sync-on-green-active" property

2013-07-17 Thread Prabhakar Lad
Hi Sylwester, On Wed, Jul 17, 2013 at 9:50 PM, Sylwester Nawrocki wrote: > On 07/17/2013 05:47 PM, Prabhakar Lad wrote: >> From: "Lad, Prabhakar" >> >> This patch adds 'sync-on-green-active' property as part >> of endpoint property. >> >> Signed-off-by: Lad, Prabhakar > > Thanks Prabhakar, it l

[PATCH v3] media: i2c: tvp7002: add OF support

2013-07-17 Thread Prabhakar Lad
From: "Lad, Prabhakar" add OF support for the tvp7002 driver. Signed-off-by: Lad, Prabhakar --- This patch depends on https://patchwork.kernel.org/patch/2828800/ Changes for v3: 1: Fixed review comments pointed by Sylwester. .../devicetree/bindings/media/i2c/tvp7002.txt | 43

Re: [PATCH RFC FINAL v5] media: OF: add "sync-on-green-active" property

2013-07-17 Thread Sylwester Nawrocki
On 07/17/2013 05:47 PM, Prabhakar Lad wrote: > From: "Lad, Prabhakar" > > This patch adds 'sync-on-green-active' property as part > of endpoint property. > > Signed-off-by: Lad, Prabhakar Thanks Prabhakar, it looks good to me. Just a side note, the 'From' tag above isn't needed. It wasn't adde

[PATCH RFC FINAL v5] media: OF: add "sync-on-green-active" property

2013-07-17 Thread Prabhakar Lad
From: "Lad, Prabhakar" This patch adds 'sync-on-green-active' property as part of endpoint property. Signed-off-by: Lad, Prabhakar --- Changes for v5: 1: Changed description for sync-on-green-active property in documentation file as suggested by Sylwester. Changes for v4: 1: Fix

CFP for Graphics and Display uConf at LPC 2013

2013-07-17 Thread Laurent Pinchart
Hi all, It's time to start nailing down the agenda for the Graphics and Display microconference at the Linux Plumbers Conference 2013. For conference approval and preliminary planning purposes, we have compiled a list of possible topics for discussion. The overview and general list of topic ide

[PATCH v2 2/5] v4l: Fix V4L2_MBUS_FMT_YUV10_1X30 media bus pixel code value

2013-07-17 Thread Laurent Pinchart
The V4L2_MBUS_FMT_YUV10_1X30 code is documented as being equal to 0x2014, while the v4l2-mediabus.h header defines it as 0x2016. Fix the documentation. Signed-off-by: Laurent Pinchart --- Documentation/DocBook/media/v4l/subdev-formats.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

[PATCH v2 3/5] v4l: Add media format codes for ARGB8888 and AYUV8888 on 32-bit busses

2013-07-17 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart --- Documentation/DocBook/media/v4l/subdev-formats.xml | 609 + Documentation/DocBook/media_api.tmpl | 6 + include/uapi/linux/v4l2-mediabus.h | 6 +- 3 files changed, 254 insertions(+), 367 deletions(-) diff -

[PATCH v2 0/5] Renesas VSP1 driver

2013-07-17 Thread Laurent Pinchart
Hello, Here's the second version of the VSP1 engine (a Video Signal Processor found in several Renesas R-Car SoCs) driver. Many thanks to Hans Verkuil for his very quick review of v1. The VSP1 is a video processing engine that includes a blender, scalers, filters and statistics computation. Confi

[PATCH v2 1/5] media: Fix circular graph traversal

2013-07-17 Thread Laurent Pinchart
The graph traversal API (media_entity_graph_walk_*) will fail to correctly walk the graph when circular links exist. Fix it by checking whether an entity is already present in the stack before pushing it. Signed-off-by: Laurent Pinchart --- drivers/media/media-entity.c | 17 - 1

[PATCH v2 4/5] v4l: Add V4L2_PIX_FMT_NV16M and V4L2_PIX_FMT_NV61M formats

2013-07-17 Thread Laurent Pinchart
NV16M and NV61M are planar YCbCr 4:2:2 and YCrCb 4:2:2 formats with a luma plane followed by an interleaved chroma plane. The planes are not required to be contiguous in memory, and the formats can only be used with the multi-planar formats API. Signed-off-by: Laurent Pinchart --- Documentation/

Re: [PATCH] videobuf2-dma-sg: Minimize the number of dma segments

2013-07-17 Thread Ricardo Ribalda Delgado
Hello again Marek In my system I am doing the scatter gather compaction on device driver... But I agree that it would be better done on the vb2 layer. For the oversize sglist we could do one of this two things. If we want to have a simple pass processing we have to allocate an structure A for th

Re: [RFC v2 05/10] exynos5-fimc-is: Adds the sensor subdev

2013-07-17 Thread Sylwester Nawrocki
On 07/17/2013 06:55 AM, Arun Kumar K wrote: > On Wed, Jul 17, 2013 at 3:33 AM, Sylwester Nawrocki > wrote: >> On 07/09/2013 02:04 PM, Arun Kumar K wrote: >>> >>> On Wed, Jun 26, 2013 at 12:57 PM, Hans Verkuil wrote: On Fri May 31 2013 15:03:23 Arun Kumar K wrote: > > FIMC-IS use

Re: [PATCH] videobuf2-dma-sg: Minimize the number of dma segments

2013-07-17 Thread Ricardo Ribalda Delgado
Hello again I have made some experiments and have replaced alloc_pages_exact with alloc_pages of order N. Unfortunatelly vm_insert_page and vm_map_ram does not work as expected. vm_insert_page, only insert the PAGE_SIZE bytes of the higher order page, if I try to add the other pages manually, the

Re: mb86a20s and cx23885

2013-07-17 Thread Alfredo Jesús Delaiti
Hi all El 15/07/13 17:30, Mauro Carvalho Chehab escribió: Em Mon, 15 Jul 2013 16:30:18 -0300 Alfredo Jesús Delaiti escreveu: Hi all After some time trying to see what the problem is, I have found it is not come the RF signal. I've gone back using a 3.2 kernel, after doing a couple of tests,

Re: [PATCH] videobuf2-dma-sg: Minimize the number of dma segments

2013-07-17 Thread Marek Szyprowski
Hello, On 7/17/2013 11:43 AM, Ricardo Ribalda Delgado wrote: Hi Marek alloc_pages_exact returns pages of order 0, every single page is filled into buf->pages, that then is used by vb2_dma_sg_mmap(), that also expects order 0 pages (its loops increments in PAGE_SIZE). The code has been tested

Re: [omap3isp] xclk deadlock

2013-07-17 Thread Laurent Pinchart
Hi Jakub, (CC'ing Tomi Valkeinen) On Friday 12 July 2013 16:44:44 Jakub Piotr Cłapa wrote: > Hi Laurent, > > On 05.07.13 12:48, Laurent Pinchart wrote: > >> Thanks for the explanation. It would be great if you could update your > >> board/beagle/mt9p031 branch and include the discussed changes.

Re: [PATCH 0/5] Davinci VPBE use devres and some cleanup

2013-07-17 Thread Laurent Pinchart
Hi Prabhakar, On Saturday 13 July 2013 14:20:26 Prabhakar Lad wrote: > From: "Lad, Prabhakar" > > This patch series replaces existing resource handling in the > driver with managed device resource. Thank you for the patches. They greatly simplify the probe/remove functions, I like that. For pa

Re: [PATCH 4/4] qv4l2: add OpenGL video render

2013-07-17 Thread Bård Eirik Winther
> On Wednesday, July 17, 2013 01:03:44 PM you wrote: > Hi Bård, > > On Tuesday 16 July 2013 14:59:04 Bard Eirik Winther wrote: > > On Tuesday, July 16, 2013 02:01:45 PM you wrote: > > > Hi Bård, > > > > > > Thank you for the patches. > > > > > > On Tuesday 16 July 2013 13:24:08 Bård Eirik Winthe

Re: implement ov3640 driver using subdev-api with omap3-isp

2013-07-17 Thread Laurent Pinchart
Hi Tom, On Tuesday 16 July 2013 14:24:59 Tom wrote: > Laurent Pinchart ideasonboard.com> writes: > > On Monday 15 July 2013 09:23:19 Tom wrote: > > > Hello, > > > > > > I am working with a gumstix overo board connected with a e-con-systems > > > camera module using a ov3640 camera sensor. > > >

Re: [PATCH 0/2][RFC] CDFv2 for VExpress HDLCD DVI output support

2013-07-17 Thread Laurent Pinchart
On Wednesday 17 July 2013 11:49:49 Pawel Moll wrote: > On Wed, 2013-07-17 at 11:08 +0100, Show Liu wrote: > > This series patches extend Pawel's patches to > > Versatile Express HDLCD DVI output support. > > Before apply this patches, please apply Pawel's patches first. > > This series patches impl

Re: [PATCH 0/2][RFC] CDFv2 for VExpress HDLCD DVI output support

2013-07-17 Thread Pawel Moll
On Wed, 2013-07-17 at 11:08 +0100, Show Liu wrote: > This series patches extend Pawel's patches to > Versatile Express HDLCD DVI output support. > Before apply this patches, please apply Pawel's patches first. > This series patches implements base on Linaro release 13.06 branch > "ll_20130621.0".

Re: [PATCH v3] ov10635: Add OmniVision ov10635 SoC camera driver

2013-07-17 Thread Laurent Pinchart
Hi Phil, On Tuesday 16 July 2013 14:54:41 phil.edwor...@renesas.com wrote: > On 16/07/2013 13:05 Laurent Pinchart wrote: > > On Wednesday 05 June 2013 10:11:35 Phil Edworthy wrote: > > > Signed-off-by: Phil Edworthy > > > --- > > > > > > v3: > > > - Removed dupplicated writes to reg 0x3042 > >

[PATCH] cx24117[v2]: Add new dvb-frontend driver (tested cards: TBS6980 and TBS6981 Dual tuner DVB-S/S2)

2013-07-17 Thread Luis Alves
[v2] Fixed/changed according to first review. Regards, Luis Signed-off-by: Luis Alves --- drivers/media/dvb-frontends/Kconfig |7 + drivers/media/dvb-frontends/Makefile |1 + drivers/media/dvb-frontends/cx24117.c | 1645 + drivers/media/dvb-fr

[PATCH 0/2][RFC] CDFv2 for VExpress HDLCD DVI output support

2013-07-17 Thread Show Liu
Hi All, This series patches extend Pawel's patches to Versatile Express HDLCD DVI output support. Before apply this patches, please apply Pawel's patches first. This series patches implements base on Linaro release 13.06 branch "ll_20130621.0". here is Pawel's patches [1] http://lists.freedeskt

[PATCH 2/2] CDFv2 for VExpress HDLCD DVI output support

2013-07-17 Thread Show Liu
--- arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts |6 +- drivers/video/arm-hdlcd.c | 116 +--- drivers/video/vexpress-dvimode.c | 11 +++ drivers/video/vexpress-muxfpga.c |8 +- include/linux/arm-hdlcd.h |6 +

[PATCH 1/2] Fixed for compatible with kernel 3.10.0-rc6

2013-07-17 Thread Show Liu
--- drivers/video/Kconfig |2 ++ drivers/video/fbmon.c | 12 +--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 2e14e0b..b0a0947 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -324,6 +324,7 @@ con

Re: [PATCH] videobuf2-dma-sg: Minimize the number of dma segments

2013-07-17 Thread Ricardo Ribalda Delgado
Hi Marek alloc_pages_exact returns pages of order 0, every single page is filled into buf->pages, that then is used by vb2_dma_sg_mmap(), that also expects order 0 pages (its loops increments in PAGE_SIZE). The code has been tested on real HW. Your concern is that that alloc_pages_exact splits t

Re: [PATCH -next] [media] usbtv: remove unused including

2013-07-17 Thread Lubomir Rintel
On Wed, 2013-07-17 at 10:01 +0800, Wei Yongjun wrote: > From: Wei Yongjun > > Remove including that don't need it. > > Signed-off-by: Wei Yongjun Acked-by: Lubomir Rintel -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.ker

Re: Possible problem with stk1160 driver

2013-07-17 Thread Ezequiel Garcia
Hi Sergey, On Wed, Jul 17, 2013 at 12:04:18AM +0200, Sergey 'Jin' Bostandzhyan wrote: > > It generally works fine, I can, for example, open the video device using VLC, > select one of the inputs and get the picture. > > However, programs like motion or zoneminder fail, I am not quite sure if it

[PATCH] stk1160: Allow to change input while streaming

2013-07-17 Thread Ezequiel Garcia
Remove the check as there's no reason to prevent the input from being set when the device is streaming. This allows surveillance applications (such as motion, zoneminder, etc.) to configure the input while streaming. Reported-by: Sergey 'Jin' Bostandzhyan Signed-off-by: Ezequiel Garcia --- Cc: S

RE: MT9D131 context switching [was RE: width and height of JPEG compressed images]

2013-07-17 Thread Thomas Vajzovic
Hi Sakari, On 17 July 2013 00:58 Sakari Ailus wrote: > On Mon, Jul 15, 2013 at 09:30:33AM +, Thomas Vajzovic wrote: >> On 10 July 2013 20:44 Sylwester Nawrocki wrote: >>> On 07/07/2013 10:18 AM, Thomas Vajzovic wrote: On 06 July 2013 20:58 Sylwester Nawrocki wrote: > On 07/05/2013 10:

Re: [PATCH RFC v4] media: OF: add "sync-on-green-active" property

2013-07-17 Thread Prabhakar Lad
Hi Sylwester, Thanks for the review. On Wed, Jul 17, 2013 at 2:08 AM, Sylwester Nawrocki wrote: > Hi Prabhakar, > > [snip] >> diff --git a/Documentation/devicetree/bindings/media/video-interfaces.txt >> b/Documentation/devicetree/bindings/media/video-interfaces.txt >> index e022d2d..5186c7e 1006

Re: [PATCH] videobuf2-dma-sg: Minimize the number of dma segments

2013-07-17 Thread Marek Szyprowski
Hello, On 7/15/2013 11:34 AM, Ricardo Ribalda Delgado wrote: Most DMA engines have limitations regarding the number of DMA segments (sg-buffers) that they can handle. Videobuffers can easily spread through houndreds of pages. In the previous aproach, the pages were allocated individually, this

Re: [PATCH RFC v2 1/2] max77693: added device tree support

2013-07-17 Thread Andrzej Hajda
Hi Samuel, A while ago I have send rebased patch adding device-tree support for max77693 as you asked: https://patchwork.kernel.org/patch/2414341/ The patch is still not applied. Is there a reason for that or just an omission? Regards Andrzej On 04/08/2013 05:21 PM, Samuel Ortiz wrote: > Hi And