From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 14 Aug 2013 10:48:18 -0700 Subject: [U-Boot] [PATCH]fsl/usb: Move USB internal phy definitions to fsl_usb.h In-Reply-To: <1375698616-10973-1-git-send-email-ramneek.mehresh@freescale.com> References: <1375698616-10973-1-git-send-email-ramneek.mehresh@freescale.com> Message-ID: <520BC2E2.3090504@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/05/2013 03:30 AM, Ramneek Mehresh wrote: > diff --git a/include/fsl_usb.h b/include/fsl_usb.h > new file mode 100644 > index 0000000..88d6a1f > --- /dev/null > +++ b/include/fsl_usb.h > @@ -0,0 +1,80 @@ > +/* > + * Freescale USB Controller > + * > + * Copyright 2013 Freescale Semiconductor, Inc. > + * > + * This software may be used and distributed according to the > + * terms of the GNU Public License, Version 2, incorporated > + * herein by reference. > + * > + * 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. > + * > + * 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. > + * > + * You should have received a copy of the GNU General Public License > + * along with this program; if not, write to the Free Software > + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, > + * MA 02111-1307 USA > + */ > + Mehresh, I am trying to apply this patch and clean up the license header with SPDX license identifier. I noticed you are using GPL v2. As most of u-boot code uses GPL v2+ (with very few files under GPL v2), do you have a specific reason to stay with v2? If not, I am going to replace it with GPL v2.0+. Regards, York