[PATCH v1] MAINTAINERS: add entry for auxiliary bus

Jesse Brandeburg posted 1 patch 2 years, 9 months ago
MAINTAINERS | 10 ++++++++++
1 file changed, 10 insertions(+)
[PATCH v1] MAINTAINERS: add entry for auxiliary bus
Posted by Jesse Brandeburg 2 years, 9 months ago
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>
---
 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@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
-- 
2.31.1
Re: [PATCH v1] MAINTAINERS: add entry for auxiliary bus
Posted by Jesse Brandeburg 2 years, 8 months ago
On 5/11/2023 9:45 AM, Jesse Brandeburg wrote:
> 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>

Hi Greg, any comments or guidance here? Wasn't sure to add you as the
directly mentioned maintainer or just let the fallback select you via
the directory. Overall the goal was to get get_maintainers to suggest
Dave and Ira as reviewers of any auxiliary changes.

Thank you in advance,
Jesse
Re: [PATCH v1] MAINTAINERS: add entry for auxiliary bus
Posted by Greg KH 2 years, 8 months ago
On Thu, May 18, 2023 at 01:33:32PM -0700, Jesse Brandeburg wrote:
> On 5/11/2023 9:45 AM, Jesse Brandeburg wrote:
> > 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>
> 
> Hi Greg, any comments or guidance here? Wasn't sure to add you as the
> directly mentioned maintainer or just let the fallback select you via
> the directory. Overall the goal was to get get_maintainers to suggest
> Dave and Ira as reviewers of any auxiliary changes.

It looks fine, just let me get through the hundreds of other more
important fixes in my review queue.  This will make it into the tree
eventually...

thanks,

greg k-h