V4L/DVB/IR patches pending merge

2010-10-22 Thread Mauro Carvalho Chehab
This is the list of patches that weren't applied yet. I've made a big effort starting last weekend to handle everything I could. All pull requests were addressed. There are still 43 patches on my queue. Please help me to clean the list. This is what we have currently: == Waitin

Re: [PATCH RFC] ir-rc5-decoder: don't wait for the end space to produce a code

2010-10-22 Thread Maxim Levitsky
On Fri, 2010-10-22 at 23:39 -0200, Mauro Carvalho Chehab wrote: > Em 22-10-2010 23:25, Maxim Levitsky escreveu: > > On Thu, 2010-10-21 at 11:56 -0200, Mauro Carvalho Chehab wrote: > >> Em 21-10-2010 11:46, Jarod Wilson escreveu: > >>> On Oct 20, 2010, at 1:18 PM, Mauro Carvalho Chehab wrote: > >>>

Re: [PATCH RFC] ir-rc5-decoder: don't wait for the end space to produce a code

2010-10-22 Thread Mauro Carvalho Chehab
Em 22-10-2010 23:25, Maxim Levitsky escreveu: > On Thu, 2010-10-21 at 11:56 -0200, Mauro Carvalho Chehab wrote: >> Em 21-10-2010 11:46, Jarod Wilson escreveu: >>> On Oct 20, 2010, at 1:18 PM, Mauro Carvalho Chehab wrote: >>> The RC5 decoding is complete at a BIT_END state. there's no reason >>

Re: [PATCH RFC] ir-rc5-decoder: don't wait for the end space to produce a code

2010-10-22 Thread Maxim Levitsky
On Thu, 2010-10-21 at 11:56 -0200, Mauro Carvalho Chehab wrote: > Em 21-10-2010 11:46, Jarod Wilson escreveu: > > On Oct 20, 2010, at 1:18 PM, Mauro Carvalho Chehab wrote: > > > >> The RC5 decoding is complete at a BIT_END state. there's no reason > >> to wait for the next space to produce a code.

Re: [RFC PATCH] radio-mr800: locking fixes

2010-10-22 Thread David Ellingsworth
> Any conclusion about the locking fixes patch? > I don't like it, but it at least fixes the problem. You can add my ack. Acked-by: David Ellingsworth -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo inf

Re: [RFC PATCH] radio-mr800: locking fixes

2010-10-22 Thread Mauro Carvalho Chehab
Em 18-10-2010 13:51, Hans Verkuil escreveu: > On Monday, October 18, 2010 16:55:40 David Ellingsworth wrote: >> OK, I see how this fixes it now.. You added the video_is_registered >> check inside v4l2_open after acquiring the device lock. So while it >> fixes that race it's rather ugly and very dif

Re: [PATCH][UPDATE for 2.6.37] LME2510(C) DM04/QQBOX USB DVB-S BOXES

2010-10-22 Thread Mauro Carvalho Chehab
Em 16-10-2010 16:44, tvbox escreveu: > Updated driver for DM04/QQBOX USB DVB-S BOXES to version 1.60 > > These include > -later kill of usb_buffer to avoid kernel crash on hot unplugging. > -DiSEqC functions. > -LNB Power switch > -Faster channel change. > -support for LG tuner on LME2510C. > -fir

Re: [PATCH 7/8] v4l: Add EBUSY error description for VIDIOC_STREAMON

2010-10-22 Thread Mauro Carvalho Chehab
Em 06-09-2010 03:53, Marek Szyprowski escreveu: > From: Pawel Osciak > > VIDIOC_STREAMON should return EBUSY if streaming is already active. > > Signed-off-by: Pawel Osciak > Signed-off-by: Kyungmin Park > Signed-off-by: Marek Szyprowski > --- > Documentation/DocBook/v4l/vidioc-streamon.xml

Re: [GIT PATCHES FOR 2.6.37] Use modaliases to load I2C modules

