]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - drivers/usb/host/bcma-hcd.c
USB: Add driver for the bcma bus
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 15 Mar 2012 22:49:57 +0000 (23:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Apr 2012 20:43:30 +0000 (13:43 -0700)
commit62e11d1bada33102e8827c8d0cca95c020cf5467
tree77a9af6b852fc966d7f173834a82db204ec45931
parente167d9fbb881c030f93563fd364c8a0b8c5cd6d3
USB: Add driver for the bcma bus

This adds a USB driver using the generic platform device driver for the
USB controller found on the Broadcom bcma bus. The bcma bus just
exposes one device which serves the OHCI and the EHCI controller at the
same time. This driver probes for this USB controller and creates and
registers two new platform devices which will be probed by the new
generic platform device driver. This makes it possible to use the EHCI
and the OCHI controller on the bcma bus at the same time.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/Kconfig
drivers/usb/host/Makefile
drivers/usb/host/bcma-hcd.c [new file with mode: 0644]