[SSB]: add Sonics Silicon Backplane bus support
SSB is an SoC bus used in a number of embedded devices. The most well-known of these devices is probably the Linksys WRT54G, but there are others as well. The bus is also used internally on the BCM43xx and BCM44xx devices from Broadcom. This patch also includes support for SSB ID tables in modules, so that SSB drivers can be loaded automatically. Signed-off-by: NMichael Buesch <mb@bu3sch.de> Signed-off-by: NJohn W. Linville <linville@tuxdriver.com> Signed-off-by: NDavid S. Miller <davem@davemloft.net>
Showing
drivers/ssb/Kconfig
0 → 100644
drivers/ssb/Makefile
0 → 100644
drivers/ssb/b43_pci_bridge.c
0 → 100644
drivers/ssb/driver_chipcommon.c
0 → 100644
drivers/ssb/driver_extif.c
0 → 100644
drivers/ssb/driver_mipscore.c
0 → 100644
drivers/ssb/driver_pcicore.c
0 → 100644
drivers/ssb/main.c
0 → 100644
drivers/ssb/pci.c
0 → 100644
drivers/ssb/pcihost_wrapper.c
0 → 100644
drivers/ssb/pcmcia.c
0 → 100644
drivers/ssb/scan.c
0 → 100644
drivers/ssb/ssb_private.h
0 → 100644
include/linux/ssb/ssb.h
0 → 100644
include/linux/ssb/ssb_regs.h
0 → 100644
想要评论请 注册 或 登录