[v1] MAINTAINERS: add entry for auxiliary bus

Message ID 20230511164501.3859674-1-jesse.brandeburg@intel.com
State New
Headers
Series [v1] MAINTAINERS: add entry for auxiliary bus |

Commit Message

Jesse Brandeburg May 11, 2023, 4:45 p.m. UTC
  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(+)
  

Comments

Jesse Brandeburg May 18, 2023, 8:33 p.m. UTC | #1
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
  
Greg KH May 19, 2023, 9:52 a.m. UTC | #2
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
  

Patch

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