[PATCH] media: sh-vou: fix compilation breakage

2012-09-19 Thread Guennadi Liakhovetski
A recent commit commit f135a8a224294fa0f60ec1b8bc120813b7cfc804 Author: Hans Verkuil Date: Sun Jun 24 06:33:26 2012 -0300 [media] sh_vou: remove V4L2_FL_LOCK_ALL_FOPS broke compilation of sh_vou.c: drivers/media/platform/sh_vou.c: In function 'sh_vou_mmap': drivers/media/platform/sh_vou.

[PATCH v2 27/34] media: mx2_camera: remove cpu_is_xxx by using platform_device_id

2012-09-19 Thread Shawn Guo
It changes the driver to use platform_device_id rather than cpu_is_xxx to determine the controller type, and updates the platform code accordingly. As the result, mach/hardware.h inclusion gets removed from the driver. Signed-off-by: Shawn Guo Acked-by: Sascha Hauer Acked-by: Arnd Bergmann Ack

[PATCH v2 26/34] media: mx2_camera: use managed functions to clean up code

2012-09-19 Thread Shawn Guo
Use managed functions to clean up the error handling code and function mx2_camera_remove(). Along with the change, a few variables get removed from struct mx2_camera_dev. Signed-off-by: Shawn Guo Acked-by: Sascha Hauer Acked-by: Arnd Bergmann Acked-by: Guennadi Liakhovetski Tested-by: Javier

[PATCH v2 25/34] media: mx2_camera: remove dead code in mx2_camera_add_device

2012-09-19 Thread Shawn Guo
This is a piece of code becoming dead since commit 2c9ba37 ([media] V4L: mx2_camera: remove unsupported i.MX27 DMA mode, make EMMA mandatory). It should have been removed together with the commit. Remove it now. Signed-off-by: Shawn Guo Acked-by: Sascha Hauer Acked-by: Arnd Bergmann Acked-by:

[PATCH v2 13/34] dma: ipu: rename mach/ipu.h to include/linux/dma/ipu-dma.h

2012-09-19 Thread Shawn Guo
The header ipu.h really belongs to dma subsystem rather than imx platform. Rename it to ipu-dma.h and put it into include/linux/dma/. Signed-off-by: Shawn Guo Acked-by: Guennadi Liakhovetski Acked-by: Sascha Hauer Acked-by: Arnd Bergmann Cc: Vinod Koul Cc: Florian Tobias Schandinat Cc: linu

[PATCH v2 11/34] media: mx1_camera: remove the driver

2012-09-19 Thread Shawn Guo
The mx1_camera driver has been broken for a few release cycles since commit 6bd0812 (dmaengine: imx-dma: merge old dma-v1.c with imx-dma.c). It seems there is no one even compile tested it since then, as doing so will end up with the following error. CC drivers/media/video/mx1_camera.o In f

[PATCH v2 00/34] i.MX multi-platform support

2012-09-19 Thread Shawn Guo
Here is the second post, which should have addressed the comments that reviewers put on v1. It's available on branch below. git://git.linaro.org/people/shawnguo/linux-2.6.git imx/multi-platform-v2 And it's based on the following branches. calxeda/multi-plat arm-soc/multiplatform/platform-

Re: [RFCv2 API PATCH 05/28] DocBook: bus_info can no longer be empty.

2012-09-19 Thread Hans Verkuil
On Wed September 19 2012 20:46:19 Laurent Pinchart wrote: > Hi Hans, > > On Thursday 13 September 2012 12:40:07 Hans Verkuil wrote: > > On Thu 13 September 2012 03:24:53 Laurent Pinchart wrote: > > > On Friday 07 September 2012 15:29:05 Hans Verkuil wrote: > > > > From: Hans Verkuil > > > > > >

Re: [RFCv1 PATCH 3/6] videobuf2-core: move plane verification out of __fill_v4l2_buffer.

