[PATCH v1] MAINTAINERS: add entry for auxiliary bus

From: Jesse Brandeburg
Date: Thu May 11 2023 - 12:45:13 EST


When auxiliary bus was added to the kernel the MAINTAINERS file wasn't
updated with a mention of the files, contributors and reviewers. Fix
that oversight by adding Dave and Ira, with GregKH as (same as current)
owner.

CC: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@xxxxxxxxx>
Acked-by: Dave Ertman <david.m.ertman@xxxxxxxxx>
Acked-by: Ira Weiny <ira.weiny@xxxxxxxxx>
---
MAINTAINERS | 10 ++++++++++
1 file changed, 10 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7e0b87d5aa2e..cdc71e222e46 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3387,6 +3387,16 @@ F: include/uapi/linux/audit.h
F: kernel/audit*
F: lib/*audit.c

+AUXILIARY BUS DRIVER
+M: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
+R: Dave Ertman <david.m.ertman@xxxxxxxxx>
+R: Ira Weiny <ira.weiny@xxxxxxxxx>
+S: Supported
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
+F: Documentation/driver-api/auxiliary_bus.rst
+F: drivers/base/auxiliary.c
+F: include/linux/auxiliary_bus.h
+
AUXILIARY DISPLAY DRIVERS
M: Miguel Ojeda <ojeda@xxxxxxxxxx>
S: Maintained
--
2.31.1