devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Don't send to devicetree list for "arch/*/boot/dts"
@ 2013-10-23 13:22 Doug Anderson
  2013-10-23 17:12 ` Rob Herring
  0 siblings, 1 reply; 4+ messages in thread
From: Doug Anderson @ 2013-10-23 13:22 UTC (permalink / raw)
  To: Grant Likely
  Cc: Rob Herring, devicetree, Doug Anderson, Mauro Carvalho Chehab,
	Andrew Morton, Cesar Eduardo Barros, Joe Perches,
	Greg Kroah-Hartman, linux-kernel

As discussed in the ARM kernel summit, people on the devicetree list
would no longer like to receive emails about all dts changes.  Remove
from MAINTAINERS.

Signed-off-by: Doug Anderson <dianders@chromium.org>
---
 MAINTAINERS | 2 --
 1 file changed, 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ebaf8bd..0166e8e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5987,7 +5987,6 @@ OMAP DEVICE TREE SUPPORT
 M:	Benoît Cousson <bcousson@baylibre.com>
 M:	Tony Lindgren <tony@atomide.com>
 L:	linux-omap@vger.kernel.org
-L:	devicetree@vger.kernel.org
 S:	Maintained
 F:	arch/arm/boot/dts/*omap*
 F:	arch/arm/boot/dts/*am3*
@@ -6167,7 +6166,6 @@ M:	Ian Campbell <ijc+devicetree@hellion.org.uk>
 L:	devicetree@vger.kernel.org
 S:	Maintained
 F:	Documentation/devicetree/
-F:	arch/*/boot/dts/
 F:	include/dt-bindings/
 
 OPENRISC ARCHITECTURE
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Don't send to devicetree list for "arch/*/boot/dts"
  2013-10-23 13:22 [PATCH] MAINTAINERS: Don't send to devicetree list for "arch/*/boot/dts" Doug Anderson
@ 2013-10-23 17:12 ` Rob Herring
  2013-10-23 22:54   ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 4+ messages in thread
From: Rob Herring @ 2013-10-23 17:12 UTC (permalink / raw)
  To: Doug Anderson, Grant Likely
  Cc: Rob Herring, devicetree, Mauro Carvalho Chehab, Andrew Morton,
	Cesar Eduardo Barros, Joe Perches, Greg Kroah-Hartman,
	linux-kernel

On 10/23/2013 08:22 AM, Doug Anderson wrote:
> As discussed in the ARM kernel summit, people on the devicetree list
> would no longer like to receive emails about all dts changes.  Remove
> from MAINTAINERS.

We need to make sure platform maintainers are copied though. That may be
hard since we don't have standard layout/naming of dts files.

We might also want to drop these:
K:      of_get_property
K:      of_match_table

They are at least on the wrong maintainer list now as they should be
associated with the binding maintainers and not DT core code if we do
keep them.

