]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9f89baa91063cce5cc22587d06320c75ad2b29d7
treee9e082dfdf6ce9798d6201f1ae4109b68b11920a
parentd72188b8443419220b8d215afaffaecba28b2145
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]