* [PATCH] perf/arm-cmn: Broaden module description for wider interconnect support
@ 2025-05-22 3:21 Zhiyuan Dai
2025-07-04 17:44 ` Will Deacon
0 siblings, 1 reply; 2+ messages in thread
From: Zhiyuan Dai @ 2025-05-22 3:21 UTC (permalink / raw)
To: robin.murphy, will, mark.rutland
Cc: linux-arm-kernel, linux-perf-users, linux-kernel, Zhiyuan Dai
The current MODULE_DESCRIPTION only mentions CMN-600, but this driver
now supports several Arm mesh interconnects including CMN-650, CMN-700,
CI-700, and CMN-S3.
Update the MODULE_DESCRIPTION to reflect the expanded scope.
Signed-off-by: Zhiyuan Dai <daizhiyuan@phytium.com.cn>
---
drivers/perf/arm-cmn.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/perf/arm-cmn.c b/drivers/perf/arm-cmn.c
index d4fe30ff225b..479bc35dccab 100644
--- a/drivers/perf/arm-cmn.c
+++ b/drivers/perf/arm-cmn.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
// Copyright (C) 2016-2020 Arm Limited
-// CMN-600 Coherent Mesh Network PMU driver
+// ARM CMN/CI interconnect PMU driver
#include <linux/acpi.h>
#include <linux/bitfield.h>
@@ -2699,5 +2699,5 @@ module_init(arm_cmn_init);
module_exit(arm_cmn_exit);
MODULE_AUTHOR("Robin Murphy <robin.murphy@arm.com>");
-MODULE_DESCRIPTION("Arm CMN-600 PMU driver");
+MODULE_DESCRIPTION("Arm CMN/CI interconnect PMU driver");
MODULE_LICENSE("GPL v2");
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] perf/arm-cmn: Broaden module description for wider interconnect support
2025-05-22 3:21 [PATCH] perf/arm-cmn: Broaden module description for wider interconnect support Zhiyuan Dai
@ 2025-07-04 17:44 ` Will Deacon
0 siblings, 0 replies; 2+ messages in thread
From: Will Deacon @ 2025-07-04 17:44 UTC (permalink / raw)
To: robin.murphy, mark.rutland, Zhiyuan Dai
Cc: catalin.marinas, kernel-team, Will Deacon, linux-arm-kernel,
linux-perf-users, linux-kernel
On Thu, 22 May 2025 11:21:22 +0800, Zhiyuan Dai wrote:
> The current MODULE_DESCRIPTION only mentions CMN-600, but this driver
> now supports several Arm mesh interconnects including CMN-650, CMN-700,
> CI-700, and CMN-S3.
>
> Update the MODULE_DESCRIPTION to reflect the expanded scope.
>
>
> [...]
Applied to will (for-next/perf), thanks!
[1/1] perf/arm-cmn: Broaden module description for wider interconnect support
https://git.kernel.org/will/c/8b177e9a4ecd
Cheers,
--
Will
https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-07-04 17:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-22 3:21 [PATCH] perf/arm-cmn: Broaden module description for wider interconnect support Zhiyuan Dai
2025-07-04 17:44 ` Will Deacon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).