1. 96c7de4 usb: gadget: fsl_qe_udc: fix IS_ERR_VALUE usage by Andrzej Hajda · 8 years ago
  2. 7aa1aa6 QE: Move QE from arch/powerpc to drivers/soc by Zhao Qiang · 9 years ago
  3. e8fc42f usb: gadget: fsl_qe_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  4. 9f56ce0 usb: gadget: cleanup on stack DECLARE_COMPLETIONs by Nicholas Mc Guire · 10 years ago
  5. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  6. fba45ce usb: gadget: fsl_qe_udc: use udc-core's reset notifier by Peter Chen · 10 years ago
  7. 22835b8 usb: gadget: remove unnecessary 'driver' argument by Felipe Balbi · 10 years ago
  8. 7035847 usb: gadget: udc: fsl_qe: remove bind/unbind messages by Felipe Balbi · 10 years ago
  9. 5d82ff9 usb: gadget: udc: fsl_qe: do not rely on 'driver' argument by Felipe Balbi · 10 years ago
  10. 3efe90e usb: gadget: fsl_qe_udc: delete unnecessary 'out of memory' messages by Peter Chen · 10 years ago
  11. 6d3f5f2 usb: gadget: udc: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  12. 304f7e5 usb: gadget: Refactor request completion by Michal Sojka · 10 years ago
  13. 90fccb5 usb: gadget: Gadget directory cleanup - group UDC drivers by Andrzej Pietrasiewicz · 10 years ago[Renamed from drivers/usb/gadget/fsl_qe_udc.c]
  14. 7b0a12a usb: gadget: fsl_qe_udc: Introduce use of managed version of kzalloc by Himangi Saraogi · 10 years ago
  15. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  16. e117e74 usb: gadget: add "maxpacket_limit" field to struct usb_ep by Robert Baldyga · 11 years ago
  17. 7de7174 usb: gadget: remove superfluous name casts by Geert Uytterhoeven · 11 years ago
  18. 5af5073 drivers: clean-up prom.h implicit includes by Rob Herring · 11 years ago
  19. dae8ead usb: gadget: use platform_{get,set}_drvdata() by Jingoo Han · 11 years ago
  20. 29e7dbf usb: gadget: fsl_qe_udc: don't assign gadget.dev.release directly by Felipe Balbi · 11 years ago
  21. fc2dba9 usb: gadget: fsl_qe_udc: don't touch gadget.dev.driver by Felipe Balbi · 11 years ago
  22. 7bce401 usb: gadget: drop now unnecessary flag by Felipe Balbi · 11 years ago
  23. c07d1b63 usb: gadget: fsl_qe_udc: let udc-core manage gadget->dev by Felipe Balbi · 11 years ago
  24. eeef458 usb: gadget: constify all struct usb_gadget_ops by Felipe Balbi · 11 years ago
  25. fb4e98a usb: remove use of __devexit by Bill Pemberton · 12 years ago
  26. 2f82686 usb: remove use of __devinitconst by Bill Pemberton · 12 years ago
  27. 41ac7b3 usb: remove use of __devinit by Bill Pemberton · 12 years ago
  28. 7690417 usb: remove use of __devexit_p by Bill Pemberton · 12 years ago
  29. fc065a0 usb: gadget: fsl_qe_udc: Remove unneeded condition by Ido Shayevitz · 12 years ago
  30. 504d14c usb: gadget: fsl_qe_udc: remove not implemented callbacks by Sebastian Andrzej Siewior · 12 years ago
  31. d77c119 usb: gadget: fsl_qe_udc: convert to new style start/stop by Sebastian Andrzej Siewior · 12 years ago
  32. ec39e2a usb: gadget: Update fsl_qe_udc to use usb_endpoint_descriptor inside the struct usb_ep by Ido Shayevitz · 12 years ago
  33. f9c56cd usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disable by Ido Shayevitz · 12 years ago
  34. 121a8cd Merge branch 'for-next/gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  35. 007d00d Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  36. 7177aed usb: gadget: rename usb_gadget_driver::speed to max_speed by Michal Nazarewicz · 13 years ago
  37. bfe0658 usb: udc: Fix gadget driver's speed check in various UDC drivers by Michal Nazarewicz · 13 years ago
  38. cc27c96 usb: convert drivers/usb/* to use module_platform_driver() by Axel Lin · 13 years ago
  39. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  40. 0f91349 usb: gadget: convert all users to the new udc infrastructure by Sebastian Andrzej Siewior · 13 years ago
  41. b1608d6 drivercore: revert addition of of_match to struct device by Grant Likely · 13 years ago
  42. d834508 USB: fsl_qe_udc: send ZLP when zero flag and length % maxpacket == 0 by Valentin Longchamp · 13 years ago
  43. d35fb64 dt/usb: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 13 years ago
  44. b0fca50 usb gadget: don't save bind callback in struct usb_gadget_driver by Uwe Kleine-König · 14 years ago
  45. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  46. 22ae782 of/address: Clean up function declarations by Grant Likely · 14 years ago
  47. 3ed3880 of/usb: fsl_qe_udc.c: fix build breakage by Anatolij Gustschin · 14 years ago
  48. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 14 years ago
  49. 07824d3 USB gadget: make Open Firmware device id constant by Németh Márton · 15 years ago
  50. 04c4ab1 USB: fsl_qe_udc: Add fsl,mpc8323-qe-usb compatible entry by Anton Vorontsov · 15 years ago
  51. af3ddbd USB: fsl_qe_udc: Fix stalled TX requests bug by Anton Vorontsov · 16 years ago
  52. 82341b3 USB: fsl_qe_udc: Fix muram corruption by disabled endpoints by Anton Vorontsov · 16 years ago
  53. ef84e40 USB: fsl_qe_udc: Fix disconnects reporting during bus reset by Anton Vorontsov · 16 years ago
  54. 2247818 USB: fsl_qe_udc: Fix QE USB controller initialization by Anton Vorontsov · 16 years ago
  55. a30551d USB: fsl_qe_udc: Fix recursive locking bug in ch9getstatus() by Anton Vorontsov · 16 years ago
  56. 94f341db USB: fsl_qe_udc: Fix oops on QE UDC probe failure by Anton Vorontsov · 16 years ago
  57. cd40c4c USB: fsl_qe_udc: Check for muram allocation errors by Anton Vorontsov · 16 years ago
  58. c682b17 gadget: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  59. 9ac36da USB: fsl_qe_udc: Report disconnect before unbinding by Anton Vorontsov · 16 years ago
  60. 15d5a9a usb/fsl_qe_udc: clear data toggle on clear halt request by Li Yang · 16 years ago
  61. 928dfa6 usb/fsl_qe_udc: fix response to get status request by Li Yang · 16 years ago
  62. 3948f0e usb: add Freescale QE/CPM USB peripheral controller driver by Li Yang · 16 years ago