Re: [PATCH 22/24] USB: gadget: udc: Remove redundant license text

2017-11-07 Thread Greg Kroah-Hartman
On Mon, Nov 06, 2017 at 03:12:24PM -0600, Li Yang wrote:
> On Mon, Nov 6, 2017 at 8:37 AM, Greg Kroah-Hartman
>  wrote:
> > Now that the SPDX tag is in all USB files, that identifies the license
> > in a specific and legally-defined manner.  So the extra GPL text wording
> > can be removed as it is no longer needed at all.
> >
> > This is done on a quest to remove the 700+ different ways that files in
> > the kernel describe the GPL license text.  And there's unneeded stuff
> > like the address (sometimes incorrect) for the FSF which is never
> > needed.
> >
> > No copyright headers or other non-license-description text was removed.
> >
> > Cc: Felipe Balbi 
> > Cc: Nicolas Ferre 
> > Cc: Kevin Cernekee 
> > Cc: Florian Fainelli 
> > Cc: Li Yang 
> > Cc: Vladimir Zapolskiy 
> > Cc: Sylvain Lemieux 
> > Cc: Daniel Mack 
> > Cc: Haojian Zhuang 
> > Cc: Robert Jarzmik 
> > Cc: Michal Simek 
> > Cc: "Sören Brinkmann" 
> > Cc: Raviteja Garimella 
> > Cc: Romain Perier 
> > Cc: Johan Hovold 
> > Cc: Al Cooper 
> > Cc: Srinath Mannam 
> > Cc: Roger Quadros 
> > Cc: Krzysztof Opasiak 
> > Cc: Stefan Agner 
> > Cc: Alan Stern 
> > Cc: "Felix Hädicke" 
> > Cc: Peter Chen 
> > Cc: Allen Pais 
> > Cc: Yuyang Du 
> > Signed-off-by: Greg Kroah-Hartman 
> > ---
> 
> >  drivers/usb/gadget/udc/fsl_mxc_udc.c|  5 -
> >  drivers/usb/gadget/udc/fsl_qe_udc.c |  5 -
> >  drivers/usb/gadget/udc/fsl_qe_udc.h |  5 -
> >  drivers/usb/gadget/udc/fsl_udc_core.c   |  5 -
> >  drivers/usb/gadget/udc/fsl_usb2_udc.h   |  5 -
> 
> Acked-by: Li Yang 

Thanks for the ack.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 22/24] USB: gadget: udc: Remove redundant license text

2017-11-07 Thread Greg Kroah-Hartman
On Tue, Nov 07, 2017 at 08:15:50AM +0100, Robert Jarzmik wrote:
> Greg Kroah-Hartman  writes:
> 
> > Now that the SPDX tag is in all USB files, that identifies the license
> > in a specific and legally-defined manner.  So the extra GPL text wording
> > can be removed as it is no longer needed at all.
> >
> > This is done on a quest to remove the 700+ different ways that files in
> > the kernel describe the GPL license text.  And there's unneeded stuff
> > like the address (sometimes incorrect) for the FSF which is never
> > needed.
> >
> > No copyright headers or other non-license-description text was removed.
> >
> > Cc: Felipe Balbi 
> > Cc: Nicolas Ferre 
> > Cc: Kevin Cernekee 
> > Cc: Florian Fainelli 
> > Cc: Li Yang 
> > Cc: Vladimir Zapolskiy 
> > Cc: Sylvain Lemieux 
> > Cc: Daniel Mack 
> > Cc: Haojian Zhuang 
> > Cc: Robert Jarzmik 
> > Cc: Michal Simek 
> > Cc: "Sören Brinkmann" 
> > Cc: Raviteja Garimella 
> > Cc: Romain Perier 
> > Cc: Johan Hovold 
> > Cc: Al Cooper 
> > Cc: Srinath Mannam 
> > Cc: Roger Quadros 
> > Cc: Krzysztof Opasiak 
> > Cc: Stefan Agner 
> > Cc: Alan Stern 
> > Cc: "Felix Hädicke" 
> > Cc: Peter Chen 
> > Cc: Allen Pais 
> > Cc: Yuyang Du 
> > Signed-off-by: Greg Kroah-Hartman 
> > ---
> 
> For :
> >  drivers/usb/gadget/udc/pxa25x_udc.c |  5 -
> >  drivers/usb/gadget/udc/pxa25x_udc.h |  6 --
> >  drivers/usb/gadget/udc/pxa27x_udc.c |  5 -
> >  drivers/usb/gadget/udc/pxa27x_udc.h |  5 -
> 
> Acked-by: Robert Jarzmik 

