From nobody Mon Apr 6 13:01:23 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 C7E903C9EC5 for ; Thu, 19 Mar 2026 11:00:33 +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=1773918039; cv=none; b=VKhocrIAQ3FNLQJMAcZfTA67s14QtKVSCk+IFtlYF6QMdm40hTYXyr3Mt3RxcgeoJJEs7VgxxV9sxjp428o3UNUA6OLWiJhUBB1wRQOjnQd2GQygGGAFDqIgIcb/MTotxAeBNhTdYZoYlWz3ZTkh8/B84H4mPu/N91Z2X0Hc2TQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773918039; c=relaxed/simple; bh=cGbDtwydlJZBcEqlFjz378ZiockJrW9wvEor5EyRyG8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=peyuM/kryGchnc4EWltVrcFvfwuJV7UnTwUJD/qH/BWmBRTWumeoVKs6rbusnwJqa3Dyz5FWeApRY+ljYcRrY2Rv+scnLIBm1DdeEqExVWizhcPKvpjU+OzEUcmju8Zop8kkjIV7/GWT/yvhkPsyN4XcTQ1lcR4zO1D1ZzFFpXs= 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=Mbq0SY5U; 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="Mbq0SY5U" 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=Mbq0SY 5Uno1ei4rCyN213rlbTCj3LFC9wO1g1i09HMCMAZS9UZwLl2SbPjrDWfmQ7NtxRQ nShsRUTuxd8mVFRzDZktej+Jj+3Ov0iOaqB3A7TXVpzKpT9JGZCSp3D/CnW99HVR W2/oW2+wOxPCmY4uAF60q2WbF77CM/HyFMhxwHDIQpcdV/BGjXMNL0kKjv2pLyO6 i7q1aK6dDW7eR+nkhMUDsJ9Myll7VYxKP/0kksHlpnPuS5RpgezPpro9JZWnz7ZF Ey/swtknAyi1VEZ2mBtXoHX8TTfDYkdNERXbVun2vYtuXB/N/fZ9eLfXmsQpQOxZ gEHmdM0Ntp7Yf1gg== Received: (qmail 1099952 invoked from network); 19 Mar 2026 12:00:10 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 19 Mar 2026 12:00:10 +0100 X-UD-Smtp-Session: l3s3148p1@C9bfeF5Nzq0gAwDPXzF+ANZpdrMKUeLI 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 v5 13/15] hwspinlock: sort include and update copyright Date: Thu, 19 Mar 2026 11:59:35 +0100 Message-ID: <20260319105947.6237-14-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20260319105947.6237-1-wsa+renesas@sang-engineering.com> References: <20260319105947.6237-1-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