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
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 867 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.3 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 106.5 KB
Makefile -rw-r--r-- 53.2 KB
README -rw-r--r-- 16.7 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top