diff options
author | Dan Carpenter <dan.carpenter@linaro.org> | 2024-06-13 17:57:18 +0300 |
---|---|---|
committer | Sudeep Holla <sudeep.holla@arm.com> | 2024-06-14 11:48:35 +0300 |
commit | 08070351c87879e5ca0b7b9bd6c2aa5bb2a4f11e (patch) | |
tree | 950b948f3e44bcbb8d72c048625d402cb636238c | |
parent | 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0 (diff) | |
download | linux-08070351c87879e5ca0b7b9bd6c2aa5bb2a4f11e.tar.xz |
MAINTAINERS: Add mailing list for SCMI drivers
We have created a new mailing list specific to SCMI. Add it to the
MAINTAINERS file.
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://lore.kernel.org/r/a9706e17-09ad-4304-828d-c0987befc8f7@moroto.mountain
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d6c90161c7bf..15f230b3f237 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21798,6 +21798,7 @@ F: drivers/mfd/syscon.c SYSTEM CONTROL & POWER/MANAGEMENT INTERFACE (SCPI/SCMI) Message Protocol drivers M: Sudeep Holla <sudeep.holla@arm.com> R: Cristian Marussi <cristian.marussi@arm.com> +L: arm-scmi@vger.kernel.org L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained F: Documentation/devicetree/bindings/firmware/arm,sc[mp]i.yaml |