Re: [PATCH 16/21] [staging] tm6000: Select interface on first open.

2011-09-01 Thread Thierry Reding
* Mauro Carvalho Chehab wrote: Em 01-09-2011 02:19, Thierry Reding escreveu: * Mauro Carvalho Chehab wrote: Em 04-08-2011 04:14, Thierry Reding escreveu: Instead of selecting the default interface setting when preparing isochronous transfers, select it on the first call to open() to make

[PATCH 1/2] [media] tm6000: Add fast USB access quirk

2011-09-01 Thread Thierry Reding
Some devices support fast access to registers using the USB interface while others require a certain delay after each operation. This commit adds a quirk that can be enabled by devices that don't need the delay. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de ---

[PATCH 2/2] [media] tm6000: Enable fast USB quirk on Cinergy Hybrid

2011-09-01 Thread Thierry Reding
The Cinergy Hybrid cards are known not to need an artificial delay after USB accesses so the quirk can safely be enabled. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de --- drivers/staging/tm6000/tm6000-cards.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-)

Re: [PATCH 1/2] [media] tm6000: Add fast USB access quirk

2011-09-01 Thread Thierry Reding
* Thierry Reding wrote: Some devices support fast access to registers using the USB interface while others require a certain delay after each operation. This commit adds a quirk that can be enabled by devices that don't need the delay. Signed-off-by: Thierry Reding

Re: [PATCH] media: none of the drivers should be enabled by default

2011-09-01 Thread Guennadi Liakhovetski
Hi Mauro On Wed, 31 Aug 2011, Mauro Carvalho Chehab wrote: [snip] I can't comment on the remote controller drivers as I haven't been involved with that. Mauro? If RC is disabled, most PC cards don't work (bttv, cx88, ivtv, dvb-usb, ...). Ok, this is due to a lack of proper module

[PATCH v2 2/2] [media] tm6000: Enable fast USB quirk on Cinergy Hybrid

2011-09-01 Thread Thierry Reding
The Cinergy Hybrid cards are known not to need an artificial delay after USB accesses so the quirk can safely be enabled. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de --- drivers/staging/tm6000/tm6000-cards.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-)

[PATCH v2 1/2] [media] tm6000: Add fast USB access quirk

2011-09-01 Thread Thierry Reding
Some devices support fast access to registers using the USB interface while others require a certain delay after each operation. This commit adds a quirk that can be enabled by devices that don't need the delay. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de ---

Re: [PATCH 2/9 v6] V4L: add two new ioctl()s for multi-size videobuffer management

2011-09-01 Thread Guennadi Liakhovetski
Hi Sakari On Thu, 1 Sep 2011, Sakari Ailus wrote: Hi Guennadi, Thanks for the patch!! On Wed, Aug 31, 2011 at 08:02:41PM +0200, Guennadi Liakhovetski wrote: A possibility to preallocate and initialise buffers of different sizes in V4L2 is required for an efficient implementation of a

Re: [PATCH 3/9 v6] V4L: document the new VIDIOC_CREATE_BUFS and VIDIOC_PREPARE_BUF ioctl()s

2011-09-01 Thread Guennadi Liakhovetski
On Thu, 1 Sep 2011, Sakari Ailus wrote: Hi Guennadi, On Wed, Aug 31, 2011 at 08:02:42PM +0200, Guennadi Liakhovetski wrote: Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de Cc: Hans Verkuil hverk...@xs4all.nl Cc: Laurent Pinchart laurent.pinch...@ideasonboard.com Cc: Marek

Re: [PATCH] media: Add camera controls for the ov5642 driver

2011-09-01 Thread Guennadi Liakhovetski
On Thu, 1 Sep 2011, Sakari Ailus wrote: On Wed, Aug 31, 2011 at 03:27:49PM +, Bastian Hecht wrote: 2011/8/28 Laurent Pinchart laurent.pinch...@ideasonboard.com: [clip] If I'm not mistaken V4L2_CID_PRIVATE_BASE is deprecated. I checked at http://v4l2spec.bytesex.org/spec/x542.htm,

Re: Getting started with OMAP3 ISP

