[PATCH v7 03/13] [media] exynos5-fimc-is: Add driver core files

2013-08-21 Thread Arun Kumar K
This driver is for the FIMC-IS IP available in Samsung Exynos5 SoC onwards. This patch adds the core files for the new driver. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com ---

[PATCH v7 07/13] [media] exynos5-fimc-is: Add scaler subdev

2013-08-21 Thread Arun Kumar K
FIMC-IS has two hardware scalers named as scaler-codec and scaler-preview. This patch adds the common code handling the video nodes and subdevs of both the scalers. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com Reviewed-by: Sylwester Nawrocki

[PATCH v7 02/13] [media] exynos5-fimc-is: Add Exynos5 FIMC-IS device tree bindings documentation

2013-08-21 Thread Arun Kumar K
The patch adds the DT binding documentation for Samsung Exynos5 SoC series imaging subsystem (FIMC-IS). Signed-off-by: Arun Kumar K arun...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- .../devicetree/bindings/media/exynos5-fimc-is.txt | 46 1

[PATCH v7 01/13] [media] exynos5-is: Adding media device driver for exynos5

2013-08-21 Thread Arun Kumar K
From: Shaik Ameer Basha shaik.am...@samsung.com This patch adds support for media device for EXYNOS5 SoCs. The current media device supports the following ips to connect through the media controller framework. * MIPI-CSIS Support interconnection(subdev interface) between devices * FIMC-LITE

[PATCH v7 06/13] [media] exynos5-fimc-is: Add isp subdev

2013-08-21 Thread Arun Kumar K
fimc-is driver takes video data input from the ISP video node which is added in this patch. This node accepts Bayer input buffers which is given from the IS sensors. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com Reviewed-by: Sylwester Nawrocki

[PATCH v7 05/13] [media] exynos5-fimc-is: Add register definition and context header

2013-08-21 Thread Arun Kumar K
This patch adds the register definition file for the fimc-is driver and also the header file containing the main context for the driver. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com ---

[PATCH v7 10/13] [media] exynos5-fimc-is: Add the hardware interface module

2013-08-21 Thread Arun Kumar K
The hardware interface module finally sends the commands to the FIMC-IS firmware and runs the interrupt handler for getting the responses. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com ---

[PATCH v7 12/13] V4L: s5k6a3: Change sensor min/max resolutions

2013-08-21 Thread Arun Kumar K
s5k6a3 sensor has actual pixel resolution of 1408x1402 against the active resolution 1392x1392. The real resolution is needed when raw sensor SRGB data is dumped to memory by fimc-lite. Signed-off-by: Arun Kumar K arun...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com ---

[PATCH v7 09/13] [media] exynos5-fimc-is: Add the hardware pipeline control

2013-08-21 Thread Arun Kumar K
This patch adds the crucial hardware pipeline control for the fimc-is driver. All the subdev nodes will call this pipeline interfaces to reach the hardware. Responsibilities of this module involves configuring and maintaining the hardware pipeline involving multiple sub-ips like ISP, DRC, Scalers,

[PATCH v7 13/13] V4L: Add driver for s5k4e5 image sensor

2013-08-21 Thread Arun Kumar K
This patch adds subdev driver for Samsung S5K4E5 raw image sensor. Like s5k6a3, it is also another fimc-is firmware controlled sensor. This minimal sensor driver doesn't do any I2C communications as its done by ISP firmware. It can be updated if needed to a regular sensor driver by adding the I2C

[PATCH v7 11/13] [media] exynos5-is: Add Kconfig and Makefile

2013-08-21 Thread Arun Kumar K
Adds Kconfig and Makefile for exynos5-is driver files. Signed-off-by: Shaik Ameer Basha shaik.am...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- drivers/media/platform/Kconfig |1 +

[PATCH v7 08/13] [media] exynos5-fimc-is: Add sensor interface

2013-08-21 Thread Arun Kumar K
Some sensors to be used with fimc-is are exclusively controlled by the fimc-is firmware. This minimal sensor driver provides the required info for the firmware to configure the sensors sitting on I2C bus. Signed-off-by: Arun Kumar K arun...@samsung.com Reviewed-by: Sylwester Nawrocki

Re: [PATCH 1/6] v4l: ti-vpe: Create a vpdma helper library

