[RFC][PATCH V4] axi: add AXI bus driver

Greg KH greg at kroah.com
Wed Apr 13 21:00:57 UTC 2011


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 <zajec5 at gmail.com> 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



More information about the devel mailing list