bcma: add mips driver
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 22 Jul 2011 23:20:09 +0000 (01:20 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 8 Aug 2011 18:29:26 +0000 (14:29 -0400)
commit21e0534ad7415559bb8dee0dc00e39646fed83c9
treee9e082dfdf6ce9798d6201f1ae4109b68b11920a
parentecd177c21640e92b059a71139f5850243a8f0942
bcma: add mips driver

This adds a mips driver to bcma. This is only found on embedded
devices. For now the driver just initializes the irqs used on this
system.

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>
drivers/bcma/Kconfig
drivers/bcma/Makefile
drivers/bcma/driver_mips.c [new file with mode: 0644]
drivers/bcma/main.c
include/linux/bcma/bcma.h
include/linux/bcma/bcma_driver_chipcommon.h
include/linux/bcma/bcma_driver_mips.h [new file with mode: 0644]