]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit45ce499dbc6556c193bda62300324a7b43930450
tree11d715ac33eab75e57a8e62b0b7d822e316a9145
parentf3487eaa7d4a3a238d111cd29a9f5323be3c0799
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