bcm47xx: prepare to support different buses
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 22 Jul 2011 23:20:12 +0000 (01:20 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 8 Aug 2011 18:29:30 +0000 (14:29 -0400)
commit08ccf57283f89adbc2ff897ad82d6ad4560db7cd
tree11d715ac33eab75e57a8e62b0b7d822e316a9145
parent908debc8da0d5a91418f71c6a462f62bd2ac69ef
bcm47xx: prepare to support different buses

Prepare bcm47xx to support different System buses. Before adding
support for bcma it should be possible to build bcm47xx without the
need of ssb. With this patch bcm47xx does not directly contain a
ssb_bus, but a union contain all the supported system buses. As a SoC
just uses one system bus a union is a good choice.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
arch/mips/bcm47xx/gpio.c
arch/mips/bcm47xx/nvram.c
arch/mips/bcm47xx/serial.c
arch/mips/bcm47xx/setup.c
arch/mips/bcm47xx/time.c
arch/mips/bcm47xx/wgt634u.c
arch/mips/include/asm/mach-bcm47xx/bcm47xx.h
arch/mips/include/asm/mach-bcm47xx/gpio.h
drivers/watchdog/bcm47xx_wdt.c