linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] phy: berlin-usb: switch to SPDX identifier
@ 2018-07-13 15:47 Antoine Tenart
  2018-07-13 15:47 ` [PATCH 2/2] phy: berlin-sata: " Antoine Tenart
  2018-09-19  7:13 ` [PATCH 1/2] phy: berlin-usb: " Antoine Tenart
  0 siblings, 2 replies; 5+ messages in thread
From: Antoine Tenart @ 2018-07-13 15:47 UTC (permalink / raw)
  To: kishon; +Cc: Antoine Tenart, linux-kernel

Use the appropriate SPDX license identifier and drop the license text.
This patch is only cosmetic.

Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
---
 drivers/phy/marvell/phy-berlin-usb.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/phy/marvell/phy-berlin-usb.c b/drivers/phy/marvell/phy-berlin-usb.c
index 8f2b5cae360f..a43df63007c5 100644
--- a/drivers/phy/marvell/phy-berlin-usb.c
+++ b/drivers/phy/marvell/phy-berlin-usb.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) 2014 Marvell Technology Group Ltd.
  *
  * Antoine Tenart <antoine.tenart@free-electrons.com>
  * Jisheng Zhang <jszhang@marvell.com>
- *
- * This file is licensed under the terms of the GNU General Public
- * License version 2. This program is licensed "as is" without any
- * warranty of any kind, whether express or implied.
  */
 
 #include <linux/io.h>
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/2] phy: berlin-sata: switch to SPDX identifier
  2018-07-13 15:47 [PATCH 1/2] phy: berlin-usb: switch to SPDX identifier Antoine Tenart
@ 2018-07-13 15:47 ` Antoine Tenart
  2018-09-19  7:13 ` [PATCH 1/2] phy: berlin-usb: " Antoine Tenart
  1 sibling, 0 replies; 5+ messages in thread
From: Antoine Tenart @ 2018-07-13 15:47 UTC (permalink / raw)
  To: kishon; +Cc: Antoine Tenart, linux-kernel

Use the appropriate SPDX license identifier and drop the license text.
This patch is only cosmetic.

Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
---
 drivers/phy/marvell/phy-berlin-sata.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/phy/marvell/phy-berlin-sata.c b/drivers/phy/marvell/phy-berlin-sata.c
index 2c7a57f2d595..c1bb6725e48f 100644
--- a/drivers/phy/marvell/phy-berlin-sata.c
+++ b/drivers/phy/marvell/phy-berlin-sata.c
@@ -1,13 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Marvell Berlin SATA PHY driver
  *
  * Copyright (C) 2014 Marvell Technology Group Ltd.
  *
  * Antoine Ténart <antoine.tenart@free-electrons.com>
- *
- * This file is licensed under the terms of the GNU General Public
- * License version 2. This program is licensed "as is" without any
- * warranty of any kind, whether express or implied.
  */
 
 #include <linux/clk.h>
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] phy: berlin-usb: switch to SPDX identifier
  2018-07-13 15:47 [PATCH 1/2] phy: berlin-usb: switch to SPDX identifier Antoine Tenart
  2018-07-13 15:47 ` [PATCH 2/2] phy: berlin-sata: " Antoine Tenart
@ 2018-09-19  7:13 ` Antoine Tenart
  2018-09-19  7:20   ` Kishon Vijay Abraham I
  1 sibling, 1 reply; 5+ messages in thread
From: Antoine Tenart @ 2018-09-19  7:13 UTC (permalink / raw)
  To: kishon; +Cc: Antoine Tenart, linux-kernel

Hello Kishon,

Any update about these two patches?

Thanks!
Antoine

On Fri, Jul 13, 2018 at 05:47:03PM +0200, Antoine Tenart wrote:
> Use the appropriate SPDX license identifier and drop the license text.
> This patch is only cosmetic.
> 
> Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
> ---
>  drivers/phy/marvell/phy-berlin-usb.c | 5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)
> 
> diff --git a/drivers/phy/marvell/phy-berlin-usb.c b/drivers/phy/marvell/phy-berlin-usb.c
> index 8f2b5cae360f..a43df63007c5 100644
> --- a/drivers/phy/marvell/phy-berlin-usb.c
> +++ b/drivers/phy/marvell/phy-berlin-usb.c
> @@ -1,12 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   * Copyright (C) 2014 Marvell Technology Group Ltd.
>   *
>   * Antoine Tenart <antoine.tenart@free-electrons.com>
>   * Jisheng Zhang <jszhang@marvell.com>
> - *
> - * This file is licensed under the terms of the GNU General Public
> - * License version 2. This program is licensed "as is" without any
> - * warranty of any kind, whether express or implied.
>   */
>  
>  #include <linux/io.h>
> -- 
> 2.17.1
> 

-- 
Antoine Ténart, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] phy: berlin-usb: switch to SPDX identifier
  2018-09-19  7:13 ` [PATCH 1/2] phy: berlin-usb: " Antoine Tenart