2013-08-21 Thread Archit Taneja
Hi, On Tuesday 20 August 2013 07:26 PM, Laurent Pinchart wrote: Hi Archit, On Tuesday 20 August 2013 18:46:38 Archit Taneja wrote: On Tuesday 20 August 2013 05:09 PM, Laurent Pinchart wrote: snip +static int vpdma_load_firmware(struct vpdma_data *vpdma) +{ + int r; + struct

Re: [PATCH v7 13/13] V4L: Add driver for s5k4e5 image sensor

2013-08-21 Thread Hans Verkuil
On 08/21/2013 08:34 AM, Arun Kumar K wrote: This patch adds subdev driver for Samsung S5K4E5 raw image sensor. Like s5k6a3, it is also another fimc-is firmware controlled sensor. This minimal sensor driver doesn't do any I2C communications as its done by ISP firmware. It can be updated if

Re: [PATCH v7 13/13] V4L: Add driver for s5k4e5 image sensor

2013-08-21 Thread Tomasz Figa
Hi Hans, On Wednesday 21 of August 2013 08:53:55 Hans Verkuil wrote: On 08/21/2013 08:34 AM, Arun Kumar K wrote: This patch adds subdev driver for Samsung S5K4E5 raw image sensor. Like s5k6a3, it is also another fimc-is firmware controlled sensor. This minimal sensor driver doesn't do any

Re: [PATCH v7 13/13] V4L: Add driver for s5k4e5 image sensor

2013-08-21 Thread Hans Verkuil
On Wed 21 August 2013 09:58:28 Tomasz Figa wrote: Hi Hans, On Wednesday 21 of August 2013 08:53:55 Hans Verkuil wrote: On 08/21/2013 08:34 AM, Arun Kumar K wrote: This patch adds subdev driver for Samsung S5K4E5 raw image sensor. Like s5k6a3, it is also another fimc-is firmware

Re: [PATCH] s5p-tv: Include missing v4l2-dv-timings.h header file

2013-08-21 Thread Sylwester Nawrocki
Hi Hans, On 08/19/2013 09:15 AM, Hans Verkuil wrote: On 08/18/2013 10:00 PM, Sylwester Nawrocki wrote: Include the v4l2-dv-timings.h header file which in the s5p-tv driver which was supposed to be updated in commit 2576415846bcbad3c0a6885fc44f95083710 [media] v4l2: move dv-timings related

[RFC PATCH 3/5] si4713 : Bug fix for si4713_tx_tune_power() method in the i2c driver

2013-08-21 Thread Dinesh Ram
In the si4713_tx_tune_power() method, the args array element 'power' can take values between SI4713_MIN_POWER and SI4713_MAX_POWER. power = 0 is also valid. All the values (0 power SI4713_MIN_POWER) are illegal and hence are all mapped to SI4713_MIN_POWER. Signed-off-by: Dinesh Ram

[RFC PATCH 5/5] si4713 : Added the USB driver for Si4713

2013-08-21 Thread Dinesh Ram
This is the USB driver for the Silicon Labs development board. It contains the Si4713 FM transmitter chip. Signed-off-by: Dinesh Ram din...@cisco.com --- drivers/media/radio/si4713/Kconfig| 15 + drivers/media/radio/si4713/Makefile | 1 +

[RFC PATCH 2/5] si4713 : Modified i2c driver to handle cases where interrupts are not used

2013-08-21 Thread Dinesh Ram
Checks have been introduced at several places in the code to test if an interrupt is set or not. For devices which do not use the interrupt, to get a valid response, within a specified timeout, the device is polled instead. Signed-off-by: Dinesh Ram din...@cisco.com ---

Re: [PATCH v2] mt9v032: Use the common clock framework

2013-08-21 Thread Sylwester Nawrocki
Hi Laurent, On 08/09/2013 01:24 PM, Laurent Pinchart wrote: Configure the device external clock using the common clock framework instead of a board code callback function. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Thanks for the patch. Acked-by: Sylwester Nawrocki

[RFC PATCH 4/5] si4713 : HID blacklist Si4713 USB development board

2013-08-21 Thread Dinesh Ram
The Si4713 development board contains a Si4713 FM transmitter chip and is handled by the radio-usb-si4713 driver. The board reports itself as (10c4:8244) Cygnal Integrated Products, Inc. and misidentifies itself as a HID device in its USB interface descriptor. This patch ignores this device as an

Re: [PATCH] s5p-tv: Include missing v4l2-dv-timings.h header file

2013-08-21 Thread Hans Verkuil
On Wed 21 August 2013 10:25:18 Sylwester Nawrocki wrote: Hi Hans, On 08/19/2013 09:15 AM, Hans Verkuil wrote: On 08/18/2013 10:00 PM, Sylwester Nawrocki wrote: Include the v4l2-dv-timings.h header file which in the s5p-tv driver which was supposed to be updated in commit

RE: [PATCH 1/2] [RFC PATCH v6] dmabuf-sync: Add a buffer synchronization framework

2013-08-21 Thread Inki Dae
Thanks for the review, Inki Dae -Original Message- From: linux-fbdev-ow...@vger.kernel.org [mailto:linux-fbdev- ow...@vger.kernel.org] On Behalf Of Konrad Rzeszutek Wilk Sent: Wednesday, August 21, 2013 4:22 AM To: Inki Dae Cc: dri-de...@lists.freedesktop.org;

Re: [PATCH v7 13/13] V4L: Add driver for s5k4e5 image sensor

2013-08-21 Thread Arun Kumar K
Hi Hans, On Wed, Aug 21, 2013 at 1:54 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Wed 21 August 2013 09:58:28 Tomasz Figa wrote: Hi Hans, On Wednesday 21 of August 2013 08:53:55 Hans Verkuil wrote: On 08/21/2013 08:34 AM, Arun Kumar K wrote: This patch adds subdev driver for Samsung

Re: How to express planar formats with mediabus format code?

2013-08-21 Thread Su Jiaquan
Hi Laurent, Thanks for the replay, I've removed earlier mail content and only keep you question: On Tue, Aug 20, 2013 at 8:53 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Jiaquan, I'm not sure if that's needed here. Vendor-specific formats still need to be documented, so

[PATCH v7 0/2] Introduce buffer synchronization framework

2013-08-21 Thread Inki Dae
Hi all, This patch set introduces a buffer synchronization framework based on DMA BUF[1] and based on ww-mutexes[2] for lock mechanism, and has been rebased on linux-3.11-rc6. The purpose of this framework is to provide not only buffer access control to CPU and CPU, and CPU and DMA, and DMA and

Re: [RFC 2/4] media: Check for active links on pads with MEDIA_PAD_FL_MUST_CONNECT flag

2013-08-21 Thread Sakari Ailus
Hi Laurent, On Wed, Aug 21, 2013 at 05:22:45AM +0200, Laurent Pinchart wrote: Hi Sakari, On Saturday 10 August 2013 15:16:29 Sakari Ailus wrote: On Fri, Aug 09, 2013 at 01:34:46AM +0200, Laurent Pinchart wrote: On Friday 19 July 2013 20:55:07 Sakari Ailus wrote: Do not allow

[PATCH v7 1/2] dmabuf-sync: Add a buffer synchronization framework

2013-08-21 Thread Inki Dae
This patch adds a buffer synchronization framework based on DMA BUF[1] and and based on ww-mutexes[2] for lock mechanism, and has been rebased on linux-3.11-rc6. The purpose of this framework is to provide not only buffer access control to CPU and DMA but also easy-to-use interfaces for device

Re: Help with omap3isp resizing from CCDC

2013-08-21 Thread Laurent Pinchart
Hi Samuel, On Friday 02 August 2013 13:12:24 samuel.rasmus...@gdc4s.com wrote: Hi, I've been having problems getting the resizer to take its input from the CCDC. From the linux-media mail-archive, it looks like Paul Chiha ran into a similar problem in Oct 2011 with his message Help with

Re: A false alarm for recursive lock in v4l2_ctrl_add_handler

2013-08-21 Thread Hans Verkuil
On Wed 21 August 2013 12:56:21 Su Jiaquan wrote: Hi Hans, Recently when we enable LOCKDEP in our kernel, it detected a possible recursive locking. As we check the code, we found that it's just a false alarm, the conceived scenario should never happen. Shell I submit a patch to suppress it?

Re: [PATCH 0/4] smiapp: Small cleanup; clock framework fixes and clock tree comments

2013-08-21 Thread Sakari Ailus
On Wed, Aug 21, 2013 at 01:59:31PM +0200, Laurent Pinchart wrote: Hi Sakari, Thank you for the patches. On Saturday 10 August 2013 20:49:44 Sakari Ailus wrote: Hi, This patchset contains Andy's cleanup patch (with clamp_t replaced with clamp) and a few clock tree interface related

Re: width and height of JPEG compressed images

2013-08-21 Thread Laurent Pinchart
Hi, On Wednesday 21 August 2013 16:17:37 Sakari Ailus wrote: On Wed, Aug 07, 2013 at 05:43:56PM +, Thomas Vajzovic wrote: It defines the exact size of the physical frame. The JPEG data is padded to this size. The size of the JPEG before it was padded is also written into the last word

Re: width and height of JPEG compressed images

2013-08-21 Thread Sakari Ailus
Hi Thomas, On Tue, Aug 06, 2013 at 04:26:56PM +, Thomas Vajzovic wrote: Hi, On 24 July 2013 10:30 Sylwester Nawrocki wrote: On 07/22/2013 10:40 AM, Thomas Vajzovic wrote: On 21 July 2013 21:38 Sylwester Nawrocki wrote: On 07/19/2013 10:28 PM, Sakari Ailus wrote: On Sat, Jul 06,

[PATCH V2] i2c: move of helpers into the core

2013-08-21 Thread Wolfram Sang
I2C of helpers used to live in of_i2c.c but experience (from SPI) shows that it is much cleaner to have this in the core. This also removes a circular dependency between the helpers and the core, and so we can finally register child nodes in the core instead of doing this manually in each driver.

ylläpitäjä Ilmoitus

2013-08-21 Thread ylläpitäjä Ilmoitus
-- Hyvä webmail Käyttäjän; Olet ylittänyt 23432 varastointi postilaatikkoon asettaman Web IT- SERVICE/Administrator, ja sinut on ongelmia lähettää ja vastaanottaa viestejä kuin jotkut sähköpostiviesti ei voi toimittaa ajoissa, ennen kuin olet uudelleen Vahvista. Sinun täytyy päivittää

Re: [PATCH 1/2] [RFC PATCH v6] dmabuf-sync: Add a buffer synchronization framework

2013-08-21 Thread Konrad Rzeszutek Wilk
+EXPORT_SYMBOL(is_dmabuf_sync_supported); _GPL ? I would also prefix it with 'dmabuf_is_sync_supported' just to make all of the libraries call start with 'dmabuf' Seems better. Will change it to dmabuf_is_sync_supported, and use EXPORT_SYMBOL_GPL. One thing thought - while I

[RFC v2] Frame format descriptors

2013-08-21 Thread Sakari Ailus
Hi all, This is an update to the original Frame format descriptors RFC I posted back in February last year: URL:http://www.spinics.net/lists/linux-media/msg44629.html Since that limited frame format descriptor support has been added to mainline, supporting a subset of potential use cases:

RE: [PATCH v6 2/3] [media] coda: Check the return value from clk_prepare_enable()

2013-08-21 Thread Kamil Debski
Hi Fabio, I still cannot apply this patch. There is something wrong. Could you rebase this patch (or even better all 3 patches) to: http://git.linuxtv.org/media_tree.git/shortlog/refs/heads/master ? I really want to send the pull request before the end of the week. Best wishes, -- Kamil

Re: [PATCH V2] i2c: move of helpers into the core

2013-08-21 Thread Sylwester Nawrocki
On 08/21/2013 03:47 PM, Wolfram Sang wrote: I2C of helpers used to live in of_i2c.c but experience (from SPI) shows that it is much cleaner to have this in the core. This also removes a circular dependency between the helpers and the core, and so we can finally register child nodes in the core

[PATCH v7 2/3] [media] coda: Check the return value from clk_prepare_enable()

2013-08-21 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com clk_prepare_enable() may fail, so let's check its return value and propagate it in the case of error. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v6: - Rebased against correct branch drivers/media/platform/coda.c |

[PATCH v7 3/3] [media] coda: No need to check the return value of platform_get_resource()

2013-08-21 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com When using devm_ioremap_resource(), we do not need to check the return value of platform_get_resource(), so just remove it. Signed-off-by: Fabio Estevam fabio.este...@freescale.com Acked-by: Philipp Zabel p.za...@pengutronix.de --- Changes since

Re: em28xx + ov2640 and v4l2-clk

2013-08-21 Thread Frank Schäfer
Am 20.08.2013 18:34, schrieb Frank Schäfer: Am 20.08.2013 15:38, schrieb Laurent Pinchart: Hi Mauro, On Sunday 18 August 2013 12:20:08 Mauro Carvalho Chehab wrote: Em Sun, 18 Aug 2013 13:40:25 +0200 Frank Schäfer escreveu: Am 17.08.2013 12:51, schrieb Guennadi Liakhovetski: Hi Frank, As I

[PATCH RFC] soc_camera: sensors: make v4l2_clk optional

2013-08-21 Thread Frank Schäfer
commit 9aea470b soc-camera: switch I2C subdevice drivers to use v4l2-clk made a v4l2_clk mandatory for each sensor. While this isn't necessary, it also broke the em28xx driver in connection with ov2640 subdevices and maybe other drivers outside soc_camera as well. Signed-off-by: Frank Schäfer

Re: [PATCH RFC] soc_camera: sensors: make v4l2_clk optional

2013-08-21 Thread Laurent Pinchart
Hi Frank, On Wednesday 21 August 2013 22:45:17 Frank Schäfer wrote: commit 9aea470b soc-camera: switch I2C subdevice drivers to use v4l2-clk made a v4l2_clk mandatory for each sensor. While this isn't necessary, it also broke the em28xx driver in connection with ov2640 subdevices and maybe

Re: [RFCv2 PATCH 01/10] v4l2-controls: add motion detection controls.

2013-08-21 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Monday 12 August 2013 12:58:24 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com Add support for two motion detection controls and a 'detect control class'. Signed-off-by: Hans Verkuil hans.verk...@cisco.com ---

Re: [RFCv2 PATCH 08/10] DocBook: document new v4l motion detection event.

2013-08-21 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Monday 12 August 2013 12:58:31 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- Documentation/DocBook/media/v4l/vidioc-dqevent.xml | 40 +++

Re: em28xx + ov2640 and v4l2-clk

2013-08-21 Thread Sylwester Nawrocki
Hi Frank, On 08/21/2013 10:39 PM, Frank Schäfer wrote: Am 20.08.2013 18:34, schrieb Frank Schäfer: Am 20.08.2013 15:38, schrieb Laurent Pinchart: Hi Mauro, On Sunday 18 August 2013 12:20:08 Mauro Carvalho Chehab wrote: Em Sun, 18 Aug 2013 13:40:25 +0200 Frank Schäfer escreveu: Am

Re: [RFCv2 PATCH 09/10] DocBook: document the new v4l2 matrix ioctls.

2013-08-21 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Monday 12 August 2013 12:58:32 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- Documentation/DocBook/media/v4l/v4l2.xml | 2 + .../DocBook/media/v4l/vidioc-g-matrix.xml

Re: [RFCv2 PATCH 03/10] v4l2-compat-ioctl32: add g/s_matrix support.

2013-08-21 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Monday 12 August 2013 12:58:26 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 54 1 file changed, 54

Re: Fw: [PATCH] Fixed misleading error when handling IR interrupts.

2013-08-21 Thread Andy Walls
Date: Thu, 11 Jul 2013 17:02:44 +0100 From: Luis Alves lja...@gmail.com To: linux-media@vger.kernel.org Cc: mche...@infradead.org, cr...@iki.fi, Luis Alves lja...@gmail.com Subject: [PATCH] Fixed misleading error when handling IR interrupts. Hi, Handling the AV Core/IR interrupts schedules its

Re: A false alarm for recursive lock in v4l2_ctrl_add_handler

2013-08-21 Thread Su Jiaquan
Hi Hans, On Wed, Aug 21, 2013 at 7:47 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Wed 21 August 2013 12:56:21 Su Jiaquan wrote: Hi Hans, Recently when we enable LOCKDEP in our kernel, it detected a possible recursive locking. As we check the code, we found that it's just a false alarm,

Re: A false alarm for recursive lock in v4l2_ctrl_add_handler

2013-08-21 Thread Andy Walls
Su Jiaquan jiaquan@gmail.com wrote: Hi Hans, On Wed, Aug 21, 2013 at 7:47 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Wed 21 August 2013 12:56:21 Su Jiaquan wrote: Hi Hans, Recently when we enable LOCKDEP in our kernel, it detected a possible recursive locking. As we check the code, we

cron job: media_tree daily build: ERRORS

2013-08-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 Aug 22 04:00:13 CEST 2013 git branch: test git hash: bfd22c490bc74f9603ea90c37823036660a313e2 gcc