RE: [PATCH V3 06/15] [media] marvell-ccic: add new formats support for marvell-ccic driver

2013-01-09 Thread Libin Yang
Hi Guennadi, Below is the update for widthy, widthuv and imgsz_w setting. >-Original Message- >From: Guennadi Liakhovetski [mailto:g.liakhovet...@gmx.de] >Sent: Wednesday, January 02, 2013 12:56 AM >To: Albert Wang >Cc: cor...@lwn.net; linux-media@vger.kernel.org; Libin Yang >Subject: Re:

Re: [PATCH 2/2] [RFC] video: display: Adding frame related ops to MIPI DSI video source struct

2013-01-09 Thread Inki Dae
2013/1/10 Laurent Pinchart : > Hi Vikas, > > Thank you for the patch. > > On Friday 04 January 2013 10:24:04 Vikas Sajjan wrote: >> On 3 January 2013 16:29, Tomasz Figa wrote: >> > On Wednesday 02 of January 2013 18:47:22 Vikas C Sajjan wrote: >> >> From: Vikas Sajjan >> >> >> >> Signed-off-by: V

Re: [PATCH 2/2] [RFC] video: display: Adding frame related ops to MIPI DSI video source struct

2013-01-09 Thread Vikas Sajjan
Hi Laurent, On 10 January 2013 05:05, Laurent Pinchart wrote: > Hi Vikas, > > Thank you for the patch. > > On Friday 04 January 2013 10:24:04 Vikas Sajjan wrote: >> On 3 January 2013 16:29, Tomasz Figa wrote: >> > On Wednesday 02 of January 2013 18:47:22 Vikas C Sajjan wrote: >> >> From: Vikas S

Re: [PATCH 1/6 v5] media: V4L2: support asynchronous subdevice registration

2013-01-09 Thread Prabhakar Lad
Hi Guennadi, Nice Work, Thanks for the patch. On Tue, Jan 8, 2013 at 3:36 PM, Guennadi Liakhovetski wrote: > Currently bridge device drivers register devices for all subdevices > synchronously, tupically, during their probing. E.g. if an I2C CMOS sensor > is attached to a video bridge device, th

RE: [PATCHv16 0/7] of: add display helper

