Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-zoran

2009-03-01 Thread Jean Delvare
Hi Trent, On Sun, 1 Mar 2009 10:24:08 -0800 (PST), Trent Piepho wrote: > On Sun, 1 Mar 2009, Hans Verkuil wrote: > > > Even though kmalloc supports higher order allocations now, they can > > > easily fail. > > > > The right approach which most drivers take is to allocate up front when the > > driv

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-zoran

2009-03-01 Thread Andy Walls
On Sun, 2009-03-01 at 10:24 -0800, Trent Piepho wrote: > On Sun, 1 Mar 2009, Hans Verkuil wrote: > > > Even though kmalloc supports higher order allocations now, they can > > > easily fail. > > > > The right approach which most drivers take is to allocate up front when the > > driver is loaded. Zor

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-zoran

2009-03-01 Thread Trent Piepho
On Sun, 1 Mar 2009, Hans Verkuil wrote: > > Even though kmalloc supports higher order allocations now, they can > > easily fail. > > The right approach which most drivers take is to allocate up front when the > driver is loaded. Zoran should be modified to do the same. Still, it's a shame to waste

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-zoran

2009-03-01 Thread Hans Verkuil
On Sunday 01 March 2009 15:38:03 Trent Piepho wrote: > On Sun, 22 Feb 2009, Hans Verkuil wrote: > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-zoran for > > the following: > > I have some questions about your changes. > > > - zoran: convert to video_ioctl2 and remove 'ready_to_be_

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-zoran

2009-03-01 Thread Trent Piepho
On Sun, 22 Feb 2009, Hans Verkuil wrote: > Also the v4l1 ioctls have been removed and instead zoran relies on the v4l1 > compat layer. I tried testing v4l1 with mplayer and it doesn't seem to work correctly. [pid 29030] ioctl(3, VIDIOCSYNC, 0x884d790) = -1 EBUSY (Device or resource busy) [pid 290

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-zoran

2009-03-01 Thread Jean Delvare
Hi Trent, On Sun, 1 Mar 2009 06:38:03 -0800 (PST), Trent Piepho wrote: > On Sun, 22 Feb 2009, Hans Verkuil wrote: > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-zoran for the > > following: > > I have some questions about your changes. > (...) > > - zoran: remove broken BIGPHYS_

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-zoran

2009-03-01 Thread Trent Piepho
On Sun, 22 Feb 2009, Hans Verkuil wrote: > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-zoran for the > following: I have some questions about your changes. > - zoran: convert to video_ioctl2 and remove 'ready_to_be_freed' hack. It looks like this patch deleted the code relating

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-zoran

2009-02-26 Thread Hans Verkuil
On Friday 27 February 2009 01:33:09 Mauro Carvalho Chehab wrote: > On Sun, 22 Feb 2009 18:58:29 +0100 > > Hans Verkuil wrote: > > It took me several long weekends to get all this work done, but I think > > it's been very worthwhile. > > Very great job! > > Yet, I had to add some patches to manuall

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-zoran

2009-02-26 Thread Mauro Carvalho Chehab
On Sun, 22 Feb 2009 18:58:29 +0100 Hans Verkuil wrote: > It took me several long weekends to get all this work done, but I think it's > been very worthwhile. Very great job! Yet, I had to add some patches to manually fix a few merge conflicts after your series. I'll try to fold those patches a

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-zoran

2009-02-24 Thread Trent Piepho
On Sun, 22 Feb 2009, Hans Verkuil wrote: > Hi Mauro, > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-zoran for the > following: You might consider posting to the mjpeg users list. Maybe there are some people who used the playback feature more often. -- To unsubscribe from this l

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-zoran

2009-02-23 Thread Jean Delvare
On Sun, 22 Feb 2009 18:58:29 +0100, Hans Verkuil wrote: > Hi Mauro, > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-zoran for the > following: > > - saa7115: don't access reg 0x87 if it is not present. > - saa7185: add colorbar support. > - saa7115: add querystd and g_input_stat

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-zoran

2009-02-22 Thread CityK
Jean Delvare wrote: >> quick question(s) - is this what I think it is -- a remote controller IC >> ? If so, do you know who manufactures this IC? (I'm trying to connect >> the dots with the problematic ks003 and ks007 ICs found on some cards) >> > > The KS0127 is a video decoder, and it's m

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-zoran

2009-02-22 Thread Jean Delvare
On Sun, 22 Feb 2009 13:32:08 -0500, CityK wrote: > Hans Verkuil wrote: > > > It took me several long weekends to get all this work done, but I think > > it's > > been very worthwhile. > > > > Kudos! Well done -- another positive change! I cant only second this. Yay! > > Together these ca

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-zoran

2009-02-22 Thread CityK
Hans Verkuil wrote: > It took me several long weekends to get all this work done, but I think it's > been very worthwhile. > Kudos! Well done -- another positive change! > Together these cards use the ... ks0127 i2c devices quick question(s) - is this what I think it is -- a remote contro

[PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-zoran

2009-02-22 Thread Hans Verkuil
Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-zoran for the following: - saa7115: don't access reg 0x87 if it is not present. - saa7185: add colorbar support. - saa7115: add querystd and g_input_status support for zoran. - zoran: convert to video_ioctl2 and remove 'ready