2012-09-19 Thread Hans Verkuil
On Wed September 19 2012 18:55:25 Sylwester Nawrocki wrote: > On 09/19/2012 04:37 PM, Hans Verkuil wrote: > > From: Hans Verkuil > > > > The plane verification should be done before actually queuing or > > dequeuing buffers, so move it out of __fill_v4l2_buffer and call it > > as a separate step.

Re: [GIT PULL v2] Initial i.MX5/CODA7 support for the CODA driver

2012-09-19 Thread Richard Zhao
why is it a request-pull? Thanks Richard -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 12/34] media: mx1_camera: remove the driver

2012-09-19 Thread Shawn Guo
On Tue, Sep 18, 2012 at 09:13:54AM +, Arnd Bergmann wrote: > On Tuesday 18 September 2012, Shawn Guo wrote: > > > > On Mon, Sep 17, 2012 at 10:33:25AM +0200, Guennadi Liakhovetski wrote: > > > Ok, it used to compile not-so-long-ago, but it doesn't seem to be cared > > > for a lot lately. Let'

em28xx + drx-k fw download crash Kernel

2012-09-19 Thread Antti Palosaari
I found again that em28xx driver is crashing. I suspect it is bug in DRX-K firmware downloading. It crashed two times. When it did not crash, there was very often I2C communication failure towards tda18271 tuner that is behind of drx-k. That makes PCTV 520e device unusable. It seems to work fin

[PATCH 3/3] em28xx: PCTV 520e sleep tda18271 after attach

2012-09-19 Thread Antti Palosaari
This reduces device IDLE power consumption 180mA. I would like to see solution where tda18271 driver puts chips on sleep by default and leaves it powered according to driver config option. Michael declined it, as it could cause regression, and asked to sleep explicitly after attach. Cc: Michael K

[PATCH 2/3] em28xx: PCTV 290e sleep tda18271 after attach

2012-09-19 Thread Antti Palosaari
This reduces device IDLE power consumption 180mA (260mA => 80mA). I would like to see solution where tda18271 driver puts chips on sleep by default and leaves it powered according to driver config option. Michael declined it, as it could cause regression, and asked to sleep explicitly after attach

[PATCH 1/3] em28xx: do not set PCTV 290e LNA handler if fe attach fail

2012-09-19 Thread Antti Palosaari
It was a bug that could cause oops if demodulator attach was failed. Signed-off-by: Antti Palosaari --- drivers/media/usb/em28xx/em28xx-dvb.c | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/drivers/media/usb/em28xx/em28xx-dvb.c b/drivers/media/usb/e

Re: [PATCH] Support for Asus MyCinema U3100Mini Plus

2012-09-19 Thread Oliver Schinagl
Devin Heitmueller wrote: >On Wed, Sep 19, 2012 at 2:44 PM, wrote: >> From: Oliver Schinagl >> >> This is initial support for the Asus MyCinema U3100Mini Plus. The >driver >> in its current form gets detected and loads properly. >> >> Scanning using dvbscan works without problems, Locking ont

Re: [PATCH 01/14] davinci: vpfe: add dm3xx IPIPEIF hardware support module

2012-09-19 Thread Laurent Pinchart
Hi Prabhakar, Thanks for the patch. On Friday 14 September 2012 18:16:31 Prabhakar Lad wrote: > From: Manjunath Hadli > > 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

Re: [PATCH] Support for Asus MyCinema U3100Mini Plus

2012-09-19 Thread Antti Palosaari
This is review, please fix those minor findings mentioned and resend fixed patch! On 09/19/2012 09:44 PM, oli...@schinagl.nl wrote: From: Oliver Schinagl This is initial support for the Asus MyCinema U3100Mini Plus. The driver in its current form gets detected and loads properly. Scanning us

Re: [media-workshop] [ANNOUNCE] media workshop in November

2012-09-19 Thread Michael Krufky
On Wed, Sep 19, 2012 at 7:34 AM, Laurent Pinchart wrote: > Hi Mauro, > > On Wednesday 19 September 2012 05:11:11 Mauro Carvalho Chehab wrote: >> Dear developers, >> >> We're feeling the need for one more media workshop this year. >> >> As there will be already several developers going to LinuxCon

