On Mon, Mar 04, 2013 at 04:49:46PM +0200, Ville Syrjälä wrote:
On Fri, Feb 22, 2013 at 08:03:26AM +0100, Thierry Reding wrote:
[...]
diff --git a/drivers/video/hdmi.c b/drivers/video/hdmi.c new file mode 100644 index 0000000..ab23c9b --- /dev/null +++ b/drivers/video/hdmi.c @@ -0,0 +1,308 @@ +/*
- Copyright (C) 2012 Avionic Design GmbH
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 2 as
- published by the Free Software Foundation.
- */
BTW was there any discussion about the license? drm is generally MIT. Are people OK with depending on GPL code for infoframe support?
I wasn't aware of that. I don't know how much of an issue it is really since all symbols are exported non-GPL.
Thierry