74d1dc8d8d13fef55c33b49f06ab84eeebf967c4 |
|
11-Apr-2011 |
Weiping Pan(潘卫平) <panweiping3@gmail.com> |
usb: fix a typo in a comment replace tranmitted with transmitted. Signed-off-by: Weiping Pan(潘卫平) <panweiping3@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/usb/gadget/fsl_qe_udc.h
|
25985edcedea6396277003854657b5f3cb31a628 |
|
31-Mar-2011 |
Lucas De Marchi <lucas.demarchi@profusion.mobi> |
Fix common misspellings Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
/drivers/usb/gadget/fsl_qe_udc.h
|
58c12bdc5d924e4bca60c2660df2a71be4953ac9 |
|
12-Oct-2009 |
Anton Vorontsov <avorontsov@ru.mvista.com> |
powerpc/qe&cpm: Implement static inline stubs for non-QE/CPM builds This is needed to avoid ugly #ifdefs in drivers. Also update fsl_qe_udc driver so that now it doesn't define its own versions that cause build breakage when the generic stubs are used. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Acked-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
/drivers/usb/gadget/fsl_qe_udc.h
|
928dfa6c625c17d810ae3ee6c73dc37fc4b91bcd |
|
24-Sep-2008 |
Li Yang <leoli@freescale.com> |
usb/fsl_qe_udc: fix response to get status request The original code didn't respond correctly to get status request on device and endpoint. Although normal operations can work without the fix. It is not compliant with USB spec chapter9 and fails USBCV ch9 tests. The patch fix this and a few style/typo problems. Signed-off-by: Li Yang <leoli@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/usb/gadget/fsl_qe_udc.h
|
3948f0e0c999a6201e9898bb8fbe3c6cc1199276 |
|
02-Sep-2008 |
Li Yang <leoli@freescale.com> |
usb: add Freescale QE/CPM USB peripheral controller driver Some of Freescale SoC chips have a QE or CPM co-processor which supports full speed USB. The driver adds device mode support of both QE and CPM USB controller to Linux USB gadget. The driver is tested with MPC8360 and MPC8272, and should work with other models having QE/CPM given minor tweaks. Signed-off-by: Xie Xiaobo <X.Xie@freescale.com> Signed-off-by: Li Yang <leoli@freescale.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Cc: David Brownell <david-b@pacbell.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/usb/gadget/fsl_qe_udc.h
|