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 wrote: > On Fri, Sep 2, 2011 at 3:10 AM, Sitsofe Wheeler 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 wrote: >>> > >>> > I managed to produce an oops in 3.1.0-rc3-00270-g7a54

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 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 wrote: >> > >> > I managed to produce an oops in 3.1.0-rc3-00270-g7a54f5e by unplugging a >> > USB webcam. See below: >> >> Coul

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 funct

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 fram

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 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 oops but ex

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 spec

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, Enrico wrote: On Thu, Sep 1, 2011 at 5:16 PM, Gary Thomas wrote: - entity 16: tvp5150m1 2-005c (1 pad, 1 link) type V4L2 subdev subtype U

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 wrote: > > On Thu, Sep 1, 2011 at 5:16 PM, Gary Thomas wrote: > >> - entity 16: tvp5150m1 2-005c (1 pad, 1 link) > >> type V4L2 subdev subtype Unknown > >> device node

Re: Getting started with OMAP3 ISP

2011-09-01 Thread Enrico
On Thu, Sep 1, 2011 at 6:14 PM, Enrico wrote: > On Thu, Sep 1, 2011 at 5:16 PM, Gary Thomas 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)/720

Re: Getting started with OMAP3 ISP

2011-09-01 Thread Enrico
On Thu, Sep 1, 2011 at 5:16 PM, Gary Thomas 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 CCDC':pad0 [ACTIV

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

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

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

[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 Signed-off-by: Kyungmin Park --- drivers/media/video/s5p-fimc/fimc-capture.c

[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. How

[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 memory-to-

[PATCH 13/19 v4] s5p-fimc: Add subdev for the FIMC processing block

2011-09-01 Thread Sylwester Nawrocki
Add a subdev to expose the host's scaling and composition functions. The camera frame composition onto an output buffer may be configured through set/get_crop at FIMC.{n} source pad. Additionally allow crop, composition and controls to be modified during streaming. Make sure the default format is s

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

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

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

[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 Signed-off-by: Kyungmin Park --- drivers/media/video/s5p-fimc/fimc-capture.c | 83 +++--- drivers/media/video/s5p-fimc/fim

[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 Signed-off-by: Kyungmin Park --- 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 |1 + include/media/s5p_fimc.h

[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 Signed-off-by: Kyungmin Park --- drivers/media/video/s5p-fimc/fimc-capture.c |6 ++-- drivers/media/video/s5p-fimc/fimc-core.c|6 ++-- drivers/media/video/s5p-fimc/fimc-core.h| 38

[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 Signed-off-by: Kyungmin Park --- drivers/media/video/s5p-fim

[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 Signed-off-by: Kyungmin Park --- drivers/media/video/s5p-fimc/fimc-core.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/s5p-fimc/fi

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

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

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

[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 Signed-off-by: Kyungmin Park --- drivers/media/video/s5p-fimc/fimc-capture.c | 74 +++ drivers/media

[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 Signed-off-by: Kyungmin Park --- drivers/media/video/s5p-fimc/fimc-capture.c | 32 +++ drivers/media/video/s5p-fimc/fimc-core.h|2 + 2 files changed, 34 insertions(+

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

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

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 int

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 framewor

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

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

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

Re: Getting started with OMAP3 ISP

2011-09-01 Thread Enrico
On Thu, Sep 1, 2011 at 12:24 PM, Enrico 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 the isp can deinte

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

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 pa

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 arg

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

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 i

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

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 driv

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

[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 --- .../DocBook/media/v4l/vidioc-prepare-buf.xml |8 +--- 1 files changed, 5 insertion

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 >

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]

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 patc

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

Re: Getting started with OMAP3 ISP

2011-09-01 Thread Enrico
On Thu, Sep 1, 2011 at 11:55 AM, Laurent Pinchart 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- >> > omap3isp-next (sorry

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/

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.

Re: Getting started with OMAP3 ISP

2011-09-01 Thread Enrico
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 sent a v2. Thanks Laurent, i can confirm it is a step forward. With y

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.

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 : >>> [clip] > If I'm

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 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 > afc2c840 error 4 i

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 subd

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] > > > > > + > > > > > > > > /*

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 : > > [clip] > > > > If I'm not mistaken V4L2_CID_PRIVATE_BASE is deprecated. > > >

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

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

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 Y

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 : > [clip] > > > If I'm not mistaken V4L2_CID_PRIVATE_BASE is deprecated. > > > > I checked at http://v4l2spec.bytesex.org/spec/x542.htm, googled > > "V4L2_CID_P

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 > > Cc: Hans Verkuil > > Cc: Laurent Pinchart > > Cc: Marek Szyprowski > > Cc: Mauro Carvalho Chehab > > Cc: Pawel Osciak

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 implementati