atsc_epg issue

2012-03-22 Thread Christopher Harrington
After some amateur debugging and mucking around with the source code since I was getting segfaults while running atsc_epg from the latest hg tip, I discovered two things: atsc_text_segment_decode() will segfault if its second parameter is an empty string parse_events() is (for some reason I don't

Re: [PATCH v1] i.MX35-PDK: Add Camera support

2012-03-22 Thread Fabio Estevam
Hi Alex, On Tue, Mar 20, 2012 at 5:54 AM, Alex Gershgorin wrote: > > Hi all, > > Good news... > After several number of changes, yesterday the camera started to work :-) > I will prepare some patches and send them. Ok, great! Besides your mx35 clock patches: any other patch is required to gettin

Re: [PATCH] Various nits, fixes and hacks for mantis CA support on SMP

2012-03-22 Thread Ninja
Hi Steinar, thanks for the help with the driver! I started some testing and so far the changes seem to be fine, but I still get freezes from time to time. I have to admit that I still need to test if I get the same error with other applications than mythtv. Anyway I would like to see the chan

Re: [PATCH] [media] Convert I2C drivers to dev_pm_ops

2012-03-22 Thread Mark Brown
On Thu, Mar 22, 2012 at 08:34:53PM +, Mark Brown wrote: > + .pm = msp3400_pm_ops, Gah, missing &s - will resend tomorrow. signature.asc Description: Digital signature

[PATCH] [media] Convert I2C drivers to dev_pm_ops

2012-03-22 Thread Mark Brown
The legacy I2C PM functions have been deprecated and warning on boot for over a year, convert the drivers still using them to dev_pm_ops. Signed-off-by: Mark Brown --- drivers/media/video/msp3400-driver.c | 13 + drivers/media/video/tuner-core.c | 13 + 2 files ch

Re: Add usb device id for tm6000-cards.c

2012-03-22 Thread Sylwester Nawrocki
Hello, On 03/22/2012 08:37 PM, Marek Chmielewski wrote: You need to at least add your "Signed-off-by" in order to have the patch applied to the mainline kernel. Also, it would be good to send the patch inlined, rather than as an attachment. I suggest using git format-patch, git send-email. Mo

Hauppauge WinTV-HVR900H (USB ID 2040:6600): Will digital/analog/audio work on Ubuntu (or any other distro)?

2012-03-22 Thread Helge Nert
I have been following this mailing list for a couple of years now, because I by mistake bought a HVR900H (I thought it was a HVR900). However, I still have the stick and I'm wondering if I should throw it away. The thing is that I have never seen a post on the list stating something like 'TM6000/T

Add usb device id for tm6000-cards.c

