[PATCH] staging: media: go7007: Adlink MPG24 board issues

2012-05-11 Thread volokh84
From: Volokh Konstantin m...@bk.ru This issuses applyed only for Adlink MPG24 board with go7007 wis2804, all whese changes was tested for continuos loadrestart mode This is minimal changes needed for start up go7007wis2804 to work correctly in 3.4 branch Changes: - When go7007 reset

[PATCH 1/2] au0828: Add USB ID used by many dongles

2012-05-11 Thread Ismael Luceno
Tested with Yfeng 680 ATV dongle. Signed-off-by: Ismael Luceno ismael.luc...@gmail.com --- drivers/media/video/au0828/au0828-cards.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/video/au0828/au0828-cards.c b/drivers/media/video/au0828/au0828-cards.c index

[PATCH 2/2] au0828: Move under dvb

2012-05-11 Thread Ismael Luceno
Signed-off-by: Ismael Luceno ismael.luc...@gmail.com --- drivers/media/dvb/Kconfig |1 + drivers/media/dvb/Makefile |1 + drivers/media/{video = dvb}/au0828/Kconfig|0 drivers/media/{video = dvb}/au0828/Makefile |0

[PATCH] staging: media: go7007: Adlink MPG24 board issues

2012-05-11 Thread volokh84
From: Volokh Konstantin m...@bk.ru This issuses applyed only for Adlink MPG24 board with go7007 wis2804, all whese changes was tested for continuos loadrestart mode This is minimal changes needed for start up go7007wis2804 to work correctly in 3.4 branch Changes: - When go7007 reset

[PATCH] [media] s5p-mfc: Add missing static storage class in s5p_mfc_enc.c file

2012-05-11 Thread Sachin Kamat
Fixes the following sparse warnings: drivers/media/video/s5p-mfc/s5p_mfc_enc.c:1439:5: warning: symbol 'vidioc_s_parm' was not declared. Should it be static? drivers/media/video/s5p-mfc/s5p_mfc_enc.c:1455:5: warning: symbol 'vidioc_g_parm' was not declared. Should it be static? Signed-off-by:

[RFCv1 PATCH 01/16] tda9840: fix setting of the audio mode.

2012-05-11 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com You have to first detect the current rxsubchans (mono, stereo or bilingual), and depending on that you can set the audio mode. It does not automatically switch when the audio channels change. Signed-off-by: Hans Verkuil hans.verk...@cisco.com ---

saa7146 related drivers clean up

2012-05-11 Thread Hans Verkuil
This patch series cleans up saa7146, mxb, hexium-orion, hexium-gemini and av7110. These drivers now all pass the v4l2-compliance tests. I've tested with all of these cards, the only driver I was unable to test is the budget driver as I don't have hardware for it. All changes only apply to the

[RFCv1 PATCH 02/16] vivi: add more pixelformats.

2012-05-11 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com This is very useful for testing whether userspace can handle the various formats correctly. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/vivi.c | 165 1 file changed, 135

[RFCv1 PATCH 13/16] saa7146: fix querycap, vbi/video separation and g/s_register

2012-05-11 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com The querycap ioctl returned an incorrect version number and incorrect capabilities (mixing up vbi and video caps). The reason for that was that video nodes could do vbi activities: that should be separated between the vbi and video nodes. There were

[RFCv1 PATCH 11/16] saa7146: rename vbi/video_q to vbi/video_dmaq.

2012-05-11 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com There was also a vbi_q and video_q in saa7146_fh, so that was confusing. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/common/saa7146_vbi.c | 31 +++ drivers/media/common/saa7146_video.c | 16

[RFCv1 PATCH 09/16] saa7146: move vbi fields from saa7146_fh to saa7146_vv

2012-05-11 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com This fields are global and don't belong in a fh struct. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/common/saa7146_fops.c | 15 +++ drivers/media/common/saa7146_vbi.c | 23 +--

[RFCv1 PATCH 12/16] saa7146: support control events and priority handling.

2012-05-11 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Use v4l2_fh which gives you control events and priority handling for free. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/common/saa7146_fops.c | 18 -- drivers/media/common/saa7146_video.c |4

[RFCv1 PATCH 16/16] av7110: fix v4l2_compliance test issues.

