USB: ohci: add support for tmio-ohci cell
authorDmitry Baryshkov <dbaryshkov@gmail.com>
Wed, 8 Oct 2008 12:14:23 +0000 (16:14 +0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 22 Oct 2008 17:05:27 +0000 (10:05 -0700)
commit78c73414f4f6744e2ea5a07b263a9698aa6f2416
tree8125e4ad420d0fc4a86c9319c7f51c168a0cf6a2
parent2515ddc6db8eb49a79f0fe5e67ff09ac7c81eab4
USB: ohci: add support for tmio-ohci cell

Some Toshiba Mobile I/O chips have OHCI controller built in.
E.g. the tc6393xb chip found in several Toshiba e-Series PDAs
and in Sharp Zaurus SL-6000 PDA. This adds platform glue
to support OHCI function of the chip.

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Acked-by: Ian Molton <spyro@f2s.com>
Cc: Ian Molton <spyro@f2s.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/Kconfig
drivers/usb/host/Kconfig
drivers/usb/host/ohci-hcd.c
drivers/usb/host/ohci-tmio.c [new file with mode: 0644]