Re: [PATCH 02/13] v4l: Add multi-planar ioctl handling code

2010-12-22 Thread Pawel Osciak
On Wed, Dec 22, 2010 at 12:38, Hans Verkuil wrote: > On Wednesday, December 22, 2010 18:10:26 Pawel Osciak wrote: >> From: Pawel Osciak >> >> Add multi-planar API core ioctl handling and conversion functions. >> >> Signed-off-by: Pawel Osciak >> Signed-off-by: Kyungmin Park >> Reviewed-by: Mare

Re: [RFC/PATCH v7 02/12] media: Media device

2010-12-22 Thread Greg KH
On Mon, Dec 20, 2010 at 12:36:25PM +0100, Laurent Pinchart wrote: > The media_device structure abstracts functions common to all kind of > media devices (v4l2, dvb, alsa, ...). It manages media entities and > offers a userspace API to discover and configure the media device > internal topology. As

Re: [RFC/PATCH v7 01/12] media: Media device node support

2010-12-22 Thread Greg KH
On Mon, Dec 20, 2010 at 12:36:24PM +0100, Laurent Pinchart wrote: > +/* > + * Flag to mark the media_devnode struct as registered. Drivers must not > touch > + * this flag directly, it will be set and cleared by media_devnode_register > and > + * media_devnode_unregister. > + */ > +#define MEDIA_

Re: [RFC/PATCH v7 01/12] media: Media device node support

2010-12-22 Thread Greg KH
On Mon, Dec 20, 2010 at 12:36:24PM +0100, Laurent Pinchart wrote: > The media_devnode structure provides support for registering and > unregistering character devices using a dynamic major number. Reference > counting is handled internally, making device drivers easier to write > without having to

[PATCH v3.2] [media] s5p-fimc: fix the value of YUV422 1-plane formats

2010-12-22 Thread Hyunwoong Kim
Some color formats are mismatched in s5p-fimc driver. CIOCTRL[1:0], order422_out, should be set 2b'00 not 2b'11 to use V4L2_PIX_FMT_YUYV. Because in V4L2 standard V4L2_PIX_FMT_YUYV means "start + 0: Y'00 Cb00 Y'01 Cr00 Y'02 Cb01 Y'03 Cr01". According to datasheet 2b'00 is right value for V4L2_PIX_F

[PATCH v2.1] [media] s5p-fimc: Configure scaler registers depending on FIMC version