2012-05-11 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Besides the usual inconsistencies in input enumeration there was also a kernel crash if you tried to poll on a vbi node. The checks for sliced vbi output vs vbi capture were not complete enough. Signed-off-by: Hans Verkuil hans.verk...@cisco.com ---

[RFCv1 PATCH 15/16] hexium-orion: fix incorrect input table.

2012-05-11 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Fix the standard and audioset values. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/hexium_orion.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/media/video/hexium_orion.c

[RFCv1 PATCH 07/16] saa7146: move overlay information from saa7146_fh into saa7146_vv

2012-05-11 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com This is global information, not per-filehandle information. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/common/saa7146_fops.c | 10 + drivers/media/common/saa7146_hlp.c | 23 +++--

[RFCv1 PATCH 04/16] saa7146: saa7146: first round of cleanups.

2012-05-11 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Convert to the control framework, fix the easy v4l2-compliance failures. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/common/saa7146_fops.c | 27 + drivers/media/common/saa7146_video.c | 210

[RFCv1 PATCH 08/16] saa7146: move video_fmt from saa7146_fh to saa7146_vv.

2012-05-11 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com This is a global structure and does not belong to saa7146_fh. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/common/saa7146_fops.c | 10 ++ drivers/media/common/saa7146_video.c | 62 +++---

[RFCv1 PATCH 10/16] saa7146: remove the unneeded type field from saa7146_fh

2012-05-11 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com This information can also be retrieved from struct video_device. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/common/saa7146_fops.c | 30 +- include/media/saa7146_vv.h |2 -- 2 files

[RFCv1 PATCH 06/16] mxb: Fix audio and secam/ntsc bugs.

2012-05-11 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com - Instead of using custom ioctls use the VIDIOC_ENUM/G/S/_AUDIO ioctls. Also send the same audio to both CDROM-out and line-out. This is what you would expect and anyway, the CDROM-out connector is unlikely to be used these days as it is obsolete.

[RFCv1 PATCH 05/16] mxb: first round of cleanups.

2012-05-11 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Convert to the control framework, fix the easy v4l2-compliance failures. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/mxb.c | 175 ++--- drivers/media/video/mxb.h | 29 2

[RFCv1 PATCH 14/16] hexium-gemini: remove BW control, fix input table.

2012-05-11 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com The BW control never worked, and you get the same effect by setting saturation to the lowest value. So it has been removed. Also fixed some incorrect entries in the input table. This driver now passes v4l2-compliance. Signed-off-by: Hans Verkuil

[PULL] soc-camera for 3.5

2012-05-11 Thread Guennadi Liakhovetski
Hi Mauro Here go soc-camera patches for 3.5. This is mainly a series from Laurent, adding support for user-specified stride to soc-camera (thanks again) and a couple of minor improvements from myself. I'm not including the patch, that I recently posted:

RFC: Add missing controls/ioctls needed to support VGA/DVI/HDMI/DisplayPort receivers/transmitters

