Re: tree for the greybus subsystem

From: Greg KH
Date: Sat Feb 24 2024 - 00:27:47 EST


On Fri, Feb 23, 2024 at 11:44:48PM +0530, Dileep Sankhla wrote:
> Hello,
>
> I am fixing a coding style problem in the loopback bridge driver for
> the Greybus loopback module. The source code file (please see [0]) is
> located in the staging tree for the linux-next.
>
> In order to create the patch, I need to find the right development
> tree. I checked the MAINTAINERS file for the Greybus subsystem
> development tree but could not find one. I also searched [1] for
> "greybus", but without success.
>
> What is the development tree for the greybus subsystem?

As the staging subsystem is how this code flows into the tree:

$ ./scripts/get_maintainer.pl drivers/staging/greybus/loopback.c
"Bryan O'Donoghue" <pure.logic@xxxxxxxxxxxxxxxxx> (maintainer:GREYBUS LOOPBACK DRIVER)
Johan Hovold <johan@xxxxxxxxxx> (maintainer:GREYBUS SUBSYSTEM)
Alex Elder <elder@xxxxxxxxxx> (maintainer:GREYBUS SUBSYSTEM)
Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> (maintainer:GREYBUS SUBSYSTEM)
greybus-dev@xxxxxxxxxxxxxxxx (moderated list:GREYBUS SUBSYSTEM)
linux-staging@xxxxxxxxxxxxxxx (open list:STAGING SUBSYSTEM)
linux-kernel@xxxxxxxxxxxxxxx (open list)

Then the staging.git tree as shown in MAINTAINERS is the correct one.

But you should always be able to just use linux-next as a default if you
can't figure out what tree to use.

thanks,

greg k-h