USB: Add driver for the ssb bus
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 15 Mar 2012 22:49:58 +0000 (23:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Apr 2012 20:43:30 +0000 (13:43 -0700)
commit7043c2ccf7483f170df4abcd4c95919050ac0760
tree2d0c419f0e49cc475a3a63633a4cd061ac1cddbf
parent62e11d1bada33102e8827c8d0cca95c020cf5467
USB: Add driver for the ssb bus

This adds a USB driver using the generic platform device driver for the
USB controller found on the Broadcom ssb bus. The ssb 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 ssb bus at the same time.

The old ssb OHCI USB driver will be removed in the next step as this
driver also provide an OHCI driver and an EHCI for the cores supporting
it.

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/ssb-hcd.c [new file with mode: 0644]