2010-10-22 Thread Mauro Carvalho Chehab
Hi Laurent, Em 06-10-2010 05:45, Laurent Pinchart escreveu: > Hi Mauro, > > The following changes since commit c8dd732fd119ce6d562d5fa82a10bbe75a376575: > > V4L/DVB: gspca - sonixj: Have 0c45:6130 handled by sonixj instead of sn9c102 > (2010-10-01 18:14:35 -0300) > > are available in the gi

Re: [PATCH] Support for Elgato Video Capture.

2010-10-22 Thread Mauro Carvalho Chehab
Em 22-10-2010 11:25, Jarod Wilson escreveu: > On Oct 22, 2010, at 7:30 AM, Adrian Taylor wrote: > >> This patch allows this device successfully to show video, at least from >> its composite input. >> >> I have no information about the true hardware contents of this device and so >> this patch is b

Initial hardware info on SMI Grabber (aka EasyCAP DC60+ chinese clone)

2010-10-22 Thread ttyman
Hello to all linux-media list, I just updated http://www.linuxtv.org/wiki/index.php/Video_via_USB page adding "Somagic devices" point and inner linked page, http://www.linuxtv.org/wiki/index.php/Somagic. On that page are available hardware chips with datasheet where available, windows drivers an

[GIT PULL REQUEST] more IR enhancements for 2.6.37-rc1

2010-10-22 Thread Jarod Wilson
As you already know, we've been making a number of improvements to the mceusb driver's raw buffer parsing routines, both to enhance functionality for existing devices, and to enable proper support for the cx231xx/Polaris integrated IR receiver. These changes to the mceusb driver are all included he

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-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:Fri Oct 22 19:00:20 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15167:abd3aac6644e git master:

Re: [PATCH 0/3] mceusb: allow per-model data

2010-10-22 Thread Jarod Wilson
On Fri, Oct 22, 2010 at 11:25:29AM -0200, Mauro Carvalho Chehab wrote: > This is a series of patches to allow per-device data on mceusb. It basically > removes the duplicate USB ID's from the driver, and adds a per-model > struct, where quirks may be specified, and extra data, like per-model > rc_m

[PATCH] flip camera for Asus P81IJ

2010-10-22 Thread Aurélien Gâteau
Hi, Here is a simple patch to flip camera for the Asus P81IJ laptop. Aurélien >From 015e4bcf34bd7569f7593958099276b989c08bac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20G=C3=A2teau?= Date: Fri, 22 Oct 2010 18:15:51 +0200 Subject: [PATCH] Added Asus P81IJ --- libv4lconvert/control/

Re: USB DVBT af9015: tuner id:177 not supported, please report!

2010-10-22 Thread Antti Palosaari
Moikka Felix. It is already supported, will go the 2.6.37. Tuner ID 177 is MaxLinear MXL5007T. Antti On 10/21/2010 04:46 PM, Felix Droste wrote: I could not get this DVBT-Stick (USB) to work: auvisio USB-DVB-T-Receiver & -Recorder "DR-340" h t t p : / / w w w .pearl.de/product.jsp?pdid=HP

Re: OMAP 3530 camera ISP forks and new media framework

2010-10-22 Thread Laurent Pinchart
Hi Michael, On Friday 22 October 2010 15:54:59 Michael Jones wrote: > Sakari Ailus wrote: > > Bastian Hecht wrote: > >> I want to write a sensor driver for the mt9p031 (not mt9t031) camera > >> chip and start getting confused about the different kernel forks and > >> architectural changes that hap

Re: OMAP 3530 camera ISP forks and new media framework

2010-10-22 Thread Michael Jones
Sakari Ailus wrote: > Bastian Hecht wrote: >> Hello media team, > > Hi Bastian, > >> I want to write a sensor driver for the mt9p031 (not mt9t031) camera >> chip and start getting confused about the different kernel forks and >> architectural changes that happen in V4L2. >> A similar problem was

[PATCH 0/3] mceusb: allow per-model data

