On Sat, Jan 10, 2009 at 05:03:21AM +0300, Anton Vorontsov wrote: > 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@xxxxxxxxxxxxx> > --- > > On Fri, Jan 09, 2009 at 04:51:45PM -0800, Greg KH wrote: > [...] > > > 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. > > > > Please do, so I know I have the right one. > > Here it is. Hi Greg, Sorry for bothering you again... is there any hope this will be merged into 2.6.29? 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 | 836 ++++++++++++++++++++++++++++++++++++++ > drivers/usb/host/fhci-hub.c | 345 ++++++++++++++++ > drivers/usb/host/fhci-mem.c | 113 ++++++ > drivers/usb/host/fhci-q.c | 284 +++++++++++++ > drivers/usb/host/fhci-sched.c | 888 +++++++++++++++++++++++++++++++++++++++++ > drivers/usb/host/fhci-tds.c | 626 +++++++++++++++++++++++++++++ > drivers/usb/host/fhci.h | 607 ++++++++++++++++++++++++++++ > 11 files changed, 3862 insertions(+), 0 deletions(-) > create mode 100644 drivers/usb/host/fhci-dbg.c > create mode 100644 drivers/usb/host/fhci-hcd.c > create mode 100644 drivers/usb/host/fhci-hub.c > create mode 100644 drivers/usb/host/fhci-mem.c > create mode 100644 drivers/usb/host/fhci-q.c > create mode 100644 drivers/usb/host/fhci-sched.c > create mode 100644 drivers/usb/host/fhci-tds.c > create mode 100644 drivers/usb/host/fhci.h -- 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