Re: [Workshop-2011] Media summit/KS-2012 proposals

2012-09-05 Thread Jun Nie
Is there any summary for this summit or presentation material? I am looking forward for some idea on CEC. It is really complex in functionality. Maybe other guys is expecting simiar fruite from summit too. B.R. Jun -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the bo

Re: [PATCH v3] media: mx2_camera: Don't modify non volatile parameters in try_fmt.

2012-09-05 Thread Guennadi Liakhovetski
Hi Javier On Mon, 3 Sep 2012, javier Martin wrote: > Hi, > Guennadi,did you pick this one? Wanted to do so, but > Regards. > > On 20 August 2012 11:49, Javier Martin > wrote: > > Signed-off-by: Javier Martin > > --- > > Changes since v2: > > - Add Signed-off-by line. > > > > --- > > drive

Re: [Workshop-2011] Media summit/KS-2012 proposals

2012-09-05 Thread Hans Verkuil
On Wed 5 September 2012 10:04:41 Jun Nie wrote: > Is there any summary for this summit or presentation material? I am > looking forward for some idea on CEC. It is really complex in > functionality. > Maybe other guys is expecting simiar fruite from summit too. Yes, there will be a summit report.

Re: [PATCH v3] media: mx2_camera: Don't modify non volatile parameters in try_fmt.

2012-09-05 Thread Guennadi Liakhovetski
On Wed, 5 Sep 2012, Guennadi Liakhovetski wrote: > Hi Javier > > On Mon, 3 Sep 2012, javier Martin wrote: > > > Hi, > > Guennadi,did you pick this one? > > Wanted to do so, but I've applied this your patch with only that "memset()" line additionally removed. If this is ok with you, no need to

Re: [PATCH v3] media: mx2_camera: Don't modify non volatile parameters in try_fmt.

2012-09-05 Thread javier Martin
On 5 September 2012 10:29, Guennadi Liakhovetski wrote: > On Wed, 5 Sep 2012, Guennadi Liakhovetski wrote: > >> Hi Javier >> >> On Mon, 3 Sep 2012, javier Martin wrote: >> >> > Hi, >> > Guennadi,did you pick this one? >> >> Wanted to do so, but > > I've applied this your patch with only that "mems

Re: [PATCH 0/6] HID: picoLCD additional fixes + CIR support

2012-09-05 Thread Jiri Kosina
On Sun, 19 Aug 2012, Bruno Prémont wrote: > This series fixes some race conditions in picoLCD driver during remove() > and adds support for IR functionality. I have now applied the series, thanks Bruno. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-

[RFC v5] V4L DT bindings

2012-09-05 Thread Guennadi Liakhovetski
Hi all Version 5 of this RFC is a result of a discussion of its version 4, which took place during the recent Linux Plumbers conference in San Diego. Changes are: (1) remove bus-width properties from device (bridge and client) top level. This has actually already been decided upon during our d

[PATCH 1/2] [media] soc_camera: Use devm_kzalloc function

2012-09-05 Thread Sachin Kamat
devm_kzalloc() has been used to simplify error handling. While at it, the soc_camera_device_register function has been moved to save a few lines of code and a variable. Signed-off-by: Sachin Kamat --- drivers/media/platform/soc_camera/soc_camera.c | 15 ++- 1 files changed, 2 inser

[PATCH 2/2] [media] soc_camera: Use module_platform_driver macro

2012-09-05 Thread Sachin Kamat
module_platform_driver simplifies the code by eliminating module_init and module_exit calls. Signed-off-by: Sachin Kamat --- drivers/media/platform/soc_camera/soc_camera.c | 13 + 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/drivers/media/platform/soc_camera/soc_

Re: [PATCH] soc-camera: Use new selection target definitions

2012-09-05 Thread Guennadi Liakhovetski
On Wed, 22 Aug 2012, Sylwester Nawrocki wrote: > Replace the deprecated V4L2_SEL_TGT_*_ACTIVE selection target > names with their new unified counterparts. > Compatibility definitions are already in linux/v4l2-common.h. > > Signed-off-by: Sylwester Nawrocki Thanks, queued. Guennadi > --- > d

Re: [PATCH 1/2] [media] soc_camera: Use devm_kzalloc function

2012-09-05 Thread Guennadi Liakhovetski
On Wed, 5 Sep 2012, Sachin Kamat wrote: > devm_kzalloc() has been used to simplify error handling. > While at it, the soc_camera_device_register function has been moved to > save a few lines of code and a variable. > > Signed-off-by: Sachin Kamat Thanks, both queued. Guennadi > --- > drivers

[RFC PATCH v5] media: add v4l2 subdev driver for S5K4ECGX sensor

2012-09-05 Thread Sangwook Lee
This patch adds driver for S5K4ECGX sensor with embedded ISP SoC, S5K4ECGX, which is a 5M CMOS Image sensor from Samsung The driver implements preview mode of the S5K4ECGX sensor. capture (snapshot) operation, face detection are missing now. Following controls are supported: contrast/saturation/bri

[PATCH 1/2] s5p-fimc: fimc-lite: Correct Bayer pixel format definitions

2012-09-05 Thread Sylwester Nawrocki
Replace erroneous V4L2_PIX_FMT_* entries with their V4L2_MBUS_FMT_* counterparts. This enables use of raw Bayer formats on FIMC-LITE.? subdevs. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- drivers/media/video/s5p-fimc/fimc-lite-reg.c | 6 +++--- 1 file changed, 3 insertion

[PATCH 2/2] s5p-fimc: fimc-lite: Propagate frame format on the subdev

2012-09-05 Thread Sylwester Nawrocki
When setting image format on subdev's sink pad there was no propagation to the source pad. This resulted in wrong reported format on the source pad and wrong device configuration when used from subdev interace level only. Correct this by propagating format from the sink to the source pad. Signed-o

