From nobody Wed Apr 29 00:37:58 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 F079DC433EF for ; Fri, 27 May 2022 08:36:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349766AbiE0IgQ (ORCPT ); Fri, 27 May 2022 04:36:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47628 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349610AbiE0If4 (ORCPT ); Fri, 27 May 2022 04:35:56 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BE446F1354; Fri, 27 May 2022 01:35:55 -0700 (PDT) Date: Fri, 27 May 2022 08:35:53 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1653640554; 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=ITM0+OLM6vfDFjTzibDKC08E/dKu0blQe0amI+jk73c=; b=UelAujN9e3nlpI5fsaN1WQn5Y1sTHS5ZA/xNNPrzJPXZcvPwTkK2ZkRUlw0NbJNgzuqMZ0 c9EgqEi7xc2gGF1swQAEDJebeywU6Bf7NwwCWUx5xV1tqEHWjbdnwDbKL/QSJDjDFEWKwS rZNyYlMHCzRZjZmMJvH+0xfT0AOBKYfm0lu9XOYj8VhVp5kDxuu/trLhmM9958mB4hWTGv S9blyHytbBM2zLu6ynz98GP49U+DtIGnXl9El3o4o3UaIV2HaRT5V6/3lnot+/NEdd21R9 +zOEExMqPpeDZkHWuqA9JqVqjYjT2nU6lZSyeb8GuLmnFMR5VvK7L1ZvpqW4Cw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1653640554; 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=ITM0+OLM6vfDFjTzibDKC08E/dKu0blQe0amI+jk73c=; b=MCOQjnXfOUQI5stEXAFZvMSYbxPw/kWXvBt65UDzw1rlaTdIArR8KLMY70avq7g+Xijd4s y4Pdwy7JJqFz6wCw== 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/orion: Convert to SPDX identifier Cc: Thomas Gleixner , Sebastian Hesselbarth , Daniel Lezcano , x86@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20220510171254.780389240@linutronix.de> References: <20220510171254.780389240@linutronix.de> MIME-Version: 1.0 Message-ID: <165364055322.4207.16280993616260766075.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: 029aede7774c7997f14364ac4aa8c5503e5624e9 Gitweb: https://git.kernel.org/tip/029aede7774c7997f14364ac4aa8c5503= e5624e9 Author: Thomas Gleixner AuthorDate: Tue, 10 May 2022 19:24:46 +02:00 Committer: Daniel Lezcano CommitterDate: Wed, 18 May 2022 11:08:59 +02:00 clocksource/drivers/orion: 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: Sebastian Hesselbarth Cc: Daniel Lezcano Link: https://lore.kernel.org/r/20220510171254.780389240@linutronix.de Signed-off-by: Daniel Lezcano --- drivers/clocksource/timer-orion.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/clocksource/timer-orion.c b/drivers/clocksource/timer-= orion.c index 5101e83..49e86cb 100644 --- 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. */