[U-Boot] [u-boot 09/40] usb: dwc3: Modify the file headers to u-boot format
Lukasz Majewski
l.majewski at samsung.com
Mon Feb 16 11:21:57 CET 2015
Hi Kishon,
> Modified the file header to the format that is used in u-boot. Also
> included in the header, the commit in linux kernel from which each of
> these files are added.
>
> Signed-off-by: Kishon Vijay Abraham I <kishon at ti.com>
> ---
> drivers/usb/dwc3/core.c | 15 +++++----------
> drivers/usb/dwc3/core.h | 15 +++++++--------
> drivers/usb/dwc3/dwc3-omap.c | 14 ++++++--------
> drivers/usb/dwc3/ep0.c | 14 ++++++--------
> drivers/usb/dwc3/gadget.c | 14 ++++++--------
> drivers/usb/dwc3/gadget.h | 16 ++++++++--------
> drivers/usb/dwc3/io.h | 15 +++++++--------
> 7 files changed, 45 insertions(+), 58 deletions(-)
>
> diff --git a/drivers/usb/dwc3/core.c b/drivers/usb/dwc3/core.c
> index 25ddc39..b79a8b3 100644
> --- a/drivers/usb/dwc3/core.c
> +++ b/drivers/usb/dwc3/core.c
> @@ -1,22 +1,17 @@
> /**
> * core.c - DesignWare USB3 DRD Controller Core file
> *
> - * Copyright (C) 2010-2011 Texas Instruments Incorporated -
> http://www.ti.com
> + * Copyright (C) 2015 Texas Instruments Incorporated -
> http://www.ti.com *
> * Authors: Felipe Balbi <balbi at ti.com>,
> * Sebastian Andrzej Siewior <bigeasy at linutronix.de>
> *
> - * This program is free software: you can redistribute it and/or
> modify
> - * it under the terms of the GNU General Public License version 2 of
> - * the License as published by the Free Software Foundation.
> + * Taken from Linux Kernel v3.19-rc1 (drivers/usb/dwc3/core.c) and
> ported
> + * to uboot.
> *
> - * 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.
> + * commit cd72f890d2 : usb: dwc3: core: enable phy suspend quirk on
> non-FPGA *
> - * You should have received a copy of the GNU General Public License
> - * along with this program. If not, see
> <http://www.gnu.org/licenses/>.
> + * SPDX-License-Identifier: GPL-2.0
> */
>
> #include <linux/version.h>
> diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h
> index 4bb9aa6..09cec53 100644
> --- a/drivers/usb/dwc3/core.h
> +++ b/drivers/usb/dwc3/core.h
> @@ -1,19 +1,18 @@
> /**
> * core.h - DesignWare USB3 DRD Core Header
> *
> - * Copyright (C) 2010-2011 Texas Instruments Incorporated -
> http://www.ti.com
> + * Copyright (C) 2015 Texas Instruments Incorporated -
> http://www.ti.com *
> * Authors: Felipe Balbi <balbi at ti.com>,
> * Sebastian Andrzej Siewior <bigeasy at linutronix.de>
> *
> - * This program is free software: you can redistribute it and/or
> modify
> - * it under the terms of the GNU General Public License version 2 of
> - * the License as published by the Free Software Foundation.
> + * Taken from Linux Kernel v3.19-rc1 (drivers/usb/dwc3/core.h) and
> ported
> + * to uboot.
> + *
> + * commit 460d098cb6 : usb: dwc3: make HIRD threshold configurable
> + *
> + * SPDX-License-Identifier: GPL-2.0
> *
> - * 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.
> */
>
> #ifndef __DRIVERS_USB_DWC3_CORE_H
> diff --git a/drivers/usb/dwc3/dwc3-omap.c
> b/drivers/usb/dwc3/dwc3-omap.c index 172d64e..12b57cf 100644
> --- a/drivers/usb/dwc3/dwc3-omap.c
> +++ b/drivers/usb/dwc3/dwc3-omap.c
> @@ -1,19 +1,17 @@
> /**
> * dwc3-omap.c - OMAP Specific Glue layer
> *
> - * Copyright (C) 2010-2011 Texas Instruments Incorporated -
> http://www.ti.com
> + * Copyright (C) 2015 Texas Instruments Incorporated -
> http://www.ti.com *
> * Authors: Felipe Balbi <balbi at ti.com>,
> * Sebastian Andrzej Siewior <bigeasy at linutronix.de>
> *
> - * This program is free software: you can redistribute it and/or
> modify
> - * it under the terms of the GNU General Public License version 2 of
> - * the License as published by the Free Software Foundation.
> + * Taken from Linux Kernel v3.19-rc1 (drivers/usb/dwc3/dwc3-omap.c)
> and ported
> + * to uboot.
> *
> - * 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.
> + * commit 7ee2566ff5 : usb: dwc3: dwc3-omap: get rid of
> ->prepare()/->complete()
> + *
> + * SPDX-License-Identifier: GPL-2.0
> */
>
> #include <linux/module.h>
> diff --git a/drivers/usb/dwc3/ep0.c b/drivers/usb/dwc3/ep0.c
> index 1bc77a3..c9fcb77 100644
> --- a/drivers/usb/dwc3/ep0.c
> +++ b/drivers/usb/dwc3/ep0.c
> @@ -1,19 +1,17 @@
> /**
> * ep0.c - DesignWare USB3 DRD Controller Endpoint 0 Handling
> *
> - * Copyright (C) 2010-2011 Texas Instruments Incorporated -
> http://www.ti.com
> + * Copyright (C) 2015 Texas Instruments Incorporated -
> http://www.ti.com *
> * Authors: Felipe Balbi <balbi at ti.com>,
> * Sebastian Andrzej Siewior <bigeasy at linutronix.de>
> *
> - * This program is free software: you can redistribute it and/or
> modify
> - * it under the terms of the GNU General Public License version 2 of
> - * the License as published by the Free Software Foundation.
> + * Taken from Linux Kernel v3.19-rc1 (drivers/usb/dwc3/ep0.c) and
> ported
> + * to uboot.
> *
> - * 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.
> + * commit c00552ebaf : Merge 3.18-rc7 into usb-next
> + *
> + * SPDX-License-Identifier: GPL-2.0
> */
>
> #include <linux/kernel.h>
> diff --git a/drivers/usb/dwc3/gadget.c b/drivers/usb/dwc3/gadget.c
> index f03b136..0aefc5c 100644
> --- a/drivers/usb/dwc3/gadget.c
> +++ b/drivers/usb/dwc3/gadget.c
> @@ -1,19 +1,17 @@
> /**
> * gadget.c - DesignWare USB3 DRD Controller Gadget Framework Link
> *
> - * Copyright (C) 2010-2011 Texas Instruments Incorporated -
> http://www.ti.com
> + * Copyright (C) 2015 Texas Instruments Incorporated -
> http://www.ti.com *
> * Authors: Felipe Balbi <balbi at ti.com>,
> * Sebastian Andrzej Siewior <bigeasy at linutronix.de>
> *
> - * This program is free software: you can redistribute it and/or
> modify
> - * it under the terms of the GNU General Public License version 2 of
> - * the License as published by the Free Software Foundation.
> + * Taken from Linux Kernel v3.19-rc1 (drivers/usb/dwc3/gadget.c) and
> ported
> + * to uboot.
> *
> - * 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.
> + * commit 8e74475b0e : usb: dwc3: gadget: use udc-core's reset
> notifier
> + *
> + * SPDX-License-Identifier: GPL-2.0
> */
>
> #include <linux/kernel.h>
> diff --git a/drivers/usb/dwc3/gadget.h b/drivers/usb/dwc3/gadget.h
> index 18ae3ea..042e247 100644
> --- a/drivers/usb/dwc3/gadget.h
> +++ b/drivers/usb/dwc3/gadget.h
> @@ -1,19 +1,19 @@
> /**
> * gadget.h - DesignWare USB3 DRD Gadget Header
> *
> - * Copyright (C) 2010-2011 Texas Instruments Incorporated -
> http://www.ti.com
> + * Copyright (C) 2015 Texas Instruments Incorporated -
> http://www.ti.com *
> * Authors: Felipe Balbi <balbi at ti.com>,
> * Sebastian Andrzej Siewior <bigeasy at linutronix.de>
> *
> - * This program is free software: you can redistribute it and/or
> modify
> - * it under the terms of the GNU General Public License version 2 of
> - * the License as published by the Free Software Foundation.
> + * Taken from Linux Kernel v3.19-rc1 (drivers/usb/dwc3/gadget.h) and
> ported
> + * to uboot.
> + *
> + * commit 7a60855972 : usb: dwc3: gadget: fix set_halt() bug with
> pending
> + transfers
> + *
> + * SPDX-License-Identifier: GPL-2.0
> *
> - * 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.
> */
>
> #ifndef __DRIVERS_USB_DWC3_GADGET_H
> diff --git a/drivers/usb/dwc3/io.h b/drivers/usb/dwc3/io.h
> index 6a79c8e..87a1ae6 100644
> --- a/drivers/usb/dwc3/io.h
> +++ b/drivers/usb/dwc3/io.h
> @@ -1,19 +1,18 @@
> /**
> * io.h - DesignWare USB3 DRD IO Header
> *
> - * Copyright (C) 2010-2011 Texas Instruments Incorporated -
> http://www.ti.com
> + * Copyright (C) 2014 Texas Instruments Incorporated -
> http://www.ti.com *
> * Authors: Felipe Balbi <balbi at ti.com>,
> * Sebastian Andrzej Siewior <bigeasy at linutronix.de>
> *
> - * This program is free software: you can redistribute it and/or
> modify
> - * it under the terms of the GNU General Public License version 2 of
> - * the License as published by the Free Software Foundation.
> + * Taken from Linux Kernel v3.19-rc1 (drivers/usb/dwc3/io.h) and
> ported
> + * to uboot.
> + *
> + * commit 2c4cbe6e5a : usb: dwc3: add tracepoints to aid debugging
> + *
> + * SPDX-License-Identifier: GPL-2.0
> *
> - * 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.
> */
>
> #ifndef __DRIVERS_USB_DWC3_IO_H
Reviewed-by: Lukasz Majewski <l.majewski at samsung.com>
--
Best regards,
Lukasz Majewski
Samsung R&D Institute Poland (SRPOL) | Linux Platform Group
More information about the U-Boot
mailing list