diff options
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | 2023-05-11 09:45:01 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-05-31 19:02:45 +0100 |
commit | 54aa5b6044f89af046bcb7a9d0ca6408c0ebdd1f (patch) | |
tree | 25b08e62d1b2089ac94122acd75ef8cab83ee901 /MAINTAINERS | |
parent | 266bff73451afb2c98541acac41386ef4f08bb5e (diff) | |
download | linux-stable-54aa5b6044f89af046bcb7a9d0ca6408c0ebdd1f.tar.gz linux-stable-54aa5b6044f89af046bcb7a9d0ca6408c0ebdd1f.tar.bz2 linux-stable-54aa5b6044f89af046bcb7a9d0ca6408c0ebdd1f.zip |
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 <gregkh@linuxfoundation.org>
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Acked-by: Dave Ertman <david.m.ertman@intel.com>
Acked-by: Ira Weiny <ira.weiny@intel.com>
Link: https://lore.kernel.org/r/20230511164501.3859674-1-jesse.brandeburg@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 250518fc70ff..d2867c94a22e 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 <gregkh@linuxfoundation.org> +R: Dave Ertman <david.m.ertman@intel.com> +R: Ira Weiny <ira.weiny@intel.com> +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@kernel.org> S: Maintained |