This commit adds a 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: Alan Cox <[email protected]> Cc: Andrew Jeffery <[email protected]> Cc: Andrew Lunn <[email protected]> Cc: Andy Shevchenko <[email protected]> Cc: Arnd Bergmann <[email protected]> Cc: Benjamin Herrenschmidt <[email protected]> Cc: Fengguang Wu <[email protected]> Cc: Greg KH <[email protected]> Cc: Guenter Roeck <[email protected]> Cc: Jason M Biils <[email protected]> Cc: Jean Delvare <[email protected]> Cc: Joel Stanley <[email protected]> Cc: Julia Cartwright <[email protected]> Cc: Miguel Ojeda <[email protected]> Cc: Milton Miller II <[email protected]> Cc: Pavel Machek <[email protected]> Cc: Randy Dunlap <[email protected]> Cc: Stef van Os <[email protected]> Cc: Sumeet R Pawnikar <[email protected]> --- MAINTAINERS | 10 ++++++++++ 1 file changed, 10 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 5cd5ff0e4428..3e6917e1ad31 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10965,6 +10965,16 @@ 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/peci/ +F: drivers/hwmon/peci-*.c +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.16.2

