Re: [linux-usb-devel] [PATCH] Add Freescale high-speed USB DR module device driver

2006-09-29 Thread Greg KH
On Wed, Sep 27, 2006 at 02:21:04PM +0800, Li Yang wrote: > Freescale high-speed USB SOC can be found on MPC834x and > probably more in the future. Its DR(dual-role) module > can work as a USB device. This patch adds its support > for Linux USB Gadget. > > Signed-off-by: Li Yang <[EMAIL PROTECTE

Re: [linux-usb-devel] [PATCH] Add Freescale high-speed USB DR module device driver

2006-10-02 Thread David Brownell
On Friday 29 September 2006 3:34 pm, Greg KH wrote: > On Wed, Sep 27, 2006 at 02:21:04PM +0800, Li Yang wrote: > > Freescale high-speed USB SOC can be found on MPC834x and > > probably more in the future. Its DR(dual-role) module > > can work as a USB device. This patch adds its support > > for L

Re: [linux-usb-devel] [PATCH] Add Freescale high-speed USB DR module device driver

2006-10-02 Thread David Brownell
So to oversimplify, this controller builds on a non-PCI implementation of EHCI, by reusing much of the core silicon design ... including most usefully DMA queues which actually (on first glance) make sense. This might be the first peripheral controller I've seen with a sensible DMA interface, faci