Re: [PATCH 4/4] gspca_pac7302: add support for green balance adjustment

2012-09-19 Thread Frank Schäfer
Am 19.09.2012 22:34, schrieb Hans de Goede: > Hi, > > On 09/19/2012 07:25 PM, Frank Schäfer wrote: >> Am 16.09.2012 18:00, schrieb Frank Schäfer: >>> Signed-off-by: Frank Schäfer >>> --- >>> drivers/media/usb/gspca/pac7302.c | 23 ++- >>> 1 files changed, 22 insertions(+),

Re: [PATCH] Support for Asus MyCinema U3100Mini Plus

2012-09-19 Thread Devin Heitmueller
On Wed, Sep 19, 2012 at 2:44 PM, wrote: > From: Oliver Schinagl > > This is initial support for the Asus MyCinema U3100Mini Plus. The driver > in its current form gets detected and loads properly. > > Scanning using dvbscan works without problems, Locking onto a channel > using tzap also works f

Re: [PATCH 4/4] gspca_pac7302: add support for green balance adjustment

2012-09-19 Thread Hans de Goede
Hi, On 09/19/2012 07:25 PM, Frank Schäfer wrote: Am 16.09.2012 18:00, schrieb Frank Schäfer: Signed-off-by: Frank Schäfer --- drivers/media/usb/gspca/pac7302.c | 23 ++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/drivers/media/usb/gspca/pac7302.c

[GIT PULL FOR 3.7] s5k4ecgx sensor driver and m2m capability fix

2012-09-19 Thread Sylwester Nawrocki
Hi Mauro, The following changes since commit 4313902ebe33155209472215c62d2f29d117be29: [media] ivtv-alsa, ivtv: Connect ivtv PCM capture stream to ivtv-alsa interface driver (2012-09-18 13:29:07 -0300) are available in the git repository at: git://linuxtv.org/snawrocki/media.git v4l-next S

Re: tda8290 regression fix

2012-09-19 Thread Anders Thomson
On 2012-09-19 18:45, Mauro Carvalho Chehab wrote: Em 19-09-2012 10:01, Anders Thomson escreveu: > On 2012-09-18 11:53, Mauro Carvalho Chehab wrote: >> Em 16-09-2012 05:48, Anders Thomson escreveu: >> > It doesn't make any difference though :-( I still have the layer of noise... >> >> That'

cron job: media_tree daily build: ERRORS

