From nobody Thu Apr 9 19:25:43 2026 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 02DC64F7981 for ; Tue, 3 Mar 2026 19:32:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772566322; cv=none; b=dvSyoGgwupvEbctjIkeZw0NsIodfOUyYghx7orWOyzbnA6VAsfsMdMkXfqZUSAiZwwcmplil14VYugSvAJwjteerf1pMMvXCYB8/ApBAY/RQfiT/Bgg6hSS7plKJ5oZ37YReN/D3loUFjyOT8GSpUya9LXqUR4Hs7my+zQy6WRo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772566322; c=relaxed/simple; bh=cGbDtwydlJZBcEqlFjz378ZiockJrW9wvEor5EyRyG8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=NfnPM5Gfmvakl8bEBzC95ofpVhShPpCgBJFWJBeBqTp/wANILB30TBtmzxnRRHd9t8F9dUQXUWs4b/92Kn6lk970NzWabX4i9BIvwoigjDg8yM3pLPhZkcgg6WJQDzzCRrtdGpcyu1TmxkQXglye3+TIyfnF1KeNoDKkOUQ25no= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=A4hk2ueJ; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="A4hk2ueJ" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; s=k1; bh=ZQ5IlfCArlNYSNVvw0cWn0DqfDcbz6f67ibVvyNg+b0=; b=A4hk2u eJNs/5lrPPTqohOJOkFBK0Klr5nmh16C4bWwhqYA5Awmqn0+wmfI08B2GcK9RxiD Fzga4KgU3LsAZxaC7tY28EJ2jte7T0YUa5rSM6oaij34RrZ6URllRaMKLEqhwvbS OMtkWFbmKPB+3eaF6paVZmRkQQdYtsTdJ3PN3Gzu1Bu1SJAjdcAyUTwUSd9ibYuG VOMLsVDPR7d9Y724VuKimxIBw6Nw76aZdilkdIGi04FxTg5pOpQ+dTNLE7SiN5d2 457pdW7deHGjHsrRMO8A4j3vDpusrSz8ODH68WlXp09ZKfqDw3poucni6jdUcf+C MW4Nc+MgCfp9wNLQ== Received: (qmail 430756 invoked from network); 3 Mar 2026 20:31:39 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 3 Mar 2026 20:31:39 +0100 X-UD-Smtp-Session: l3s3148p1@37udwCNMPqgujnu+ From: Wolfram Sang To: linux-renesas-soc@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Wolfram Sang , Bjorn Andersson , Baolin Wang , linux-remoteproc@vger.kernel.org Subject: [PATCH v3 13/15] hwspinlock: sort include and update copyright Date: Tue, 3 Mar 2026 20:26:05 +0100 Message-ID: <20260303192600.7224-30-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20260303192600.7224-17-wsa+renesas@sang-engineering.com> References: <20260303192600.7224-17-wsa+renesas@sang-engineering.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" During the latest refactoring, unsorted includes were a bit annoying. So, sort them to avoid this. Also, update the copyright due to said refactorings and remove the contact field in favor of MAINTAINERS entries. Signed-off-by: Wolfram Sang --- drivers/hwspinlock/hwspinlock_core.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/hwspinlock/hwspinlock_core.c b/drivers/hwspinlock/hwsp= inlock_core.c index 838bb2ab5eba..adf6fefb382f 100644 --- a/drivers/hwspinlock/hwspinlock_core.c +++ b/drivers/hwspinlock/hwspinlock_core.c @@ -3,26 +3,26 @@ * Hardware spinlock framework * * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com - * - * Contact: Ohad Ben-Cohen + * Copyright (C) 2026 Sang Engineering + * Copyright (C) 2026 Renesas Solutions Corp. */ =20 #define pr_fmt(fmt) "%s: " fmt, __func__ =20 #include #include -#include -#include -#include -#include #include -#include -#include #include -#include +#include +#include +#include #include #include +#include +#include #include +#include +#include =20 struct hwspinlock_device; =20 --=20 2.51.0