Thanks for the ack.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 22/24] USB: gadget: udc: Remove redundant license text

2017-11-07 Thread Greg Kroah-Hartman
On Mon, Nov 06, 2017 at 03:50:31PM +0100, Nicolas Ferre wrote:
> On 06/11/2017 at 15:37, Greg Kroah-Hartman wrote:
> > Now that the SPDX tag is in all USB files, that identifies the license
> > in a specific and legally-defined manner.  So the extra GPL text wording
> > can be removed as it is no longer needed at all.
> > 
> > This is done on a quest to remove the 700+ different ways that files in
> > the kernel describe the GPL license text.  And there's unneeded stuff
> > like the address (sometimes incorrect) for the FSF which is never
> > needed.
> > 
> > No copyright headers or other non-license-description text was removed.
> > 
> > Cc: Felipe Balbi 
> > Cc: Nicolas Ferre 
> 
> [..]
> 
> >  drivers/usb/gadget/udc/at91_udc.c   |  5 -
> >  drivers/usb/gadget/udc/at91_udc.h   |  5 -
> >  drivers/usb/gadget/udc/atmel_usba_udc.c |  4 
> >  drivers/usb/gadget/udc/atmel_usba_udc.h |  4 
> 
> For AT91 files above with modifications hereunder:
> Acked-by: Nicolas Ferre 

Thanks for the ack.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 22/24] USB: gadget: udc: Remove redundant license text

2017-11-06 Thread Robert Jarzmik
Greg Kroah-Hartman  writes:

> Now that the SPDX tag is in all USB files, that identifies the license
> in a specific and legally-defined manner.  So the extra GPL text wording
> can be removed as it is no longer needed at all.
>
> This is done on a quest to remove the 700+ different ways that files in
> the kernel describe the GPL license text.  And there's unneeded stuff
> like the address (sometimes incorrect) for the FSF which is never
> needed.
>
> No copyright headers or other non-license-description text was removed.
>
> Cc: Felipe Balbi 
> Cc: Nicolas Ferre 
> Cc: Kevin Cernekee 
> Cc: Florian Fainelli 
> Cc: Li Yang 
> Cc: Vladimir Zapolskiy 
> Cc: Sylvain Lemieux 
> Cc: Daniel Mack 
> Cc: Haojian Zhuang 
> Cc: Robert Jarzmik 
> Cc: Michal Simek 
> Cc: "Sören Brinkmann" 
> Cc: Raviteja Garimella 
> Cc: Romain Perier 
> Cc: Johan Hovold 
> Cc: Al Cooper 
> Cc: Srinath Mannam 
> Cc: Roger Quadros 
> Cc: Krzysztof Opasiak 
> Cc: Stefan Agner 
> Cc: Alan Stern 
> Cc: "Felix Hädicke" 
> Cc: Peter Chen 
> Cc: Allen Pais 
> Cc: Yuyang Du 
> Signed-off-by: Greg Kroah-Hartman 
> ---

For :
>  drivers/usb/gadget/udc/pxa25x_udc.c |  5 -
>  drivers/usb/gadget/udc/pxa25x_udc.h |  6 --
>  drivers/usb/gadget/udc/pxa27x_udc.c |  5 -
>  drivers/usb/gadget/udc/pxa27x_udc.h |  5 -

Acked-by: Robert Jarzmik 

Cheers.

--
Robert
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 22/24] USB: gadget: udc: Remove redundant license text

2017-11-06 Thread Li Yang
On Mon, Nov 6, 2017 at 8:37 AM, Greg Kroah-Hartman
 wrote:
