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