From nobody Sun May 10 09:54:10 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7DE03C433EF for ; Tue, 10 May 2022 17:25:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348082AbiEJR3l (ORCPT ); Tue, 10 May 2022 13:29:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32794 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239763AbiEJR3Z (ORCPT ); Tue, 10 May 2022 13:29:25 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 63A3E274A17; Tue, 10 May 2022 10:24:39 -0700 (PDT) Message-ID: <20220510171254.404209482@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1652203477; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=9ZBYMn5JK9NT2hXnoRLG41C7P6wsZJcG6P5zJpEcwcc=; b=ZrF35wz3d1IwjqnW8hvsTLFJIp0UVR4JKmJN7aGCPwfAnHO3zIC4KlLnxDhUE5ZIPGu823 IMbAretMTPr4yiC4f7hJIZo2+EqGWNhuaboLbTYLbJmz5YreZPb/8nI7MBkHYCMI4x+wHc kqacTLz0jy9cc9+E/aHoP9zap6HuE5qSAv4ZDbAIisZlGGnqD7orbssL3lsZMmGYvaBhjL 09gvoyrJN5OjVUfcW8bn5Y2mGmyrwb0ZTXaQ9dcgMr4I/54ayZnfSkKwAcLYmhUIobgIeo g0MGOfTdbGRti83T8N+G/D4o0K4n1N86mLcOxTIDbOez6ZRT5Hhv4FTaVGFwaA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1652203477; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=9ZBYMn5JK9NT2hXnoRLG41C7P6wsZJcG6P5zJpEcwcc=; b=4m8KuB/iijC4gAnMT9YrUI4kvS86rf4kJH/bDhk35WfeANF3hexuH9Mz/oxcQd7GA3BXsN 7/r25WVKRZ2SLIBA== From: Thomas Gleixner To: LKML Cc: linux-spdx@vger.kernel.org, Daniel Lezcano , Florian Fainelli , Ray Jui , Scott Branden , Broadcom Kernel Team Subject: [patch 01/10] clocksource/drivers/bcm_kona: Convert to SPDX identifier References: <20220510171003.952873904@linutronix.de> MIME-Version: 1.0 Date: Tue, 10 May 2022 19:24:37 +0200 (CEST) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The license information clearly states GPL version 2 only. The extra text which excludes warranties is a transcript of the corresponding GPLv2 clause 11, which is explicitely referenced for details. So the SPDX identifier covers it completely. Signed-off-by: Thomas Gleixner Cc: Daniel Lezcano Cc: Florian Fainelli Cc: Ray Jui Cc: Scott Branden Cc: Broadcom Kernel Team Cc: linux-spdx@vger.kernel.org Acked-by: Florian Fainelli --- drivers/clocksource/bcm_kona_timer.c | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) --- a/drivers/clocksource/bcm_kona_timer.c +++ b/drivers/clocksource/bcm_kona_timer.c @@ -1,15 +1,5 @@ -/* - * Copyright (C) 2012 Broadcom Corporation - * - * 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 version 2. - * - * This program is distributed "as is" WITHOUT ANY WARRANTY of any - * kind, whether express or implied; without even the implied warranty - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +// SPDX-License-Identifier: GPL-2.0 +// Copyright (C) 2012 Broadcom Corporation =20 #include #include From nobody Sun May 10 09:54:10 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A42EDC433EF for ; Tue, 10 May 2022 17:25:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348021AbiEJR3b (ORCPT ); Tue, 10 May 2022 13:29:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57840 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348061AbiEJR2i (ORCPT ); Tue, 10 May 2022 13:28:38 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 504AD28B684; Tue, 10 May 2022 10:24:40 -0700 (PDT) Message-ID: <20220510171254.467236056@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1652203479; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=Ii5RNlxvnDQQWuFN2s0B0+kpFe+q3is7tLWS3xPhC14=; b=x8W55BvxNKs8iD0cYzy0vUTpjgqF4elNYV6dcpLX47Zeno3VZvXXDO3TdXLSWWLuTfVmcW qCA/Zn4Qt9ViTVG0jgDP12zQf1yeKzgXCATdMBJDTZVVCUZdwC+IZFwR8msu3kHGPnnIYj Z3NTiiFUCS8y/UT+FE4Hz6PcAbVNefbMGC/q/VQUAk9Ekye0inFLH2N3NRBuKz8Xn1nYoa ERj99F4E+v6RN/UHtaW1iwO77Bh9c5Vhjlr2PVLna2RVnK0Yf5MyhYANj13Fc+f9lVsb39 lg6C0BjnrJMHBQMaez5E/2jJD1hxq/ZrFtEpZQlB/OPVDzma0I7V2N4AL9Unig== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1652203479; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=Ii5RNlxvnDQQWuFN2s0B0+kpFe+q3is7tLWS3xPhC14=; b=Kp5Fk25m8qZkvlKHlqIxGzxRCn7HXbAjkS+Ck6z2riv3EKxcOr+ltJ96+X8GP/QeZxU9Lb kzvO3glDL+9r2WAw== From: Thomas Gleixner To: LKML Cc: linux-spdx@vger.kernel.org, Rich Felker , Daniel Lezcano Subject: [patch 02/10] clocksource/drivers/jcore: Convert to SPDX identifier References: <20220510171003.952873904@linutronix.de> MIME-Version: 1.0 Date: Tue, 10 May 2022 19:24:38 +0200 (CEST) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The licensing text references explicitely the COPYING file in the kernel base directory, which is clearly GPL version 2 only. Signed-off-by: Thomas Gleixner Cc: Rich Felker Cc: Daniel Lezcano --- drivers/clocksource/jcore-pit.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) --- a/drivers/clocksource/jcore-pit.c +++ b/drivers/clocksource/jcore-pit.c @@ -1,11 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * J-Core SoC PIT/clocksource driver * * Copyright (C) 2015-2016 Smart Energy Instruments, Inc. - * - * This file is subject to the terms and conditions of the GNU General Pub= lic - * License. See the file "COPYING" in the main directory of this archive - * for more details. */ =20 #include From nobody Sun May 10 09:54:10 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0815AC43217 for ; Tue, 10 May 2022 17:25:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348076AbiEJR3e (ORCPT ); Tue, 10 May 2022 13:29:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57186 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348016AbiEJR30 (ORCPT ); Tue, 10 May 2022 13:29:26 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E634D2BAE5B; Tue, 10 May 2022 10:24:41 -0700 (PDT) Message-ID: <20220510171254.529249404@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1652203480; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=ymoBlOGN2ybNUuPo4wojs5hcQRHP3a2WlqWJBn+DUm4=; b=vufO8Hja8bINZyZPG6SGh615X52P+Ij4wwRXcvisaFTxzUtrNxjQUCG/ubBeu016GhN2gf PtcClYnDRGtgQWcTwd0clkYmklqYIFNF7RFRNTVv5xaeKmgj7I0yHK0nV0UfuOHqA0+GC3 9porDwFu58cWKIJsOUPv9DI4Gic2uptUMj0MUj/dJvS+uXVGDF9WBPKm4uhzxLOoWDeyJV K0AzEjVb7JNj7z8V69Ht1yNPUpmtM8hQNJ3we5PF+qnc1JfQB0GitfLg21cSX/SlKFqvo+ q9Q4FVVAqGai39AvHCPnSzv5awVp50OoPLw+FUxyKSv6uzqoAcrK8DhnsZOBKA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1652203480; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=ymoBlOGN2ybNUuPo4wojs5hcQRHP3a2WlqWJBn+DUm4=; b=u6XvzzxQUQQ3fTQ/dMKNp7FAB032iNrqjtZ7Nyy7mPlgJCCvTwHzzhfairobEjD2tbtw4H li4LgJeSVL47vdDQ== From: Thomas Gleixner To: LKML Cc: linux-spdx@vger.kernel.org, Thomas Bogendoerfer , Serge Semin , Daniel Lezcano , linux-mips@vger.kernel.org Subject: [patch 03/10] clocksource/drivers/mips-gic-timer: Convert to SPDX identifier References: <20220510171003.952873904@linutronix.de> MIME-Version: 1.0 Date: Tue, 10 May 2022 19:24:40 +0200 (CEST) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The licensing text references explicitely the COPYING file in the kernel base directory, which is clearly GPL version 2 only. Signed-off-by: Thomas Gleixner Cc: Thomas Bogendoerfer Cc: Serge Semin Cc: Daniel Lezcano Cc: linux-mips@vger.kernel.org Acked-by: Serge Semin --- drivers/clocksource/mips-gic-timer.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) --- a/drivers/clocksource/mips-gic-timer.c +++ b/drivers/clocksource/mips-gic-timer.c @@ -1,10 +1,5 @@ -/* - * This file is subject to the terms and conditions of the GNU General Pub= lic - * License. See the file "COPYING" in the main directory of this archive - * for more details. - * - * Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved. - */ +// SPDX-License-Identifier: GPL-2.0 +// Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved. =20 #define pr_fmt(fmt) "mips-gic-timer: " fmt From nobody Sun May 10 09:54:10 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9B4CDC433EF for ; Tue, 10 May 2022 17:25:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348072AbiEJR3p (ORCPT ); Tue, 10 May 2022 13:29:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57598 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348070AbiEJR31 (ORCPT ); Tue, 10 May 2022 13:29:27 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C17F72BF314; Tue, 10 May 2022 10:24:43 -0700 (PDT) Message-ID: <20220510171254.592781786@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1652203482; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=Jdru0Z4dwxxx1ZDnJ61CKzrL+VDbbe/34GiMgPlOESc=; b=dej1QhTEQHZGvyz2ZRPoKQ0/+dfoCXAc2Hrcko138SclpN3Gt6N6hV1KwINv92QDPUH1bo Jwt/vYeRjlF98j2VufvGqREITK86u9kEy8HXoizRZzXyv1KXIUsoNtfNClZbvR8R1kXgi8 UsH/yWJEMqcRO7XBVmkLf4xjnbzHx5Ltmtb6Xx9EV559Dl7VrOlXvaGHpNeuSuvMa0gA5E ReLBjVqGnJpzJZg4LLINhsZ3TlHp/Mfe6N1xkrssl//4mGHo+dKMnOVYf4mdXTr/AdleVA YWo6yrig9llGPaIb3WfaaeE6UKBAj2BW8l8VBdkwA/P4pWnbWfex4AZT7JXcPA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1652203482; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=Jdru0Z4dwxxx1ZDnJ61CKzrL+VDbbe/34GiMgPlOESc=; b=lPGIiaW2aCNcY6sd4PoCCE1VbDjMAhUyirgIuNKBszoRUqyHygGyvY8E6Y/QnSIoimrjmf WvMX2dHCbcxktoDQ== From: Thomas Gleixner To: LKML Cc: linux-spdx@vger.kernel.org, Gregory Clement , Daniel Lezcano Subject: [patch 04/10] clocksource/drivers/armada-370-xp: Convert to SPDX identifier References: <20220510171003.952873904@linutronix.de> MIME-Version: 1.0 Date: Tue, 10 May 2022 19:24:41 +0200 (CEST) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The license information clearly states GPL version 2 only. The extra text which excludes warranties is an excerpt of the corresponding GPLv2 clause 11. So the SPDX identifier covers it completely. Signed-off-by: Thomas Gleixner Cc: Gregory Clement Cc: Daniel Lezcano Acked-by: Gregory CLEMENT --- drivers/clocksource/timer-armada-370-xp.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) --- a/drivers/clocksource/timer-armada-370-xp.c +++ b/drivers/clocksource/timer-armada-370-xp.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Marvell Armada 370/XP SoC timer handling. * @@ -7,10 +8,6 @@ * Gregory CLEMENT * Thomas Petazzoni * - * 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. - * * Timer 0 is used as free-running clocksource, while timer 1 is * used as clock_event_device. * From nobody Sun May 10 09:54:10 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A57D8C433EF for ; Tue, 10 May 2022 17:26:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348156AbiEJRa1 (ORCPT ); Tue, 10 May 2022 13:30:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57760 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348077AbiEJR31 (ORCPT ); Tue, 10 May 2022 13:29:27 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 93D552BF321; Tue, 10 May 2022 10:24:45 -0700 (PDT) Message-ID: <20220510171254.655035023@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1652203484; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=OX3ZZIHB57cv1ap5MwgGLW9zpPS1Hd+CwymGFolU6dQ=; b=WcQ74u2sd4hEN9YEoL3Ht4xcPqtjK64tQbBX9wbpsF67mUFi85KPf5ZS1wwRq3ivleNx6+ XWGTOaM7HgrZqzlk4KlmHZWqYoZ7ctOw7pMso2sYgz/2TPhIS/AOzmLLUB+55lyWxH3HL0 hkdljM9J2UcJJQfxlX4tb0nQNEKXITs5gv2yH7U0m1nVadztUS/hqzO1/9AG2Gyko9fH7F llLfoKeM+jpqXneJRuH/XdYJMYXqi5SbeGuZkv6q3LOeRedAxWVWjq0U5C3uX/q6b1gaXw 8QK9/nOX6qtrKBKsT5BrmEIMvv6pHwUP+7fS+RbnS3RqcuBd+26ZC2Y7XpfvMg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1652203484; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=OX3ZZIHB57cv1ap5MwgGLW9zpPS1Hd+CwymGFolU6dQ=; b=KkweOoYl2z3X1JIKSBy74gRNXqDNGADL0x7imrAOR5u9ZsD8mgwHKrEfLAv0DA7hrwtXz/ n/+O8STJAn5vauBg== From: Thomas Gleixner To: LKML Cc: linux-spdx@vger.kernel.org, Daniel Lezcano , Baruch Siach , linux-arm-kernel@lists.infradead.org Subject: [patch 05/10] clocksource/drivers/digicolor: Convert to SPDX identifier References: <20220510171003.952873904@linutronix.de> MIME-Version: 1.0 Date: Tue, 10 May 2022 19:24:43 +0200 (CEST) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The license information clearly states GPL version 2 only. The extra text which excludes warranties is an excerpt of the corresponding GPLv2 clause 11. So the SPDX identifier covers it completely. Signed-off-by: Thomas Gleixner Cc: Daniel Lezcano Cc: Baruch Siach Cc: linux-arm-kernel@lists.infradead.org Acked-by: Baruch Siach --- drivers/clocksource/timer-digicolor.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) --- a/drivers/clocksource/timer-digicolor.c +++ b/drivers/clocksource/timer-digicolor.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Conexant Digicolor timer driver * @@ -11,10 +12,6 @@ * Copyright (C) 2013 Maxime Ripard * * Maxime Ripard - * - * 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. */ =20 /* From nobody Sun May 10 09:54:10 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2E208C433F5 for ; Tue, 10 May 2022 17:26:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348106AbiEJRaA (ORCPT ); Tue, 10 May 2022 13:30:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57754 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348036AbiEJR31 (ORCPT ); Tue, 10 May 2022 13:29:27 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 134A72BF326; Tue, 10 May 2022 10:24:47 -0700 (PDT) Message-ID: <20220510171254.717233312@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1652203485; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=XyN8Aceku70hgkyF3owgIDlEFNhDkjSNnZowny+Yi3w=; b=QxiFLm6Y5DGFaAshdiARlcObYF2GFoC3DA331gJ26fJ3o2F0xM7wQ+Ib6aCHvdgrPAAh1D AJ4s7zVJgNB93PwL0+h1TdTbQfqT/e1MwHfwv2v8zM2GxF2UWU2/Q1zir7tuyFl2g1rp6q D1WPESln/YuBaII0gYT+aqkRmgBDrausx4YE0k5F105xxvzduoXsTst+PgtE/HAFQGcxO8 nl0/tyIrRtwfeZhlPNUzM4tpkmO546juFIv50nzW2ydvoS4JjY9R+aPeCaOnhOh/R5DrEO P7ayb/0WfrZkgE31EqNGuiKzm+Om6mOsqoV5JaLnu3Uy83E/qNXyAQ9uXo4EeA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1652203485; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=XyN8Aceku70hgkyF3owgIDlEFNhDkjSNnZowny+Yi3w=; b=3zcWldwbXDDmb7EHRtq/6VNZJlaYigxrJpTAHZG0KTu039pxeehp9N/CTaZHlikYS/UoAU 4fqeIZH8mk7xPODA== From: Thomas Gleixner To: LKML Cc: linux-spdx@vger.kernel.org, Joachim Eastwood , Vladimir Zapolskiy , Daniel Lezcano , linux-arm-kernel@lists.infradead.org Subject: [patch 06/10] clocksource/drivers/lpc32xx: Convert to SPDX identifier References: <20220510171003.952873904@linutronix.de> MIME-Version: 1.0 Date: Tue, 10 May 2022 19:24:45 +0200 (CEST) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The license information clearly states GPL version 2 only. The extra text which excludes warranties is an excerpt of the corresponding GPLv2 clause 11. So the SPDX identifier covers it completely. Signed-off-by: Thomas Gleixner Cc: Joachim Eastwood Cc: Vladimir Zapolskiy Cc: Daniel Lezcano Cc: linux-arm-kernel@lists.infradead.org Acked-by: Vladimir Zapolskiy --- drivers/clocksource/timer-lpc32xx.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) --- a/drivers/clocksource/timer-lpc32xx.c +++ b/drivers/clocksource/timer-lpc32xx.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Clocksource driver for NXP LPC32xx/18xx/43xx timer * @@ -6,11 +7,6 @@ * Based on: * time-efm32 Copyright (C) 2013 Pengutronix * mach-lpc32xx/timer.c Copyright (C) 2009 - 2010 NXP Semiconductors - * - * 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. - * */ =20 #define pr_fmt(fmt) "%s: " fmt, __func__ From nobody Sun May 10 09:54:10 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6BB92C433EF for ; Tue, 10 May 2022 17:25:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348101AbiEJR3w (ORCPT ); Tue, 10 May 2022 13:29:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57596 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348035AbiEJR31 (ORCPT ); Tue, 10 May 2022 13:29:27 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 958FC2BF32A; Tue, 10 May 2022 10:24:48 -0700 (PDT) Message-ID: <20220510171254.780389240@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1652203487; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=+CqeOXLh4GC9Cft2JnFn6EHiV1vdzMPeemNzMClYCpI=; b=ntqebqeFIiurgFgyEQ6s2AblsKl9BB/9CtkNPKDvhCxRbUxVRzhKAcE3gUZf0YbLRFlde5 1oQ+SXOtyMCB/HSDyUYO6sv1MLmezTFx0N1UP1lDCI7LBse385AlWKReJQU77CllItZi6N bx4LNMnnGfKzqLJqlbEyS9sceUzftPANAJSn5ue9GO/mNPCJxtvC7N2IWMV6pklx/3kHtw ZiiALLOqU/bJ/23/IuB0VKPHJ8jqPyQOWwzETPgTvBCPrWDNFoCamBlJZC8kGIyiIjcZtx gupG/XLVmKFQsit0teO7CiYghsE8WwQsylWZEkvRe48GpEdC9jwJktVsV/Xe2g== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1652203487; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=+CqeOXLh4GC9Cft2JnFn6EHiV1vdzMPeemNzMClYCpI=; b=WAXpvTvfCt8APg7oom7qDZxxi39ZVCy9IFuediFU+eSqHIfqK0BDPVIzJbCegXCnD0lJ2J 21g/H8B+03vovmDA== From: Thomas Gleixner To: LKML Cc: linux-spdx@vger.kernel.org, Sebastian Hesselbarth , Daniel Lezcano Subject: [patch 07/10] clocksource/drivers/orion: Convert to SPDX identifier References: <20220510171003.952873904@linutronix.de> MIME-Version: 1.0 Date: Tue, 10 May 2022 19:24:46 +0200 (CEST) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The license information clearly states GPL version 2 only. The extra text which excludes warranties is an excerpt of the corresponding GPLv2 clause 11. So the SPDX identifier covers it completely. Signed-off-by: Thomas Gleixner Cc: Sebastian Hesselbarth Cc: Daniel Lezcano --- drivers/clocksource/timer-orion.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) --- a/drivers/clocksource/timer-orion.c +++ b/drivers/clocksource/timer-orion.c @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Marvell Orion SoC timer handling. * * Sebastian Hesselbarth * - * 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. - * * Timer 0 is used as free-running clocksource, while timer 1 is * used as clock_event_device. */ From nobody Sun May 10 09:54:10 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A3326C433EF for ; Tue, 10 May 2022 17:26:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348150AbiEJRaI (ORCPT ); Tue, 10 May 2022 13:30:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57830 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348085AbiEJR31 (ORCPT ); Tue, 10 May 2022 13:29:27 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2C73B2BF330; Tue, 10 May 2022 10:24:50 -0700 (PDT) Message-ID: <20220510171254.843410802@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1652203488; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=rTfQBfOFn/Hf22H4lKTwQ/RGsWnwxvcYlcKZgAO7w7M=; b=QJ1b+XEjyiioenbbPunMQMba6BXqqjawsNy+rHL+e7bnIEhV06uawmeJE6oXCS64B/qWcw tfwIS17P4q82W1AVvhtxrqKXWnc0ykcLVo960sp1m9H2LiVsx4t589XxwWWVciRVMooLL7 2eWKrLGVYxj0hRRm//e40GyXXUaTJEbJrHl6JgaCeJ8SNM6C3vRNC7okTSN8+YyPU9Ghqo YurEe7Dsb5xjMh6CnUf7htkPjKHgJw/zuVL7RVYVktOcY+brvSHTx9b8W+H/vLb7lB4AuN ZR4KIMvW2ZoxPmPS6CFMktpcK2PaI7qiMBef3MdGGxRY/Sqb/Nu0ltl6pQZeRg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1652203488; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=rTfQBfOFn/Hf22H4lKTwQ/RGsWnwxvcYlcKZgAO7w7M=; b=Llio6rL/1qA3FGuhCciOcYjWyLBI4M3lIjrhAch4fihVwV5Rv6282NZuV8smCiIwdcaEE9 HRJFoHYHBGjwksBA== From: Thomas Gleixner To: LKML Cc: linux-spdx@vger.kernel.org, Ezequiel Garcia , Daniel Lezcano Subject: [patch 08/10] clocksource/drivers/pistachio: Convert to SPDX identifier References: <20220510171003.952873904@linutronix.de> MIME-Version: 1.0 Date: Tue, 10 May 2022 19:24:48 +0200 (CEST) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The licensing text references explicitely the COPYING file in the kernel base directory, which is clearly GPL version 2 only. Signed-off-by: Thomas Gleixner Cc: Ezequiel Garcia Cc: Daniel Lezcano --- drivers/clocksource/timer-pistachio.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) --- a/drivers/clocksource/timer-pistachio.c +++ b/drivers/clocksource/timer-pistachio.c @@ -1,11 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Pistachio clocksource based on general-purpose timers * * Copyright (C) 2015 Imagination Technologies - * - * This file is subject to the terms and conditions of the GNU General Pub= lic - * License. See the file "COPYING" in the main directory of this archive - * for more details. */ =20 #define pr_fmt(fmt) "%s: " fmt, __func__ From nobody Sun May 10 09:54:10 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1525EC433F5 for ; Tue, 10 May 2022 17:26:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348109AbiEJRaQ (ORCPT ); Tue, 10 May 2022 13:30:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32926 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348093AbiEJR32 (ORCPT ); Tue, 10 May 2022 13:29:28 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B0D812BF332; Tue, 10 May 2022 10:24:51 -0700 (PDT) Message-ID: <20220510171254.908144392@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1652203490; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=unPNkyGvWMidy4JaC2kQtqwHz1fQ+NhrzjFEsiK6uMA=; b=aDeCDqJTp9TKruJapXQm3Kus5xptIAWTCv3zAl4N15uObZfUi8AZ6yjmz37YpPzh/k6SCw MNDv5adW9J0IdsOTVmG1EF7rM1tFnwBQGSIBV+bhzbBEmCqKCoeprWTFz8ELcRAvn8S5/v 0KTT5MHWX9Dmsm111idR28DwESWPivI9uzKxYGFDOqCQKsPa/kfzMrWYg0G75r/EFZYSGB UaSgpWtXx2dePJw8Yj4tnOKMcK5aE6FjVRiBztsKLSm0k59j/vQ5bW1tVjQy+aTtmPX1Fz MpWGcgpNAk5H3ypgznGAY1wUYa729c4zjU4w4Vq77QZoOFE8foC0skNeKwWUDg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1652203490; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=unPNkyGvWMidy4JaC2kQtqwHz1fQ+NhrzjFEsiK6uMA=; b=ecJA8YEBST6T511ekgAkMzvCtNzIjltlSVmFxiDWvX2nFjXads6yau/G7WxGftNnW+Ss70 dkWY9JLRYPYsImAg== From: Thomas Gleixner To: LKML Cc: linux-spdx@vger.kernel.org, Daniel Lezcano , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , linux-sunxi@lists.linux.dev Subject: [patch 09/10] clocksource/drivers/timer-sun4i: Convert to SPDX identifier References: <20220510171003.952873904@linutronix.de> MIME-Version: 1.0 Date: Tue, 10 May 2022 19:24:49 +0200 (CEST) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The license information clearly states GPL version 2 only. The extra text which excludes warranties is an excerpt of the corresponding GPLv2 clause 11. So the SPDX identifier covers it completely. Signed-off-by: Thomas Gleixner Cc: Daniel Lezcano Cc: Chen-Yu Tsai Cc: Jernej Skrabec Cc: Samuel Holland Cc: linux-sunxi@lists.linux.dev Acked-by: Jernej Skrabec --- drivers/clocksource/timer-sun4i.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) --- a/drivers/clocksource/timer-sun4i.c +++ b/drivers/clocksource/timer-sun4i.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Allwinner A1X SoCs timer handling. * @@ -8,10 +9,6 @@ * Based on code from * Allwinner Technology Co., Ltd. * Benn Huang - * - * 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. */ =20 #include From nobody Sun May 10 09:54:10 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CC033C433F5 for ; Tue, 10 May 2022 17:26:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348115AbiEJRaN (ORCPT ); Tue, 10 May 2022 13:30:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57842 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348089AbiEJR32 (ORCPT ); Tue, 10 May 2022 13:29:28 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 577B12BF337; Tue, 10 May 2022 10:24:53 -0700 (PDT) Message-ID: <20220510171254.970933294@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1652203492; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=5wPBSS0dvNKtoaInT+j4fosEMSHU8GyJQgW0+WITvfk=; b=P9+ZzEuOTL3gLxRU9Q5072qdMQnrzc+f0y37X5JqTESI+NB8pTHe3lnC5eAS1dWPgrKa8/ L3ZZEFj3xveFrifS6Psv6pV1hjY5wds3Ke8abBX3LdocnqycuVf2+8N1dKyw979tmqGOqF zek8xogayZG3uF0SQh7L7g1C3Wt2cIfODzALYwYY/+wZAujL2UO6QGnYbFXOPCpAkDPZhJ EIHqql9OtyBCwwYl/F5BVEeTBb2SRysA21zz/sZTWAxj3NxlXIy8Tc2QMfBJ9OKZUG8R6p RnEBEwDkLBzmt5VodeEGRe1u/aNs8coXPOUMEzwnCaRYgkJHuM3/w3sy62eWKw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1652203492; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=5wPBSS0dvNKtoaInT+j4fosEMSHU8GyJQgW0+WITvfk=; b=HxI8j/ecXSusR76EqO9pBzf7i2CM3nrh4NsU32qZWLd5JO0gz4WDkRlc9H8wFtphqdYGbJ 0mtFe2xlY8UxW6Dg== From: Thomas Gleixner To: LKML Cc: linux-spdx@vger.kernel.org, Daniel Lezcano , Chen-Yu Tsai , Samuel Holland , Philipp Zabel , linux-sunxi@lists.linux.dev Subject: [patch 10/10] clocksource/drivers/timer-sun5i: Convert to SPDX identifier References: <20220510171003.952873904@linutronix.de> MIME-Version: 1.0 Date: Tue, 10 May 2022 19:24:51 +0200 (CEST) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The license information clearly states GPL version 2 only. The extra text which excludes warranties is an excerpt of the corresponding GPLv2 clause 11. So the SPDX identifier covers it completely. Signed-off-by: Thomas Gleixner Cc: Daniel Lezcano Cc: Chen-Yu Tsai Cc: Samuel Holland Cc: Philipp Zabel Cc: linux-sunxi@lists.linux.dev Acked-by: Jernej Skrabec --- drivers/clocksource/timer-sun5i.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) --- a/drivers/clocksource/timer-sun5i.c +++ b/drivers/clocksource/timer-sun5i.c @@ -1,13 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Allwinner SoCs hstimer driver. * * Copyright (C) 2013 Maxime Ripard * * Maxime Ripard - * - * 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. */ =20 #include