diff options
author | Felipe Balbi <balbi@ti.com> | 2015-01-19 23:13:53 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-03-17 00:19:14 +0100 |
commit | 026da812a075e1c3cc99f8bec757206b7068b779 (patch) | |
tree | 79dd9f7c9a2fb5bd95ce3c204f67bffc183caadb /MAINTAINERS | |
parent | ARM: OMAP1: PM: fix some build warnings on 1510-only Kconfigs (diff) | |
download | linux-026da812a075e1c3cc99f8bec757206b7068b779.tar.xz linux-026da812a075e1c3cc99f8bec757206b7068b779.zip |
MAINTAINERS: add OMAP defconfigs under OMAP SUPPORT
omap2plus_defconfig and omap1_defconfig are also
part of the OMAP Support maintained, because of
that it's best to list them under OMAP SUPPORT on
MAINTAINERS so people know to Cc linux-omap when
patching them.
Reported-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ddc5a8cf9a8a..085614010f1d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6947,6 +6947,8 @@ Q: http://patchwork.kernel.org/project/linux-omap/list/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git S: Maintained F: arch/arm/*omap*/ +F: arch/arm/configs/omap1_defconfig +F: arch/arm/configs/omap2plus_defconfig F: drivers/i2c/busses/i2c-omap.c F: drivers/irqchip/irq-omap-intc.c F: drivers/mfd/*omap*.c |