2013-01-09 Thread Mohammed, Afzal
Hi Steffen, On Thu, Jan 10, 2013 at 01:45:41, Steffen Trumtrar wrote: > I think the series was tested at least with > - imx6q: sabrelite, sabresd > - imx53: tqma53/mba53 > - omap: DA850 EVM, AM335x EVM, EVM-SK To clarify, This series was tested with DT boot (making use of the

Re: [PATCHv16 0/7] of: add display helper

2013-01-09 Thread Leela Krishna Amudala
Hi Steffen, On Thu, Jan 10, 2013 at 1:45 AM, Steffen Trumtrar wrote: > > On Tue, Dec 18, 2012 at 06:04:09PM +0100, Steffen Trumtrar wrote: > > Hi! > > > > Finally, right in time before the end of the world on friday, v16 of the > > display helpers. > > > > So, any more criticism on the series? An

[PATCH 0/2] update scan files for Ireland (ie-*)

2013-01-09 Thread Jonathan McCrohan
Hi Oliver, Attached are two patches I've been trying to get applied to the tree for some time. Thanks, Jon Jonathan McCrohan (2): update scan files for Ireland (ie-*) update scan files for Ireland (ie-*) dvb-t/ie-CairnHill |6 +++--- dvb-t/ie-ClermontCarn |6 +++--- dvb-t/ie-

[PATCH 1/2] update scan files for Ireland (ie-*)

2013-01-09 Thread Jonathan McCrohan
ASO frequency changes; effective 24th Oct 2012. Signed-off-by: Jonathan McCrohan --- dvb-t/ie-CairnHill |2 +- dvb-t/ie-ClermontCarn |6 +++--- dvb-t/ie-Dungarvan |2 +- dvb-t/ie-HolywellHill |4 ++-- dvb-t/ie-Kippure |2 +- dvb-t/ie-Maghera |2 +- d

[PATCH 2/2] update scan files for Ireland (ie-*)

2013-01-09 Thread Jonathan McCrohan
Fix erroneous transmission parameters Signed-off-by: Jonathan McCrohan --- dvb-t/ie-CairnHill|4 ++-- dvb-t/ie-Dungarvan|4 ++-- dvb-t/ie-Kippure |4 ++-- dvb-t/ie-Maghera |4 ++-- dvb-t/ie-Mullaghanish |4 ++-- dvb-t/ie-SpurHill |4 ++-- dvb-t/ie-Tr

Re: global mutex in dvb_usercopy (dvbdev.c)

2013-01-09 Thread thomas schorpp
On 09.01.2013 22:30, Nikolaus Schulz wrote: On Tue, Jan 08, 2013 at 12:05:47PM +0530, Soby Mathew wrote: Hi Everyone, I have a doubt regarding about the global mutex lock in dvb_usercopy(drivers/media/dvb-core/dvbdev.c, line 382) . /* call driver */ mutex_lock(&dvbdev_mutex); if ((err = f

Re: [PATCH v1.2 1/4] v4l: Define video buffer flags for timestamp types

2013-01-09 Thread Laurent Pinchart
Hi Sakari, On Sunday 02 December 2012 22:53:51 Sakari Ailus wrote: > On Tue, Nov 27, 2012 at 05:04:29PM +0100, Laurent Pinchart wrote: > > On Thursday 22 November 2012 01:59:00 Sakari Ailus wrote: > > > On Wed, Nov 21, 2012 at 11:53:02PM +0100, Hans Verkuil wrote: > ,,, > > > > > What do you thin

Re: [PATCH 01/23] uvc: Replace memcpy with struct assignment

2013-01-09 Thread Laurent Pinchart
Hi Ezequiel, On Thursday 27 December 2012 21:49:37 Mauro Carvalho Chehab wrote: > Em Thu, 27 Dec 2012 18:12:46 -0300 Ezequiel Garcia escreveu: > > On Tue, Oct 23, 2012 at 4:57 PM, Ezequiel Garcia wrote: > > > This kind of memcpy() is error-prone. Its replacement with a struct > > > assignment is p

Re: [PATCH 2/2] [RFC] video: display: Adding frame related ops to MIPI DSI video source struct

2013-01-09 Thread Laurent Pinchart
Hi Vikas, Thank you for the patch. On Friday 04 January 2013 10:24:04 Vikas Sajjan wrote: > On 3 January 2013 16:29, Tomasz Figa wrote: > > On Wednesday 02 of January 2013 18:47:22 Vikas C Sajjan wrote: > >> From: Vikas Sajjan > >> > >> Signed-off-by: Vikas Sajjan > >> --- > >> > >> include

Re: Fwd: update Finland DVB-T tuning files

2013-01-09 Thread Oliver Schinagl
On 01/09/13 16:26, Antti Palosaari wrote: Oliver, could you apply that one? http://git.schinagl.nl/cgi-bin/cgit.cgi/dvb_frequency_scanfiles.git applied to my local branch. Once I get git access fixed to linuxtv, i'll post all my patches to the new dtv-scan-files tree! oliver Antti -

Re: [PATCH] omap3isp: Add support for interlaced input data

2013-01-09 Thread Laurent Pinchart
Hi William, On Tuesday 08 January 2013 14:49:41 William Swanson wrote: > On 01/07/2013 04:20 AM, Laurent Pinchart wrote: > > What do you get in the memory buffers ? Are fields captured in separate > > buffers or combined in a single buffer ? If they're combined, are they > > interleaved or sequent

Re: global mutex in dvb_usercopy (dvbdev.c)

2013-01-09 Thread Nikolaus Schulz
On Tue, Jan 08, 2013 at 12:05:47PM +0530, Soby Mathew wrote: > Hi Everyone, > I have a doubt regarding about the global mutex lock in > dvb_usercopy(drivers/media/dvb-core/dvbdev.c, line 382) . > > > /* call driver */ > mutex_lock(&dvbdev_mutex); > if ((err = func(file, cmd, parg)) == -ENOIOC

Re: [PATCHv16 0/7] of: add display helper

2013-01-09 Thread Thierry Reding
On Wed, Jan 09, 2013 at 09:15:41PM +0100, Steffen Trumtrar wrote: > On Tue, Dec 18, 2012 at 06:04:09PM +0100, Steffen Trumtrar wrote: > > Hi! > > > > Finally, right in time before the end of the world on friday, v16 of the > > display helpers. > > > > So, any more criticism on the series? Any ta

cron job: media_tree daily build: ERRORS

2013-01-09 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 Jan 9 19:00:17 CET 2013 git hash:73ec66c000e9816806c7380ca3420f4e0638c40e gcc version: i686-linux-gcc (GCC

Re: [PATCHv16 0/7] of: add display helper

2013-01-09 Thread Marek Vasut
Dear Steffen Trumtrar, > On Tue, Dec 18, 2012 at 06:04:09PM +0100, Steffen Trumtrar wrote: > > Hi! > > > > Finally, right in time before the end of the world on friday, v16 of the > > display helpers. > > So, any more criticism on the series? Any takers for the series as is? > I guess it could b

Re: [RFC PATCH] em28xx: fix analog streaming with USB bulk transfers

2013-01-09 Thread Frank Schäfer
Am 09.01.2013 21:52, schrieb Frank Schäfer: > With the conversion to videobuf2, some unnecessary calls of > em28xx_set_alternate() have been removed. It is now called at analog streaming > start only. > This has unveiled a bug that causes USB bulk transfers to fail with all urbs > having status -EV

Re: [PATCHv16 0/7] of: add display helper

2013-01-09 Thread Laurent Pinchart
On Wednesday 09 January 2013 21:15:41 Steffen Trumtrar wrote: > On Tue, Dec 18, 2012 at 06:04:09PM +0100, Steffen Trumtrar wrote: > > Hi! > > > > Finally, right in time before the end of the world on friday, v16 of the > > display helpers. > > So, any more criticism on the series? Any takers for

[RFC PATCH] em28xx: fix analog streaming with USB bulk transfers

2013-01-09 Thread Frank Schäfer
With the conversion to videobuf2, some unnecessary calls of em28xx_set_alternate() have been removed. It is now called at analog streaming start only. This has unveiled a bug that causes USB bulk transfers to fail with all urbs having status -EVOERFLOW. The reason is, that for bulk transfers usb_se

Re: [PATCHv16 0/7] of: add display helper

2013-01-09 Thread Steffen Trumtrar
On Tue, Dec 18, 2012 at 06:04:09PM +0100, Steffen Trumtrar wrote: > Hi! > > Finally, right in time before the end of the world on friday, v16 of the > display helpers. > So, any more criticism on the series? Any takers for the series as is? I guess it could be merged via the fbdev-tree if David

Re: [PATCHv16 0/7] of: add display helper

2013-01-09 Thread Marek Vasut
Dear Steffen Trumtrar, > Hi! > > On Wed, Jan 09, 2013 at 08:12:01PM +0100, Marek Vasut wrote: > > Dear Steffen Trumtrar, > > > > I tested this on 3.8-rc1 (next 20130103) with the imx drm driver. After > > adding the following piece of code (quick hack), this works just fine. > > Thanks! > > > >

Re: [PATCHv16 0/7] of: add display helper

2013-01-09 Thread Steffen Trumtrar
Hi! On Wed, Jan 09, 2013 at 08:12:01PM +0100, Marek Vasut wrote: > Dear Steffen Trumtrar, > > I tested this on 3.8-rc1 (next 20130103) with the imx drm driver. After > adding > the following piece of code (quick hack), this works just fine. Thanks! > > diff --git a/drivers/staging/imx-drm/para

Re: [PATCHv16 0/7] of: add display helper

2013-01-09 Thread Marek Vasut
Dear Steffen Trumtrar, > Hi! > > Finally, right in time before the end of the world on friday, v16 of the > display helpers. I tested this on 3.8-rc1 (next 20130103) with the imx drm driver. After adding the following piece of code (quick hack), this works just fine. Thanks! diff --git a/drive

Re: [PATCH RFC 1/3] davinci: vpif: capture: add V4L2-async support

2013-01-09 Thread Prabhakar Lad
Hi Hans, Thanks for the review! On Wed, Jan 9, 2013 at 9:12 PM, Hans Verkuil wrote: > On Wed 9 January 2013 14:41:25 Lad, Prabhakar wrote: >> Add support for asynchronous subdevice probing, using the v4l2-async API. >> The legacy synchronous mode is still supported too, which allows to >> gradua

[PATCH] media_build: enable em28xx-dvb again for old kernels

2013-01-09 Thread Gianluca Gennari
The em28xx-dvb driver was disabled for old kernels due to lack of support for gpio_request_one() required by LNA control in the PCTV290e driver. Instead, this patch introduces a tiny backport patch that disables LNA control for the PCTV290e USB stick. The PCTV290e works fine with LNA disabled, and

Re: [PATCH RFC 1/3] davinci: vpif: capture: add V4L2-async support

2013-01-09 Thread Hans Verkuil
On Wed 9 January 2013 14:41:25 Lad, Prabhakar wrote: > Add support for asynchronous subdevice probing, using the v4l2-async API. > The legacy synchronous mode is still supported too, which allows to > gradually update drivers and platforms. The selected approach adds a > notifier for each struct so

Re: [PATCH RFCv9 1/4] dvb: Add DVBv5 stats properties for Quality of Service

2013-01-09 Thread Mauro Carvalho Chehab
Em Wed, 09 Jan 2013 11:02:23 + Simon Farnsworth escreveu: > On Tuesday 8 January 2013 18:28:53 Devin Heitmueller wrote: > > On Tue, Jan 8, 2013 at 6:18 PM, Simon Farnsworth > > wrote: > > > The wireless folk use dBm (reference point 1 milliwatt), as that's the > > > reference point used in t

Re: [RFC] Initial scan files troubles and brainstorming

2013-01-09 Thread Oliver Schinagl
On 09-01-13 16:01, Mauro Carvalho Chehab wrote: Em Wed, 09 Jan 2013 15:44:30 +0100 Oliver Schinagl escreveu: Mauro, On 09-01-13 15:37, Mauro Carvalho Chehab wrote: Hi Oliver, Em Wed, 09 Jan 2013 13:24:13 +0100 Oliver Schinagl escreveu: If I understood it right, you want to split the scan

Re: [RFC] Initial scan files troubles and brainstorming

2013-01-09 Thread Mauro Carvalho Chehab
Em Wed, 09 Jan 2013 15:44:30 +0100 Oliver Schinagl escreveu: > Mauro, > > On 09-01-13 15:37, Mauro Carvalho Chehab wrote: > > Hi Oliver, > > > > Em Wed, 09 Jan 2013 13:24:13 +0100 > > Oliver Schinagl escreveu: > > > >> If I understood it right, you want to split the scan files into a > >>>

kaffeine.kde.org/scanfile.dvb.qz is obsolete [was: [RFC] Initial scan files troubles and brainstorming]

2013-01-09 Thread Jiri Slaby
On 01/09/2013 03:41 PM, Mauro Carvalho Chehab wrote: > Christoph, > > Thank you for all the hard work over all those years! Yeah, I second this. I have a note though. Who is going to fix the URL in kaffeine? And how often is kaffeine.kde.org/scanfile.dvb.qz updated? Is this done automatically? A

Re: [RFC] Initial scan files troubles and brainstorming

2013-01-09 Thread Oliver Schinagl
Mauro, On 09-01-13 15:37, Mauro Carvalho Chehab wrote: Hi Oliver, Em Wed, 09 Jan 2013 13:24:13 +0100 Oliver Schinagl escreveu: If I understood it right, you want to split the scan files into a separate git tree and maintain it, right? I'm ok with that. I also migrated the dvb-apps changes

Re: [RFC] Initial scan files troubles and brainstorming

2013-01-09 Thread Mauro Carvalho Chehab
Em Wed, 9 Jan 2013 06:08:44 -0500 Michael Krufky escreveu: > On Wed, Jan 9, 2013 at 5:41 AM, Mauro Carvalho Chehab > wrote: > > Em Wed, 09 Jan 2013 10:43:23 +0100 > > Oliver Schinagl escreveu: > > > >> On 08-01-13 21:01, Johannes Stezenbach wrote: > >> > On Mon, Jan 07, 2013 at 01:48:29PM +0100

[PATCH RFC 2/3] tvp514x: support asynchronous probing

2013-01-09 Thread Lad, Prabhakar
Both synchronous and asynchronous tvp514x subdevice probing is supported by this patch. Signed-off-by: Lad, Prabhakar Cc: Guennadi Liakhovetski Cc: Laurent Pinchart Cc: Hans Verkuil Cc: Sakari Ailus Cc: Mauro Carvalho Chehab --- drivers/media/i2c/tvp514x.c | 20 ++-- 1 fil

[PATCH RFC 3/3] ARM: da850/omap-l138: vpif capture convert to asynchronously register of subdev

2013-01-09 Thread Lad, Prabhakar
Register the tvp514x decoder devices directly in board platform data instead of letting the vpif capture driver register them at their run-time. This uses the V4L2 asynchronous subdevice probing capability. Signed-off-by: Lad, Prabhakar Cc: Sekhar Nori --- arch/arm/mach-davinci/board-da850-evm.

[PATCH RFC 1/3] davinci: vpif: capture: add V4L2-async support

2013-01-09 Thread Lad, Prabhakar
Add support for asynchronous subdevice probing, using the v4l2-async API. The legacy synchronous mode is still supported too, which allows to gradually update drivers and platforms. The selected approach adds a notifier for each struct soc_camera_device instance, i.e. for each video device node, ev

[PATCH RFC 0/3] vpif capture support for async subdevice probing

2013-01-09 Thread Lad, Prabhakar
This patch series adds support for vpif capture driver to support asynchronously register subdevices. The second patch add support for tvp514x decoder to support v4l-async and the last patch adds support for da850 evm to support v4l-async for vpif capture. This patch is based on v4l2-async patch (

Re: [PATCH 1/3] pci/cx88: use IS_ENABLED() macro

2013-01-09 Thread Hans Verkuil
On Wed 9 January 2013 13:32:12 Peter Senna Tschudin wrote: > replace: > #if defined(CONFIG_VIDEO_CX88_DVB) || defined(CONFIG_VIDEO_CX88_DVB_MODULE) > with: > #if IS_ENABLED(CONFIG_VIDEO_CX88_DVB) > > This change was made for: CONFIG_VIDEO_CX88_DVB, > CONFIG_VIDEO_CX88_BLACKBIRD, CONFIG_VIDEO_CX8

[PATCH 1/3] pci/cx88: use IS_ENABLED() macro

2013-01-09 Thread Peter Senna Tschudin
replace: #if defined(CONFIG_VIDEO_CX88_DVB) || defined(CONFIG_VIDEO_CX88_DVB_MODULE) with: #if IS_ENABLED(CONFIG_VIDEO_CX88_DVB) This change was made for: CONFIG_VIDEO_CX88_DVB, CONFIG_VIDEO_CX88_BLACKBIRD, CONFIG_VIDEO_CX88_VP3054 Reported-by: Mauro Carvalho Chehab Signed-off-by: Peter Senna

[PATCH 3/3] pci/saa7134: use IS_ENABLED() macro

2013-01-09 Thread Peter Senna Tschudin
replace: #if defined(CONFIG_VIDEO_CX88_DVB) || defined(CONFIG_VIDEO_CX88_DVB_MODULE) with: #if IS_ENABLED(CONFIG_VIDEO_CX88_DVB) This change was made for: CONFIG_VIDEO_SAA7134_DVB Reported-by: Mauro Carvalho Chehab Signed-off-by: Peter Senna Tschudin --- drivers/media/pci/saa7134/saa7134.h |

[PATCH 2/3] pci/ttpci/av7110.c: use IS_ENABLED() macro

2013-01-09 Thread Peter Senna Tschudin
replace: #if defined(CONFIG_INPUT_EVDEV) || defined(CONFIG_INPUT_EVDEV_MODULE) with: #if IS_ENABLED(CONFIG_INPUT_EVDEV) This change was made for: CONFIG_INPUT_EVDEV, CONFIG_DVB_SP8870 Reported-by: Mauro Carvalho Chehab Signed-off-by: Peter Senna Tschudin --- drivers/media/pci/ttpci/av7110.c

Re: [RFC] Initial scan files troubles and brainstorming

2013-01-09 Thread Michael Krufky
On Wed, Jan 9, 2013 at 5:41 AM, Mauro Carvalho Chehab wrote: > Em Wed, 09 Jan 2013 10:43:23 +0100 > Oliver Schinagl escreveu: > >> On 08-01-13 21:01, Johannes Stezenbach wrote: >> > On Mon, Jan 07, 2013 at 01:48:29PM +0100, Oliver Schinagl wrote: >> >> On 07-01-13 11:46, Jiri Slaby wrote: >> >>>

Re: [RFC] Initial scan files troubles and brainstorming

2013-01-09 Thread Johannes Stezenbach
On Wed, Jan 09, 2013 at 10:43:23AM +0100, Oliver Schinagl wrote: > On 08-01-13 21:01, Johannes Stezenbach wrote: > >On Mon, Jan 07, 2013 at 01:48:29PM +0100, Oliver Schinagl wrote: > >>On 07-01-13 11:46, Jiri Slaby wrote: > >>>On 12/18/2012 11:01 PM, Oliver Schinagl wrote: > Unfortunatly, I hav

Re: [PATCH RFCv9 1/4] dvb: Add DVBv5 stats properties for Quality of Service

2013-01-09 Thread Simon Farnsworth
On Tuesday 8 January 2013 18:28:53 Devin Heitmueller wrote: > On Tue, Jan 8, 2013 at 6:18 PM, Simon Farnsworth > wrote: > > The wireless folk use dBm (reference point 1 milliwatt), as that's the > > reference point used in the 802.11 standard. > > > > Perhaps we need an extra FE_SCALE constant; FE

Re: [RFC] Initial scan files troubles and brainstorming

2013-01-09 Thread Mauro Carvalho Chehab
Em Wed, 09 Jan 2013 10:43:23 +0100 Oliver Schinagl escreveu: > On 08-01-13 21:01, Johannes Stezenbach wrote: > > On Mon, Jan 07, 2013 at 01:48:29PM +0100, Oliver Schinagl wrote: > >> On 07-01-13 11:46, Jiri Slaby wrote: > >>> On 12/18/2012 11:01 PM, Oliver Schinagl wrote: > Unfortunatly, I h

[PATCH] [RFC]: video: exynos: Making s6e8ax0 panel driver compliant with CDF

2013-01-09 Thread Vikas C Sajjan
From: Vikas Sajjan Made necessary changes in s6e8ax0 panel driver as per the CDF-T. it also removes the dependency on backlight and lcd framework. Signed-off-by: Vikas Sajjan --- drivers/video/exynos/s6e8ax0.c | 602 ++-- 1 file changed, 328 insertions(+)

[PATCH] Make s6e8ax0 panel driver compliant with CDF

2013-01-09 Thread Vikas C Sajjan
From: Vikas Sajjan Have made necessary chanages in s6e8ax0 panel driver, made an effort to remove dependency on backlight and lcd framework, but its NOT fully done. s6e8ax0_get_brightness() and s6e8ax0_set_brightness() functionalities have NOT been modified. as backlight support in CDF are _NOT_

Re: [RFC] Initial scan files troubles and brainstorming

2013-01-09 Thread Oliver Schinagl
On 08-01-13 21:01, Johannes Stezenbach wrote: On Mon, Jan 07, 2013 at 01:48:29PM +0100, Oliver Schinagl wrote: On 07-01-13 11:46, Jiri Slaby wrote: On 12/18/2012 11:01 PM, Oliver Schinagl wrote: Unfortunatly, I have had zero replies. Hmm, it's sad there is a silence in this thread from linux-

Re: [RFC v2 0/5] Common Display Framework

2013-01-09 Thread Rahul Sharma
Hi Laurent, CDF will also be helpful in supporting Panels with integrated audio (HDMI/DP) if we can add audio related control operations to display_entity_control_ops. Video controls will be called by crtc in DRM/V4L and audio controls from Alsa. Secondly, if I need to support get_modes operation