From: Jesse Brandeburg Date: Thu, 11 May 2023 16:45:01 +0000 (-0700) Subject: MAINTAINERS: add entry for auxiliary bus X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=54aa5b6044f89af046bcb7a9d0ca6408c0ebdd1f;p=linux.git MAINTAINERS: add entry for auxiliary bus 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 Signed-off-by: Jesse Brandeburg Acked-by: Dave Ertman Acked-by: Ira Weiny Link: https://lore.kernel.org/r/20230511164501.3859674-1-jesse.brandeburg@intel.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/MAINTAINERS b/MAINTAINERS index 250518fc70ff5..d2867c94a22e0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3383,6 +3383,16 @@ F: include/uapi/linux/audit.h F: kernel/audit* F: lib/*audit.c +AUXILIARY BUS DRIVER +M: Greg Kroah-Hartman +R: Dave Ertman +R: Ira Weiny +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 S: Maintained