2012-09-19 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 19 19:00:20 CEST 2012 git hash:4313902ebe33155209472215c62d2f29d117be29 gcc version: i686-linux-gcc (GC

Re: [PATCH] V4L: soc-camera: add selection API host operations

2012-09-19 Thread Laurent Pinchart
Hi Guennadi, On Wednesday 11 July 2012 18:10:05 Guennadi Liakhovetski wrote: Wow, that's an old mail :-) > On Fri, 6 Jul 2012, Laurent Pinchart wrote: > > On Friday 22 June 2012 18:40:08 Guennadi Liakhovetski wrote: > > > Add .get_selection() and .set_selection() soc-camera host driver > > > ope

Re: [RFCv2 API PATCH 05/28] DocBook: bus_info can no longer be empty.

2012-09-19 Thread Laurent Pinchart
Hi Hans, On Thursday 13 September 2012 12:40:07 Hans Verkuil wrote: > On Thu 13 September 2012 03:24:53 Laurent Pinchart wrote: > > On Friday 07 September 2012 15:29:05 Hans Verkuil wrote: > > > From: Hans Verkuil > > > > > > During the 2012 Media Workshop it was decided that bus_info as returne

[PATCH] Support for Asus MyCinema U3100Mini Plus

2012-09-19 Thread oliver
From: Oliver Schinagl This is initial support for the Asus MyCinema U3100Mini Plus. The driver in its current form gets detected and loads properly. Scanning using dvbscan works without problems, Locking onto a channel using tzap also works fine. Only playback using tzap -r + mplayer was tested

Re: [PATCH] Support for Asus MyCinema U3100Mini Plus (attempt 2)

2012-09-19 Thread Oliver Schinagl
On 09/19/12 19:57, Oliver Schinagl wrote: On 09/19/12 12:41, Antti Palosaari wrote: On 09/19/2012 12:52 PM, Oliver Schinagl wrote: On 19-09-12 00:42, Antti Palosaari wrote: On 09/19/2012 01:22 AM, oli...@schinagl.nl wrote: From: Oliver Schinagl This is initial support for the Asus MyCinema

Re: [PATCH] Support for Asus MyCinema U3100Mini Plus (attempt 2)

2012-09-19 Thread Oliver Schinagl
On 09/19/12 12:41, Antti Palosaari wrote: On 09/19/2012 12:52 PM, Oliver Schinagl wrote: On 19-09-12 00:42, Antti Palosaari wrote: On 09/19/2012 01:22 AM, oli...@schinagl.nl wrote: From: Oliver Schinagl This is initial support for the Asus MyCinema U3100Mini Plus. The driver in its current f

Re: [PATCH 4/4] gspca_pac7302: add support for green balance adjustment

2012-09-19 Thread Frank Schäfer
Am 16.09.2012 18:00, schrieb Frank Schäfer: > Signed-off-by: Frank Schäfer > --- > drivers/media/usb/gspca/pac7302.c | 23 ++- > 1 files changed, 22 insertions(+), 1 deletions(-) > > diff --git a/drivers/media/usb/gspca/pac7302.c > b/drivers/media/usb/gspca/pac7302.c > inde

Re: [RFCv1 PATCH 3/6] videobuf2-core: move plane verification out of __fill_v4l2_buffer.

2012-09-19 Thread Sylwester Nawrocki
On 09/19/2012 04:37 PM, Hans Verkuil wrote: > From: Hans Verkuil > > The plane verification should be done before actually queuing or > dequeuing buffers, so move it out of __fill_v4l2_buffer and call it > as a separate step. > > The also makes it possible to change the return type of __fill_v4l

Re: [RFCv1 PATCH 2/6] videobuf2-core: use vb2_queue in __verify_planes_array

2012-09-19 Thread Sylwester Nawrocki
On 09/19/2012 04:37 PM, Hans Verkuil wrote: > From: Hans Verkuil > > Since num_planes has been moved to vb2_queue, the __verify_planes_array() > function can now switch to a vb2_queue argument as well. > > Signed-off-by: Hans Verkuil Reviewed-by: Sylwester Nawrocki Tested-by: Sylwester Nawroc

Re: [RFCv1 PATCH 1/6] videobuf2-core: move num_planes from vb2_buffer to vb2_queue.

2012-09-19 Thread Sylwester Nawrocki
On 09/19/2012 05:28 PM, Hans Verkuil wrote: > On Wed September 19 2012 17:18:11 Sylwester Nawrocki wrote: >> Hi Hans, >> >> On 09/19/2012 04:37 PM, Hans Verkuil wrote: >>> From: Hans Verkuil >>> >>> It's a queue-global value, so keep it there rather than with the >>> buffer struct. >> >> I would p

Re: tda8290 regression fix

2012-09-19 Thread Mauro Carvalho Chehab
Em 19-09-2012 10:01, Anders Thomson escreveu: > On 2012-09-18 11:53, Mauro Carvalho Chehab wrote: >> Em 16-09-2012 05:48, Anders Thomson escreveu: >> > It doesn't make any difference though :-( I still have the layer of >> > noise... >> >> That's weird. Hmm... perhaps priv->cfg.config is being in

Re: [PATCH] Mygica X8507 audio for YPbPr, AV and S-Video

2012-09-19 Thread Mauro Carvalho Chehab
Em 19-09-2012 10:31, Alfredo Jesús Delaiti escreveu: > El 18/09/12 13:16, Mauro Carvalho Chehab escribió: >> Em 03-09-2012 17:14, Alfredo Jesús Delaiti escreveu: >>> Hi >>> >>> This patch add audio support for input YPbPr, AV and S-Video for Mygica >>> X8507 card. >>> I tried it with the 3.4 and 3

[PATCH] [3/3] dvb-apps - update scan file for Hotrird 19E, Astra 19E, Thor 1W

2012-09-19 Thread VoJcEK
Thor patch dvb-apps_scan_1W.patch Description: Binary data

[PATCH] [2/3] dvb-apps - update scan file for Hotrird 19E, Astra 19E, Thor 1W

2012-09-19 Thread VoJcEK
Astra 19E patch dvb-apps_scan_19E.patch Description: Binary data

Re: [RFCv1 PATCH 1/6] videobuf2-core: move num_planes from vb2_buffer to vb2_queue.

2012-09-19 Thread Hans Verkuil
On Wed September 19 2012 17:18:11 Sylwester Nawrocki wrote: > Hi Hans, > > On 09/19/2012 04:37 PM, Hans Verkuil wrote: > > From: Hans Verkuil > > > > It's a queue-global value, so keep it there rather than with the > > buffer struct. > > I would prefer not doing this. It makes the path to varia

Re: [RFCv1 PATCH 1/6] videobuf2-core: move num_planes from vb2_buffer to vb2_queue.

2012-09-19 Thread Sylwester Nawrocki
Hi Hans, On 09/19/2012 04:37 PM, Hans Verkuil wrote: > From: Hans Verkuil > > It's a queue-global value, so keep it there rather than with the > buffer struct. I would prefer not doing this. It makes the path to variable number of per buffer planes more difficult. Regards, Sylwester -- To uns

[RFCv1 PATCH 5/6] v4l2-ioctl,c: handle PREPARE_BUF like QUERYBUF.

2012-09-19 Thread Hans Verkuil
From: Hans Verkuil The core code for PREPARE_BUF didn't take the multiplanar case into account, which might cause page faults. Handle PREPARE_BUF just like QUERYBUF and QBUF/DQBUF. Signed-off-by: Hans Verkuil --- drivers/media/v4l2-core/v4l2-ioctl.c |1 + 1 file changed, 1 insertion(+) di

[RFCv1 PATCH 1/6] videobuf2-core: move num_planes from vb2_buffer to vb2_queue.

2012-09-19 Thread Hans Verkuil
From: Hans Verkuil It's a queue-global value, so keep it there rather than with the buffer struct. Signed-off-by: Hans Verkuil --- drivers/media/v4l2-core/videobuf2-core.c | 40 -- include/media/videobuf2-core.h | 12 - 2 files changed, 27 inse

[RFCv1 PATCH 6/6] DocBook: various updates w.r.t. v4l2_buffer and multiplanar.

2012-09-19 Thread Hans Verkuil
From: Hans Verkuil Clarify the behavior of v4l2_buffer in the multiplanar case, including fixing a false statement: you can't set m.planes to NULL when calling DQBUF. Signed-off-by: Hans Verkuil --- Documentation/DocBook/media/v4l/io.xml |6 -- Documentation/DocBook/media/

[RFCv1 PATCH 3/6] videobuf2-core: move plane verification out of __fill_v4l2_buffer.

2012-09-19 Thread Hans Verkuil
From: Hans Verkuil The plane verification should be done before actually queuing or dequeuing buffers, so move it out of __fill_v4l2_buffer and call it as a separate step. The also makes it possible to change the return type of __fill_v4l2_buffer to void. Signed-off-by: Hans Verkuil --- drive

[RFCv1 PATCH 4/6] videobuf2-core: fill in length field for multiplanar buffers.

2012-09-19 Thread Hans Verkuil
From: Hans Verkuil length should be set to num_planes in __fill_v4l2_buffer(). That way the caller knows how many planes there are in the buffer. Signed-off-by: Hans Verkuil --- drivers/media/v4l2-core/videobuf2-core.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/v4l2-c

[RFCv1 PATCH 2/6] videobuf2-core: use vb2_queue in __verify_planes_array

2012-09-19 Thread Hans Verkuil
From: Hans Verkuil Since num_planes has been moved to vb2_queue, the __verify_planes_array() function can now switch to a vb2_queue argument as well. Signed-off-by: Hans Verkuil --- drivers/media/v4l2-core/videobuf2-core.c |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff

[RFCv1 PATCH 0/6] vb2 & multiplanar fixes/changes

2012-09-19 Thread Hans Verkuil
This RFC PATCH series is related to this email I sent: http://www.mail-archive.com/linux-media@vger.kernel.org/msg52193.html I've decided to fix the plane verification problem. This is done in the first three patches. The fourth patch fills in the length field as I proposed in the mail above. Th

Re: [PATCH] Mygica X8507 audio for YPbPr, AV and S-Video

2012-09-19 Thread Alfredo Jesús Delaiti
El 18/09/12 13:16, Mauro Carvalho Chehab escribió: Em 03-09-2012 17:14, Alfredo Jesús Delaiti escreveu: Hi This patch add audio support for input YPbPr, AV and S-Video for Mygica X8507 card. I tried it with the 3.4 and 3.5 kernel Remains to be done: IR, FM and ISDBT Sorry if I sent the patch

Re: tda8290 regression fix

2012-09-19 Thread Anders Thomson
On 2012-09-18 11:53, Mauro Carvalho Chehab wrote: Em 16-09-2012 05:48, Anders Thomson escreveu: > It doesn't make any difference though :-( I still have the layer of noise... That's weird. Hmm... perhaps priv->cfg.config is being initialized latter. Maybe you can then do, instead:

Re: [RFC 0/5] Generic panel framework

2012-09-19 Thread Tomi Valkeinen
Hi, On Fri, 2012-08-17 at 02:49 +0200, Laurent Pinchart wrote: > Hi everybody, > > While working on DT bindings for the Renesas Mobile SoC display controller > (a.k.a. LCDC) I quickly realized that display panel implementation based on > board code callbacks would need to be replaced by a driver-

Re: [media-workshop] [ANNOUNCE] media workshop in November

2012-09-19 Thread Laurent Pinchart
Hi Mauro, On Wednesday 19 September 2012 05:11:11 Mauro Carvalho Chehab wrote: > Dear developers, > > We're feeling the need for one more media workshop this year. > > As there will be already several developers going to LinuxCon Europe and > Embedded Linux Conference Europe, we'll be co-locatin

Re: [PATCH] Support for Asus MyCinema U3100Mini Plus

2012-09-19 Thread Antti Palosaari
On 09/19/2012 01:41 PM, Oliver Schinagl wrote: On 19-09-12 00:51, Antti Palosaari wrote: On 09/18/2012 08:18 PM, Oliver Schinagl wrote: On 09/17/12 23:57, Oliver Schinagl wrote: On 09/17/12 23:07, Antti Palosaari wrote: On 09/17/2012 11:43 PM, Oliver Schinagl wrote: On 09/17/12 17:20, Oliver

Re: [PATCH] Support for Asus MyCinema U3100Mini Plus (attempt 2)

2012-09-19 Thread Antti Palosaari
On 09/19/2012 12:52 PM, Oliver Schinagl wrote: On 19-09-12 00:42, Antti Palosaari wrote: On 09/19/2012 01:22 AM, oli...@schinagl.nl wrote: From: Oliver Schinagl This is initial support for the Asus MyCinema U3100Mini Plus. The driver in its current form gets detected and loads properly. It us

Re: [PATCH] Support for Asus MyCinema U3100Mini Plus

2012-09-19 Thread Oliver Schinagl
On 19-09-12 00:51, Antti Palosaari wrote: On 09/18/2012 08:18 PM, Oliver Schinagl wrote: On 09/17/12 23:57, Oliver Schinagl wrote: On 09/17/12 23:07, Antti Palosaari wrote: On 09/17/2012 11:43 PM, Oliver Schinagl wrote: On 09/17/12 17:20, Oliver Schinagl wrote: If tuner communication is rea

[PULL FOR v3.7] OMAP3 ISP patches

2012-09-19 Thread Laurent Pinchart
Hi Mauro, The following changes since commit 4313902ebe33155209472215c62d2f29d117be29: [media] ivtv-alsa, ivtv: Connect ivtv PCM capture stream to ivtv-alsa interface driver (2012-09-18 13:29:07 -0300) are available in the git repository at: git://linuxtv.org/pinchartl/media.git omap3isp-om

Re: [PATCH TRIVIAL] ivtv-alsa-pcm: remove unnecessary printk.h include

2012-09-19 Thread Andy Walls
Hans Verkuil wrote: >Just a quick patch removing the printk.h include: this header is >already >included by kernel.h, and it breaks the compat build because this >header >only appeared in 2.6.37. > >Regards, > > Hans > >Signed-off-by: Hans Verkuil > >diff --git a/drivers/media/pci/ivtv/ivt

Re: [PATCH] Support for Asus MyCinema U3100Mini Plus (attempt 2)

2012-09-19 Thread Oliver Schinagl
On 19-09-12 00:42, Antti Palosaari wrote: On 09/19/2012 01:22 AM, oli...@schinagl.nl wrote: From: Oliver Schinagl This is initial support for the Asus MyCinema U3100Mini Plus. The driver in its current form gets detected and loads properly. It uses the af9035 USB Bridge chip, with an af9033 de

Re: [PATCH v4] media: v4l2-ctrl: add a helper function to add standard control with driver specific menu

2012-09-19 Thread Prabhakar Lad
Hi Hans, Thanks for the review. On Wed, Sep 19, 2012 at 1:23 PM, Hans Verkuil wrote: > Hi Prabhakar, > > I found some grammar issues, but also some (small) things that should be > changed. > > > On Tue 18 September 2012 20:54:38 Prabhakar Lad wrote: >> From: Lad, Prabhakar >> >> Add helper fun

Questions regarding vb2 and multiplanar support

2012-09-19 Thread Hans Verkuil
I'm working on adding multiplanar support to v4l2-ctl, but I have a few questions. First of all, when I call QUERYBUF I set the length field of v4l2_buffer to the number of elements in my v4l2_plane array. When QUERYBUF returns, shouldn't the length field be updated to the actual number of plan

Re: [ANNOUNCE] media workshop in November

2012-09-19 Thread Hans Verkuil
On Wed 19 September 2012 10:11:11 Mauro Carvalho Chehab wrote: > Dear developers, > > We're feeling the need for one more media workshop this year. > > As there will be already several developers going to LinuxCon Europe and > Embedded Linux Conference Europe, we'll be co-locating the workshop to

Re: [media-workshop] [ANNOUNCE] media workshop in November

2012-09-19 Thread Mauro Carvalho Chehab
Em 19-09-2012 05:11, Mauro Carvalho Chehab escreveu: > Dear developers, > > We're feeling the need for one more media workshop this year. > > As there will be already several developers going to LinuxCon Europe and > Embedded Linux Conference Europe, we'll be co-locating the workshop together > w

[ANNOUNCE] media workshop in November

2012-09-19 Thread Mauro Carvalho Chehab
Dear developers, We're feeling the need for one more media workshop this year. As there will be already several developers going to LinuxCon Europe and Embedded Linux Conference Europe, we'll be co-locating the workshop together with those two events. As there will be several developers speaking

Re: [PATCH v4] media: v4l2-ctrl: add a helper function to add standard control with driver specific menu

2012-09-19 Thread Hans Verkuil
Hi Prabhakar, I found some grammar issues, but also some (small) things that should be changed. On Tue 18 September 2012 20:54:38 Prabhakar Lad wrote: > From: Lad, Prabhakar > > Add helper function v4l2_ctrl_new_std_menu_items(), which adds > a standard menu control, with driver specific menu

[PATCH TRIVIAL] ivtv-alsa-pcm: remove unnecessary printk.h include

2012-09-19 Thread Hans Verkuil
Just a quick patch removing the printk.h include: this header is already included by kernel.h, and it breaks the compat build because this header only appeared in 2.6.37. Regards, Hans Signed-off-by: Hans Verkuil diff --git a/drivers/media/pci/ivtv/ivtv-alsa-pcm.c b/drivers/media/pci/