2018-12-18 06:03:18

by Kuninori Morimoto

[permalink] [raw]
Subject: [PATCH 0/2][resend] irqchip: irq-renesas-xxx: convert to SPDX identifiers


Hi Thomas, Jason, Marc

I have posted these and 2weeks passed.
Nothing happen, thus, I re-post again

Kuninori Morimoto (2):
irqchip: irq-renesas-irqc: convert to SPDX identifiers
irqchip: irq-renesas-intc-irqpin: convert to SPDX identifiers

drivers/irqchip/irq-renesas-intc-irqpin.c | 14 +-------------
drivers/irqchip/irq-renesas-irqc.c | 14 +-------------
2 files changed, 2 insertions(+), 26 deletions(-)

--
2.7.4



Best regards
---
Kuninori Morimoto


2018-12-18 06:04:11

by Kuninori Morimoto

[permalink] [raw]
Subject: [PATCH 1/2] irqchip: irq-renesas-irqc: convert to SPDX identifiers


From: Kuninori Morimoto <[email protected]>

This patch updates license to use SPDX-License-Identifier
instead of verbose license text.

Signed-off-by: Kuninori Morimoto <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
---
drivers/irqchip/irq-renesas-irqc.c | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/drivers/irqchip/irq-renesas-irqc.c b/drivers/irqchip/irq-renesas-irqc.c
index a4f1112..a449a7c 100644
--- a/drivers/irqchip/irq-renesas-irqc.c
+++ b/drivers/irqchip/irq-renesas-irqc.c
@@ -1,20 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Renesas IRQC Driver
*
* Copyright (C) 2013 Magnus Damm
- *
- * 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
- *
- * 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
*/

#include <linux/init.h>
--
2.7.4


2018-12-18 06:05:21

by Kuninori Morimoto

[permalink] [raw]
Subject: [PATCH 2/2] irqchip: irq-renesas-intc-irqpin: convert to SPDX identifiers

From: Kuninori Morimoto <[email protected]>

This patch updates license to use SPDX-License-Identifier
instead of verbose license text.

Signed-off-by: Kuninori Morimoto <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
---
drivers/irqchip/irq-renesas-intc-irqpin.c | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/drivers/irqchip/irq-renesas-intc-irqpin.c b/drivers/irqchip/irq-renesas-intc-irqpin.c
index c6e6c9e..8c03952 100644
--- a/drivers/irqchip/irq-renesas-intc-irqpin.c
+++ b/drivers/irqchip/irq-renesas-intc-irqpin.c
@@ -1,20 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Renesas INTC External IRQ Pin Driver
*
* Copyright (C) 2013 Magnus Damm
- *
- * 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
- *
- * 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
*/

#include <linux/init.h>
--
2.7.4


2018-12-18 08:39:39

by Marc Zyngier

[permalink] [raw]
Subject: Re: [PATCH 0/2][resend] irqchip: irq-renesas-xxx: convert to SPDX identifiers

On 18/12/2018 06:02, Kuninori Morimoto wrote:
>
> Hi Thomas, Jason, Marc
>
> I have posted these and 2weeks passed.
> Nothing happen, thus, I re-post again

You may want to check linux/next. As far as I can see, the two patches
are there already.

Thanks,

M.--
Jazz is not dead. It just smells funny...

2018-12-19 00:02:59

by Kuninori Morimoto

[permalink] [raw]
Subject: Re: [PATCH 0/2][resend] irqchip: irq-renesas-xxx: convert to SPDX identifiers


Hi Marc

> > I have posted these and 2weeks passed.
> > Nothing happen, thus, I re-post again
>
> You may want to check linux/next. As far as I can see, the two patches
> are there already.

Wow !!
Thank you !!

Best regards
---
Kuninori Morimoto