2010-10-22 Thread Mauro Carvalho Chehab
This is a series of patches to allow per-device data on mceusb. It basically removes the duplicate USB ID's from the driver, and adds a per-model struct, where quirks may be specified, and extra data, like per-model rc_map tables can be stored. Unfortunately, I don't have any branded cx231xx devic

[PATCH 3/3] mceusb: Allow a per-model device name

2010-10-22 Thread Mauro Carvalho Chehab
It is better to use a per-model device name, especially on multi-function devices like Polaris. So, allow overriding the default name at the mceusb model table. Signed-off-by: Mauro Carvalho Chehab diff --git a/drivers/media/IR/mceusb.c b/drivers/media/IR/mceusb.c index e72bfa1..35425ee 100644 -

[PATCH 2/3] mceusb: allow a per-model RC map

2010-10-22 Thread Mauro Carvalho Chehab
Especially when used with Polaris boards, devices may have different types of remotes shipped. So, we need a per-model rc-map. Signed-off-by: Mauro Carvalho Chehab diff --git a/drivers/media/IR/mceusb.c b/drivers/media/IR/mceusb.c index 9143ab6..e72bfa1 100644 --- a/drivers/media/IR/mceusb.c +++

[PATCH 1/3] mceusb: add a per-model structure

2010-10-22 Thread Mauro Carvalho Chehab
The previous logic needed duplicate USB table structs, one to store the list of the devices, and 3 sets of other structs, to store the quirks list. With this change, devices that require expecial quirks just need to have a .driver_info = . It also allows adding some extra quirks, like per-model R

Re: [PATCH] Support for Elgato Video Capture.

2010-10-22 Thread Jarod Wilson
On Oct 22, 2010, at 7:30 AM, Adrian Taylor wrote: > This patch allows this device successfully to show video, at least from > its composite input. > > I have no information about the true hardware contents of this device and so > this patch is based solely on fiddling with things until it worked.

Re: cx23885 module

2010-10-22 Thread Steven Toth
On 10/22/10 9:02 AM, Daniel Lee Kim wrote: Steve, > > [ 3072.621974] MT2131: successfully identified at address 0x60 Would the above message indicate that the tuner has been taken out of reset mode? Yes. > It's probably the I/F (intermediate frequency) between the > MT2131 and the LG33

[PATCH] Support for Elgato Video Capture.

2010-10-22 Thread Adrian Taylor
This patch allows this device successfully to show video, at least from its composite input. I have no information about the true hardware contents of this device and so this patch is based solely on fiddling with things until it worked. The chip appears to be em2860, and the closest device with e

Re: [patch 3/3] V4L/DVB: s5p-fimc: dubious one-bit signed bitfields

2010-10-22 Thread Dan Carpenter
On Fri, Oct 22, 2010 at 09:10:57AM +0200, Sylwester Nawrocki wrote: > > -Original Message- > > From: Dan Carpenter [mailto:erro...@gmail.com] > > Sent: Thursday, October 21, 2010 9:24 PM > > To: Mauro Carvalho Chehab > > Cc: Kyungmin Park; Sylwester Nawrocki; Pawel Osciak; Marek Szyprowski;

Re: [patch 2/3] V4L/DVB: s5p-fimc: make it compile

2010-10-22 Thread Dan Carpenter
On Fri, Oct 22, 2010 at 09:25:47AM +0200, Sylwester Nawrocki wrote: > > This code is properly removed in my original patch. But it has been added > again during a merge conflict solving. Unfortunately I cannot identify the > merge commit today in linux-next. > As for sched.h, it needs a separate

Wintv-HVR-1120 incorrectly detected

2010-10-22 Thread Sasha Sirotkin
There are many reports about Wintv-HVR-1120 card not working correctly. There are many errors related to dvb-fe-tda10048-1.0.fw firmware. Some people noticed that in the earlier versions this same card was detected differently and the driver was loading a different firmware - dvb-fe-tda10046.fw.

RE: [patch 2/3] V4L/DVB: s5p-fimc: make it compile

