Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753463AbYLASHg (ORCPT ); Mon, 1 Dec 2008 13:07:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752288AbYLASH1 (ORCPT ); Mon, 1 Dec 2008 13:07:27 -0500 Received: from smtp-vbr5.xs4all.nl ([194.109.24.25]:3597 "EHLO smtp-vbr5.xs4all.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752519AbYLASH0 (ORCPT ); Mon, 1 Dec 2008 13:07:26 -0500 From: Hans Verkuil To: Mauro Carvalho Chehab Subject: Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-ng Date: Mon, 1 Dec 2008 19:07:06 +0100 User-Agent: KMail/1.9.9 Cc: Laurent Pinchart , video4linux-list@redhat.com, "v4l-dvb maintainer list" , "linux-omap@vger.kernel.org" , linux-kernel@vger.kernel.org, davinci-linux-open-source-bounces@linux.davincidsp.com References: <200812011246.08885.hverkuil@xs4all.nl> <200812011524.43499.laurent.pinchart@skynet.be> <20081201130643.661f5743@pedra.chehab.org> In-Reply-To: <20081201130643.661f5743@pedra.chehab.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812011907.06370.hverkuil@xs4all.nl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 4669 Lines: 113 On Monday 01 December 2008 16:06:43 Mauro Carvalho Chehab wrote: > Hi Hans, > > On Mon, 1 Dec 2008 15:24:43 +0100 > > Laurent Pinchart wrote: > > > > I am all for pushing the changes to the v4l-dvb repository so > > > > they can get broader testing. I am, however, a bit more > > > > concerned about pushing the changes to Linus yet. > > > > > > They will of course go to linux-next and end up in 2.6.29 when > > > the merge window opens. It's obviously not for 2.6.28. > > > > I would say 2.6.29 is a bit early, but I can live with that. > > It also seems a bit early to me, but it may work. I'll try to > schedule some time this week for a deep review. Much appreciated. > > > In addition, these changes make it easier as well to use the new > > > i2c API in bridge drivers (in 2.6.29 the old-style I2C probing > > > will be deprecated, so we need to convert). So we get many > > > benefits with just these changes. > > IMO, this is one of the top priorities: the old-style i2c used on > some bridge drivers like saa7134 and cx88 are causing malfunctions > that can't be easily solved. I would like to see a fix for this for > 2.6.29. Using v4l2_i2c_new_subdev or v4l2_i2c_new_probed_subdev should make it much easier to switch over. It certainly simplified it for ivtv. > > > Of course, I want to add more v4l2 framework support to these new > > > structures, but I don't have any code yet for that anyway, just > > > lots of ideas. Start simple, then expand. > > > > > > > I don't know if that's possible at all, or if all changes in > > > > v4l-dvb are automatically selected for a push to the git > > > > repository whenever Mauro triggers the hg->git process. > > > > > > Well, they go to linux-next, but is that a problem? > > I only send Linus the patches that are already ok, but I generally > prefer to postpone a merge for the end of a merge window, when the > patch is not meant to be at the next version. > > > In a few months time (probably even earlier) the v4l2_device > > structure will be reworked (and possible renamed). > > Hmm... why? it would be better to try to have the KABI changes for it > at the same kernel release if possible. I would like to state again that I have no plans to rename it. There is a chance that it will be used by the dvb subsystem as well in the future, but that's not going to happen any time soon. But should that happen, then we might consider renaming it to media_device/media_subdev. However, right now it is very much v4l2 specific code. I think it more likely that if this is used in dvb then it would be for v4l2 functionality, not dvb functionality. There will definitely be future additions since this is only the first step. Things on my list: better framework support for controls, v4l2_prio handling, adding a similar v4l2_fh struct for filehandle-specific data and the media controller which has been discussed in earlier RFCs and that requires these fundamental data structs to be in place first. Replacing the v4l2-int-device.h API with v4l2_subdev and adding support for sensor drivers to the v4l2_subdev ops will also no doubt require additions. But I want to do this step by step. It's just humanly impossible to go for a Big Bang here. Each time something gets added there must be at least one driver actually using it so you have some confidence in the change. Just integrating these simple v4l2_device and v4l2_subdev structs will take a fair amount of time. Regards, Hans > > I'm fine with it going to linux-next now if > > we agree on the following. > > > > - We should only advocate v4l2_device usage for subdevices-aware > > video devices. Porting all drivers to v4l2_device is currently > > pointless and will only make future transitions more difficult. > > This makes sense to me. > > > - v4l2_device should be marked as experimental. I don't want to > > hear any API/ABI breakage argument in a few months time when the > > framework will evolve. > > Are you meaning marking this as experimental at Kconfig? This seems > too complex, since we'll need to test for some var on every driver > that were converted, providing two KABI options for each converted > driver (the legacy and the v4l2_device way). This doesn't seem to be > a good idea, since will add a lot of extra complexity to debug bugs. > > Cheers, > Mauro -- Hans Verkuil - video4linux developer - sponsored by TANDBERG -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/