Also based on the discussion, we need to add
Documentation/devicetree/bindings/* to appropriate subsystem
maintainers, but that should probably wait until after Friday at least.

Rob

> 
> Signed-off-by: Doug Anderson <dianders@chromium.org>
> ---
>  MAINTAINERS | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ebaf8bd..0166e8e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5987,7 +5987,6 @@ OMAP DEVICE TREE SUPPORT
>  M:	Benoît Cousson <bcousson@baylibre.com>
>  M:	Tony Lindgren <tony@atomide.com>
>  L:	linux-omap@vger.kernel.org
> -L:	devicetree@vger.kernel.org
>  S:	Maintained
>  F:	arch/arm/boot/dts/*omap*
>  F:	arch/arm/boot/dts/*am3*
> @@ -6167,7 +6166,6 @@ M:	Ian Campbell <ijc+devicetree@hellion.org.uk>
>  L:	devicetree@vger.kernel.org
>  S:	Maintained
>  F:	Documentation/devicetree/
> -F:	arch/*/boot/dts/
>  F:	include/dt-bindings/
>  
>  OPENRISC ARCHITECTURE
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Don't send to devicetree list for "arch/*/boot/dts"
  2013-10-23 17:12 ` Rob Herring
@ 2013-10-23 22:54   ` Mauro Carvalho Chehab
       [not found]     ` <20131023235448.4de21b8d.m.chehab-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2013-10-23 22:54 UTC (permalink / raw)
  To: Rob Herring
  Cc: Doug Anderson, Grant Likely, Rob Herring, devicetree,
	Andrew Morton, Cesar Eduardo Barros, Joe Perches,
	Greg Kroah-Hartman, linux-kernel

Em Wed, 23 Oct 2013 12:12:32 -0500
Rob Herring <robherring2@gmail.com> escreveu:

> On 10/23/2013 08:22 AM, Doug Anderson wrote:
> > As discussed in the ARM kernel summit, people on the devicetree list
> > would no longer like to receive emails about all dts changes.  Remove
> > from MAINTAINERS.
> 
> We need to make sure platform maintainers are copied though. That may be
> hard since we don't have standard layout/naming of dts files.
> 
> We might also want to drop these:
> K:      of_get_property
> K:      of_match_table
> 
> They are at least on the wrong maintainer list now as they should be
> associated with the binding maintainers and not DT core code if we do
> keep them.
> 
> Also based on the discussion, we need to add
> Documentation/devicetree/bindings/* to appropriate subsystem
> maintainers, but that should probably wait until after Friday at least.

/me is confused. What's the procedure for the DT patches for the devices
supported by the subsystem I maintain, e. g. patches for
/drivers/media/platform? 

Should I just apply them, if I think that it is needed by the hardware? 
Are there any criteria to be followed? If so, what criteria?

/me hopes that all those questions will be discussed/answered at KS on
Friday's discussions ;)

In any case, my suggestion is that this patch should be a way more verbose,
and should come together with a patch adding something at Documentation
(SubmittingPatches, or maybe SubmitingDTPatches) in order to be sure that
both developers and subsystem maintainers will do the right thing.

Thanks,
Mauro
> 
> Rob
> 
> > 
> > Signed-off-by: Doug Anderson <dianders@chromium.org>
> > ---
> >  MAINTAINERS | 2 --
> >  1 file changed, 2 deletions(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index ebaf8bd..0166e8e 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -5987,7 +5987,6 @@ OMAP DEVICE TREE SUPPORT
> >  M:	Benoît Cousson <bcousson@baylibre.com>
> >  M:	Tony Lindgren <tony@atomide.com>
> >  L:	linux-omap@vger.kernel.org
> > -L:	devicetree@vger.kernel.org
> >  S:	Maintained
> >  F:	arch/arm/boot/dts/*omap*
> >  F:	arch/arm/boot/dts/*am3*
> > @@ -6167,7 +6166,6 @@ M:	Ian Campbell <ijc+devicetree@hellion.org.uk>
> >  L:	devicetree@vger.kernel.org
> >  S:	Maintained
> >  F:	Documentation/devicetree/
> > -F:	arch/*/boot/dts/
> >  F:	include/dt-bindings/
> >  
> >  OPENRISC ARCHITECTURE
> > 
> 


-- 

Cheers,
Mauro

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Don't send to devicetree list for "arch/*/boot/dts"
       [not found]     ` <20131023235448.4de21b8d.m.chehab-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
@ 2013-10-24 10:40       ` Rob Herring
  0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2013-10-24 10:40 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Doug Anderson, Grant Likely, Rob Herring,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Andrew Morton,
	Cesar Eduardo Barros, Joe Perches, Greg Kroah-Hartman,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

On Wed, Oct 23, 2013 at 5:54 PM, Mauro Carvalho Chehab
<m.chehab-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> wrote:
> Em Wed, 23 Oct 2013 12:12:32 -0500
> Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> escreveu:
>
>> On 10/23/2013 08:22 AM, Doug Anderson wrote:
>> > As discussed in the ARM kernel summit, people on the devicetree list
>> > would no longer like to receive emails about all dts changes.  Remove
>> > from MAINTAINERS.
>>
>> We need to make sure platform maintainers are copied though. That may be
>> hard since we don't have standard layout/naming of dts files.
>>
>> We might also want to drop these:
>> K:      of_get_property
>> K:      of_match_table
>>
>> They are at least on the wrong maintainer list now as they should be
>> associated with the binding maintainers and not DT core code if we do
>> keep them.
>>
>> Also based on the discussion, we need to add
>> Documentation/devicetree/bindings/* to appropriate subsystem
>> maintainers, but that should probably wait until after Friday at least.
>
> /me is confused. What's the procedure for the DT patches for the devices
> supported by the subsystem I maintain, e. g. patches for
> /drivers/media/platform?
>
> Should I just apply them, if I think that it is needed by the hardware?
> Are there any criteria to be followed? If so, what criteria?
>
> /me hopes that all those questions will be discussed/answered at KS on
> Friday's discussions ;)

Yes, it should all become clear at the DT slot on Fri.

> In any case, my suggestion is that this patch should be a way more verbose,
> and should come together with a patch adding something at Documentation
> (SubmittingPatches, or maybe SubmitingDTPatches) in order to be sure that
> both developers and subsystem maintainers will do the right thing.

A binding howto/best practices doc is planned which should help in this area.

Rob
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-10-24 10:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-23 13:22 [PATCH] MAINTAINERS: Don't send to devicetree list for "arch/*/boot/dts" Doug Anderson
2013-10-23 17:12 ` Rob Herring
2013-10-23 22:54   ` Mauro Carvalho Chehab
     [not found]     ` <20131023235448.4de21b8d.m.chehab-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2013-10-24 10:40       ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).