2010-10-22 Thread Sylwester Nawrocki
> -Original Message- > From: Dan Carpenter [mailto:erro...@gmail.com] > Sent: Thursday, October 21, 2010 9:24 PM > To: Mauro Carvalho Chehab > Cc: Kyungmin Park; Sylwester Nawrocki; Marek Szyprowski; Pawel Osciak; > linux-media@vger.kernel.org; kernel-janit...@vger.kernel.org > Subject: [pa

Re: Wintv-HVR-1120 woes

2010-10-22 Thread Sasha Sirotkin
In addition, during analog scan, I get the following errors: [ 6327.420037] tda18271c2_rf_tracking_filters_correction: [1-0060|M] error -22 on line 278 [ 6327.468028] tda18271_calc_ir_measure: [1-0060|M] error -34 on line 716 [ 6327.468074] tda18271_calc_bp_filter: [1-0060|M] error -34 on line 648

RE: [patch 3/3] V4L/DVB: s5p-fimc: dubious one-bit signed bitfields

2010-10-22 Thread Sylwester Nawrocki
> -Original Message- > From: Dan Carpenter [mailto:erro...@gmail.com] > Sent: Thursday, October 21, 2010 9:24 PM > To: Mauro Carvalho Chehab > Cc: Kyungmin Park; Sylwester Nawrocki; Pawel Osciak; Marek Szyprowski; > linux-media@vger.kernel.org; kernel-janit...@vger.kernel.org > Subject: [pa

[RFC/PATCH 3/5] vpif_cap/disp: Added support for DV presets

2010-10-22 Thread mats . randgaard
From: Mats Randgaard Added functions to set/get/query/enum DV presets. Signed-off-by: Mats Randgaard Signed-off-by: Hans Verkuil --- drivers/media/video/davinci/vpif_capture.c | 143 +++- drivers/media/video/davinci/vpif_capture.h |1 + drivers/media/video/davinci

[RFC/PATCH 4/5] vpif_cap/disp: Added support for DV timings

2010-10-22 Thread mats . randgaard
From: Mats Randgaard Added functions to set and get custom DV timings. Signed-off-by: Mats Randgaard Signed-off-by: Hans Verkuil --- drivers/media/video/davinci/vpif_capture.c | 119 +++ drivers/media/video/davinci/vpif_capture.h |1 + drivers/media/video/davinci/

[RFC/PATCH 5/5] vpif_cap/disp: Cleanup, improved comments

2010-10-22 Thread mats . randgaard
From: Mats Randgaard Signed-off-by: Mats Randgaard Signed-off-by: Hans Verkuil --- drivers/media/video/davinci/vpif.h | 13 ++--- drivers/media/video/davinci/vpif_capture.c | 13 ++--- drivers/media/video/davinci/vpif_display.c | 23 --- 3 file

[RFC/PATCH 2/5] vpif: Move and extend ch_params[]

2010-10-22 Thread mats . randgaard
From: Mats Randgaard - The ch_params tables in vpif_capture.c and vpif_display.c are moved to a common table in vpif.c. Then it is easier to maintain the table. - The new table is extended with all the DV formats supportet by TVP7002. - The field "fps" is removed from the struct vpif_channel_c

[RFC/PATCH 1/5] vpif_cap/disp: Add debug functionality

2010-10-22 Thread mats . randgaard
From: Mats Randgaard The following functions are added to the drivers: - vpif_g_chip_ident - vpif_dbg_g_register - vpif_dbg_s_register - vpif_log_status Signed-off-by: Mats Randgaard Signed-off-by: Hans Verkuil --- drivers/media/video/davinci/vpif_capture.c | 87

[RFC/PATCH 0/5] DaVinci VPIF: Support for DV preset and DV timings.

2010-10-22 Thread mats . randgaard
From: Mats Randgaard Support for DV preset and timings added to vpif_capture and vpif_display drivers. Functions for debugging are added and the code is improved as well. Mats Randgaard (5): vpif_cap/disp: Add debug functionality vpif: Move and extend ch_params[] vpif_cap/disp: Added supp