Camera not detected on linux-next

2012-09-05 Thread Fabio Estevam
Hi, I am running linux-next 20120905 on a mx31pdk board with a ov2640 CMOS and I am not able to get the ov2640 to be probed: soc-camera-pdrv soc-camera-pdrv.0: Probing soc-camera-pdrv.0 mx3-camera mx3-camera.0: MX3 Camera driver attached to camera 0 mx3-camera mx3-camera.0: MX3 Camera driver

Re: [GIT PATCHES FOR v3.6] Samsung media driver fixes

2012-09-05 Thread Sylwester Nawrocki
Hi Mauro, On 08/22/2012 10:32 AM, Sylwester Nawrocki wrote: > The following changes since commit f9cd49033b349b8be3bb1f01b39eed837853d880: > > Merge tag 'v3.6-rc1' into staging/for_v3.6 (2012-08-03 22:41:33 -0300) > > are available in the git repository at: > > > git://git.infradead.org/us

Re: Camera not detected on linux-next

2012-09-05 Thread Sylwester Nawrocki
Hi, On 09/05/2012 06:06 PM, Fabio Estevam wrote: > I am running linux-next 20120905 on a mx31pdk board with a ov2640 CMOS > and I am not able to get the ov2640 to be probed: > > soc-camera-pdrv soc-camera-pdrv.0: Probing soc-camera-pdrv.0 > mx3-camera mx3-camera.0: MX3 Camera dri

Re: Camera not detected on linux-next

2012-09-05 Thread Fabio Estevam
Hi Sylwester, On Wed, Sep 5, 2012 at 1:17 PM, Sylwester Nawrocki wrote: > Maybe this is about the sensor/host driver linking order. > If so, then this patch should help Excellent! This fixed the problem! Thanks, Fabio Estevam -- To unsubscribe from this list: send the line "unsubscribe linux-

Re: [PATCH 1/5] drivers/media/platform/davinci/vpbe.c: fix error return code

2012-09-05 Thread Ezequiel Garcia
Hi Peter, On Tue, Sep 4, 2012 at 1:14 PM, Peter Senna Tschudin wrote: > From: Peter Senna Tschudin > > Convert a nonnegative error return code to a negative one, as returned > elsewhere in the function. > > A simplified version of the semantic match that finds this problem is as > follows: (http

Re: [PATCH 2/5] drivers/media/platform/s5p-tv/sdo_drv.c: fix error return code

2012-09-05 Thread Ezequiel Garcia
Hi Peter, On Tue, Sep 4, 2012 at 1:14 PM, Peter Senna Tschudin wrote: > From: Peter Senna Tschudin > > Convert a nonnegative error return code to a negative one, as returned > elsewhere in the function. > > A simplified version of the semantic match that finds this problem is as > follows: (http

Re: [PATCH 3/5] drivers/media/platform/s5p-tv/mixer_video.c: fix error return code

2012-09-05 Thread Ezequiel Garcia
Hi Peter, On Tue, Sep 4, 2012 at 1:14 PM, Peter Senna Tschudin wrote: > From: Peter Senna Tschudin > > Convert a nonnegative error return code to a negative one, as returned > elsewhere in the function. > > A simplified version of the semantic match that finds this problem is as > follows: (http

Re: [PATCH 4/5] drivers/media/platform/vino.c: fix error return code

2012-09-05 Thread Ezequiel Garcia
Hi Peter, On Tue, Sep 4, 2012 at 1:14 PM, Peter Senna Tschudin wrote: > From: Peter Senna Tschudin > > Convert a nonnegative error return code to a negative one, as returned > elsewhere in the function. > > A simplified version of the semantic match that finds this problem is as > follows: (http

cron job: media_tree daily build: WARNINGS

2012-09-05 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 Sep 5 19:00:20 CEST 2012 git hash:79e8c7bebb467bbc3f2514d75bba669a3f354324 gcc version: i686-linux-gcc (GC

Re: [RFC PATCH v5] media: add v4l2 subdev driver for S5K4ECGX sensor

2012-09-05 Thread Sylwester Nawrocki
Hi Sangwook, On 09/05/2012 02:28 PM, Sangwook Lee wrote: > This patch adds driver for S5K4ECGX sensor with embedded ISP SoC, > S5K4ECGX, which is a 5M CMOS Image sensor from Samsung > The driver implements preview mode of the S5K4ECGX sensor. > capture (snapshot) operation, face detection are miss

Re: [RFC v5] V4L DT bindings

2012-09-05 Thread Stephen Warren
On 09/05/2012 04:57 AM, Guennadi Liakhovetski wrote: > Hi all > > Version 5 of this RFC is a result of a discussion of its version 4, which > took place during the recent Linux Plumbers conference in San Diego. > Changes are: > > (1) remove bus-width properties from device (bridge and client) t

Re: [Workshop-2011] Media summit/KS-2012 proposals

2012-09-05 Thread Jun Nie
2012/9/5 Hans Verkuil : > On Wed 5 September 2012 10:04:41 Jun Nie wrote: >> Is there any summary for this summit or presentation material? I am >> looking forward for some idea on CEC. It is really complex in >> functionality. >> Maybe other guys is expecting simiar fruite from summit too. > > Yes

Re: [Workshop-2011] Media summit/KS-2012 proposals

2012-09-05 Thread Hans Verkuil
On Thu September 6 2012 06:09:44 Jun Nie wrote: > 2012/9/5 Hans Verkuil : > > On Wed 5 September 2012 10:04:41 Jun Nie wrote: > >> Is there any summary for this summit or presentation material? I am > >> looking forward for some idea on CEC. It is really complex in > >> functionality. > >> Maybe ot