aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2014-02-03 18:01:43 -0500
committerMatt Porter <mporter@linaro.org>2014-03-06 00:36:02 -0500
commit5b293ebe757213993ae93b6cbbf5e1d09b75ac2f (patch)
tree62c4d034ce98e7fb11957693885307260a009fa0 /MAINTAINERS
parentc43bad6f7646f5f1ef27363afafcad4e264f31ab (diff)
ARM: BCM5301X: initial support for the BCM5301X/BCM470X SoCs with ARM CPU
This patch adds support for the BCM5301X/BCM470X SoCs with an ARM CPUs. Currently just booting to a shell is working and nothing else, no Ethernet, wifi, flash, ... I have some pending patches to make Ethernet work for this device. Mostly device tree support for bcma is missing. This SoC is used in small office and home router with Broadcom SoCs it's internal name is Northstar. This code should support the BCM4707, BCM4708, BCM4709, BCM53010, BCM53011 and BCM53012 SoC. It uses one or two ARM Cortex A9 Cores, some highlights are 2 PCIe 2.0 controllers, 4 Gigabit Ethernet MACs and a USB 3.0 host controller. This SoC uses a dual core CPU, but this is currently not implemented. More information about this SoC can be found here: http://www.anandtech.com/show/5925/broadcom-announces-bcm4708x-and-bcm5301x-socs-for-80211ac-routers Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Christian Daudt <bcm@fixthebug.org> Signed-off-by: Matt Porter <mporter@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS8
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index fb08dcececf1..082eccdfbc4f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1880,6 +1880,14 @@ F: arch/arm/boot/dts/bcm2835*
1880F: arch/arm/configs/bcm2835_defconfig 1880F: arch/arm/configs/bcm2835_defconfig
1881F: drivers/*/*bcm2835* 1881F: drivers/*/*bcm2835*
1882 1882
1883BROADCOM BCM5301X ARM ARCHICTURE
1884M: Hauke Mehrtens <hauke@hauke-m.de>
1885L: linux-arm-kernel@lists.infradead.org
1886S: Maintained
1887F: arch/arm/mach-bcm/bcm_5301x.c
1888F: arch/arm/boot/dts/bcm5301x.dtsi
1889F: arch/arm/boot/dts/bcm470*
1890
1883BROADCOM TG3 GIGABIT ETHERNET DRIVER 1891BROADCOM TG3 GIGABIT ETHERNET DRIVER
1884M: Nithin Nayak Sujir <nsujir@broadcom.com> 1892M: Nithin Nayak Sujir <nsujir@broadcom.com>
1885M: Michael Chan <mchan@broadcom.com> 1893M: Michael Chan <mchan@broadcom.com>