diff options
author | Lukasz Luba <lukasz.luba@arm.com> | 2019-12-17 14:43:44 +0100 |
---|---|---|
committer | Sudeep Holla <sudeep.holla@arm.com> | 2019-12-30 13:34:29 +0100 |
commit | 257d0e20ec4f94e33ac463b918fb82bb1b2dcbe0 (patch) | |
tree | 32b3b0eb0a96d803f62dfab66a2c977708939465 /MAINTAINERS | |
parent | reset: reset-scmi: Match scmi device by both name and protocol id (diff) | |
download | linux-257d0e20ec4f94e33ac463b918fb82bb1b2dcbe0.tar.xz linux-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-- | MAINTAINERS | 1 |
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> |