for-next inclusion request: dma-buf buffer sharing framework

2012-03-08 Thread Sumit Semwal
Hi Stephen, May I request you to please add the dma-buf buffer sharing framework tree to linux-next? It is hosted here git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git branch: for-next -- Thanks and nest regards, Sumit Semwal. -- To unsubscribe from this list: send the line

[PATCH 1/3 v3] [FOR 3.3] v4l: add adv7183 decoder driver

2012-03-08 Thread Scott Jiang
This driver is a v4l2 subdevice driver to support Analog Devices ADV7183 SDTV video decoder. Signed-off-by: Scott Jiang scott.jiang.li...@gmail.com --- drivers/media/video/Kconfig| 10 + drivers/media/video/Makefile |1 + drivers/media/video/adv7183.c | 699

[PATCH 3/3 v3] [FOR 3.3] v4l2: add blackfin capture bridge driver

2012-03-08 Thread Scott Jiang
This is a v4l2 bridge driver for Blackfin video capture device, support ppi and eppi interface. Signed-off-by: Scott Jiang scott.jiang.li...@gmail.com --- drivers/media/video/Kconfig |2 + drivers/media/video/Makefile|2 +

[PATCH 2/3 v3] [FOR 3.3] v4l2: add vs6624 sensor driver

2012-03-08 Thread Scott Jiang
This is a v4l2 sensor-level driver for the ST VS6624 camera. Signed-off-by: Scott Jiang scott.jiang.li...@gmail.com --- drivers/media/video/Kconfig | 10 + drivers/media/video/Makefile |1 + drivers/media/video/vs6624.c | 928 +

Re: [PATCH] [media] dib0700: Fix memory leak during initialization

2012-03-08 Thread Mauro Carvalho Chehab
Hi Jean, Em 12-02-2012 08:19, Jean Delvare escreveu: Reported by kmemleak. Signed-off-by: Jean Delvare kh...@linux-fr.org Cc: Mauro Carvalho Chehab mche...@infradead.org Cc: Devin Heitmueller dheitmuel...@kernellabs.com --- I am not familiar with the usb API, are we also supposed to call

RE: I.MX35 PDK

2012-03-08 Thread Guennadi Liakhovetski
Hi Alex Why is the cc-list mangled again? Why is the V4L list dropped again? What's so difficult about hitting the reply-to-all button? On Thu, 8 Mar 2012, Alex Gershgorin wrote: Hi Fabio, Thanks for you response... in spite of this I get from ov2640 driver error Here Linux Kernel

RE: I.MX35 PDK

2012-03-08 Thread Alex Gershgorin
Yes this I2C problem, all I2C slave device need response to Host CPU by pulls I2C data bus to low, in other words generate ACK, the clock pulse for the acknowledge bit is always created by the bus master. In this case, the camera tries to reset the data bus and generate an ACK, but the

Re: [PATCH v5 34/35] smiapp: Generic SMIA++/SMIA PLL calculator

2012-03-08 Thread Sakari Ailus
Hi Laurent, On Wed, Mar 07, 2012 at 01:26:20PM +0100, Laurent Pinchart wrote: Thanks for the patch. Thanks for the comments! On Tuesday 06 March 2012 18:33:15 Sakari Ailus wrote: From: Sakari Ailus sakari.ai...@maxwell.research.nokia.com Calculate PLL configuration based on input data:

RE: I.MX35 PDK

2012-03-08 Thread Alex Gershgorin
Hi Guennadi, Thanks for you comments... Hi Alex Why is the cc-list mangled again? Why is the V4L list dropped again? What's so difficult about hitting the reply-to-all button? You are absolutely right, I hope that now the cc-list valid. Hi Fabio, Thanks for you response... in spite of

[PATCH - media_build] Add Gentoo to build package hints

2012-03-08 Thread Laurent Pinchart
Update the build script to print package names for Gentoo users. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- build | 27 +++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/build b/build index 61bdfd5..308c218 100755 --- a/build

[PATCH v5.1 34/35] smiapp: Generic SMIA++/SMIA PLL calculator

