]> 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)
commitf1a4b7982dae43c68d390a9316dadbad31b21d8b
tree11d715ac33eab75e57a8e62b0b7d822e316a9145
parent5d532a782bb05c1ebdcd1bf16e0342e759f00f20
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