diff options
| author | Eric Anholt <[email protected]> | 2015-07-22 12:55:37 -0700 |
|---|---|---|
| committer | Florian Fainelli <[email protected]> | 2015-08-05 10:14:00 -0700 |
| commit | 824811293538f5cafaa6d19e3458a13eafa92a32 (patch) | |
| tree | 0018178ac2949af13f329c469703514df17cf9ff | |
| parent | 10b9e8871558f8dd9485dce003ba1f3285aabbeb (diff) | |
MAINTAINERS: Explicitly add linux-arm-kernel for bcm2835
get_maintainers.pl would list linux-arm-kernel for most bcm2835
changes because it's under arch/arm, but might not for other bcm2835
drivers. Most ARM architectures appear to list linux-arm-kernel as an
appropriate list as well.
Signed-off-by: Eric Anholt <[email protected]>
Suggested-by: Stephen Warren <[email protected]>
Signed-off-by: Florian Fainelli <[email protected]>
| -rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 172eea53bf7e..24f7a138be8c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2218,6 +2218,7 @@ M: Stephen Warren <[email protected]> M: Lee Jones <[email protected]> M: Eric Anholt <[email protected]> L: [email protected] (moderated for non-subscribers) +L: [email protected] (moderated for non-subscribers) T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git S: Maintained N: bcm2835 |