2012-03-08 Thread Sakari Ailus
From: Sakari Ailus sakari.ai...@maxwell.research.nokia.com Calculate PLL configuration based on input data: sensor configuration, board properties and sensor-specific limits. Signed-off-by: Sakari Ailus sakari.ai...@maxwell.research.nokia.com --- drivers/media/video/Kconfig |3 +

Re: USB ID for Asus U3100MINI Plus DVB-T tuner

2012-03-08 Thread Mauro Carvalho Chehab
Em 20-02-2012 17:24, Oliver Schinagl escreveu: Hi, i'm partial writer of http://www.linuxtv.org/wiki/index.php/Asus_U3100_Mini_plus_DVB-T and host the mentioned git repository. I have noticed that the Asus U3100Mini plus dvb-t tuner still does not have it's USB ID added to usb-ids.h

Re: [PATCH v5.1 34/35] smiapp: Generic SMIA++/SMIA PLL calculator

2012-03-08 Thread Laurent Pinchart
Hi Sakari, Thanks for the patch. On Thursday 08 March 2012 15:57:29 Sakari Ailus wrote: From: Sakari Ailus sakari.ai...@maxwell.research.nokia.com Calculate PLL configuration based on input data: sensor configuration, board properties and sensor-specific limits. Signed-off-by: Sakari

Re: [PATCH v5.1 35/35] smiapp: Add driver

2012-03-08 Thread Laurent Pinchart
Hi Sakari, Thanks for the patch. On Thursday 08 March 2012 15:57:30 Sakari Ailus wrote: Add driver for SMIA++/SMIA image sensors. The driver exposes the sensor as three subdevs, pixel array, binner and scaler --- in case the device has a scaler. Currently it relies on the board code for

Re: [PATCH v5.1 34/35] smiapp: Generic SMIA++/SMIA PLL calculator

2012-03-08 Thread Sakari Ailus
Hi Laurent, On Thu, Mar 08, 2012 at 03:38:45PM +0100, Laurent Pinchart wrote: Hi Sakari, Thanks for the patch. On Thursday 08 March 2012 15:57:29 Sakari Ailus wrote: From: Sakari Ailus sakari.ai...@maxwell.research.nokia.com Calculate PLL configuration based on input data: sensor

[PATCH v5.2 34/35] smiapp: Generic SMIA++/SMIA PLL calculator

2012-03-08 Thread Sakari Ailus
From: Sakari Ailus sakari.ai...@maxwell.research.nokia.com Calculate PLL configuration based on input data: sensor configuration, board properties and sensor-specific limits. Signed-off-by: Sakari Ailus sakari.ai...@maxwell.research.nokia.com --- drivers/media/video/Kconfig |3 +

Re: [PATCH v5.2 34/35] smiapp: Generic SMIA++/SMIA PLL calculator

2012-03-08 Thread Laurent Pinchart
On Thursday 08 March 2012 16:49:14 Sakari Ailus wrote: From: Sakari Ailus sakari.ai...@maxwell.research.nokia.com Calculate PLL configuration based on input data: sensor configuration, board properties and sensor-specific limits. Signed-off-by: Sakari Ailus

Re: [PATCH] Adding YUV input support for OMAP3ISP driver

2012-03-08 Thread Enrico
On Sat, Feb 4, 2012 at 4:26 PM, Enrico ebut...@users.berlios.de wrote: On Sat, Feb 4, 2012 at 12:48 PM, Gary Thomas g...@mlbassoc.com wrote: On 2012-01-30 10:30, Gary Thomas wrote: On 2012-01-20 05:19, Laurent Pinchart wrote: Hi Enrico, On Thursday 19 January 2012 15:17:57 Enrico wrote:

Re: [PATCH v5.1 35/35] smiapp: Add driver

2012-03-08 Thread jean-philippe francois
Le 8 mars 2012 14:57, Sakari Ailus sakari.ai...@iki.fi a écrit : Add driver for SMIA++/SMIA image sensors. The driver exposes the sensor as three subdevs, pixel array, binner and scaler --- in case the device has a scaler. Currently it relies on the board code for external clock handling.

RE: I.MX35 PDK

2012-03-08 Thread Alex Gershgorin
On my mx31pdk I get the same dmaengine errors and the ov2640 does work fine. I think you can go ahead and try to use the camera on the mx35pdk now. You can try: gst-launch -v v4l2src device=/dev/video0 ! video/x-raw-yuv,width=320,height=240,framerate=25/1 ! ffmpegcolorspace ! fbdevsink Thank

