This commit adds maintainer information for the PECI subsystem. Cc: David S. Miller <[email protected]> Cc: Mauro Carvalho Chehab <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Linus Walleij <[email protected]> Cc: Randy Dunlap <[email protected]> Cc: Jason M Biils <[email protected]> Signed-off-by: Jae Hyun Yoo <[email protected]> --- MAINTAINERS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 32d444476a90..64a4447a6c9f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1372,6 +1372,14 @@ F: arch/arm/mach-aspeed/ F: arch/arm/boot/dts/aspeed-* N: aspeed +ARM/ASPEED PECI DRIVER +M: Jae Hyun Yoo <[email protected]> +M: Jason M Biils <[email protected]> +L: [email protected] (moderated for non-subscribers) +S: Maintained +F: Documentation/devicetree/bindings/peci/peci-aspeed.txt +F: drivers/peci/peci-aspeed.c + ARM/CALXEDA HIGHBANK ARCHITECTURE M: Rob Herring <[email protected]> L: [email protected] (moderated for non-subscribers) @@ -11885,6 +11893,20 @@ 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]> +L: [email protected] (moderated for non-subscribers) +S: Maintained +F: Documentation/devicetree/bindings/peci/ +F: drivers/mfd/intel-peci-client.c +F: drivers/peci/ +F: drivers/hwmon/peci-*.c +F: drivers/hwmon/peci-hwmon.h +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: Dennis Zhou <[email protected]> M: Tejun Heo <[email protected]> -- 2.20.1