2010-12-22 Thread Hyunwoong Kim
The main scaler has four SFRs for main scaler ratio depending on FIMC version. FIMC 4.x has only two SFRs and FIMC 5.x has four SFRs for main scaler. Those are MainHorRatio, MainHorRatio_ext, MainVerRatio and MainverRatio_ext. The FIMC 5.x has 15 bit resolution for scaling ratio as below. {MainHor

Re: [PATCH 02/13] v4l: Add multi-planar ioctl handling code

2010-12-22 Thread Hans Verkuil
On Wednesday, December 22, 2010 18:10:26 Pawel Osciak wrote: > From: Pawel Osciak > > Add multi-planar API core ioctl handling and conversion functions. > > Signed-off-by: Pawel Osciak > Signed-off-by: Kyungmin Park > Reviewed-by: Marek Szyprowski > --- > drivers/media/video/v4l2-ioctl.c |

[PATCH v2 1/2] media: saa7115: allow input standard autodetection for more chips

2010-12-22 Thread Anatolij Gustschin
Autodetect input's standard using field frequency detection feature (FIDT in status byte at 0x1F) of the chips saa7111/ saa7111a/saa7113/saa7114/saa7118. Signed-off-by: Anatolij Gustschin --- Changes since first patch version: - reworked for chips other than saa7115 - fixed to return V4L2_STD_5

[PATCH v2 2/2] media: fsl_viu: add VIDIOC_QUERYSTD and VIDIOC_G_STD support

2010-12-22 Thread Anatolij Gustschin
VIDIOC_QUERYSTD and VIDIOC_G_STD ioctls are currently not supported in the FSL VIU driver. The decoder subdevice driver saa7115 extended by previous patch supports QUERYSTD for saa711x, so we add the appropriate ioctls to the VIU driver to be able to determine the video input's standard. Signed-of

Re: [PATCH v9 5/8] davinci vpbe: platform specific additions

2010-12-22 Thread Kevin Hilman
Manjunath Hadli writes: > This patch implements the overall device creation for the Video > display driver > > Signed-off-by: Manjunath Hadli > Acked-by: Muralidharan Karicheri > Acked-by: Hans Verkuil This one still conflicts with other changes in davinci-next queued for 2.6.38. Please sepa

Re: [PATCH v8 6/8] davinci vpbe: board specific additions

2010-12-22 Thread Sergei Shtylyov
Hello. Hadli, Manjunath wrote: Sergei, Only one comment. For others I have done the fixes. Thanks and Regards, -Manju Others On Tue, Dec 21, 2010 at 17:13:30, Sergei Shtylyov wrote: Hello. On 20-12-2010 16:54, Manjunath Hadli wrote: This patch implements tables for display timings,o

[cron job] v4l-dvb daily build: WARNINGS

2010-12-22 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Wed Dec 22 19:00:30 CET 2010 git master: 59365d136d205cc20fe666ca7f89b1c5001b0d5a git media-master: gcc version: i6

Re: [PATCH] drivers:media:dvb: add USB PIDs for Elgato EyeTV Sat

2010-12-22 Thread Mauro Carvalho Chehab
Em 18-12-2010 13:58, s...@metal-fish.co.uk escreveu: > Adds USB PIDs for the Elgato EyeTV Sat device. > This device is a clone of the Terratec S7. > > Signed-off-by: Sam Doshi Something broke your patch. Anyway, I fixed it and applied. > > diff -r abd3aac6644e linux/drivers/media/dvb/dvb-usb/a

[PATCH 02/13] v4l: Add multi-planar ioctl handling code

2010-12-22 Thread Pawel Osciak
From: Pawel Osciak Add multi-planar API core ioctl handling and conversion functions. Signed-off-by: Pawel Osciak Signed-off-by: Kyungmin Park Reviewed-by: Marek Szyprowski --- drivers/media/video/v4l2-ioctl.c | 453 ++ include/media/v4l2-ioctl.h |

Re: pinnaclePCTVusb2

2010-12-22 Thread Mauro Carvalho Chehab
Danielle, Em 22-12-2010 10:41, daniele escreveu: > lsusb > Bus 002 Device 002: ID eb1a:2870 eMPIA Technology, Inc. Pinnacle PCTV > Stick > > Linux ubuntu 2.6.35-24-generic #42-Ubuntu SMP Thu Dec 2 02:41:37 UTC > 2010 x86_64 GNU/Linux > > I'm sorry to disturb, but it's an year I can resolve this

Re: [2/2] media: fsl_viu: add VIDIOC_QUERYSTD and VIDIOC_G_STD support

2010-12-22 Thread Mauro Carvalho Chehab
Em 13-12-2010 16:19, Anatolij Gustschin escreveu: > VIDIOC_QUERYSTD and VIDIOC_G_STD ioctls are currently not > supported in the FSL VIU driver. The decoder subdevice > driver saa7115 extended by previous patch supports QUERYSTD > for saa7113, so we add the appropriate ioctls to the VIU > driver to

Re: [1/2] media: saa7115: allow input standard autodetection for SAA7113

2010-12-22 Thread Mauro Carvalho Chehab
Em 13-12-2010 16:19, Anatolij Gustschin escreveu: > Autodetect input's standard using field frequency detection > feature (FIDT in status byte at 0x1F) of the SAA7113. > > Signed-off-by: Anatolij Gustschin > > --- > drivers/media/video/saa7115.c | 12 > 1 files changed, 12 inserti

Re: BUG: double mutex_unlock in drivers/media/video/tlg2300/pd-video.c

2010-12-22 Thread Mauro Carvalho Chehab
Em 13-12-2010 13:59, iceberg escreveu: > KERNEL_VERSION: 2.6.36 > SUBJECT: double mutex_lock in drivers/media/video/tlg2300/pd-video.c > in function vidioc_s_fmt > SUBSCRIBE: > First mutex_unlock in function pd_vidioc_s_fmt in line 767: > > 764ret |= send_set_req(pd

Fwd: bttv problem

2010-12-22 Thread Linos
Any possible fix for this problem please? Mensaje original Asunto: bttv problem Fecha: Sun, 19 Dec 2010 13:54:00 +0100 De: Linos Para: linux-media@vger.kernel.org Hi, i have 2 Provideo PV150 multi-capture PCI board video cards (4 bt878 chipsets in every board), i hav

Fw: Logitech C310

2010-12-22 Thread Adrian Sandor
Oops, it doesn't go to the list automatically. Forwarding... - Forwarded Message > From: Adrian Sandor > - Original Message > > From: Laurent Pinchart > > > > Hi Adrian, > > > > On Wednesday 22 December 2010 13:56:41 Adrian Sandor wrote: > > > Hi, I bought a Logitech C310

Re: [PATCH v2] drivers/media/video/v4l2-compat-ioctl32.c: Check the return value of copy_to_user

2010-12-22 Thread Arnd Bergmann
On Wednesday 22 December 2010 15:14:49 Andreas Oberritter wrote: > > diff --git a/drivers/media/video/v4l2-compat-ioctl32.c > > b/drivers/media/video/v4l2-compat-ioctl32.c > > index e30e8df..6f2a022 100644 > > --- a/drivers/media/video/v4l2-compat-ioctl32.c > > +++ b/drivers/media/video/v4l2-compa

Re: Logitech C310

2010-12-22 Thread Laurent Pinchart
Hi Adrian, On Wednesday 22 December 2010 13:56:41 Adrian Sandor wrote: > Hi, I bought a Logitech C310 webcam. According to the box, it supports 5 > megapixel photos and 720p video. > How can I take high-resolution photos from it? Does it work through v4l or > a separate interface? > The camera is

Re: [PATCH 02/13] v4l: Add multi-planar ioctl handling code

2010-12-22 Thread Hans Verkuil
Darn, I'd hoped I could ack the whole lot, but there are a few small problems with error checking here: On Wednesday, December 22, 2010 14:40:32 Marek Szyprowski wrote: > From: Pawel Osciak > > Add multi-planar API core ioctl handling and conversion functions. > > Signed-off-by: Pawel Osciak >

[PATCH 11/13] v4l: videobuf2: add DMA scatter/gather allocator

2010-12-22 Thread Marek Szyprowski
From: Andrzej Pietrasiewicz Add an implementation of DMA scatter/gather allocator and handling routines for videobuf2. For mmap operation mode it is implemented on top of alloc_page + sg_set_page/_free_page. For userptr operation mode it is impelmented on top of get_user_pages + sg_set_page/put

[PATCH 12/13] v4l: videobuf2: add read() and write() emulator

2010-12-22 Thread Marek Szyprowski
Add a generic file io (read and write) emulator for videobuf2. It uses MMAP memory type buffers and generic vb2 calls: req_bufs, qbuf and dqbuf. Video date is being copied from mmap buffers to userspace with standard copy_to_user() function. To add support for file io the driver needs to provide an

[PATCH 13/13] v4l: vivi: port to videobuf2

2010-12-22 Thread Marek Szyprowski
Make vivi use videobuf2 in place of videobuf. Signed-off-by: Pawel Osciak Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park CC: Pawel Osciak --- drivers/media/video/Kconfig |2 +- drivers/media/video/vivi.c | 369 +++ 2 files changed, 2

[PATCH 10/13] v4l: videobuf2: add DMA coherent allocator

2010-12-22 Thread Marek Szyprowski
From: Pawel Osciak Add an implementation of DMA coherent memory allocator and handling routines for videobuf2, implemented on top of dma_alloc_coherent() call. Signed-off-by: Pawel Osciak Signed-off-by: Kyungmin Park Signed-off-by: Marek Szyprowski CC: Pawel Osciak --- drivers/media/video/K

Re: [PATCH v2] drivers/media/video/v4l2-compat-ioctl32.c: Check the return value of copy_to_user

2010-12-22 Thread Andreas Oberritter
On 12/22/2010 12:48 AM, Thiago Farina wrote: > This fix the following warning: > drivers/media/video/v4l2-compat-ioctl32.c: In function ‘get_microcode32’: > drivers/media/video/v4l2-compat-ioctl32.c:209: warning: ignoring return value > of ‘copy_to_user’, declared with attribute warn_unused_result

[PATCH v9 7/8] davinci vpbe: Build infrastructure for VPBE driver

2010-12-22 Thread Manjunath Hadli
This patch adds the build infra-structure for Davinci VPBE dislay driver Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/Kconfig | 22 ++ drivers/media/video/davinci/Makefile |2 ++ 2 files change

[PATCH v9 8/8] davinci vpbe: Readme text for Dm6446 vpbe

2010-12-22 Thread Manjunath Hadli
Please refer to this file for detailed documentation of davinci vpbe v4l2 driver Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- Documentation/video4linux/README.davinci-vpbe | 93 + 1 files changed, 93 insertions(+), 0 delet

[PATCH v9 6/8] davinci vpbe: board specific additions

2010-12-22 Thread Manjunath Hadli
This patch implements tables for display timings,outputs and other board related functionalities. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- arch/arm/mach-davinci/board-dm644x-evm.c | 81 +- 1 files changed, 68 inser

[PATCH v9 5/8] davinci vpbe: platform specific additions

2010-12-22 Thread Manjunath Hadli
This patch implements the overall device creation for the Video display driver Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- arch/arm/mach-davinci/dm644x.c | 170 ++- arch/arm/mach-davinci/include/mach/dm644x.h

[PATCH v9 4/8] davinci vpbe: VENC( Video Encoder) implementation

2010-12-22 Thread Manjunath Hadli
This patch adds the VENC or the Video encoder, whichis responsible for the blending of al source planes and timing generation for Video modes like NTSC, PAL and other digital outputs. the VENC implementation currently supports COMPOSITE and COMPONENT outputs and NTSC and PAL resolutions through the

[PATCH v9 2/8] davinci vpbe: VPBE display driver

2010-12-22 Thread Manjunath Hadli
This patch implements the coe functionality of the dislay driver, mainly controlling the VENC and other encoders, and acting as the one point interface for the man V4L2 driver.This implements the cre of each of the V4L2 IOCTLs. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acke

[PATCH v9 3/8] davinci vpbe: OSD(On Screen Display) block

2010-12-22 Thread Manjunath Hadli
This patch implements the functionality of the OSD block of the VPBE.The OSD in total supports 4 planes or Video sources - 2 mainly RGB and 2 Video. The patch implements general handling of all the planes, with specific emphasis on the Video plane capabilities as the Video planes are supported thro

[PATCH v9 0/8] davinci vpbe: dm6446 v4l2 driver

2010-12-22 Thread Manjunath Hadli
version9: addressed Sergei's comments on: 1. Resource duplication 2. Line spacing 3. error checking Manjunath Hadli (8): davinci vpbe: V4L2 display driver for DM644X SoC davinci vpbe: VPBE display driver davinci vpbe: OSD(On Screen Display) block davinci vpbe: VENC( Video Encoder) implemen

RE: [PATCH v8 6/8] davinci vpbe: board specific additions

2010-12-22 Thread Hadli, Manjunath
Sergei, Only one comment. For others I have done the fixes. Thanks and Regards, -Manju Others On Tue, Dec 21, 2010 at 17:13:30, Sergei Shtylyov wrote: > Hello. > > On 20-12-2010 16:54, Manjunath Hadli wrote: > > > This patch implements tables for display timings,outputs and other > > board rel

[PATCH 09/13] v4l: videobuf2: add vmalloc allocator

2010-12-22 Thread Marek Szyprowski
From: Pawel Osciak Add an implementation of contiguous virtual memory allocator and handling routines for videobuf2, implemented on top of vmalloc()/vfree() calls. Signed-off-by: Pawel Osciak Signed-off-by: Kyungmin Park Signed-off-by: Marek Szyprowski CC: Pawel Osciak --- drivers/media/vid

[PATCH 05/13] v4l: v4l2-ioctl: add buffer type conversion for multi-planar-aware ioctls

2010-12-22 Thread Marek Szyprowski
From: Pawel Osciak Drivers that support only one variant of API - single- or multi-planar - can still be used by applications that support the other variant in most cases. This adds a conversion layer for buffer types for such situations. Signed-off-by: Pawel Osciak Signed-off-by: Marek Szyprow

[PATCH 03/13] v4l: Add compat functions for the multi-planar API

2010-12-22 Thread Marek Szyprowski
From: Pawel Osciak Add multi-planar ioctl handling to the 32bit compatibility layer. Signed-off-by: Pawel Osciak Signed-off-by: Kyungmin Park Signed-off-by: Marek Szyprowski --- drivers/media/video/v4l2-compat-ioctl32.c | 221 + 1 files changed, 190 insertions(+)

[PATCH 07/13] v4l: add videobuf2 Video for Linux 2 driver framework

2010-12-22 Thread Marek Szyprowski
From: Pawel Osciak Videobuf2 is a Video for Linux 2 API-compatible driver framework for multimedia devices. It acts as an intermediate layer between userspace applications and device drivers. It also provides low-level, modular memory management functions for drivers. Videobuf2 eases driver deve

[PATCH 08/13] v4l: videobuf2: add generic memory handling routines

2010-12-22 Thread Marek Szyprowski
Add generic memory handling routines for userspace pointer handling, contiguous memory verification and mapping. Signed-off-by: Marek Szyprowski Signed-off-by: Pawel Osciak Signed-off-by: Kyungmin Park CC: Pawel Osciak --- drivers/media/video/Kconfig|3 + drivers/media/video/M

[PATCH 02/13] v4l: Add multi-planar ioctl handling code

2010-12-22 Thread Marek Szyprowski
From: Pawel Osciak Add multi-planar API core ioctl handling and conversion functions. Signed-off-by: Pawel Osciak Signed-off-by: Kyungmin Park Reviewed-by: Marek Szyprowski Signed-off-by: Marek Szyprowski --- drivers/media/video/v4l2-ioctl.c | 418 ++ in

[PATCH 06/13] v4l: v4l2-ioctl: Fix conversion between multiplane and singleplane buffers

2010-12-22 Thread Marek Szyprowski
From: Sylwester Nawrocki Fix copying unions and preserve pointer to the plane array in buf_sp_to_mp() and buf_mp_to_sp(). Signed-off-by: Sylwester Nawrocki Signed-off-by: Marek Szyprowski --- drivers/media/video/v4l2-ioctl.c |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-)

[PATCH v8 00/13] Videobuf2 framework (final version together with multiplane patches)

2010-12-22 Thread Marek Szyprowski
Hello! This is the final version of VideoBuf2 patch series. I've included all prerequisites for this patch series: multiplane patches (v6) as well as some minor fixes related to ioctl conversion. This patch series has been rebased onto the latest staging/for_v2.6.38 branch from git://linuxtv.org/m

[PATCH 01/13] v4l: Add multi-planar API definitions to the V4L2 API

2010-12-22 Thread Marek Szyprowski
From: Pawel Osciak Multi-planar API is as a backwards-compatible extension of the V4L2 API, which allows video buffers to consist of one or more planes. Planes are separate memory buffers; each has its own mapping, backed by usually separate physical memory buffers. Many different uses for the m

[PATCH 04/13] v4l: fix copy sizes in compat32 for ext controls

2010-12-22 Thread Marek Szyprowski
From: Pawel Osciak Signed-off-by: Pawel Osciak Signed-off-by: Marek Szyprowski --- drivers/media/video/v4l2-compat-ioctl32.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/media/video/v4l2-compat-ioctl32.c b/drivers/media/video/v4l2-compat-ioctl32.c in

RE: [PATCH 7/9] media: MFC: Add MFC v5.1 V4L2 driver

2010-12-22 Thread Marek Szyprowski
Hello, On Wednesday, December 22, 2010 12:55 PM Jeongtae Park wrote: > Multi Format Codec v5.1 is a module available on S5PC110 and S5PC210 > Samsung SoCs. Hardware is capable of handling a range of video codecs > and this driver provides V4L2 interface for video decoding & encoding. > > Reviewe

Logitech C310

2010-12-22 Thread Adrian Sandor
Hi, I bought a Logitech C310 webcam. According to the box, it supports 5 megapixel photos and 720p video. How can I take high-resolution photos from it? Does it work through v4l or a separate interface? The camera is working well in mplayer (showing 1280*720 video). Thanks Adrian P.S. I had ori

Re: [PATCH 7/9] media: MFC: Add MFC v5.1 V4L2 driver

2010-12-22 Thread Hans Verkuil
A quick review: On Wednesday, December 22, 2010 12:54:43 Jeongtae Park wrote: > Multi Format Codec v5.1 is a module available on S5PC110 and S5PC210 > Samsung SoCs. Hardware is capable of handling a range of video codecs > and this driver provides V4L2 interface for video decoding & encoding. > >

Re: [PATCH 1/9] media: Changes in include/linux/videodev2.h for MFC 5.1

2010-12-22 Thread Hans Verkuil
On Wednesday, December 22, 2010 12:54:37 Jeongtae Park wrote: > Add fourcc values for compressed video stream formats and > V4L2_CTRL_CLASS_CODEC. Also adds controls used by MFC 5.1 driver. > > Reviewed-by: Peter Oh > Signed-off-by: Jeongtae Park > --- > include/linux/videodev2.h | 170 >

[PATCH 8/9] ARM: S5PV310: Add MFC v5.1 platform device support for SMDKC210

2010-12-22 Thread Jeongtae Park
This patch adds MFC v5.1 platform device support for SMDKC210. Reviewed-by: Peter Oh Signed-off-by: Jeongtae Park --- arch/arm/mach-s5pv310/Kconfig |1 + arch/arm/mach-s5pv310/mach-smdkc210.c |3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s5

[PATCH 5/9] ARM: S5PV310: Add CMA support for MFC v5.1 on SMDKC210

2010-12-22 Thread Jeongtae Park
This patch adds CMA support for MFC v5.1. It includes CMA region definition and reserve callback addition. Reviewed-by: Peter Oh Signed-off-by: Jeongtae Park --- arch/arm/mach-s5pv310/mach-smdkc210.c | 35 + 1 files changed, 35 insertions(+), 0 deletions(-) di

[PATCH 4/9] ARM: S5P: Add platform support for MFC v5.1

2010-12-22 Thread Jeongtae Park
Add platform support for MFC v5.1 is a module available on S5PC110 and S5PC210 Samsung SoCs. Reviewed-by: Peter Oh Signed-off-by: Jeongtae Park --- arch/arm/plat-s5p/Kconfig |5 +++ arch/arm/plat-s5p/Makefile|1 + arch/arm/plat-s5p/dev-mfc.c

[PATCH 0/9] Multi Format Codec 5.1 driver for S5PC210 SoC

2010-12-22 Thread Jeongtae Park
Hello, Previous submitted MFC v5.1 V4L2 driver supports only decoding capability. "[RFC/PATCH v4 0/4] Multi Format Codec 5.0 driver for S5PC110 SoC" But, MFC v5.1 has a encoding capability for a range of video codecs (H.264, MPEG4, H.263). Currently the driver supports only H.264 encoding. This dr

[PATCH 1/9] media: Changes in include/linux/videodev2.h for MFC 5.1

2010-12-22 Thread Jeongtae Park
Add fourcc values for compressed video stream formats and V4L2_CTRL_CLASS_CODEC. Also adds controls used by MFC 5.1 driver. Reviewed-by: Peter Oh Signed-off-by: Jeongtae Park --- include/linux/videodev2.h | 170 + 1 files changed, 170 insertions(+),

[PATCH 2/9] ARM: S5PV310: Add clock support for MFC v5.1

2010-12-22 Thread Jeongtae Park
This patch adds clock support for MFC v5.1. Reviewed-by: Peter Oh Signed-off-by: Jeongtae Park --- arch/arm/mach-s5pv310/clock.c | 68 +++ arch/arm/mach-s5pv310/include/mach/regs-clock.h |3 + 2 files changed, 71 insertions(+), 0 deletions(-) diff --

[PATCH 6/9] ARM: S5PV310: Add CMA support for MFC v5.1 on SMDKV310

2010-12-22 Thread Jeongtae Park
This patch adds CMA support for MFC v5.1. It includes CMA region definition and reserve callback addition. Reviewed-by: Peter Oh Signed-off-by: Jeongtae Park --- arch/arm/mach-s5pv310/mach-smdkv310.c | 35 + 1 files changed, 35 insertions(+), 0 deletions(-) di

[PATCH 9/9] ARM: S5PV310: Add MFC v5.1 platform device support for SMDKV310

2010-12-22 Thread Jeongtae Park
This patch adds MFC v5.1 platform device support for SMDKV310. Reviewed-by: Peter Oh Signed-off-by: Jeongtae Park --- arch/arm/mach-s5pv310/Kconfig |1 + arch/arm/mach-s5pv310/mach-smdkv310.c |3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s5

[PATCH 3/9] ARM: S5PV310: Add memory map support for MFC v5.1

2010-12-22 Thread Jeongtae Park
This patch adds memroy map support for MFC v5.1. Reviewed-by: Peter Oh Signed-off-by: Jeongtae Park --- arch/arm/mach-s5pv310/include/mach/map.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s5pv310/include/mach/map.h b/arch/arm/mach-s5pv310/include/m

Re: [PATCH v7 2/7] drivers:media:radio: wl128x: fmdrv_v4l2 sources

2010-12-22 Thread Hans Verkuil
On Wednesday, December 22, 2010 07:19:54 halli manjunatha wrote: > 10 at 5:08 PM, Hans Verkuil wrote: > > On Friday, December 17, 2010 12:06:31 manjunatha_ha...@ti.com wrote: > >> From: Manjunatha Halli > >> > >> This module interfaces V4L2 subsystem and FM common module. > >> It registers itself

nasty bug at qv4l2

2010-12-22 Thread Mauro Carvalho Chehab
Hans V/Hans G, There's a nasty bug at qv4l2 or at libv4l: it is not properly updating all info, if you change the video device. On my tests with uvcvideo (video0) and a gspca camera (pac7302, video1), it was showing the supported formats for the uvcvideo camera when I changed from video0 to vide

Re: add Technisat skystar usb plus USB-ID

2010-12-22 Thread Mauro Carvalho Chehab
Em 05-12-2010 12:31, Halim Sahin escreveu: > this device is a rebranded Technotrend s-2400 with USB id 0x3009. > THx to Carsten Wehmeier for reporting > > Signed-off-by: Halim Sahin > > --- > drivers/media/dvb/dvb-usb/dvb-usb-ids.h |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) >

