Message ID | 1381921447-21811-1-git-send-email-broonie@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 16/10/2013 13:04, Mark Brown : > From: Mark Brown <broonie@linaro.org> > > Help ensure updates to the DTS files for AT91 machines and devices get > sent to the maintainers by adding patterns to the MAINTAINERS entry for > the architecture. > > Signed-off-by: Mark Brown <broonie@linaro.org> > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index d5714d0..c610fb8 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -777,6 +777,8 @@ W: http://maxim.org.za/at91_26.html > W: http://www.linux4sam.org > S: Supported > F: arch/arm/mach-at91/ > +F: arch/arm/boot/dts/at91*.dts > +F: arch/arm/boot/dts/at91*.dtsi Unfortunately, we added some more strings for our new C-A5 product family. I tried to be more generic possible without messing with other product names. So what about adding these lines? +F: arch/arm/boot/dts/sama*.dts +F: arch/arm/boot/dts/sama*.dtsi If it is okay with you, I can add them directly in your patch when taking it in my tree, do not bother. > ARM/CALXEDA HIGHBANK ARCHITECTURE > M: Rob Herring <rob.herring@calxeda.com> Thanks, bye,
On Wed, Oct 16, 2013 at 04:01:13PM +0200, Nicolas Ferre wrote: > On 16/10/2013 13:04, Mark Brown : > >+F: arch/arm/boot/dts/at91*.dts > >+F: arch/arm/boot/dts/at91*.dtsi > Unfortunately, we added some more strings for our new C-A5 product > family. I tried to be more generic possible without messing with > other product names. So what about adding these lines? > +F: arch/arm/boot/dts/sama*.dts > +F: arch/arm/boot/dts/sama*.dtsi > If it is okay with you, I can add them directly in your patch when > taking it in my tree, do not bother. Sure, that's fine by me.
diff --git a/MAINTAINERS b/MAINTAINERS index d5714d0..c610fb8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -777,6 +777,8 @@ W: http://maxim.org.za/at91_26.html W: http://www.linux4sam.org S: Supported F: arch/arm/mach-at91/ +F: arch/arm/boot/dts/at91*.dts +F: arch/arm/boot/dts/at91*.dtsi ARM/CALXEDA HIGHBANK ARCHITECTURE M: Rob Herring <rob.herring@calxeda.com>