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

2009-02-07 Thread Hans Verkuil
On Saturday 07 February 2009 23:36:57 Hans Verkuil wrote: > On Saturday 07 February 2009 22:52:39 Manu Abraham wrote: > > Hans Verkuil wrote: > > > Hi Mauro, > > > > > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-saa7146 > > > for the following: > > > > > > - saa7146: implement v4

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

2009-02-07 Thread Hans Verkuil
On Saturday 07 February 2009 22:52:39 Manu Abraham wrote: > Hans Verkuil wrote: > > Hi Mauro, > > > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-saa7146 > > for the following: > > > > - saa7146: implement v4l2_device support. > > - saa7146: i2c adapdata now points to v4l2_device.

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

2009-02-07 Thread Manu Abraham
Hans Verkuil wrote: > Hi Mauro, > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-saa7146 for the > following: > > - saa7146: implement v4l2_device support. > - saa7146: i2c adapdata now points to v4l2_device. This will cause saa7146 core to be dependent on V4L2. Isn't it ? Re

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

2009-02-07 Thread Hans Verkuil
Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-saa7146 for the following: - saa7146: implement v4l2_device support. - saa7146: i2c adapdata now points to v4l2_device. - saa7146: the adapter class will be NULL when v4l2_subdev is used. - saa7146: convert saa7146 and mxb in

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

2009-01-27 Thread Hans Verkuil
On Monday 26 January 2009 23:15:12 Hans Verkuil wrote: > Hi Mauro, > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-saa7146 for > the following: > > - saa7146: fix VIDIOC_ENUMSTD. Also added this high-prio fix: - cx25840: ignore TUNER_SET_CONFIG in the command callback. Something

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

2009-01-26 Thread Hans Verkuil
Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-saa7146 for the following: - saa7146: fix VIDIOC_ENUMSTD. Thanks, Hans diffstat: saa7146_fops.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) -- Hans Verkuil - video4linux developer - sponsore

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

2009-01-18 Thread Hans Verkuil
Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-saa7146-2 for the following: - saa7146: fix unbalanced mutex_lock/unlock - saa7146: convert to video_ioctl2. - av7110: test type field in VIDIOC_G_SLICED_VBI_CAP Tested with mxb and dvb-ttpci based boards. It's the first pha

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

2009-01-18 Thread Hans Verkuil
On Monday 19 January 2009 00:55:51 e9hack wrote: > Hans Verkuil schrieb: > > Thanks for testing! I've made a new tree: > > > > http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-saa7146-2 > > > > Can you test again? It's a simple fix, so it should work now. > > With the new tree, WSS with avards works

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

2009-01-18 Thread e9hack
Hans Verkuil schrieb: > Thanks for testing! I've made a new tree: > > http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-saa7146-2 > > Can you test again? It's a simple fix, so it should work now. With the new tree, WSS with avards works now. Thanks! For compiling on 2.6.29-rc2, I need a little modifi

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

2009-01-18 Thread Hans Verkuil
On Sunday 18 January 2009 23:39:49 e9hack wrote: > Hans Verkuil schrieb: > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-saa7146 for > > the following: > > > > - saa7146: fix unbalanced mutex_lock/unlock > > - saa7146: convert to video_ioctl2. > > > > Tested with mxb and dvb-ttp

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

2009-01-18 Thread e9hack
Hans Verkuil schrieb: > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-saa7146 for > the following: > > - saa7146: fix unbalanced mutex_lock/unlock > - saa7146: convert to video_ioctl2. > > Tested with mxb and dvb-ttpci based boards. > > It's the first phase to converting saa7146

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

2009-01-18 Thread Hans Verkuil
Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-saa7146 for the following: - saa7146: fix unbalanced mutex_lock/unlock - saa7146: convert to video_ioctl2. Tested with mxb and dvb-ttpci based boards. It's the first phase to converting saa7146 to the latest v4l2 framework