Re: [PATCH v3 0/3] Support NVIDIA Tegra-based Ouya game console

2020-11-10 Thread Thierry Reding
On Sun, Oct 04, 2020 at 01:31:11PM +, Peter Geis wrote: > Good Day, > > This series introduces upstream kernel support for the Ouya game console > device. Please review and apply. Thank you in advance. > > Changelog: > v3: - Reorder aliases per Dmitry Osipenko's review. > - Add sdio

Re: [PATCH v3 0/3] Support NVIDIA Tegra-based Ouya game console

2020-10-07 Thread Dmitry Osipenko
07.10.2020 19:08, Stephen Warren пишет: ... > The facts[1] that Ouya published the code and that it used GPL-only > symbols certainly does imply that they *should* have published under GPL > or a compatible license, but doesn't mean that they definitely did. The > only way to know that for sure is

Re: [PATCH v3 0/3] Support NVIDIA Tegra-based Ouya game console

2020-10-07 Thread Peter Geis
On Wed, Oct 7, 2020 at 12:08 PM Stephen Warren wrote: > > > This definitely isn't the correct attitude to copyright. > > The facts[1] that Ouya published the code and that it used GPL-only > symbols certainly does imply that they *should* have published under GPL > or a compatible license, but

Re: [PATCH v3 0/3] Support NVIDIA Tegra-based Ouya game console

2020-10-07 Thread Stephen Warren
On 10/7/20 7:53 AM, Dmitry Osipenko wrote: > 07.10.2020 16:36, Bob Ham пишет: >> Hi all, >> >> The Bluetooth controller driver sent to linux-input by Lukas Rusak >> (CC'd) is a bit of a concern. Here is the original driver: >> >>

Re: [PATCH v3 0/3] Support NVIDIA Tegra-based Ouya game console

2020-10-07 Thread Bob Ham
Hi all, The Bluetooth controller driver sent to linux-input by Lukas Rusak (CC'd) is a bit of a concern. Here is the original driver: https://github.com/ouya/ouya_1_1-kernel/blob/master/drivers/hid/hid-ouya.c and you can see that there is no SPDX header, no license information and no

Re: [PATCH v3 0/3] Support NVIDIA Tegra-based Ouya game console

2020-10-07 Thread Dmitry Osipenko
... > 3. Ouya's driver uses kernel symbols that are explicitly marked as > GPL-only, see hid_open_report for example. Hence Ouya's driver inherents > the GPL license. Actually, the __hid_register_driver is a better example because hid_open_report didn't exist when Ouya's driver was created.

Re: [PATCH v3 0/3] Support NVIDIA Tegra-based Ouya game console

2020-10-07 Thread Dmitry Osipenko
07.10.2020 16:36, Bob Ham пишет: > Hi all, > > The Bluetooth controller driver sent to linux-input by Lukas Rusak > (CC'd) is a bit of a concern. Here is the original driver: > > https://github.com/ouya/ouya_1_1-kernel/blob/master/drivers/hid/hid-ouya.c > > and you can see that there is no

Re: [PATCH v3 0/3] Support NVIDIA Tegra-based Ouya game console

2020-10-07 Thread Stefan Agner
Hi Peter, On 2020-10-04 15:31, Peter Geis wrote: > Good Day, > > This series introduces upstream kernel support for the Ouya game > console device. Please review and apply. Thank you in advance. Interesting patchset, maybe I can give my Ouya a second live now :-) Do you happen to have (a link)

Re: [PATCH v3 0/3] Support NVIDIA Tegra-based Ouya game console

2020-10-05 Thread Thierry Reding
On Sun, Oct 04, 2020 at 01:31:11PM +, Peter Geis wrote: > Good Day, > > This series introduces upstream kernel support for the Ouya game console > device. Please review and apply. Thank you in advance. > > Changelog: > v3: - Reorder aliases per Dmitry Osipenko's review. > - Add sdio

[PATCH v3 0/3] Support NVIDIA Tegra-based Ouya game console

2020-10-04 Thread Peter Geis
Good Day, This series introduces upstream kernel support for the Ouya game console device. Please review and apply. Thank you in advance. Changelog: v3: - Reorder aliases per Dmitry Osipenko's review. - Add sdio clocks per Dmitry Osipenko's review. - Add missing ti sleep bits per Dmitry