From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH] MAINTAINERS: Don't send to devicetree list for "arch/*/boot/dts" Date: Wed, 23 Oct 2013 12:12:32 -0500 Message-ID: <52680380.7020204@gmail.com> References: <1382534520-15688-1-git-send-email-dianders@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <1382534520-15688-1-git-send-email-dianders@chromium.org> Sender: linux-kernel-owner@vger.kernel.org To: Doug Anderson , Grant Likely Cc: Rob Herring , devicetree@vger.kernel.org, Mauro Carvalho Chehab , Andrew Morton , Cesar Eduardo Barros , Joe Perches , Greg Kroah-Hartman , linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org 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 b= e 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 >=20 > Signed-off-by: Doug Anderson > --- > MAINTAINERS | 2 -- > 1 file changed, 2 deletions(-) >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index ebaf8bd..0166e8e 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -5987,7 +5987,6 @@ OMAP DEVICE TREE SUPPORT > M: Beno=C3=AEt Cousson > M: Tony Lindgren > 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 > L: devicetree@vger.kernel.org > S: Maintained > F: Documentation/devicetree/ > -F: arch/*/boot/dts/ > F: include/dt-bindings/ > =20 > OPENRISC ARCHITECTURE >=20