aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLukasz Luba <lukasz.luba@arm.com>2019-12-17 13:43:44 +0000
committerSudeep Holla <sudeep.holla@arm.com>2019-12-30 12:34:29 +0000
commit257d0e20ec4f94e33ac463b918fb82bb1b2dcbe0 (patch)
tree32b3b0eb0a96d803f62dfab66a2c977708939465 /MAINTAINERS
parentreset: reset-scmi: Match scmi device by both name and protocol id (diff)
downloadlinux-dev-257d0e20ec4f94e33ac463b918fb82bb1b2dcbe0.tar.xz
linux-dev-257d0e20ec4f94e33ac463b918fb82bb1b2dcbe0.zip
include: trace: Add SCMI header with trace events
Adding trace events would help to measure the speed of the communication channel. It can be also potentially used helpful during investigation of some issues platforms which use different transport layer. Update also MAINTAINERS file with information that the new trace events are maintained. Suggested-by: Jim Quinlan <james.quinlan@broadcom.com> Signed-off-by: Lukasz Luba <lukasz.luba@arm.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index bd5847e802de..5bea0797a086 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15965,6 +15965,7 @@ F: drivers/firmware/arm_scpi.c
F: drivers/firmware/arm_scmi/
F: drivers/reset/reset-scmi.c
F: include/linux/sc[mp]i_protocol.h
+F: include/trace/events/scmi.h
SYSTEM RESET/SHUTDOWN DRIVERS
M: Sebastian Reichel <sre@kernel.org>