2012-05-11 Thread Hans Verkuil
Hi all, This RFC specifies some controls and two subdev ioctls that add the missing pieces needed to support receivers/transmitters for VGA/DVI/HDMI/DisplayPort. This RFC builds on top of the Timings API that is currently waiting to be merged (see http://patchwork.linuxtv.org/patch/10950/).

Re: [PATCH v3 1/1] v4l2: use __u32 rather than enums in ioctl() structs

2012-05-11 Thread Arnd Bergmann
On Thursday 10 May 2012, Sakari Ailus wrote: The issue boils down to whether enums are fundamentally different from __u32 or not, and can the former be substituted by the latter. During the discussion it was concluded that the __u32 has the same size as enums on all archs Linux is supported:

Re: Advice on extending libv4l for media controller support

2012-05-11 Thread Hans de Goede
Hi, On 05/10/2012 05:09 PM, Ivan T. Ivanov wrote: Hi Sergio, On Thu, 2012-05-10 at 08:54 -0500, Sergio Aguirre wrote: +Atsuo On Wed, May 9, 2012 at 7:08 PM, Sergio Aguirre sergio.a.agui...@gmail.com wrote: Hi Hans, I'm interested in using libv4l along with my omap4 camera project to

Re: [PATCH] staging: media: go7007: Adlink MPG24 board issues

2012-05-11 Thread Hans Verkuil
Hi Volokh! First of all, thanks for the patch! Everything looks OK, except for one thing, see below... On Fri May 11 2012 08:18:37 volok...@gmail.com wrote: From: Volokh Konstantin m...@bk.ru This issuses applyed only for Adlink MPG24 board with go7007 wis2804, all whese changes was

Re: [PATCH 2/2] au0828: Move under dvb

2012-05-11 Thread Devin Heitmueller
On Fri, May 11, 2012 at 2:14 AM, Ismael Luceno ismael.luc...@gmail.com wrote: Signed-off-by: Ismael Luceno ismael.luc...@gmail.com ---  drivers/media/dvb/Kconfig                          |    1 +  drivers/media/dvb/Makefile                         |    1 +  drivers/media/{video =

[PATCH] uvcvideo: Fix V4L2 button controls that share the same UVC control

2012-05-11 Thread Laurent Pinchart
The Logitech pan/tilt reset UVC control contains two V4L2 button controls to reset pan and tilt. As the UVC control is not marked as auto-update, the button bits are set but never reset. A pan reset that follows a tilt reset would thus reset both pan and tilt. Fix this by not caching the control

Re: [PATCH] uvcvideo: Fix V4L2 button controls that share the same UVC control

2012-05-11 Thread Hans de Goede
looks good, ack. Acked-by: Hans de Goede hdego...@redhat.com On 05/11/2012 03:55 PM, Laurent Pinchart wrote: The Logitech pan/tilt reset UVC control contains two V4L2 button controls to reset pan and tilt. As the UVC control is not marked as auto-update, the button bits are set but never

Re: [PATCH] staging: media: go7007: Adlink MPG24 board issues

2012-05-11 Thread Justin P. Mattock
some simple stuff I found along the way.. On 05/10/2012 10:43 PM, volok...@gmail.com wrote: From: Volokh Konstantinm...@bk.ru This issuses applyed only for Adlink MPG24 board with go7007 this issue applies only for... wis2804, all whese changes was tested for continuos loadrestart

Re: [PATCH v2 0/3] gspca - ov534: saturation and hue (using fixp-arith.h)

2012-05-11 Thread Antonio Ospite
On Sun, 6 May 2012 12:14:55 +0200 Antonio Ospite osp...@studenti.unina.it wrote: Hi, I am sending a second version of this patchset, changes since version 1 are annotated per-patch. Just FYI I intend to work on porting ov534 to v4l2 framework too once these ones go in and the gspca core

Re: [PATCH] dma-buf: mmap support

2012-05-11 Thread Rob Clark
On Tue, Apr 24, 2012 at 4:08 AM, Daniel Vetter daniel.vet...@ffwll.ch wrote: Compared to Rob Clark's RFC I've ditched the prepare/finish hooks and corresponding ioctls on the dma_buf file. The major reason for that is that many people seem to be under the impression that this is also for

[PATCH] cx23885: TeVii s471 card support

2012-05-11 Thread Igor M. Liplianin
The card is similar to TeVii s470, but has different LNB power control. Signed-off-by: Igor M. Liplianin liplia...@me.bydiff --git a/drivers/media/dvb/frontends/ds3000.c b/drivers/media/dvb/frontends/ds3000.c index 6769fc4..668a1ef 100644 --- a/drivers/media/dvb/frontends/ds3000.c +++

marvell-ccic: lacks of some features

2012-05-11 Thread Albert Wang
Hi, Jonathan Guennadi We used the marvell-ccic code and found it lacks of some features, but our Marvell Camera driver (mv_camera.c) which based on soc_camera can support all these features: 1. marvell-ccic only support MMP2 (PXA688), it can’t support other Marvell SOC chips Our mv_camera

Re: marvell-ccic: lacks of some features

2012-05-11 Thread Jonathan Corbet
On Fri, 11 May 2012 09:02:26 -0700 Albert Wang twan...@marvell.com wrote: Hi, Jonathan Guennadi We used the marvell-ccic code and found it lacks of some features, but our Marvell Camera driver (mv_camera.c) which based on soc_camera can support all these features: The marvell-ccic driver

Re: [PATCH] staging: media: go7007: Adlink MPG24 board issues

2012-05-11 Thread volokh
some simple stuff I found along the way.. On 05/10/2012 10:43 PM, volok...@gmail.com wrote: From: Volokh Konstantinm...@bk.ru

[GIT PULL FOR 3.5] New camera controls

2012-05-11 Thread Sylwester Nawrocki
Hi Mauro, this pull request includes an addition of new controls for camera, to allow the users to configure parameters like exposure bias, white balance presets, ISO sensitivity, exposure metering mode, scene mode, wide dynamic range, image stabilization, auto focus and 3A locking. All these

Re: [PATCH] staging: media: go7007: Adlink MPG24 board issues

2012-05-11 Thread Ezequiel Garcia
Hi, Another one here, hope you don't mind ;) This is minimal changes needed for start up go7007wis2804 to work correctly    in 3.4 branch ^^^ These are minimal changes. --- One question... shouldn't this changeset be splitted into shorter patches? Good luck! Ezequiel. --

Re: [PATCH] staging: media: go7007: Adlink MPG24 board issues

2012-05-11 Thread volokh
On Fri, May 11, 2012 at 01:51:40PM -0300, Ezequiel Garcia wrote: Hi, Another one here, hope you don't mind ;) This is minimal changes needed for start up go7007wis2804 to work correctly    in 3.4 branch ^^^ These are minimal changes. --- One question...

cron job: media_tree daily build: WARNINGS

2012-05-11 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:Fri May 11 19:00:18 CEST 2012 git hash:121b3ddbe4ad17df77cb7284239be0a63d9a66bd gcc version: i686-linux-gcc

IT9135 on kernel 3.3.4 and frequent firmware loading problems

2012-05-11 Thread Arkadiusz Miśkiewicz
Hello. I'm trying to use it9135 v1 device on 3.3.4 kernel. Unfortunately most of the time there are problems with loading firmware (udev 182). Firmware file is there: -rw-r--r-- 1 root root 8128 05-03 21:31 /lib/firmware/dvb-usb-it9135-01.fw In most cases dmesg log below shows what happens.

Re: IT9135 on kernel 3.3.4 and frequent firmware loading problems

2012-05-11 Thread Arkadiusz Miśkiewicz
Arkadiusz Miśkiewicz wrote: Hello. I'm trying to use it9135 v1 device on 3.3.4 kernel. Unfortunately most of the time there are problems with loading firmware (udev 182). Firmware file is there: -rw-r--r-- 1 root root 8128 05-03 21:31 /lib/firmware/dvb-usb-it9135-01.fw In most

Re: [PATCH] staging: media: go7007: Adlink MPG24 board issues

2012-05-11 Thread Ezequiel Garcia
On Fri, May 11, 2012 at 2:06 PM, vol...@telros.ru wrote: One question... shouldn't this changeset be splitted into shorter patches? Yes, should it. In next iteration i`ll learn how to do that. As a git newbie I've found very useful to work like this: 1. Always work on a branch that's

Re: [PATCH 2/2] au0828: Move under dvb

2012-05-11 Thread Ismael Luceno
On Fri, 11 May 2012 08:04:59 -0400 Devin Heitmueller dheitmuel...@kernellabs.com wrote: ... What is the motivation for moving these files? Well, the device was on the wrong Kconfig section, and while thinking about changing that, I just thought to move it under DVB. The au0828 is a hybrid

How I must report that a driver has been broken?

2012-05-11 Thread Alfredo Jesús Delaiti
Hi New features of the driver has left a card does not work. How I must report that a driver has been broken? Thanks -- Dona tu voz http://www.voxforge.org/es -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More

Attempting to get Kworld PE355-2T working: where can I get the current NXT SAA716x work?

2012-05-11 Thread Robert Backhaus
I am trying to see what I can do to get the Kworld PE355-2T PCIe Dual DVB-T card working. I've put all the details I can find up at http://www.linuxtv.org/wiki/index.php/Kworld_pe355-2T_PCI-E_Dual_DVB-T_TV_Card_Pro The first step is to get the current experimental NXT SAA716x drivers, but I