> Now that the SPDX tag is in all USB files, that identifies the license
> in a specific and legally-defined manner.  So the extra GPL text wording
> can be removed as it is no longer needed at all.
>
> This is done on a quest to remove the 700+ different ways that files in
> the kernel describe the GPL license text.  And there's unneeded stuff
> like the address (sometimes incorrect) for the FSF which is never
> needed.
>
> No copyright headers or other non-license-description text was removed.
>
> Cc: Felipe Balbi 
> Cc: Nicolas Ferre 
> Cc: Kevin Cernekee 
> Cc: Florian Fainelli 
> Cc: Li Yang 
> Cc: Vladimir Zapolskiy 
> Cc: Sylvain Lemieux 
> Cc: Daniel Mack 
> Cc: Haojian Zhuang 
> Cc: Robert Jarzmik 
> Cc: Michal Simek 
> Cc: "Sören Brinkmann" 
> Cc: Raviteja Garimella 
> Cc: Romain Perier 
> Cc: Johan Hovold 
> Cc: Al Cooper 
> Cc: Srinath Mannam 
> Cc: Roger Quadros 
> Cc: Krzysztof Opasiak 
> Cc: Stefan Agner 
> Cc: Alan Stern 
> Cc: "Felix Hädicke" 
> Cc: Peter Chen 
> Cc: Allen Pais 
> Cc: Yuyang Du 
> Signed-off-by: Greg Kroah-Hartman 
> ---

>  drivers/usb/gadget/udc/fsl_mxc_udc.c|  5 -
>  drivers/usb/gadget/udc/fsl_qe_udc.c |  5 -
>  drivers/usb/gadget/udc/fsl_qe_udc.h |  5 -
>  drivers/usb/gadget/udc/fsl_udc_core.c   |  5 -
>  drivers/usb/gadget/udc/fsl_usb2_udc.h   |  5 -

Acked-by: Li Yang 

Regards,
Leo
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 22/24] USB: gadget: udc: Remove redundant license text

2017-11-06 Thread Nicolas Ferre
On 06/11/2017 at 15:37, Greg Kroah-Hartman wrote:
> Now that the SPDX tag is in all USB files, that identifies the license
> in a specific and legally-defined manner.  So the extra GPL text wording
> can be removed as it is no longer needed at all.
> 
> This is done on a quest to remove the 700+ different ways that files in
> the kernel describe the GPL license text.  And there's unneeded stuff
> like the address (sometimes incorrect) for the FSF which is never
> needed.
> 
> No copyright headers or other non-license-description text was removed.
> 
> Cc: Felipe Balbi 
> Cc: Nicolas Ferre 

[..]

>  drivers/usb/gadget/udc/at91_udc.c   |  5 -
>  drivers/usb/gadget/udc/at91_udc.h   |  5 -
>  drivers/usb/gadget/udc/atmel_usba_udc.c |  4 
>  drivers/usb/gadget/udc/atmel_usba_udc.h |  4 

For AT91 files above with modifications hereunder:
Acked-by: Nicolas Ferre 

Thanks, best regards,

[..]

> diff --git a/drivers/usb/gadget/udc/at91_udc.c 
> b/drivers/usb/gadget/udc/at91_udc.c
> index 972f78409df7..bfe278294e88 100644
> --- a/drivers/usb/gadget/udc/at91_udc.c
> +++ b/drivers/usb/gadget/udc/at91_udc.c
> @@ -5,11 +5,6 @@
>   * Copyright (C) 2004 by Thomas Rathbone
>   * Copyright (C) 2005 by HP Labs
>   * Copyright (C) 2005 by David Brownell
> - *
> - * 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.
>   */
>  
>  #undef   VERBOSE_DEBUG
> diff --git a/drivers/usb/gadget/udc/at91_udc.h 
> b/drivers/usb/gadget/udc/at91_udc.h
> index 9581a868032e..fd58c5b81826 100644
> --- a/drivers/usb/gadget/udc/at91_udc.h
> +++ b/drivers/usb/gadget/udc/at91_udc.h
> @@ -3,11 +3,6 @@
>   * Copyright (C) 2004 by Thomas Rathbone, HP Labs
>   * Copyright (C) 2005 by Ivan Kokshaysky
>   * Copyright (C) 2006 by SAN People
> - *
> - * 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.
>   */
>  
>  #ifndef AT91_UDC_H
> diff --git a/drivers/usb/gadget/udc/atmel_usba_udc.c 
> b/drivers/usb/gadget/udc/atmel_usba_udc.c
> index 12543decf9ab..075eaaa8a408 100644
> --- a/drivers/usb/gadget/udc/atmel_usba_udc.c
> +++ b/drivers/usb/gadget/udc/atmel_usba_udc.c
> @@ -3,10 +3,6 @@
>   * Driver for the Atmel USBA high speed USB device controller
>   *
>   * Copyright (C) 2005-2007 Atmel Corporation
> - *
> - * 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.
>   */
>  #include 
>  #include 
> diff --git a/drivers/usb/gadget/udc/atmel_usba_udc.h 
> b/drivers/usb/gadget/udc/atmel_usba_udc.h
> index 10df5e4aaeb2..860a00a6fdd0 100644
> --- a/drivers/usb/gadget/udc/atmel_usba_udc.h
> +++ b/drivers/usb/gadget/udc/atmel_usba_udc.h
> @@ -3,10 +3,6 @@
>   * Driver for the Atmel USBA high speed USB device controller
>   *
>   * Copyright (C) 2005-2007 Atmel Corporation
> - *
> - * 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.
>   */
>  #ifndef __LINUX_USB_GADGET_USBA_UDC_H__
>  #define __LINUX_USB_GADGET_USBA_UDC_H__
[..]

