[PATCH resend v4] phy: Add driver to support individual USB PHYs on sun9i

Paul Bolle pebolle at tiscali.nl
Fri Mar 13 02:35:15 PDT 2015


Just a license nit.

On Thu, 2015-03-12 at 17:54 +0800, Chen-Yu Tsai wrote:
> --- /dev/null
> +++ b/drivers/phy/phy-sun9i-usb.c

> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License as published by
> + * the Free Software Foundation; either version 2 of the License, or
> + * (at your option) any later version.
> + *
> + * This program is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> + * GNU General Public License for more details.
> + */

This states that the license is GPL v2 or later.

> +MODULE_LICENSE("GPL v2");

And it's
    MODULE_LICENSE("GPL");

that matches that statement.


Paul Bolle




More information about the linux-arm-kernel mailing list