@ 2018-09-19  7:20   ` Kishon Vijay Abraham I
  2018-09-19  7:26     ` Antoine Tenart
  0 siblings, 1 reply; 5+ messages in thread
From: Kishon Vijay Abraham I @ 2018-09-19  7:20 UTC (permalink / raw)
  To: Antoine Tenart; +Cc: linux-kernel

Hi Antoine,

On Wednesday 19 September 2018 12:43 PM, Antoine Tenart wrote:
> Hello Kishon,
> 
> Any update about these two patches?

Looks like patches for this from Jisheng Zhang has already made into the 4.19
kernel.

Thanks
Kishon
> 
> Thanks!
> Antoine
> 
> On Fri, Jul 13, 2018 at 05:47:03PM +0200, Antoine Tenart wrote:
>> Use the appropriate SPDX license identifier and drop the license text.
>> This patch is only cosmetic.
>>
>> Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
>> ---
>>  drivers/phy/marvell/phy-berlin-usb.c | 5 +----
>>  1 file changed, 1 insertion(+), 4 deletions(-)
>>
>> diff --git a/drivers/phy/marvell/phy-berlin-usb.c b/drivers/phy/marvell/phy-berlin-usb.c
>> index 8f2b5cae360f..a43df63007c5 100644
>> --- a/drivers/phy/marvell/phy-berlin-usb.c
>> +++ b/drivers/phy/marvell/phy-berlin-usb.c
>> @@ -1,12 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>  /*
>>   * Copyright (C) 2014 Marvell Technology Group Ltd.
>>   *
>>   * Antoine Tenart <antoine.tenart@free-electrons.com>
>>   * Jisheng Zhang <jszhang@marvell.com>
>> - *
>> - * This file is licensed under the terms of the GNU General Public
>> - * License version 2. This program is licensed "as is" without any
>> - * warranty of any kind, whether express or implied.
>>   */
>>  
>>  #include <linux/io.h>
>> -- 
>> 2.17.1
>>
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] phy: berlin-usb: switch to SPDX identifier
  2018-09-19  7:20   ` Kishon Vijay Abraham I
@ 2018-09-19  7:26     ` Antoine Tenart
  0 siblings, 0 replies; 5+ messages in thread
From: Antoine Tenart @ 2018-09-19  7:26 UTC (permalink / raw)
  To: Kishon Vijay Abraham I; +Cc: Antoine Tenart, linux-kernel

On Wed, Sep 19, 2018 at 12:50:51PM +0530, Kishon Vijay Abraham I wrote:
> On Wednesday 19 September 2018 12:43 PM, Antoine Tenart wrote:
> > 
> > Any update about these two patches?
> 
> Looks like patches for this from Jisheng Zhang has already made into the 4.19
> kernel.

OK, I see. Thanks!

Antoine

-- 
Antoine Ténart, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-09-19  7:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-13 15:47 [PATCH 1/2] phy: berlin-usb: switch to SPDX identifier Antoine Tenart
2018-07-13 15:47 ` [PATCH 2/2] phy: berlin-sata: " Antoine Tenart
2018-09-19  7:13 ` [PATCH 1/2] phy: berlin-usb: " Antoine Tenart
2018-09-19  7:20   ` Kishon Vijay Abraham I
2018-09-19  7:26     ` Antoine Tenart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).