-- 
Nicolas Ferre
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 22/24] USB: gadget: udc: Remove redundant license text

2017-11-06 Thread Felipe Balbi
Greg Kroah-Hartman  writes:

> Now that the SPDX tag is in all USB files, that identifies the license
> in a specific and legally-defined manner.  So the extra GPL text wording
> can be removed as it is no longer needed at all.
>
> This is done on a quest to remove the 700+ different ways that files in
> the kernel describe the GPL license text.  And there's unneeded stuff
> like the address (sometimes incorrect) for the FSF which is never
> needed.
>
> No copyright headers or other non-license-description text was removed.
>
> Cc: Felipe Balbi 
> Cc: Nicolas Ferre 
> Cc: Kevin Cernekee 
> Cc: Florian Fainelli 
> Cc: Li Yang 
> Cc: Vladimir Zapolskiy 
> Cc: Sylvain Lemieux 
> Cc: Daniel Mack 
> Cc: Haojian Zhuang 
> Cc: Robert Jarzmik 
> Cc: Michal Simek 
> Cc: "Sören Brinkmann" 
> Cc: Raviteja Garimella 
> Cc: Romain Perier 
> Cc: Johan Hovold 
> Cc: Al Cooper 
> Cc: Srinath Mannam 
> Cc: Roger Quadros 
> Cc: Krzysztof Opasiak 
> Cc: Stefan Agner 
> Cc: Alan Stern 
> Cc: "Felix Hädicke" 
> Cc: Peter Chen 
> Cc: Allen Pais 
> Cc: Yuyang Du 
> Signed-off-by: Greg Kroah-Hartman 

Acked-by: Felipe Balbi 

-- 
balbi


signature.asc
Description: PGP signature


[PATCH 22/24] USB: gadget: udc: Remove redundant license text

2017-11-06 Thread Greg Kroah-Hartman
Now that the SPDX tag is in all USB files, that identifies the license
in a specific and legally-defined manner.  So the extra GPL text wording
can be removed as it is no longer needed at all.

This is done on a quest to remove the 700+ different ways that files in
the kernel describe the GPL license text.  And there's unneeded stuff
like the address (sometimes incorrect) for the FSF which is never
needed.

No copyright headers or other non-license-description text was removed.

