RE: VIDEO_OMAP2_VOUT broken

2011-08-28 Thread Hiremath, Vaibhav
> -Original Message- > From: Valkeinen, Tomi > Sent: Sunday, August 28, 2011 9:52 PM > To: Arnd Bergmann > Cc: linux-media@vger.kernel.org; JAIN, AMBER; Hiremath, Vaibhav; Taneja, > Archit > Subject: Re: VIDEO_OMAP2_VOUT broken > > Hi Arnd, > > On Sat, Aug 27, 2011 at 11:58 PM, Arnd Berg

Re: usb_set_intfdata usage for two subdrivers

2011-08-28 Thread Antti Palosaari
On 08/29/2011 03:36 AM, Greg KH wrote: On Mon, Aug 29, 2011 at 02:30:26AM +0300, Antti Palosaari wrote: I am trying to implement DVB USB device smartcard reader support using USB-serial. Really? Why? That doesn't seem to make sense, please explain more. Since it is old style serial smartca

Re: usb_set_intfdata usage for two subdrivers

2011-08-28 Thread Greg KH
On Mon, Aug 29, 2011 at 02:30:26AM +0300, Antti Palosaari wrote: > I am trying to implement DVB USB device smartcard reader support > using USB-serial. Really? Why? That doesn't seem to make sense, please explain more. > The main problem is now that both DVB-USB and > USB-serial uses interface

Re: [PATCH/RFC v2 3/3] fbdev: sh_mobile_lcdc: Support FOURCC-based format API

2011-08-28 Thread Magnus Damm
On Fri, Aug 19, 2011 at 6:37 PM, Laurent Pinchart wrote: > Signed-off-by: Laurent Pinchart > --- >  arch/arm/mach-shmobile/board-ag5evm.c   |    2 +- >  arch/arm/mach-shmobile/board-ap4evb.c   |    4 +- >  arch/arm/mach-shmobile/board-mackerel.c |    4 +- >  drivers/video/sh_mobile_lcdcfb.c      

usb_set_intfdata usage for two subdrivers

2011-08-28 Thread Antti Palosaari
I am trying to implement DVB USB device smartcard reader support using USB-serial. The main problem is now that both DVB-USB and USB-serial uses interface data (usb_set_intfdata / usb_get_intfdata) for state. Is there any common solution to resolve issue easily? regards Antti -- http://palosa

AVerMedia HC82R Hybrid NanoExpress (saa716x)

2011-08-28 Thread markk
Hi, [I'm not subscribed to this list.] The AVerMedia HC82R "AVerTV Hybrid NanoExpress" is a hybrid analogue/DVB-T ExpressCard with A/V input. I have a Dell OEM version of this card, which has PCI vendor:product ID 1131:7160, subsystem 1461:0555. The current saa716x source from http://jusst.de/hg

Re: [PATCH 5/7 v5] V4L: vb2: add support for buffers of different sizes on a single queue

2011-08-28 Thread Pawel Osciak
Hi Guennadi, On Wed, Aug 24, 2011 at 11:41, Guennadi Liakhovetski wrote: > The two recently added ioctl()s VIDIOC_CREATE_BUFS and VIDIOC_PREPARE_BUF > allow user-space applications to allocate video buffers of different > sizes and hand them over to the driver for fast switching between > differe

Re: DiBxxxx: fixes for 3.1/3.0

2011-08-28 Thread Jonathan Nieder
Hi, Patrick Boettcher wrote: > On Wed, 3 Aug 2011, Patrick Boettcher wrote: >> [media] dib0700: protect the dib0700 buffer access >> [media] DiBcom: protect the I2C bufer access > > I added a patch from Olivier which fixes wrongly used dprintks and replaces > them by err()-calls. > > [media] dib0

Re: [PATCH] media i.MX27 camera: remove legacy dma support

2011-08-28 Thread Baruch Siach
Hi Guennadi, On Wed, Aug 24, 2011 at 09:19:24AM +0200, Guennadi Liakhovetski wrote: [snip] > On Wed, 24 Aug 2011, Sascha Hauer wrote: > > The i.MX27 dma support was introduced with the initial commit of > > this driver and originally created by me. However, I never got > > this stable due to the r

Re: [PATCH] media: Add camera controls for the ov5642 driver

2011-08-28 Thread Laurent Pinchart
Hi Bastian, Thanks for the patch. On Wednesday 17 August 2011 18:02:07 Bastian Hecht wrote: > The driver now supports automatic/manual gain, automatic/manual white > balance, automatic/manual exposure control, vertical flip, brightness > control, contrast control and saturation control. Additiona

Re: [PATCH] media: Add support for arbitrary resolution for the ov5642 camera driver

2011-08-28 Thread Laurent Pinchart
Hi Bastian, Thanks for the patch. On Wednesday 17 August 2011 17:53:42 Bastian Hecht wrote: > This patch adds the ability to get arbitrary resolutions with a width > up to 2592 and a height up to 720 pixels instead of the standard 1280x720 > only. > > Signed-off-by: Bastian Hecht > --- > > dif

Re: VIDEO_OMAP2_VOUT broken

2011-08-28 Thread Valkeinen, Tomi
Hi Arnd, On Sat, Aug 27, 2011 at 11:58 PM, Arnd Bergmann wrote: > Hi Tomi, > > Apparently your patch 8cff88c5d "OMAP: DSS2: remove update_mode from omapdss" > broke building the omap_vout driver: Yes, I didn't realize it affects v4l2, and I didn't have v4l2 enabled in the kernel. I have it now e

Some success with Terratec Cinergy HTC USB XS

2011-08-28 Thread Holger Nelson
Hi, I had some success with a Terratec Cinergy HTC USB XS: I added the usb id as a Terratec H5 to em28xx-cards.c and downloaded the firmware file for Terratec H5, because I saw on Terratecs linux-site that both devices use the same ICs. DVB-C works with this setup. Watching analog tv didn't work

Re: [ANN] Meeting minutes of the Cambourne meeting

2011-08-28 Thread Sylwester Nawrocki
Hi Laurent, On 08/08/2011 05:50 PM, Laurent Pinchart wrote: > Subdevs hierachy, Linux device model > > > Preliminary conclusions: > > - With the move to device tree on ARM (and other platforms), I2C, SPI and > platform subdevs should be created from b

Re: [PATCH/RFC v2 3/3] fbdev: sh_mobile_lcdc: Support FOURCC-based format API

2011-08-28 Thread Laurent Pinchart
Hi Florian, Thanks for the review. On Friday 26 August 2011 19:24:02 Florian Tobias Schandinat wrote: > On 08/19/2011 09:37 AM, Laurent Pinchart wrote: [snip] > > diff --git a/drivers/video/sh_mobile_lcdcfb.c > > b/drivers/video/sh_mobile_lcdcfb.c index 97ab8ba..ea3f619 100644 > > --- a/drivers

Re: [PATCH/RFC v2 1/3] fbdev: Add FOURCC-based format configuration API

2011-08-28 Thread Laurent Pinchart
Hi Florian, Thank you for the review. On Friday 26 August 2011 19:07:01 Florian Tobias Schandinat wrote: > Hi Laurent, > > hope we're close to the final thing now. Just a few minor issues. I agree with all your comments, I'll fix the patches accordingly. -- Regards, Laurent Pinchart -- To un