Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932459Ab1CDRym (ORCPT ); Fri, 4 Mar 2011 12:54:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53965 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932443Ab1CDRyl (ORCPT ); Fri, 4 Mar 2011 12:54:41 -0500 Message-ID: <4D712750.1070402@redhat.com> Date: Fri, 04 Mar 2011 14:54:24 -0300 From: Mauro Carvalho Chehab User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Red Hat/3.1.7-3.el6_0 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: Greg KH CC: Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Alan Cox , "Igor M. Liplianin" , Laurent Pinchart , Ben Gamari Subject: Re: linux-next: manual merge of the staging tree with the v4l-dvb tree References: <20110304163905.ed6dd630.sfr@canb.auug.org.au> <20110304171343.GE22173@kroah.com> In-Reply-To: <20110304171343.GE22173@kroah.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2083 Lines: 47 Hi Greg, Em 04-03-2011 14:13, Greg KH escreveu: > On Fri, Mar 04, 2011 at 04:39:05PM +1100, Stephen Rothwell wrote: >> Hi Greg, >> >> Today's linux-next merge of the staging tree got a conflict in >> drivers/staging/Kconfig between commit >> a1256092a1e87511c977a3d0ef96151cda77e5c9 ("[media] Altera FPGA firmware >> download module") from the v4l-dvb tree and commit >> 0867b42113ec4eb8646eb361b15cbcfb741ddf5b ("staging: gma500: Intel GMA500 >> staging driver") from the staging tree. >> >> I fixed it up (see below) and can carry the fix as necessary. > > That looks correct. > > Mauro, what is this driver and why is it added to the staging tree? This driver implements the FPGA programming logic for a firmware required by a DVB driver, and was proposed initially for 2.6.37 inclusion. During the 2.6.38 development cycle, it suffered several revisions, based on our input at the media and lkml mailing lists, where Igor fixed all CodingStyle issues. In the last minute, during 2.6.38 merge window, two developers (Laurent and Ben) [1] complained against adding a driver for loading FPGA firmware as-is. So, I decided to add it, for now, at staging, to avoid needing to postpone a long series of patches again just because of that, especially since a series of DVB-C devices are without support on Linux without this patch series, and there are very few DVB-C devices currently supported. The Altera driver is compliant with CodingStyle, and, from my side, it is ok to move it to drivers/others, but it doesn't hurt to give some time for Ben and Laurent to propose alternative way of implementing the firmware request logic. If nothing happens until 2.6.40 merge window, I think we should go forward and move it to the proper place. Cheers, Mauro [1] http://www.mail-archive.com/linux-media@vger.kernel.org/msg26422.html -- 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/