Cc: Felipe Balbi 
Cc: Nicolas Ferre 
Cc: Kevin Cernekee 
Cc: Florian Fainelli 
Cc: Li Yang 
Cc: Vladimir Zapolskiy 
Cc: Sylvain Lemieux 
Cc: Daniel Mack 
Cc: Haojian Zhuang 
Cc: Robert Jarzmik 
Cc: Michal Simek 
Cc: "Sören Brinkmann" 
Cc: Raviteja Garimella 
Cc: Romain Perier 
Cc: Johan Hovold 
Cc: Al Cooper 
Cc: Srinath Mannam 
Cc: Roger Quadros 
Cc: Krzysztof Opasiak 
Cc: Stefan Agner 
Cc: Alan Stern 
Cc: "Felix Hädicke" 
Cc: Peter Chen 
Cc: Allen Pais 
Cc: Yuyang Du 
Signed-off-by: Greg Kroah-Hartman 
---
 drivers/usb/gadget/udc/amd5536udc.h |  5 -
 drivers/usb/gadget/udc/amd5536udc_pci.c |  5 -
 drivers/usb/gadget/udc/at91_udc.c   |  5 -
 drivers/usb/gadget/udc/at91_udc.h   |  5 -
 drivers/usb/gadget/udc/atmel_usba_udc.c |  4 
 drivers/usb/gadget/udc/atmel_usba_udc.h |  4 
 drivers/usb/gadget/udc/bcm63xx_udc.c|  5 -
 drivers/usb/gadget/udc/bdc/bdc.h|  6 --
 drivers/usb/gadget/udc/bdc/bdc_cmd.c|  6 --
 drivers/usb/gadget/udc/bdc/bdc_cmd.h|  6 --
 drivers/usb/gadget/udc/bdc/bdc_core.c   |  6 --
 drivers/usb/gadget/udc/bdc/bdc_dbg.c|  6 --
 drivers/usb/gadget/udc/bdc/bdc_dbg.h|  6 --
 drivers/usb/gadget/udc/bdc/bdc_ep.c |  6 --
 drivers/usb/gadget/udc/bdc/bdc_ep.h |  6 --
 drivers/usb/gadget/udc/bdc/bdc_pci.c|  6 --
 drivers/usb/gadget/udc/bdc/bdc_udc.c|  6 --
 drivers/usb/gadget/udc/core.c   | 12 
 drivers/usb/gadget/udc/dummy_hcd.c  |  5 -
 drivers/usb/gadget/udc/fotg210-udc.c|  4 
 drivers/usb/gadget/udc/fotg210.h|  5 -
 drivers/usb/gadget/udc/fsl_mxc_udc.c|  5 -
 drivers/usb/gadget/udc/fsl_qe_udc.c |  5 -
 drivers/usb/gadget/udc/fsl_qe_udc.h |  5 -
 drivers/usb/gadget/udc/fsl_udc_core.c   |  5 -
 drivers/usb/gadget/udc/fsl_usb2_udc.h   |  5 -
 drivers/usb/gadget/udc/fusb300_udc.c|  4 
 drivers/usb/gadget/udc/fusb300_udc.h|  4 
 drivers/usb/gadget/udc/goku_udc.c   |  4 
 drivers/usb/gadget/udc/goku_udc.h   |  4 
 drivers/usb/gadget/udc/gr_udc.c |  5 -
 drivers/usb/gadget/udc/gr_udc.h |  5 -
 drivers/usb/gadget/udc/lpc32xx_udc.c| 14 --
 drivers/usb/gadget/udc/m66592-udc.c |  4 
 drivers/usb/gadget/udc/m66592-udc.h |  4 
 drivers/usb/gadget/udc/mv_u3d.h |  4 
 drivers/usb/gadget/udc/mv_u3d_core.c|  4 
 drivers/usb/gadget/udc/mv_udc.h |  5 -
 drivers/usb/gadget/udc/mv_udc_core.c|  5 -
 drivers/usb/gadget/udc/net2272.c| 14 --
 drivers/usb/gadget/udc/net2272.h| 14 --
 drivers/usb/gadget/udc/net2280.c|  5 -
 drivers/usb/gadget/udc/net2280.h|  5 -
 drivers/usb/gadget/udc/omap_udc.c   |  5 -
 drivers/usb/gadget/udc/pch_udc.c|  4 
 drivers/usb/gadget/udc/pxa25x_udc.c |  5 -
 drivers/usb/gadget/udc/pxa25x_udc.h |  6 --
 drivers/usb/gadget/udc/pxa27x_udc.c |  5 -
 drivers/usb/gadget/udc/pxa27x_udc.h |  5 -
 drivers/usb/gadget/udc/r8a66597-udc.c   |  4 
 drivers/usb/gadget/udc/r8a66597-udc.h   |  4 
 drivers/usb/gadget/udc/renesas_usb3.c   |  4 
 drivers/usb/gadget/udc/s3c-hsudc.c  |  6 +-
 drivers/usb/gadget/udc/s3c2410_udc.c|  5 -
 drivers/usb/gadget/udc/s3c2410_udc.h|  5 -
 drivers/usb/gadget/udc/snps_udc_core.c  |  5 -
 drivers/usb/gadget/udc/snps_udc_plat.c  |  9 -
 drivers/usb/gadget/udc/trace.c  |  9 -
 drivers/usb/gadget/udc/trace.h  | 12 
 drivers/usb/gadget/udc/udc-xilinx.c |  6 --
 60 files changed, 1 insertion(+), 346 deletions(-)

diff --git a/drivers/usb/gadget/udc/amd5536udc.h 
b/drivers/usb/gadget/udc/amd5536udc.h
index 5a92388ef8bb..dfdef6a28904 100644
--- a/drivers/usb/gadget/udc/amd5536udc.h
+++