RE: [PATCH 1/1] ARM: EXYNOS4: JPEG: driver initial release

2011-10-16 Thread Andrzej Pietrasiewicz
Hello Sakari, On Saturday, October 15, 2011 12:08 PM, Sakari Ailus wrote: > -Original Message- > From: Sakari Ailus [mailto:sakari.ai...@iki.fi] > Sent: Saturday, October 15, 2011 12:08 PM > To: Andrzej Pietrasiewicz > Cc: linux-media@vger.kernel.org; Kyungmin Park; Marek Szyprowski > Subj

pac7311

2011-10-16 Thread Lars Noschinski
Hello, I'm using a webcam (Philipps SPC500NC) which identifies itself as 093a:2603 Pixart Imaging, Inc. PAC7312 Camera and is sort-of supported by the gspca_pac7311 module. "sort-of" because the image alternates quickly between having a red tint or a green tint (using the gspac driver from k

Re: [PATCH 4/7] staging/as102: cleanup - formatting code

2011-10-16 Thread Dan Carpenter
On Sun, Oct 16, 2011 at 08:40:06AM -0400, Devin Heitmueller wrote: > then the people who have nothing better to do than obsess about > whitespace can submit incremental patches You're right that the white space changes aren't needed to get the driver into staging, but there is no need to get snark

Re: [PATCH] af9013 Extended monitoring in set_frontend.

2011-10-16 Thread Jason Hecker
> Trouble is, on a Nvidia motherboard I have it does not do it at all and > all applications work without any troubles.  This seems to suggest a USB > motherboard driver issue. Right. Well, I can say with high confidence that my dual tuner worked flawlessly for 18 months using Ubuntu's kernel 2.6

Re: [PATCH] af9013 Extended monitoring in set_frontend.

2011-10-16 Thread Malcolm Priestley
On Tue, 2011-10-11 at 08:06 +1100, Jason Hecker wrote: > > Playing with Kaffeine or Mplayer all the devices are fine on the same > > system. > > Right, admittedly most of my testing has been done with MythTV. I > recall about a month ago I could also get corruption with mplayer. > > > At the mom

Re: support for tv tuner tda18211 in Iconbit U100 analog stick

2011-10-16 Thread Ariel Jolo
Hey guys, I'm having the same issue here. I bought a MSI Digi VOX Mini II Analog (which was documented as having RTL2832 or AF9016 chips) but mine is: 1f4d:0237 G-Tek Electronics Group Here's the syslog output when I plug it in: http://pastebin.com/fWc7hM18 As Ling, I can't get a tuner to work no

cron job: media_tree daily build: WARNINGS

2011-10-16 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 Oct 16 19:00:16 CEST 2011 git hash:a461e0ad3d27b6342140566909a80db30d151a91 gcc version: i686-linux-gcc (GC

Re: [PATCH 1/7] Staging submission: PCTV 74e driver (as102)

2011-10-16 Thread Mauro Carvalho Chehab
Em 16-10-2011 09:45, Devin Heitmueller escreveu: > On Sun, Oct 16, 2011 at 4:57 AM, Stefan Richter > wrote: >> Hi Piotr, >> >> thanks for getting this going again. - I have not yet looked through the >> source but have some small remarks on the patch format. >> >> - In your changelogs and in the

Re: [PATCH 4/7] staging/as102: cleanup - formatting code

2011-10-16 Thread Devin Heitmueller
On Sun, Oct 16, 2011 at 8:23 AM, Julian Andres Klode wrote: > On Sat, Oct 15, 2011 at 10:54:43PM +0200, Piotr Chmura wrote: >> staging as102: cleanup - formatting code >> >> Cleanup code: change double spaces into single, put tabs instead of spaces >> where they should be. >> >> Signed-off-by: Pi

Re: [PATCH 4/7] staging/as102: cleanup - formatting code

2011-10-16 Thread Julian Andres Klode
On Sat, Oct 15, 2011 at 10:54:43PM +0200, Piotr Chmura wrote: > staging as102: cleanup - formatting code > > Cleanup code: change double spaces into single, put tabs instead of spaces > where they should be. > > Signed-off-by: Piotr Chmura > Cc: Devin Heitmueller > Cc: Greg HK Just a few hints

Re: [PATCH 1/7] Staging submission: PCTV 74e driver (as102)

2011-10-16 Thread Devin Heitmueller
On Sun, Oct 16, 2011 at 4:57 AM, Stefan Richter wrote: > Hi Piotr, > > thanks for getting this going again.  - I have not yet looked through the > source but have some small remarks on the patch format. > >  - In your changelogs and in the diffs, somehow the space between real >    name and e-mail

[PATCH] TT CT-3650 i2c fix

2011-10-16 Thread Jose Alberto Reguero
This patch fix a bug in the i2c code of ttusb2 driver. Signed-off-by: Jose Alberto Reguero Jose Alberto diff -ur linux/drivers/media/dvb/dvb-usb/ttusb2.c linux.new/drivers/media/dvb/dvb-usb/ttusb2.c --- linux/drivers/media/dvb/dvb-usb/ttusb2.c 2011-09-24 05:45:14.0 +0200 +++ linux.new/dr

Re: [PATCH 6/9] drivers: add Contiguous Memory Allocator

2011-10-16 Thread Russell King - ARM Linux
On Fri, Oct 14, 2011 at 04:57:30PM -0700, Andrew Morton wrote: > On Thu, 06 Oct 2011 15:54:46 +0200 > Marek Szyprowski wrote: > > +#ifdef phys_to_pfn > > +/* nothing to do */ > > +#elif defined __phys_to_pfn > > +# define phys_to_pfn __phys_to_pfn > > +#elif defined __va > > +# define phys_to_pf

Re: [PATCH 2/9] mm: alloc_contig_freed_pages() added

2011-10-16 Thread Michal Nazarewicz
On Sun, 16 Oct 2011 10:01:36 +0200 "Michal Nazarewicz" wrote: Still, as I think of it now, maybe alloc_contig_free_range() would be better? On Sun, 16 Oct 2011 10:31:16 +0200, Andrew Morton wrote: Nope. Of *course* the pages were free. Otherwise we couldn't (re)allocate them. I still think

Re: [PATCH 1/7] Staging submission: PCTV 74e driver (as102)

2011-10-16 Thread Stefan Richter
On Oct 15 Piotr Chmura wrote: > Staging submission: PCTV 74e driver (as102) > > From: Devin Heitmueller > > pull as102 driver from > > This is driver for PCTV 74e DVB-T USB tuner, taken from [1], > written by Devin Heitmueller using the GPL reference driver provided by > Abilis. > > The only c

Re: [PATCH 2/9] mm: alloc_contig_freed_pages() added

2011-10-16 Thread Andrew Morton
On Sun, 16 Oct 2011 10:01:36 +0200 "Michal Nazarewicz" wrote: > Still, as I think of it now, maybe alloc_contig_free_range() would be > better? Nope. Of *course* the pages were free. Otherwise we couldn't (re)allocate them. I still think the "free" part is redundant. What could be improved

Re: [PATCH 2/9] mm: alloc_contig_freed_pages() added

2011-10-16 Thread Michal Nazarewicz
On Sat, 15 Oct 2011 01:29:33 +0200, Andrew Morton wrote: On Thu, 06 Oct 2011 15:54:42 +0200 Marek Szyprowski wrote: From: KAMEZAWA Hiroyuki This commit introduces alloc_contig_freed_pages() function The "freed" seems redundant to me. Wouldn't "alloc_contig_pages" be a better name? Th