Re: DVB/V4L: Fix Kconfig select/depend conflicts

2010-12-22 Thread Mauro Carvalho Chehab
Em 04-12-2010 16:09, Ben Hutchings escreveu: > The selection of 'helper' drivers for peripheral chips can be done > either automatically by the config entry for the controller chip in a > device (default if !EMBEDDED) or manually if the user knows exactly > which peripheral chips are used. > > The

Re: [git:v4l-dvb/for_v2.6.38] [media] [v18, 2/2] V4L2: WL1273 FM Radio: TI WL1273 FM radio driver

2010-12-22 Thread Matti J. Aaltonen
On Tue, 2010-12-21 at 15:15 +0100, ext Hans Verkuil wrote: > On Tuesday, December 21, 2010 15:05:08 Mauro Carvalho Chehab wrote: > > This is an automatic generated email to let you know that the following > > patch were queued at the > > http://git.linuxtv.org/media_tree.git tree: > > > > Subjec

[PATCH] Rework and fix IR

2010-12-22 Thread Dmitri Belimov
Hi This patch didn't kill Stefan's remotes and just for upload my good part of code. 1. Add some code for show IR activity 2. Add filter for IR remotes 3. Split remotes to different types. 4. Fix stop interrupt pipe when isoc pipe started. When we decide general way of IR I'll add support our re

Re: Quickcam express: Not able to capture video

2010-12-22 Thread Jean-Francois Moine
On Wed, 22 Dec 2010 10:45:14 +0530 Sudhindra Nayak wrote: > Hi all, > > I'm using a 'Logitech Quickcam Express' (046d:0840) camera to capture > video. I'm using the STV06xx driver for this camera. I'm using a v4l2 > example code as my application along with the above mentioned driver. [s