diff options
author | Christian Daudt <[email protected]> | 2013-09-11 14:23:49 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2013-09-11 15:58:37 -0700 |
commit | af4b8e371b0f692a89f37d7ae5b23e8804c81a17 (patch) | |
tree | cbc95a9c3a6d7fe0884644744702df9ae96f6d6d | |
parent | 11c26770eb0296956a6b17595e26f3a8eab3677a (diff) |
MAINTAINERS: add mach-bcm and drivers
Add ownership to maintainers file for the mach-bcm related files,
including drivers that are used for the SoCs defined in mach-bcm.
Signed-off-by: Christian Daudt <[email protected]>
Cc: Olof Johansson <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Stephen Warren <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | MAINTAINERS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 516777f7d6af..726d22258697 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1811,6 +1811,17 @@ L: [email protected] S: Supported F: drivers/net/ethernet/broadcom/bnx2x/ +BROADCOM BCM281XX/BCM11XXX ARM ARCHITECTURE +M: Christian Daudt <[email protected]> +T: git git://git.github.com/broadcom/bcm11351 +S: Maintained +F: arch/arm/mach-bcm/ +F: arch/arm/boot/dts/bcm113* +F: arch/arm/boot/dts/bcm281* +F: arch/arm/configs/bcm_defconfig +F: drivers/mmc/host/sdhci_bcm_kona.c +F: drivers/clocksource/bcm_kona_timer.c + BROADCOM BCM2835 ARM ARCHICTURE M: Stephen Warren <[email protected]> L: [email protected] (moderated for non-subscribers) |