This commit adds maintainer information for the PECI subsystem. Signed-off-by: Jae Hyun Yoo <[email protected]> Reviewed-by: Haiyue Wang <[email protected]> Reviewed-by: James Feist <[email protected]> Reviewed-by: Vernon Mauery <[email protected]> Cc: Jason M Biils <[email protected]> --- MAINTAINERS | 12 ++++++++++++ 1 file changed, 12 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 9fd5e8808208..12005d7aed8a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11137,6 +11137,18 @@ L: [email protected] S: Maintained F: drivers/platform/x86/peaq-wmi.c +PECI SUBSYSTEM +M: Jae Hyun Yoo <[email protected]> +M: Jason M Biils <[email protected]> +S: Maintained +F: Documentation/devicetree/bindings/peci/ +F: drivers/mfd/intel-peci-client.c +F: drivers/peci/ +F: drivers/hwmon/peci-*.c +F: include/linux/mfd/intel-peci-client.h +F: include/linux/peci.h +F: include/uapi/linux/peci-ioctl.h + PER-CPU MEMORY ALLOCATOR M: Tejun Heo <[email protected]> M: Christoph Lameter <[email protected]> -- 2.17.1

