From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg KH) Date: Mon, 23 Apr 2018 09:39:35 +0200 Subject: [PATCH usb v6 6/6] usb: core: phy: add the SPDX-License-Identifier and include guard In-Reply-To: References: <20180418193951.17922-1-martin.blumenstingl@googlemail.com> <20180418193951.17922-7-martin.blumenstingl@googlemail.com> <20180422130109.GA5781@kroah.com> Message-ID: <20180423073935.GA2484@kroah.com> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org On Sun, Apr 22, 2018 at 09:41:56PM +0200, Martin Blumenstingl wrote: > Hi Greg, > > On Sun, Apr 22, 2018 at 3:01 PM, Greg KH wrote: > > On Wed, Apr 18, 2018 at 09:39:51PM +0200, Martin Blumenstingl wrote: > >> This clarifies the license of the code. While here also add an include > >> guard to the header file. > >> > >> Fixes: 07dbff0ddbd86c ("usb: core: add a wrapper for the USB PHYs on the HCD") > >> Suggested-by: Masahiro Yamada > >> Signed-off-by: Martin Blumenstingl > >> --- > >> drivers/usb/core/phy.h | 12 ++++++++++++ > >> 1 file changed, 12 insertions(+) > >> > >> diff --git a/drivers/usb/core/phy.h b/drivers/usb/core/phy.h > >> index bbc969383074..88a3c037e9df 100644 > >> --- a/drivers/usb/core/phy.h > >> +++ b/drivers/usb/core/phy.h > >> @@ -1,3 +1,13 @@ > >> +/* SPDX-License-Identifier: GPL-2.0+ */ > > > > Do you _really_ mean GPLv2 or anything later? > drivers/usb/core/hcd.c uses the same license identifier > that code is much more "valuable" than my few lines which manage a > list of PHYs - so I'm fine with "GPLv2 or anything later" > > > I have to ask... > if you see any problems with this (for example that phy.h couldn't be > used from some special module with another license, ...) then please > let me know Nope, that's fine, thanks for the quick response, I'll go apply this now. greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH usb v6 6/6] usb: core: phy: add the SPDX-License-Identifier and include guard Date: Mon, 23 Apr 2018 09:39:35 +0200 Message-ID: <20180423073935.GA2484@kroah.com> References: <20180418193951.17922-1-martin.blumenstingl@googlemail.com> <20180418193951.17922-7-martin.blumenstingl@googlemail.com> <20180422130109.GA5781@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+glpam-linux-mediatek=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Martin Blumenstingl Cc: d-gerlach-l0cyMroinI0@public.gmane.org, eric-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org, j-keerthy-l0cyMroinI0@public.gmane.org, linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@public.gmane.org, chunfeng.yun-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org, yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org, linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, kishon-l0cyMroinI0@public.gmane.org, rogerq-l0cyMroinI0@public.gmane.org List-Id: linux-mediatek@lists.infradead.org On Sun, Apr 22, 2018 at 09:41:56PM +0200, Martin Blumenstingl wrote: > Hi Greg, > > On Sun, Apr 22, 2018 at 3:01 PM, Greg KH wrote: > > On Wed, Apr 18, 2018 at 09:39:51PM +0200, Martin Blumenstingl wrote: > >> This clarifies the license of the code. While here also add an include > >> guard to the header file. > >> > >> Fixes: 07dbff0ddbd86c ("usb: core: add a wrapper for the USB PHYs on the HCD") > >> Suggested-by: Masahiro Yamada > >> Signed-off-by: Martin Blumenstingl > >> --- > >> drivers/usb/core/phy.h | 12 ++++++++++++ > >> 1 file changed, 12 insertions(+) > >> > >> diff --git a/drivers/usb/core/phy.h b/drivers/usb/core/phy.h > >> index bbc969383074..88a3c037e9df 100644 > >> --- a/drivers/usb/core/phy.h > >> +++ b/drivers/usb/core/phy.h > >> @@ -1,3 +1,13 @@ > >> +/* SPDX-License-Identifier: GPL-2.0+ */ > > > > Do you _really_ mean GPLv2 or anything later? > drivers/usb/core/hcd.c uses the same license identifier > that code is much more "valuable" than my few lines which manage a > list of PHYs - so I'm fine with "GPLv2 or anything later" > > > I have to ask... > if you see any problems with this (for example that phy.h couldn't be > used from some special module with another license, ...) then please > let me know Nope, that's fine, thanks for the quick response, I'll go apply this now. greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Subject: [usb,v6,6/6] usb: core: phy: add the SPDX-License-Identifier and include guard From: Greg Kroah-Hartman Message-Id: <20180423073935.GA2484@kroah.com> Date: Mon, 23 Apr 2018 09:39:35 +0200 To: Martin Blumenstingl Cc: linux-usb@vger.kernel.org, matthias.bgg@gmail.com, stern@rowland.harvard.edu, rogerq@ti.com, linux-mediatek@lists.infradead.org, linux-amlogic@lists.infradead.org, j-keerthy@ti.com, d-gerlach@ti.com, kishon@ti.com, chunfeng.yun@mediatek.com, linux-rpi-kernel@lists.infradead.org, eric@anholt.net, yamada.masahiro@socionext.com List-ID: T24gU3VuLCBBcHIgMjIsIDIwMTggYXQgMDk6NDE6NTZQTSArMDIwMCwgTWFydGluIEJsdW1lbnN0 aW5nbCB3cm90ZToKPiBIaSBHcmVnLAo+IAo+IE9uIFN1biwgQXByIDIyLCAyMDE4IGF0IDM6MDEg UE0sIEdyZWcgS0ggPGdyZWdraEBsaW51eGZvdW5kYXRpb24ub3JnPiB3cm90ZToKPiA+IE9uIFdl ZCwgQXByIDE4LCAyMDE4IGF0IDA5OjM5OjUxUE0gKzAyMDAsIE1hcnRpbiBCbHVtZW5zdGluZ2wg d3JvdGU6Cj4gPj4gVGhpcyBjbGFyaWZpZXMgdGhlIGxpY2Vuc2Ugb2YgdGhlIGNvZGUuIFdoaWxl IGhlcmUgYWxzbyBhZGQgYW4gaW5jbHVkZQo+ID4+IGd1YXJkIHRvIHRoZSBoZWFkZXIgZmlsZS4K PiA+Pgo+ID4+IEZpeGVzOiAwN2RiZmYwZGRiZDg2YyAoInVzYjogY29yZTogYWRkIGEgd3JhcHBl ciBmb3IgdGhlIFVTQiBQSFlzIG9uIHRoZSBIQ0QiKQo+ID4+IFN1Z2dlc3RlZC1ieTogTWFzYWhp cm8gWWFtYWRhIDx5YW1hZGEubWFzYWhpcm9Ac29jaW9uZXh0LmNvbT4KPiA+PiBTaWduZWQtb2Zm LWJ5OiBNYXJ0aW4gQmx1bWVuc3RpbmdsIDxtYXJ0aW4uYmx1bWVuc3RpbmdsQGdvb2dsZW1haWwu Y29tPgo+ID4+IC0tLQo+ID4+ICBkcml2ZXJzL3VzYi9jb3JlL3BoeS5oIHwgMTIgKysrKysrKysr KysrCj4gPj4gIDEgZmlsZSBjaGFuZ2VkLCAxMiBpbnNlcnRpb25zKCspCj4gPj4KPiA+PiBkaWZm IC0tZ2l0IGEvZHJpdmVycy91c2IvY29yZS9waHkuaCBiL2RyaXZlcnMvdXNiL2NvcmUvcGh5LmgK PiA+PiBpbmRleCBiYmM5NjkzODMwNzQuLjg4YTNjMDM3ZTlkZiAxMDA2NDQKPiA+PiAtLS0gYS9k cml2ZXJzL3VzYi9jb3JlL3BoeS5oCj4gPj4gKysrIGIvZHJpdmVycy91c2IvY29yZS9waHkuaAo+ ID4+IEBAIC0xLDMgKzEsMTMgQEAKPiA+PiArLyogU1BEWC1MaWNlbnNlLUlkZW50aWZpZXI6IEdQ TC0yLjArICovCj4gPgo+ID4gRG8geW91IF9yZWFsbHlfIG1lYW4gR1BMdjIgb3IgYW55dGhpbmcg bGF0ZXI/Cj4gZHJpdmVycy91c2IvY29yZS9oY2QuYyB1c2VzIHRoZSBzYW1lIGxpY2Vuc2UgaWRl bnRpZmllcgo+IHRoYXQgY29kZSBpcyBtdWNoIG1vcmUgInZhbHVhYmxlIiB0aGFuIG15IGZldyBs aW5lcyB3aGljaCBtYW5hZ2UgYQo+IGxpc3Qgb2YgUEhZcyAtIHNvIEknbSBmaW5lIHdpdGggIkdQ THYyIG9yIGFueXRoaW5nIGxhdGVyIgo+IAo+ID4gSSBoYXZlIHRvIGFzay4uLgo+IGlmIHlvdSBz ZWUgYW55IHByb2JsZW1zIHdpdGggdGhpcyAoZm9yIGV4YW1wbGUgdGhhdCBwaHkuaCBjb3VsZG4n dCBiZQo+IHVzZWQgZnJvbSBzb21lIHNwZWNpYWwgbW9kdWxlIHdpdGggYW5vdGhlciBsaWNlbnNl LCAuLi4pIHRoZW4gcGxlYXNlCj4gbGV0IG1lIGtub3cKCk5vcGUsIHRoYXQncyBmaW5lLCB0aGFu a3MgZm9yIHRoZSBxdWljayByZXNwb25zZSwgSSdsbCBnbyBhcHBseSB0aGlzCm5vdy4KCmdyZWcg ay1oCi0tLQpUbyB1bnN1YnNjcmliZSBmcm9tIHRoaXMgbGlzdDogc2VuZCB0aGUgbGluZSAidW5z dWJzY3JpYmUgbGludXgtdXNiIiBpbgp0aGUgYm9keSBvZiBhIG1lc3NhZ2UgdG8gbWFqb3Jkb21v QHZnZXIua2VybmVsLm9yZwpNb3JlIG1ham9yZG9tbyBpbmZvIGF0ICBodHRwOi8vdmdlci5rZXJu ZWwub3JnL21ham9yZG9tby1pbmZvLmh0bWwK