MSI DigiVox Trio support?

2013-05-05 Thread P. van Gaans
Hi, I bought some MSI DigiVox trio. I made a page for it on the wiki: http://linuxtv.org/wiki/index.php/MSI_DigiVox_Trio So what I know is.. It shares several (if not all? maybe a clone?) components with the PCTV Quatrostick 520e. There was once some support (at least DVB-C) in em28xx-new.

Re: [PATCH] drm/udl: avoid swiotlb for imported vmap buffers.

2013-05-05 Thread Dave Airlie
>> >> However if we don't set a dma mask on the usb device, the mapping >> ends up using swiotlb on machines that have it enabled, which >> is less than desireable. >> >> Signed-off-by: Dave Airlie > > Fyi for everyone else who was not on irc when Dave&I discussed this: > This really shouldn't be

cron job: media_tree daily build: WARNINGS

2013-05-05 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: Sun May 5 19:00:23 CEST 2013 git branch: test git hash: 02615ed5e1b2283db2495af3cf8f4ee172c77d80 gcc versi

Re: [PATCH v2 2/2] saa7115: add detection code for gm7113c

2013-05-05 Thread Jon Arne Jørgensen
On Fri, Apr 26, 2013 at 11:22:48AM -0300, Mauro Carvalho Chehab wrote: > Adds a code that (auto)detects gm7113c clones. The auto-detection > here is not perfect, as, on contrary to what it would be expected > by looking into its datasheets some devices would return, instead: > > saa7115 0-00

Re: [PATCH v2 1/2] saa7115: move the autodetection code out of the probe function

2013-05-05 Thread Jon Arne Jørgensen
On Fri, Apr 26, 2013 at 11:22:47AM -0300, Mauro Carvalho Chehab wrote: > As we're now seeing other variants from chinese clones, like > gm1113c, we'll need to add more bits at the detection code. > > So, move it into a separate function. > > Signed-off-by: Mauro Carvalho Chehab Tested-by: Jon A

Re: [PATCH V2 1/3] saa7115: move the autodetection code out of the probe function

2013-05-05 Thread Mauro Carvalho Chehab
Em Sun, 5 May 2013 10:20:08 +0200 Jon Arne Jørgensen escreveu: > On Fri, May 03, 2013 at 09:08:16AM -0300, Mauro Carvalho Chehab wrote: > > Em 03-05-2013 08:20, Ezequiel Garcia escreveu: > > >Hi Jon, > > > > > >On Fri, May 03, 2013 at 08:58:46AM +0200, Jon Arne Jørgensen wrote: > > >[...] > > >>>

Re: [linux-media] Re: [linux-media] stb0899: no lock on dvb-s2 transponders in SCR environment

2013-05-05 Thread Reinhard Nissl
Hi, Am 27.04.2013 16:51, schrieb Klaus Schmidinger: On 27.04.2013 14:14, Reinhard Nissl wrote: Hi, my stb0899 card works properly on dvb-s and dvb-s2 transponders when using a direct port on my sat multiswitch. When using a SCR port on that multiswitch and changing VDR's config files accordin

Re: [PATCH V2 1/3] saa7115: move the autodetection code out of the probe function

2013-05-05 Thread Jon Arne Jørgensen
On Fri, May 03, 2013 at 09:08:16AM -0300, Mauro Carvalho Chehab wrote: > Em 03-05-2013 08:20, Ezequiel Garcia escreveu: > >Hi Jon, > > > >On Fri, May 03, 2013 at 08:58:46AM +0200, Jon Arne Jørgensen wrote: > >[...] > >>>You can read more about this in Documentation/SubmittingPatches. > >> > >>I jus