diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2021-01-05 16:19:45 +0100 |
---|---|---|
committer | Sudeep Holla <sudeep.holla@arm.com> | 2021-01-06 10:03:04 +0100 |
commit | 6054d97ab512732239391a5c24f044e4f042a062 (patch) | |
tree | cdbb862bfb2303f536a02529cd0027df2f0fbd63 /MAINTAINERS | |
parent | firmware: arm_scmi: Augment SMC/HVC to allow optional interrupt (diff) | |
download | linux-6054d97ab512732239391a5c24f044e4f042a062.tar.xz linux-6054d97ab512732239391a5c24f044e4f042a062.zip |
MAINTAINERS: Update ARM SCMI entry
Cristian is actively developing new features and more involved than me.
So add Cristian as a designated reviewer. Also add the newly added scmi
regulator driver to the list.
Link: https://lore.kernel.org/r/20210105151945.406093-1-sudeep.holla@arm.com
Cc: Cristian Marussi <cristian.marussi@arm.com>
Acked-by: Cristian Marussi <cristian.marussi@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 546aa66428c9..7a22b8b0f5d0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17208,6 +17208,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: linux-arm-kernel@lists.infradead.org S: Maintained F: Documentation/devicetree/bindings/arm/arm,sc[mp]i.txt @@ -17215,6 +17216,7 @@ F: drivers/clk/clk-sc[mp]i.c F: drivers/cpufreq/sc[mp]i-cpufreq.c F: drivers/firmware/arm_scmi/ F: drivers/firmware/arm_scpi.c +F: drivers/regulator/scmi-regulator.c F: drivers/reset/reset-scmi.c F: include/linux/sc[mp]i_protocol.h F: include/trace/events/scmi.h |