Re: I.MX35 PDK

2012-03-08 Thread Fabio Estevam
On 3/8/12, Alex Gershgorin al...@meprolight.com wrote: Setting pipeline to PAUSED ...mx3-camera mx3-camera.0: MX3 Camera driver attached to camera 0 /GstPipeline:pipeline0/GstV4l2Src:v4l2src0.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)UYVY, framerate=(fraction)25/1, width=(int)320,

Re: [PATCH v4 04/34] v4l: VIDIOC_SUBDEV_S_SELECTION and VIDIOC_SUBDEV_G_SELECTION IOCTLs

2012-03-08 Thread Tomasz Stanislawski
Hi Sakari, Does you patchset include renaming selection macros for both subdev and video node API? I could prepare fixes to videodev2.h and Documentation if it is needed. Regards, Tomasz Stanislawski -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a

[PATCH v5.3 27/35] omap3isp: Introduce isp_video_check_external_subdevs()

2012-03-08 Thread Sakari Ailus
isp_video_check_external_subdevs() will retrieve external subdev's bits-per-pixel and pixel rate for the use of other ISP subdevs at streamon time. isp_video_check_external_subdevs() is called after pipeline validation. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi ---

[PATCH v5.3 25/35] omap3isp: Collect entities that are part of the pipeline

2012-03-08 Thread Sakari Ailus
Collect entities which are part of the pipeline into a single bit mask. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi --- drivers/media/video/omap3isp/ispvideo.c | 48 --- drivers/media/video/omap3isp/ispvideo.h |2 + 2 files changed, 27 insertions(+), 23

Re: [PATCH v3 5/5] v4l: Add driver for Micron MT9M032 camera sensor