2011-09-01 Thread Laurent Pinchart
Hi Gary, On Thursday 01 September 2011 00:34:20 Gary Thomas wrote: On 2011-08-31 10:33, Laurent Pinchart wrote: On Wednesday 31 August 2011 18:25:28 Enrico wrote: On Wed, Aug 31, 2011 at 5:15 PM, Laurent Pinchart wrote: I've just sent three preliminary patches to the list to add YUYV

[GIT PULL] Videobuf2 FIMC fixes

2011-09-01 Thread Marek Szyprowski
Hello Mauro, I've collected all the separate patches for VideoBuf2 and FIMC to a single branch. Please pull them to your media tree. The following changes since commit 69d232ae8e95a229e7544989d6014e875deeb121: [media] omap3isp: ccdc: Use generic frame sync event instead of private HS_VS

Re: [PATCH 2/9 v6] V4L: add two new ioctl()s for multi-size videobuffer management

2011-09-01 Thread Laurent Pinchart
Hi Guennadi, On Thursday 01 September 2011 09:03:52 Guennadi Liakhovetski wrote: On Thu, 1 Sep 2011, Sakari Ailus wrote: On Wed, Aug 31, 2011 at 08:02:41PM +0200, Guennadi Liakhovetski wrote: [snip] + /* * I O C T L C O D E S F O R V I D E O D E V I C E S

Re: [PATCH 2/9 v6] V4L: add two new ioctl()s for multi-size videobuffer management

2011-09-01 Thread Sakari Ailus
On Thu, Sep 01, 2011 at 09:03:52AM +0200, Guennadi Liakhovetski wrote: Hi Sakari Hi Guennadi, On Thu, 1 Sep 2011, Sakari Ailus wrote: [clip] diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index fca24cc..988e1be 100644 --- a/include/linux/videodev2.h +++

Re: [PATCH] media: Add camera controls for the ov5642 driver

2011-09-01 Thread Sakari Ailus
On Thu, Sep 01, 2011 at 09:15:20AM +0200, Guennadi Liakhovetski wrote: On Thu, 1 Sep 2011, Sakari Ailus wrote: On Wed, Aug 31, 2011 at 03:27:49PM +, Bastian Hecht wrote: 2011/8/28 Laurent Pinchart laurent.pinch...@ideasonboard.com: [clip] If I'm not mistaken V4L2_CID_PRIVATE_BASE

Re: [PATCH 2/9 v6] V4L: add two new ioctl()s for multi-size videobuffer management

2011-09-01 Thread Guennadi Liakhovetski
On Thu, 1 Sep 2011, Laurent Pinchart wrote: Hi Guennadi, On Thursday 01 September 2011 09:03:52 Guennadi Liakhovetski wrote: On Thu, 1 Sep 2011, Sakari Ailus wrote: On Wed, Aug 31, 2011 at 08:02:41PM +0200, Guennadi Liakhovetski wrote: [snip] + /* * I O

Re: [PATCH] mt9t001: Aptina (Micron) MT9T001 3MP sensor driver

2011-09-01 Thread Laurent Pinchart
Hi Sakari, Thanks for the review. On Wednesday 31 August 2011 20:23:33 Sakari Ailus wrote: On Wed, Aug 31, 2011 at 02:24:12PM +0200, Laurent Pinchart wrote: The MT9T001 is a parallel 3MP sensor from Aptina (formerly Micron) controlled through I2C. The driver creates a V4L2 subdevice.

Re: BUG: unable to handle kernel paging request at 6b6b6bcb (v4l2_device_disconnect+0x11/0x30)

2011-09-01 Thread Dave Young
On Tue, Aug 30, 2011 at 4:48 AM, Sitsofe Wheeler sits...@yahoo.com wrote: Hi, I managed to produce an oops in 3.1.0-rc3-00270-g7a54f5e by unplugging a USB webcam. See below: Could you try the attached patch? eeepc kernel: [ 1263.874756] cheese[3402]: segfault at 58 ip 080630b6 sp

Re: [PATCH] media: Add camera controls for the ov5642 driver

2011-09-01 Thread Sylwester Nawrocki
Hi Sakari, On 09/01/2011 10:47 AM, Sakari Ailus wrote: On Thu, Sep 01, 2011 at 09:15:20AM +0200, Guennadi Liakhovetski wrote: On Thu, 1 Sep 2011, Sakari Ailus wrote: On Wed, Aug 31, 2011 at 03:27:49PM +, Bastian Hecht wrote: 2011/8/28 Laurent Pinchart laurent.pinch...@ideasonboard.com:

Re: [PATCH 2/9 v6] V4L: add two new ioctl()s for multi-size videobuffer management

2011-09-01 Thread Guennadi Liakhovetski
On Thu, 1 Sep 2011, Sakari Ailus wrote: On Thu, Sep 01, 2011 at 09:03:52AM +0200, Guennadi Liakhovetski wrote: Hi Sakari Hi Guennadi, On Thu, 1 Sep 2011, Sakari Ailus wrote: [clip] diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index fca24cc..988e1be 100644

Re: Getting started with OMAP3 ISP

2011-09-01 Thread Enrico
On Wed, Aug 31, 2011 at 6:33 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: On http://git.linuxtv.org/pinchartl/media.git/shortlog/refs/heads/omap3isp- omap3isp-next (sorry for not mentioning it), but the patch set was missing a patch. I've sent a v2. Thanks Laurent, i can

Re: Getting started with OMAP3 ISP

2011-09-01 Thread Laurent Pinchart
Hi Enrico, On Thursday 01 September 2011 11:51:58 Enrico wrote: On Wed, Aug 31, 2011 at 6:33 PM, Laurent Pinchart wrote: On http://git.linuxtv.org/pinchartl/media.git/shortlog/refs/heads/omap3isp- omap3isp-next (sorry for not mentioning it), but the patch set was missing a patch. I've

Re: [PATCH 2/9 v6] V4L: add two new ioctl()s for multi-size videobuffer management

2011-09-01 Thread Sakari Ailus
Guennadi Liakhovetski wrote: On Thu, 1 Sep 2011, Sakari Ailus wrote: On Thu, Sep 01, 2011 at 09:03:52AM +0200, Guennadi Liakhovetski wrote: Hi Sakari Hi Guennadi, On Thu, 1 Sep 2011, Sakari Ailus wrote: [clip] diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index

Re: Getting started with OMAP3 ISP

2011-09-01 Thread Enrico
On Thu, Sep 1, 2011 at 11:55 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Enrico, On Thursday 01 September 2011 11:51:58 Enrico wrote: On Wed, Aug 31, 2011 at 6:33 PM, Laurent Pinchart wrote: On http://git.linuxtv.org/pinchartl/media.git/shortlog/refs/heads/omap3isp-

Re: [PATCH] mt9t001: Aptina (Micron) MT9T001 3MP sensor driver

2011-09-01 Thread Sakari Ailus
On Thu, Sep 01, 2011 at 11:05:05AM +0200, Laurent Pinchart wrote: Hi Sakari, Thanks for the review. On Wednesday 31 August 2011 20:23:33 Sakari Ailus wrote: On Wed, Aug 31, 2011 at 02:24:12PM +0200, Laurent Pinchart wrote: The MT9T001 is a parallel 3MP sensor from Aptina (formerly

Updated DVB-S file Thor-1.0W

2011-09-01 Thread Harald Overas
Hi I have attached a patch for Thor-1.0W. Most of the mux updates are for the new Thor 6 satellite. http://www.telenorsbc.com/templates/Page.aspx?id=783 I have also taking the liberty to update one of the existing muxes. http://www.telenorsbc.com/templates/Page.aspx?id=674 I have tested the

Re: [PATCH 2/9 v6] V4L: add two new ioctl()s for multi-size videobuffer management

2011-09-01 Thread Guennadi Liakhovetski
On Thu, 1 Sep 2011, Sakari Ailus wrote: Guennadi Liakhovetski wrote: On Thu, 1 Sep 2011, Sakari Ailus wrote: On Thu, Sep 01, 2011 at 09:03:52AM +0200, Guennadi Liakhovetski wrote: Hi Sakari Hi Guennadi, On Thu, 1 Sep 2011, Sakari Ailus wrote: [clip] diff --git

Re: [PATCH 2/9 v6] V4L: add two new ioctl()s for multi-size videobuffer management

2011-09-01 Thread Sakari Ailus
On Thu, Sep 01, 2011 at 12:51:58PM +0200, Guennadi Liakhovetski wrote: On Thu, 1 Sep 2011, Sakari Ailus wrote: Guennadi Liakhovetski wrote: On Thu, 1 Sep 2011, Sakari Ailus wrote: On Thu, Sep 01, 2011 at 09:03:52AM +0200, Guennadi Liakhovetski wrote: Hi Sakari Hi Guennadi,

[PATCH 1/1] v4l: Add note on buffer locking to memory and DMA mapping to PREPARE_BUF

2011-09-01 Thread Sakari Ailus
Add note to documentation of VIDIOC_PREPARE_BUF that the preparation done by the IOCTL may include locking buffers to system memory and creating DMA mappings for them. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi --- .../DocBook/media/v4l/vidioc-prepare-buf.xml |8 +--- 1 files

Re: [PATCH] media: Add camera controls for the ov5642 driver

2011-09-01 Thread Sakari Ailus
On Thu, Sep 01, 2011 at 11:14:08AM +0200, Sylwester Nawrocki wrote: Hi Sakari, On 09/01/2011 10:47 AM, Sakari Ailus wrote: On Thu, Sep 01, 2011 at 09:15:20AM +0200, Guennadi Liakhovetski wrote: On Thu, 1 Sep 2011, Sakari Ailus wrote: On Wed, Aug 31, 2011 at 03:27:49PM +, Bastian

Re: [PATCH 02/21] [media] tuner/xc2028: Fix frequency offset for radio mode.

2011-09-01 Thread Andrew Goff
Hi Thierry, I have been having problems with the radio tuner in my leadtek 1800h card. This card has the xc2028 tuner. Using fmtools i would get an error message similar to - frequency out of range 0.0 - 0.0. After seeing you patches at the beginning of last month I installed the recent

Re: Getting started with OMAP3 ISP

2011-09-01 Thread Gary Thomas
On 2011-09-01 03:51, Enrico wrote: On Wed, Aug 31, 2011 at 6:33 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: On http://git.linuxtv.org/pinchartl/media.git/shortlog/refs/heads/omap3isp- omap3isp-next (sorry for not mentioning it), but the patch set was missing a patch. I've

Re: Getting started with OMAP3 ISP

2011-09-01 Thread Laurent Pinchart
Hi Gary, On Thursday 01 September 2011 14:50:59 Gary Thomas wrote: On 2011-09-01 03:51, Enrico wrote: On Wed, Aug 31, 2011 at 6:33 PM, Laurent Pinchart wrote: On http://git.linuxtv.org/pinchartl/media.git/shortlog/refs/heads/omap3isp - omap3isp-next (sorry for not mentioning it), but the

Re: [PATCH 2/9 v6] V4L: add two new ioctl()s for multi-size videobuffer management

2011-09-01 Thread Laurent Pinchart
Hi Sakari, On Thursday 01 September 2011 13:06:12 Sakari Ailus wrote: On Thu, Sep 01, 2011 at 12:51:58PM +0200, Guennadi Liakhovetski wrote: On Thu, 1 Sep 2011, Sakari Ailus wrote: Guennadi Liakhovetski wrote: On Thu, 1 Sep 2011, Sakari Ailus wrote: On Thu, Sep 01, 2011 at

Re: [PATCH 2/9 v6] V4L: add two new ioctl()s for multi-size videobuffer management

2011-09-01 Thread Guennadi Liakhovetski
On Thu, 1 Sep 2011, Laurent Pinchart wrote: Hi Sakari, On Thursday 01 September 2011 13:06:12 Sakari Ailus wrote: [snip] That's my understanding, but of course someone could just say no when we try to do that. I think that if something is marked experimental at least the argument that

Re: [PATCH] mt9t001: Aptina (Micron) MT9T001 3MP sensor driver

2011-09-01 Thread Laurent Pinchart
Hi Sakari, On Thursday 01 September 2011 12:33:11 Sakari Ailus wrote: On Thu, Sep 01, 2011 at 11:05:05AM +0200, Laurent Pinchart wrote: On Wednesday 31 August 2011 20:23:33 Sakari Ailus wrote: On Wed, Aug 31, 2011 at 02:24:12PM +0200, Laurent Pinchart wrote: The MT9T001 is a parallel

Re: [PATCH] media: none of the drivers should be enabled by default

2011-09-01 Thread Mauro Carvalho Chehab
Em 01-09-2011 03:39, Guennadi Liakhovetski escreveu: Hi Mauro On Wed, 31 Aug 2011, Mauro Carvalho Chehab wrote: [snip] I can't comment on the remote controller drivers as I haven't been involved with that. Mauro? If RC is disabled, most PC cards don't work (bttv, cx88, ivtv,

Re: Getting started with OMAP3 ISP

2011-09-01 Thread Enrico
On Thu, Sep 1, 2011 at 12:24 PM, Enrico ebut...@users.berlios.de wrote: On Thu, Sep 1, 2011 at 11:55 AM, Laurent Pinchart Does your tvp5150 generate progressive or interlaced images ? In the driver it is setup to decode by default in bt656 mode, so interlaced. I've read on the omap trm that

Re: [PATCH 5/7 v5] V4L: vb2: add support for buffers of different sizes on a single queue

2011-09-01 Thread Guennadi Liakhovetski
Hi Pawel On Mon, 29 Aug 2011, Guennadi Liakhovetski wrote: On Sun, 28 Aug 2011, Pawel Osciak wrote: [snip] Could you share the userspace code that you used for testing this? I just wanted to get a feel of how those new ioctls fall into place together. Theoretically - yes, just will

Re: Getting started with OMAP3 ISP

2011-09-01 Thread Laurent Pinchart
Hi Enrico, On Thursday 01 September 2011 16:12:42 Enrico wrote: On Thu, Sep 1, 2011 at 12:24 PM, Enrico ebut...@users.berlios.de wrote: On Thu, Sep 1, 2011 at 11:55 AM, Laurent Pinchart Does your tvp5150 generate progressive or interlaced images ? In the driver it is setup to decode

Re: [PATCH] mt9t001: Aptina (Micron) MT9T001 3MP sensor driver

2011-09-01 Thread Sakari Ailus
On Thu, Sep 01, 2011 at 03:48:22PM +0200, Laurent Pinchart wrote: Hi Sakari, On Thursday 01 September 2011 12:33:11 Sakari Ailus wrote: On Thu, Sep 01, 2011 at 11:05:05AM +0200, Laurent Pinchart wrote: On Wednesday 31 August 2011 20:23:33 Sakari Ailus wrote: On Wed, Aug 31, 2011 at

Re: [PATCH 02/21] [media] tuner/xc2028: Fix frequency offset for radio mode.

2011-09-01 Thread Mauro Carvalho Chehab
Em 01-09-2011 09:45, Andrew Goff escreveu: Hi Thierry, I have been having problems with the radio tuner in my leadtek 1800h card. This card has the xc2028 tuner. Using fmtools i would get an error message similar to - frequency out of range 0.0 - 0.0. This is due to a bug at the tuner

Re: migrate soc-camera to the new V4L2 control framework

2011-09-01 Thread Hans Verkuil
On Thursday, September 01, 2011 09:47:19 LBM wrote: Hello Hans Verkuil Thank you very much for your work for us about migrate soc-camera to the new V4L2 control framework! I can't find the full code about the migrate soc-camera to the new V4L2 control framework.I just

Using atmel-isi for direct output on framebuffer ?

2011-09-01 Thread Thomas Petazzoni
Hello Josh, I am currently looking at V4L2 and your atmel-isi driver for an AT91 based platform on which I would like the ISI interface to capture the image from a camera and have this image directly output in RGB format at a specific location on the screen (so that it can be nicely integrated

Re: Getting started with OMAP3 ISP

2011-09-01 Thread Gary Thomas
On 2011-09-01 07:26, Laurent Pinchart wrote: Hi Gary, On Thursday 01 September 2011 14:50:59 Gary Thomas wrote: On 2011-09-01 03:51, Enrico wrote: On Wed, Aug 31, 2011 at 6:33 PM, Laurent Pinchart wrote: On http://git.linuxtv.org/pinchartl/media.git/shortlog/refs/heads/omap3isp -

[PATCH 0/19 v4] s5p-fimc driver conversion to media controller and control framework

2011-09-01 Thread Sylwester Nawrocki
Hello, following is a fourth version of the patchset converting s5p-fimc driver to the media controller API and the new control framework. Mauro, could you please have a look at the patches and let me know of any doubts? I tried to provide possibly detailed description of what each patch does

[PATCH 09/19 v4] s5p-fimc: Add media operations in the capture entity driver

2011-09-01 Thread Sylwester Nawrocki
Add the link_setup handler for the camera capture video node. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/video/s5p-fimc/fimc-capture.c | 32 +++

[PATCH 10/19 v4] s5p-fimc: Add PM helper function for streaming control

2011-09-01 Thread Sylwester Nawrocki
Move the camera capture H/W initialization sequence to a separate function. This is needed for reuse in the following runtime PM code. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/video/s5p-fimc/fimc-capture.c |

[PATCH 05/19 v4] s5p-fimc: Remove v4l2_device from video capture and m2m driver

2011-09-01 Thread Sylwester Nawrocki
Currently there is a v4l2_device instance being registered per each (capture and memory-to-memory) video node created per FIMC H/W instance. This patch is a prerequisite for using the top level v4l2_device instantiated by the media device driver. To retain current debug trace semantic (so it's

[PATCH 12/19 v4] s5p-fimc: Convert to use media pipeline operations

2011-09-01 Thread Sylwester Nawrocki
In the camera capture driver use fimc_pipeline_* calls provided by the media device driver part, in place where v4l2_subdev_call() were used. This way the capture driver don't need to differentiate between various H/W pipeline setups, i.e. if the MIPI-CSI receiver subdev is used or not. Remove

[PATCH 19/19 v4] s5p-fimc: Remove single-planar capability flags

2011-09-01 Thread Sylwester Nawrocki
The driver supports only multi-planar API and conversion to single-planar API should be done in libv4l2. Remove misleading single planar capability flags to avoid problems in applications and libv4l2. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park

[PATCH 08/19 v4] s5p-fimc: Convert to the new control framework

2011-09-01 Thread Sylwester Nawrocki
Convert the v4l controls code to use the new control framework. fimc_ctrls_activate/deactivate functions are introduced for the transparent DMA transfer mode (JPEG), where the rotation and flipping controls are not supported. The capture video node does not inherit sensors' controls when the

[PATCH 16/19 v4] s5p-fimc: Use consistent names for the buffer list functions

2011-09-01 Thread Sylwester Nawrocki
Also correct and improve *_queue_add/pop functions description. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/video/s5p-fimc/fimc-capture.c |6 ++-- drivers/media/video/s5p-fimc/fimc-core.c|6 ++--

[PATCH 18/19 v4] s5p-fimc: Correct crop offset alignment on exynos4

2011-09-01 Thread Sylwester Nawrocki
Horizontal crop offset must be multiple of 2 otherwise color distortion occurs. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/video/s5p-fimc/fimc-core.c |4 ++-- 1 files changed, 2 insertions(+), 2

[PATCH 15/19 v4] s5p-fimc: Add v4l2_device notification support for single frame capture

2011-09-01 Thread Sylwester Nawrocki
Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/video/s5p-fimc/fimc-capture.c | 47 +++ drivers/media/video/s5p-fimc/fimc-core.h|2 + drivers/media/video/s5p-fimc/fimc-mdevice.c |

[PATCH 17/19 v4] s5p-fimc: Add runtime PM support in the camera capture driver

2011-09-01 Thread Sylwester Nawrocki
Add support for whole pipeline suspend/resume. Sensors must support suspend/resume through s_power subdev operation. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/video/s5p-fimc/fimc-capture.c | 83

[PATCH 14/19 v4] s5p-fimc: Add support for JPEG capture

2011-09-01 Thread Sylwester Nawrocki
Add support for transparent DMA transfer of JPEG data with MIPI-CSI2 USER1 format. In JPEG mode the color effect, scaling and cropping is not supported as well as image rotation and flipping thus these controls are marked as inactive if V4L2_PIX_FMT_JPEG pixel format was selected. Signed-off-by:

[PATCH 11/19 v4] s5p-fimc: Correct color format enumeration

2011-09-01 Thread Sylwester Nawrocki
Replace fimc_find_format() and find_mbus_format() with single function that can return a pointer to the private format description based on fourcc, media bus code or index in the table. Create separate VIDIOC_ENUM_FMT ioctl handlers for video capture and mem-to-mem video node. This is needed

[PATCH 06/19 v4] s5p-fimc: Add the media device driver

2011-09-01 Thread Sylwester Nawrocki
Add a top level media device driver aggregating FIMC video devnodes, MIPI-CSIS and sensor subdevs. This driver gathers all media entities and creates the possible links between them during initialization. By default some links will be activated to enable access to all available sensors in the

[PATCH 07/19 v4] s5p-fimc: Conversion to use struct v4l2_fh

2011-09-01 Thread Sylwester Nawrocki
This is a prerequisite for the patch converting the driver to use the control framework. As the capture driver does not use per file handle contexts, two separate ioctl handlers are created for it (vidioc_try_fmt_mplane, and vidioc_g_fmt_mplane) so there is no handlers shared between the

[PATCH 03/19 v4] s5p-fimc: Limit number of available inputs to one

2011-09-01 Thread Sylwester Nawrocki
The current driver allowed camera sensors to be used only with single FIMC H/W instance, FIMC0..FIMC2/3, designated at compile time. Remaining FIMC entities could be used for video processing only, as mem-to-mem devices. Required camera could be selected with S_INPUT ioctl at one devnode only.

[PATCH 04/19 v4] s5p-fimc: Remove sensor management code from FIMC capture driver

2011-09-01 Thread Sylwester Nawrocki
The sensor subdevs need to be shared between all available FIMC instances. Remove their registration from FIMC capture driver so they can then be registered to the media device driver. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com

[PATCH 02/19 v4] s5p-fimc: Remove sclk_cam clock handling

2011-09-01 Thread Sylwester Nawrocki
There are 2 separate clock outputs available in the SoC for external sensors. These two clocks can be shared among all FIMC entities and there is currently no any arbitration of the clocks in the driver. So make the capture driver not touching these clocks and let them be be properly handled at

[PATCH 01/19 v4] s5p-fimc: Remove registration of video nodes from probe()

2011-09-01 Thread Sylwester Nawrocki
Do not register video nodes during FIMC device probe. Also make fimc_register_m2m_device() public for use by the media device driver. The video nodes are to be registered during the media device driver initialization, altogether with the subdev devnodes. The video capture nodes need to be

Updated DVB-T scandata for es-Donostia

2011-09-01 Thread Tuukka Laurikainen
Hi, This is the updated scan data for es-Donostia: T 49000 8MHz 2/3 NONE QAM64 8k 1/4 NONE T 55400 8MHz 2/3 NONE QAM64 8k 1/4 NONE T 56200 8MHz 2/3 NONE QAM64 8k 1/4 NONE T 62600 8MHz 2/3 NONE QAM64 8k 1/4 NONE T 63400 8MHz 2/3 NONE QAM64 8k 1/4 NONE T 65800 8MHz 2/3 NONE

Re: Getting started with OMAP3 ISP

2011-09-01 Thread Enrico
On Thu, Sep 1, 2011 at 5:16 PM, Gary Thomas g...@mlbassoc.com wrote: - entity 16: tvp5150m1 2-005c (1 pad, 1 link)             type V4L2 subdev subtype Unknown             device node name /dev/v4l-subdev8        pad0: Output [unknown 720x480 (1,1)/720x480]                - 'OMAP3 ISP

Re: Getting started with OMAP3 ISP

2011-09-01 Thread Enrico
On Thu, Sep 1, 2011 at 6:14 PM, Enrico ebut...@users.berlios.de wrote: On Thu, Sep 1, 2011 at 5:16 PM, Gary Thomas g...@mlbassoc.com wrote: - entity 16: tvp5150m1 2-005c (1 pad, 1 link)             type V4L2 subdev subtype Unknown             device node name /dev/v4l-subdev8        pad0:

Re: Getting started with OMAP3 ISP

2011-09-01 Thread Laurent Pinchart
Hi Enrico, On Thursday 01 September 2011 19:24:54 Enrico wrote: On Thu, Sep 1, 2011 at 6:14 PM, Enrico ebut...@users.berlios.de wrote: On Thu, Sep 1, 2011 at 5:16 PM, Gary Thomas g...@mlbassoc.com wrote: - entity 16: tvp5150m1 2-005c (1 pad, 1 link) type V4L2 subdev subtype

Re: Getting started with OMAP3 ISP

2011-09-01 Thread Gary Thomas
On 2011-09-01 12:14, Laurent Pinchart wrote: Hi Enrico, On Thursday 01 September 2011 19:24:54 Enrico wrote: On Thu, Sep 1, 2011 at 6:14 PM, Enricoebut...@users.berlios.de wrote: On Thu, Sep 1, 2011 at 5:16 PM, Gary Thomasg...@mlbassoc.com wrote: - entity 16: tvp5150m1 2-005c (1 pad, 1

Re: Using atmel-isi for direct output on framebuffer ?

2011-09-01 Thread Guennadi Liakhovetski
Hi Thomas On Thu, 1 Sep 2011, Thomas Petazzoni wrote: Hello Josh, I am currently looking at V4L2 and your atmel-isi driver for an AT91 based platform on which I would like the ISI interface to capture the image from a camera and have this image directly output in RGB format at a specific

Re: BUG: unable to handle kernel paging request at 6b6b6bcb (v4l2_device_disconnect+0x11/0x30)

2011-09-01 Thread Sitsofe Wheeler
On Thu, Sep 01, 2011 at 05:02:51PM +0800, Dave Young wrote: On Tue, Aug 30, 2011 at 4:48 AM, Sitsofe Wheeler sits...@yahoo.com wrote: I managed to produce an oops in 3.1.0-rc3-00270-g7a54f5e by unplugging a USB webcam. See below: Could you try the attached patch? This patch fixed the

Re: [PATCH v2 1/8] davinci: vpfe: add dm3xx IPIPEIF hardware support module

2011-09-01 Thread Sylwester Nawrocki
Hi Manjunath, A few comments below... On 08/29/2011 05:07 PM, Manjunath Hadli wrote: add support for dm3xx IPIPEIF hardware setup. This is the lowest software layer for the dm3x vpfe driver which directly accesses hardware. Add support for features like default pixel correction, dark frame

Re: [PATCH v2 4/8] davinci: vpfe: add support for CCDC hardware for dm365

2011-09-01 Thread Sylwester Nawrocki
Hi Manjunath, few more comments below.. On 08/29/2011 05:07 PM, Manjunath Hadli wrote: add support for ccdc on dm365 SoC. ccdc is responsible for capturing video data- both raw bayer through sync seperate signals and through BT656/1120 interfaces. This driver implements the hardware

Re: BUG: unable to handle kernel paging request at 6b6b6bcb (v4l2_device_disconnect+0x11/0x30)

2011-09-01 Thread Dave Young
On Fri, Sep 2, 2011 at 3:10 AM, Sitsofe Wheeler sits...@yahoo.com wrote: On Thu, Sep 01, 2011 at 05:02:51PM +0800, Dave Young wrote: On Tue, Aug 30, 2011 at 4:48 AM, Sitsofe Wheeler sits...@yahoo.com wrote: I managed to produce an oops in 3.1.0-rc3-00270-g7a54f5e by unplugging a USB

Re: BUG: unable to handle kernel paging request at 6b6b6bcb (v4l2_device_disconnect+0x11/0x30)

2011-09-01 Thread Dave Young
On Fri, Sep 2, 2011 at 12:59 PM, Dave Young hidave.darks...@gmail.com wrote: On Fri, Sep 2, 2011 at 3:10 AM, Sitsofe Wheeler sits...@yahoo.com wrote: On Thu, Sep 01, 2011 at 05:02:51PM +0800, Dave Young wrote: On Tue, Aug 30, 2011 at 4:48 AM, Sitsofe Wheeler sits...@yahoo.com wrote: I