2012-03-22 Thread Marek Chmielewski
-- Pozdrawiam Marek Chmielewski --- tm6000-cards.c.bakup 2012-03-10 14:34:07.471348336 +0100 +++ tm6000-cards.c 2012-03-10 15:18:09.856380721 +0100 @@ -615,6 +615,7 @@ struct usb_device_id tm6000_id_table[] = { { USB_DEVICE(0x6000, 0x0001), .driver_info = TM5600_BOARD_GENERIC }, { USB_DEVICE(

hdpvr.ko for new device

2012-03-22 Thread Joe Henley
Hi, I have a very new Hauppauge HD-PVR for which the drivers in git do not work. I'm sure it must be because the device is so new. I'd be happy to work with/test drivers for anyone who will update the drivers. Hardware info: HPDVR model #: SL-1212-V5.5-US serial #: 00a7d2a1 usb

[PATCH v2 2/2] [resend] radio-gemtek: add PnP support for AOpen FX-3D/Pro Radio

2012-03-22 Thread Ondrej Zary
Add PnP support to radio-gemtek for AOpen FX-3D/Pro Radio card (AD1816 + Gemtek radio). Signed-off-by: Ondrej Zary diff --git a/drivers/media/radio/radio-gemtek.c b/drivers/media/radio/radio-gemtek.c index 9d7fdae..235c0e3 100644 --- a/drivers/media/radio/radio-gemtek.c +++ b/drivers/media/radi

[PATCH v2 1/2] [resend] radio-isa: PnP support for the new ISA radio framework

2012-03-22 Thread Ondrej Zary
Add PnP support to the new ISA radio framework. Signed-off-by: Ondrej Zary diff --git a/drivers/media/radio/radio-isa.c b/drivers/media/radio/radio-isa.c index 02bcead..ed9039f 100644 --- a/drivers/media/radio/radio-isa.c +++ b/drivers/media/radio/radio-isa.c @@ -26,6 +26,7 @@ #include #inclu

cron job: media_tree daily build: ERRORS

2012-03-22 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:Thu Mar 22 19:00:26 CET 2012 git hash:f92c97c8bd77992ff8bd6ef29a23dc82dca799cb gcc version: i686-linux-gcc (GCC

[GIT PULL] git://linuxtv.org/mkrufky/hauppauge.git windham-ids

2012-03-22 Thread Michael Krufky
Mauro, Please merge this small patch for a USB ID addition The following changes since commit f92c97c8bd77992ff8bd6ef29a23dc82dca799cb: Mauro Carvalho Chehab (1): [media] update CARDLIST.em28xx are available in the git repository at: git://linuxtv.org/mkrufky/hauppauge.git windham-i

[GIT PATCHES FOR 3.4] poll: add poll_requested_events() and poll_does_not_wait() functions & related patches

2012-03-22 Thread Hans de Goede
Hi Mauro et all, As discussed here is a pull request for the long time pending "poll: add poll_requested_events() and poll_does_not_wait() functions" patch & related patches. As already mentioned on irc when you ask Linus to pull this please add a note that Al Viro is ok with this change for in

[PATCH] em28xx: clean-up several unused parametrs in struct em28xx_usb_isoc_ctl

2012-03-22 Thread Gianluca Gennari
Get rid of several unused parameters in struct em28xx_usb_isoc_ctl. Signed-off-by: Gianluca Gennari --- drivers/media/video/em28xx/em28xx-core.c |1 - drivers/media/video/em28xx/em28xx.h | 14 -- 2 files changed, 0 insertions(+), 15 deletions(-) diff --git a/drivers/media

Re: [PATCH] usb: gadget/uvc: Remove non-required locking from 'uvc_queue_next_buffer' routine

2012-03-22 Thread Greg KH
On Thu, Mar 22, 2012 at 10:20:37AM +0530, Bhupesh Sharma wrote: > This patch removes the non-required spinlock acquire/release calls on > 'queue_irqlock' from 'uvc_queue_next_buffer' routine. > > This routine is called from 'video->encode' function (which translates to > either > 'uvc_video_encod

[PATCH] em28xx-dvb: stop URBs when stopping the streaming

2012-03-22 Thread Gianluca Gennari
Stop the URBs in em28xx_stop_streaming(), so that em28xx_irq_callback() cannot be called after the streaming has stopped. This should eliminate the crashes reported by Antti Palosaari and the warnings reported by Andy Furniss. Signed-off-by: Gianluca Gennari --- drivers/media/video/em28xx/em28x

Re: [PATCH] Various nits, fixes and hacks for mantis CA support on SMP

2012-03-22 Thread Steinar H. Gunderson
On Mon, Mar 19, 2012 at 03:19:09PM +0100, Bjørn Mork wrote: > The user base is too small to get any feedback without getting the > patches into mainline. I suggest you submit the parts you'd like to use > yourself. That's the only way to get them tested. Well, it's still pretty much blind coding

Re: [PATCH] usb: gadget/uvc: Remove non-required locking from 'uvc_queue_next_buffer' routine

2012-03-22 Thread Sergei Shtylyov
Hello. On 22-03-2012 8:50, Bhupesh Sharma wrote: This patch removes the non-required spinlock acquire/release calls on 'queue_irqlock' from 'uvc_queue_next_buffer' routine. 'queue->irqlock' maybe? This routine is called from 'video->encode' function (which translates to either 'uvc_video

Re: current em28xx driver crashes

2012-03-22 Thread Gianluca Gennari
Il 22/03/2012 12:00, Antti Palosaari ha scritto: > Hello > I am running Kernel 3.3-rc7 + around week old linux-media. > > During the implementation of MaxMedia UB425-TC and PCTV QuatroStick nano > (520e) device support I ran very many crashes likely when unloading > modules. Here is Kernel Panic [

Re: [RFCv2 PATCH 0/9] Integration of videobuf2 with dmabuf

2012-03-22 Thread Laurent Pinchart
Hi Sumit, On Tuesday 20 March 2012 20:45:00 Semwal, Sumit wrote: > On Tue, Mar 6, 2012 at 5:08 PM, Tomasz Stanislawski wrote: > > Hello everyone, > > This patchset is an incremental patch to patchset created by Sumit Semwal > > [1]. The patches are dedicated to help find a better solution for supp

current em28xx driver crashes

2012-03-22 Thread Antti Palosaari
Hello I am running Kernel 3.3-rc7 + around week old linux-media. During the implementation of MaxMedia UB425-TC and PCTV QuatroStick nano (520e) device support I ran very many crashes likely when unloading modules. Here is Kernel Panic [1]. Today it crashes just during PCTV 520e stress test.