2012-03-08 Thread Sakari Ailus
Hi Laurent, On Wed, Mar 07, 2012 at 12:31:34PM +0100, Laurent Pinchart wrote: ... +static u32 mt9m032_row_time(struct mt9m032 *sensor, unsigned int width) +{ + unsigned int effective_width; + u32 ns; + + effective_width = width + 716; /* emperical value */ Why empirical

Re: Lockup on second streamon with omap3-isp

2012-03-08 Thread Sakari Ailus
Hi Jean-Philippe, On Wed, Mar 07, 2012 at 03:24:29PM +0100, jean-philippe francois wrote: Le 6 mars 2012 18:08, jean-philippe francois jp.franc...@cynove.com a écrit : Hi, I have a custom dm3730 board, running a 3.2.0 kernel. The board is equipped with an aptina MT9J sensor on

Re: [PATCH v5.3 27/35] omap3isp: Introduce isp_video_check_external_subdevs()

2012-03-08 Thread Laurent Pinchart
Hi Sakari, Thanks for the patch. On Thursday 08 March 2012 19:04:24 Sakari Ailus wrote: isp_video_check_external_subdevs() will retrieve external subdev's bits-per-pixel and pixel rate for the use of other ISP subdevs at streamon time. isp_video_check_external_subdevs() is called after

Re: [PATCH 3.0.y 0/4] Re: lirc_serial spuriously claims assigned port and irq to be in use

2012-03-08 Thread Greg Kroah-Hartman
On Wed, Mar 07, 2012 at 02:17:09PM -0600, Jonathan Nieder wrote: Greg Kroah-Hartman wrote: On Fri, Mar 02, 2012 at 02:39:13PM -0600, Jonathan Nieder wrote: Ben Hutchings wrote: On Thu, 2012-03-01 at 21:45 -0600, Jonathan Nieder wrote: Would some of these patches (e.g., at least patches

cron job: media_tree daily build: ERRORS

2012-03-08 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 Mar 8 19:00:20 CET 2012 git hash:632fba4d012458fd5fedc678fb9b0f8bc59ceda2 gcc version: i686-linux-gcc

[PATCH] lmedm04 - support for m88rs2000 missing kconfig option.

2012-03-08 Thread Malcolm Priestley
Signed-off-by: Malcolm Priestley tvbox...@gmail.com --- drivers/media/dvb/dvb-usb/Kconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/media/dvb/dvb-usb/Kconfig b/drivers/media/dvb/dvb-usb/Kconfig index 6154292..63bf456 100644 ---

Re: [Linaro-mm-sig] [PATCHv23 12/16] mm: trigger page reclaim in alloc_contig_range() to stabilise watermarks

2012-03-08 Thread Sandeep Patil
+static int __reclaim_pages(struct zone *zone, gfp_t gfp_mask, int count) +{ +       /* +        * Increase level of watermarks to force kswapd do his job +        * to stabilise at new watermark level. +        */ +       __update_cma_watermarks(zone, count); + +       /* Obey watermarks

Re: [PATCH] media: fimc-lite: Add new driver for camera interface

2012-03-08 Thread Sylwester Nawrocki
Hi Sungchun, On 03/07/2012 10:42 AM, Sungchun Kang wrote: On 03/04/2012 07:17 AM, Sylwester Nawrocki wrote: On 02/15/2012 07:05 AM, Sungchun Kang wrote: This patch adds support fimc-lite device which is a new device for camera interface on EXYNOS5 SoCs. It's also available in the Exynos4

Re: My Microdia (SN9C201) webcam doesn't work properly in Linux anymore

2012-03-08 Thread Xavion
Hi Theodore It looks like I'll have to keep checking eBay for cheap USB v3 (HD) webcams periodically. Which somebody will need to support because they will probably not work out of the box with an OEM driver CD ;-) Ah yes, there is that aspect to think about before making a purchase :-).

Re: Lockup on second streamon with omap3-isp

2012-03-08 Thread Laurent Pinchart
On Thursday 08 March 2012 19:22:53 Sakari Ailus wrote: On Wed, Mar 07, 2012 at 03:24:29PM +0100, jean-philippe francois wrote: Le 6 mars 2012 18:08, jean-philippe francois jp.franc...@cynove.com a écrit : Hi, I have a custom dm3730 board, running a 3.2.0 kernel. The board is

Re: for-next inclusion request: dma-buf buffer sharing framework

2012-03-08 Thread Stephen Rothwell
Hi, On Thu, 8 Mar 2012 14:28:39 +0530 Sumit Semwal sumit.sem...@linaro.org wrote: May I request you to please add the dma-buf buffer sharing framework tree to linux-next? It is hosted here git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git branch: for-next I have added that from

Re: [PATCH] omap_vout: Set DSS overlay_info only if paddr is non zero

2012-03-08 Thread Laurent Pinchart
Hi Archit, On Wednesday 07 March 2012 14:31:16 Archit Taneja wrote: The omap_vout driver tries to set the DSS overlay_info using set_overlay_info() when the physical address for the overlay is still not configured. This happens in omap_vout_probe() and vidioc_s_fmt_vid_out(). The calls to

Initial tuning data format for DVB-T2

2012-03-08 Thread Tony Houghton
Is there an official way of expressing DVB-T2 tuning data in the files used by the scan utility as input? Similarly to how roll-off and modulation type were added to the S/S2 lines. I think DVB-T2 needs a PLP id on top of the DVB-T parameters, is there anything else? -- To unsubscribe from this

Re: [PATCH v2 06/11] v4l: Add support for omap4iss driver

2012-03-08 Thread Aguirre, Sergio
Hi Sakari, On Thu, Jan 26, 2012 at 3:05 PM, Sakari Ailus sakari.ai...@iki.fi wrote: Hi Sergio, Aguirre, Sergio wrote: On Wed, Nov 30, 2011 at 06:14:55PM -0600, Sergio Aguirre wrote: ... +/* + * iss_save_ctx - Saves ISS context. + * @iss: OMAP4 ISS device + * + * Routine for saving

Re: Lockup on second streamon with omap3-isp

2012-03-08 Thread jean-philippe francois
Le 9 mars 2012 00:28, Laurent Pinchart laurent.pinch...@ideasonboard.com a écrit : On Thursday 08 March 2012 19:22:53 Sakari Ailus wrote: On Wed, Mar 07, 2012 at 03:24:29PM +0100, jean-philippe francois wrote: Le 6 mars 2012 18:08, jean-philippe francois jp.franc...@cynove.com a écrit :