[PATCH] MAINTAINERS: Add driver core headers to DRIVER CORE maintainers

Zijun Hu posted 1 patch 1 year ago
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
[PATCH] MAINTAINERS: Add driver core headers to DRIVER CORE maintainers
Posted by Zijun Hu 1 year ago
From: Zijun Hu <quic_zijuhu@quicinc.com>

According to get_maintainer.pl output, there are neither maintainer
nor supporter for the following driver core headers:

include/linux/device.h
include/linux/device/

Add them to DRIVER CORE maintainers.

Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 896a307fa06545e2861abe46ea7029f9b4d3628e..831dd6b0dbdef6e7510919c8f34531d79da12b8a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7106,7 +7106,9 @@ F:	Documentation/core-api/kobject.rst
 F:	drivers/base/
 F:	fs/debugfs/
 F:	fs/sysfs/
+F:	include/linux/device/
 F:	include/linux/debugfs.h
+F:	include/linux/device.h
 F:	include/linux/fwnode.h
 F:	include/linux/kobj*
 F:	include/linux/property.h

---
base-commit: 2014c95afecee3e76ca4a56956a936e23283f05b
change-id: 20250208-drv_core_hdr-9db1e2d24679

Best regards,
-- 
Zijun Hu <quic_zijuhu@quicinc.com>