On Fri, Jan 09, 2009 at 12:29:14PM -0800, akpm@xxxxxxxxxxxxxxxxxxxx wrote: > From: Anton Vorontsov <avorontsov@xxxxxxxxxxxxx> > > Add 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@xxxxxxxxxxxxx> > Cc: Greg Kroah-Hartman <greg@xxxxxxxxx> > Cc: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx> > Cc: Timur Tabi <timur@xxxxxxxxxxxxx> > Cc: Li Yang <leoli@xxxxxxxxxxxxx> > Cc: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> > Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > --- This version was superseded by that one: [PATCH v2] USB: Driver for Freescale QUICC Engine USB Host Controller http://lkml.org/lkml/2008/12/24/80 Greg, I can resend it if it's more convenient for you. Thanks, [...] > drivers/usb/Makefile | 1 > drivers/usb/host/Kconfig | 17 > drivers/usb/host/Makefile | 6 > drivers/usb/host/fhci-dbg.c | 139 +++++ > drivers/usb/host/fhci-hcd.c | 817 +++++++++++++++++++++++++++++ > drivers/usb/host/fhci-hub.c | 344 ++++++++++++ > drivers/usb/host/fhci-mem.c | 113 ++++ > drivers/usb/host/fhci-q.c | 281 ++++++++++ > drivers/usb/host/fhci-sched.c | 888 ++++++++++++++++++++++++++++++++ > drivers/usb/host/fhci-tds.c | 627 ++++++++++++++++++++++ > drivers/usb/host/fhci.h | 607 +++++++++++++++++++++ > 11 files changed, 3840 insertions(+) [...] -- Anton Vorontsov email: cbouatmailru@xxxxxxxxx irc://irc.freenode.net/bd2 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html