diff mbox

[v3,1/8] MAINTAINERS: Add glob for Aspeed devicetree bindings

Message ID 20160830075427.11493-2-andrew@aj.id.au
State New
Headers show

Commit Message

Andrew Jeffery Aug. 30, 2016, 7:54 a.m. UTC
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Acked-by: Joel Stanley <joel@jms.id.au>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Linus Walleij Sept. 7, 2016, 2:37 p.m. UTC | #1
On Tue, Aug 30, 2016 at 9:54 AM, Andrew Jeffery <andrew@aj.id.au> wrote:

> Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
> Acked-by: Joel Stanley <joel@jms.id.au>

Acked-by: Linus Walleij <linus.walleij@linaro.org>

I guess some device tree maintainer or SoC tree should merge this patch.
If you think it is proper to apply in the pinctrl or gpio tree, tell me.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Arnd Bergmann Sept. 7, 2016, 2:42 p.m. UTC | #2
On Wednesday, September 7, 2016 4:37:15 PM CEST Linus Walleij wrote:
> On Tue, Aug 30, 2016 at 9:54 AM, Andrew Jeffery <andrew@aj.id.au> wrote:
> 
> > Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
> > Acked-by: Joel Stanley <joel@jms.id.au>
> 
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
> 
> I guess some device tree maintainer or SoC tree should merge this patch.
> If you think it is proper to apply in the pinctrl or gpio tree, tell me.
> 

I think it's best to take this through arm-soc to avoid conflicts in
case we add other lines too.

Maybe add a global regex instead of a growing list of file names though.

	Arnd

--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index a306795a7450..b9d5a9d4eee6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1027,6 +1027,7 @@  S:	Maintained
 F:	arch/arm/mach-aspeed/
 F:	arch/arm/boot/dts/aspeed-*
 F:	drivers/*/*aspeed*
+F:	Documentation/devicetree/bindings/*/*aspeed*
 
 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
 M:	Nicolas Ferre <nicolas.ferre@atmel.com>