Skip to content

Commit 8b177e9

Browse files
Zhiyuan Daiwilldeacon
authored andcommitted
perf/arm-cmn: Broaden module description for wider interconnect support
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> Link: https://lore.kernel.org/r/20250522032122.949373-1-daizhiyuan@phytium.com.cn Signed-off-by: Will Deacon <will@kernel.org>
1 parent c872d7c commit 8b177e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/perf/arm-cmn.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22
// Copyright (C) 2016-2020 Arm Limited
3-
// CMN-600 Coherent Mesh Network PMU driver
3+
// ARM CMN/CI interconnect PMU driver
44

55
#include <linux/acpi.h>
66
#include <linux/bitfield.h>
@@ -2693,5 +2693,5 @@ module_init(arm_cmn_init);
26932693
module_exit(arm_cmn_exit);
26942694

26952695
MODULE_AUTHOR("Robin Murphy <robin.murphy@arm.com>");
2696-
MODULE_DESCRIPTION("Arm CMN-600 PMU driver");
2696+
MODULE_DESCRIPTION("Arm CMN/CI interconnect PMU driver");
26972697
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)