Sorry, please ignore this patch. I forgot to change the free_buffer function.
- Leo > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Li Yang > Sent: Friday, April 20, 2007 3:52 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; Schmid Bruce-R62923; > linux-usb-devel@lists.sourceforge.net > Subject: [linux-usb-devel] [PATCH v2 1/3]USB: add Freescale high-speed USB SOC > device controller driver > > Freescale high-speed USB SOC can be found on some Freescale processors > among different architectures. It supports both host and device functions. > This driver adds its device support for Linux USB Gadget layer. > It is tested on MPC8349 and MPC8313, but should work on other platforms > with minor tweaks. The driver passed USBCV 1.3 compliance tests. Note > that this driver doesn't yet include OTG support. > > Signed-off-by: Li Yang <[EMAIL PROTECTED]> > Signed-off-by: Jiang Bo <[EMAIL PROTECTED]> > Signed-off-by: Bruce Schmid <[EMAIL PROTECTED]> > Signed-off-by: David Brownell <[EMAIL PROTECTED]> > > --- > Address alloc_buffer and is_otg comments from Dave, and regroup the patch. > > drivers/usb/gadget/Kconfig | 21 + > drivers/usb/gadget/Makefile | 1 + > drivers/usb/gadget/fsl_usb2_udc.c | 2500 +++++++++++++++++++++++++++++++++++++ > drivers/usb/gadget/fsl_usb2_udc.h | 579 +++++++++ > 4 files changed, 3101 insertions(+), 0 deletions(-) > create mode 100644 drivers/usb/gadget/fsl_usb2_udc.c > create mode 100644 drivers/usb/gadget/fsl_usb2_udc.h ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel