Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932997Ab1DMVDT (ORCPT ); Wed, 13 Apr 2011 17:03:19 -0400 Received: from kroah.org ([198.145.64.141]:59871 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932934Ab1DMVDO (ORCPT ); Wed, 13 Apr 2011 17:03:14 -0400 Date: Wed, 13 Apr 2011 14:00:57 -0700 From: Greg KH To: =?iso-8859-1?Q?G=E1bor?= Stefanik Cc: =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , linux-wireless@vger.kernel.org, "John W. Linville" , b43-dev@lists.infradead.org, Michael =?iso-8859-1?Q?B=FCsch?= , Larry Finger , George Kashperko , Arend van Spriel , linux-arm-kernel@lists.infradead.org, Russell King , Arnd Bergmann , Andy Botting , linuxdriverproject , "linux-kernel@vger.kernel.org" Subject: Re: [RFC][PATCH V4] axi: add AXI bus driver Message-ID: <20110413210057.GA7523@kroah.com> References: <1302634375-2378-1-git-send-email-zajec5@gmail.com> <20110413163113.GA24015@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1117 Lines: 26 On Wed, Apr 13, 2011 at 10:37:44PM +0200, Gábor Stefanik wrote: > On Wed, Apr 13, 2011 at 9:39 PM, Rafał Miłecki wrote: > > Hm, I'm not sure. Using EXPORT_SYMBOL_GPL will forbid closed source > > drivers from using our bus driver, right? I'm don't have preferences > > on this, if you prefer us to force GPL, I can. > > Isn't EXPORT_SYMBOL_GPL for symbols that are considered to form a > tight coupling between the kernel and users of the symbol? Using _GPL > just because you are against proprietary drivers in general and want > to force GPL on HW vendors is wrong. It shows _intent_. Not to say that functions that are not exported in this manner do not also require only GPL kernel code to be used as well at all. See the archives for more details if you are curious about it, it's been covered numerous times in the past. thanks, greg k-h -- 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/