https://github.com/torvalds/linux
Revision 236dd4d18f293e3c9798f35c08272196826a980d authored by Anton Vorontsov on 10 January 2009, 02:03:21 UTC, committed by Greg Kroah-Hartman on 28 January 2009, 00:15:38 UTC
This patch adds support for the FHCI USB controller, as found
in the Freescale MPC836x and MPC832x processors. It can support
Full or Low speed modes.

Quite a lot the hardware is doing by itself (SOF generation, CRC
generation and checking), though scheduling and retransmission is on
software's shoulders.

This controller does not integrate the root hub, so this driver also
fakes one-port hub. External hub is required to support more than
one device.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

1 parent fc91be2
History
Tip revision: 236dd4d18f293e3c9798f35c08272196826a980d authored by Anton Vorontsov on 10 January 2009, 02:03:21 UTC
USB: Driver for Freescale QUICC Engine USB Host Controller
Tip revision: 236dd4d

back to top