From nobody Tue Apr 28 23:19:16 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 835CEC433EF for ; Fri, 27 May 2022 08:36:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349707AbiE0IgG (ORCPT ); Fri, 27 May 2022 04:36:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47606 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241549AbiE0Ify (ORCPT ); Fri, 27 May 2022 04:35:54 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B30FEF1372; Fri, 27 May 2022 01:35:53 -0700 (PDT) Date: Fri, 27 May 2022 08:35:51 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1653640552; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=j9UwhItOW1f+bm6uyCNG1GIXZP9/17Q39hpRNlbSwlI=; b=Hl4Do7ONhgq5qcHfnjNvoZwrf1ceNbXVBS9B5ZtxSOH8XdJkrq9wL0eROaAWBgcBkcLBI5 wTws2nzX69lNLv1TasDcW9wgL7GVrwUnO7AsLWwKIB4YrLOXw+tSUyN2NPyvZ77Eraqk6f sMZlDKV6knvlsarR7RTbZgzjAJNT1Xk2zyvFaQdSoy2QLNL5eK2TOjKANjuywgSlmmf8s7 KX0Q/fBNn08DYs8iZqQhbCuQ5DY0AMpHkXigap6qV/R8zbwpNI3hRkqmRJ5sDl4rJp/FUw 8uMgGA4ZFmzlTFtxRslH0FHepIRHdy9DZL5j8J+UQwh3kWRJsqlUsv9ActTUFQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1653640552; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=j9UwhItOW1f+bm6uyCNG1GIXZP9/17Q39hpRNlbSwlI=; b=rITc2mfakyOxlaJGNiVc9zlIQ1eOnOn5P2rRibgD5FImLc5IsToYFQmHSpoKAibW7+brMR nHJsJ5KijlB4OUCw== From: "tip-bot2 for Thomas Gleixner" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip: timers/core] clocksource/drivers/timer-sun4i: Convert to SPDX identifier Cc: Thomas Gleixner , Daniel Lezcano , "Chen-Yu Tsai" , Jernej Skrabec , Samuel Holland , linux-sunxi@lists.linux.dev, x86@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20220510171254.908144392@linutronix.de> References: <20220510171254.908144392@linutronix.de> MIME-Version: 1.0 Message-ID: <165364055121.4207.9026465604431403890.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following commit has been merged into the timers/core branch of tip: Commit-ID: 60bff9f8ef4bdd1eb24769deb66084dcfd3888d2 Gitweb: https://git.kernel.org/tip/60bff9f8ef4bdd1eb24769deb66084dcf= d3888d2 Author: Thomas Gleixner AuthorDate: Tue, 10 May 2022 19:24:49 +02:00 Committer: Daniel Lezcano CommitterDate: Wed, 18 May 2022 11:08:59 +02:00 clocksource/drivers/timer-sun4i: Convert to SPDX identifier 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 Link: https://lore.kernel.org/r/20220510171254.908144392@linutronix.de Signed-off-by: Daniel Lezcano --- drivers/clocksource/timer-sun4i.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/clocksource/timer-sun4i.c b/drivers/clocksource/timer-= sun4i.c index 0ba8155..bb6ea6c 100644 --- 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