1. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  2. f9b0f51 Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  3. 6e13c65 usb: otg: Convert all users to pass struct usb_otg for OTG functions by Heikki Krogerus · 12 years ago
  4. b96d3b0 usb: Convert all users to new usb_phy by Heikki Krogerus · 12 years ago
  5. c5cc5ed usb: fsl_udc_core: Fix scheduling while atomic dump message by Peter Chen · 12 years ago
  6. f9c56cd usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disable by Ido Shayevitz · 12 years ago
  7. 118d63f usb: gadget: fsl_udc: fix the usage of udc->max_ep by Peter Chen · 12 years ago
  8. 7177aed usb: gadget: rename usb_gadget_driver::speed to max_speed by Michal Nazarewicz · 13 years ago
  9. d327ab5 usb: gadget: replace usb_gadget::is_dualspeed with max_speed by Michal Nazarewicz · 13 years ago
  10. 6414e94 usb: gadget: fsl_udc: fix dequeuing a request in progress by Li Yang · 13 years ago
  11. 7c91d90 USB: fsl_udc_core: use usb_endpoint_xfer_isoc to judge ISO XFER by Peter Chen · 13 years ago
  12. bfe0658 usb: udc: Fix gadget driver's speed check in various UDC drivers by Michal Nazarewicz · 13 years ago
  13. 8981d76 powerpc/usb: fix type cast for address of ioremap to compatible with 64-bit by Shaohui Xie · 13 years ago
  14. 0e042be usb: gadget: fsl_udc_core: fix compile error. by Alexander Aring · 13 years ago
  15. e538dfd usb: Provide usb_speed_string() function by Michal Nazarewicz · 13 years ago
  16. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  17. f549953 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  18. b7e9c22 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  19. 3140d5b USB: fsl_udc_core: fix build breakage when building for ARM arch by Anatolij Gustschin · 13 years ago
  20. 0f91349 usb: gadget: convert all users to the new udc infrastructure by Sebastian Andrzej Siewior · 13 years ago
  21. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 13 years ago
  22. ea437f3 fsl/usb: Unused endpoint failure for USB gadget by Ramneek Mehresh · 13 years ago
  23. 83722bc USB: extend ehci-fsl and fsl_udc_core driver for OTG operation by Anatolij Gustschin · 13 years ago
  24. 2ea6698 USB: fsl_udc_core: support device mode of MPC5121E DR USB Controller by Anatolij Gustschin · 13 years ago
  25. 09ba0de USB: fsl_udc_core: prepare for SoCs with BE registers and descriptors by Anatolij Gustschin · 13 years ago
  26. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  27. 2cd5bb2 USB: Remove unused is_iso from fsl_udc_core.c by Huzaifa Sidhpurwala · 13 years ago
  28. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  29. b0fca50 usb gadget: don't save bind callback in struct usb_gadget_driver by Uwe Kleine-König · 14 years ago
  30. 7f26b3a drivers/usb: Remove unnecessary return's from void functions by Joe Perches · 14 years ago
  31. 88e3b59 USB: mxc: gadget: Fix bitfield for calculating maximum packet size by Dinh Nguyen · 14 years ago
  32. 37c4fd8 USB: fsl_udc_core: Fix kernel oops on module removal by Anton Vorontsov · 15 years ago
  33. 54e4026b USB: gadget: Add i.MX3x support to the fsl_usb2_udc driver by Guennadi Liakhovetski · 15 years ago[Renamed (98%) from drivers/usb/gadget/fsl_usb2_udc.c]
  34. 6f8aa65 USB: add missing KERN_* constants to printks by Frank Seidel · 15 years ago
  35. 9a6e184 USB: fsl_usb2_udc: fix potential queue head corruption by Li Yang · 15 years ago
  36. 1f15a50 USB: fsl_usb2_udc: Report disconnect before unbinding by Anton Vorontsov · 16 years ago
  37. 23d7cd0 fsl_usb2_udc: Fix oops on probe failure. by Will Newton · 16 years ago
  38. 59097fb fsl_usb2_udc: Add a wmb before priming endpoint. by Will Newton · 16 years ago
  39. 224b503 fsl_usb2_udc: Make fsl_queue_td return type void. by Will Newton · 16 years ago
  40. 825bee3 fsl_usb2_udc: Uninline udc_reset_ep_queue. by Will Newton · 16 years ago
  41. c93eebb fsl_usb2_udc: Rename the arguments of the fsl_writel macro. by Will Newton · 16 years ago
  42. e06da9a fsl_usb2_udc: Initialize spinlock earlier. by Will Newton · 16 years ago
  43. 9d9d88c fsl_usb2_udc: Clean up whitespace in /proc debugging output. by Will Newton · 16 years ago
  44. bf7409a fsl_usb2_udc: Clean up whitespace in errors and warnings. by Will Newton · 16 years ago
  45. 7483cff8 fsl_usb2_udc: Fix some sparse warnings and remove redundant code. by Will Newton · 16 years ago
  46. f6e4411 fsl_usb2_udc: Remove check for udc == NULL in dr_controller_setup. by Will Newton · 16 years ago
  47. 9c94155 fsl_usb2_udc: Make dr_ep_setup function static. by Will Newton · 16 years ago
  48. 6ef65a7 USB: fsl_usb2_udc: fix VDBG() format string by Peter Korsgaard · 16 years ago
  49. b6c6393 Rename WARN() to WARNING() to clear the namespace by Arjan van de Ven · 16 years ago
  50. 0031a06 USB: usb dev_set_name() instead of dev->bus_id by Kay Sievers · 16 years ago
  51. 185e3de USB: fsl_usb2_udc: fix recursive lock by Li Yang · 16 years ago
  52. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  53. f34c32f usb gadget: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  54. dc0d5c1 USB: Spelling fixes by Joe Perches · 17 years ago
  55. 2336a98 usb gadget: fix fsl_usb2_udc potential OOPS by Li Yang · 16 years ago
  56. 3bf4468 USB: Unbreak fsl_usb2_udc by Peter Korsgaard · 16 years ago
  57. 9454a57 USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h> by David Brownell · 17 years ago
  58. a4e3ef5 USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanup by David Brownell · 17 years ago
  59. 39d1f8c USB: fsl_usb2_udc: fix bug in processing setup requests by Li Yang · 17 years ago
  60. c67ab13 usb gadget stack: remove usb_ep_*_buffer(), part 2 by David Brownell · 17 years ago
  61. 7542548 USB: fsl_usb2_udc: fix bug for portsc bit masking by Li Yang · 17 years ago
  62. 4365831 USB: fsl_usb2_udc: Get max ep number from DCCPARAMS register by Li Yang · 17 years ago
  63. 37b5453 USB: fsl_usb2_udc: replace deprecated irq flag by Li Yang · 17 years ago
  64. fcbd963 USB: fsl_usb2_udc: Fix UMTI_WIDE support and a compile warning by Li Yang · 17 years ago
  65. b504882 USB: add Freescale high-speed USB SOC device controller driver by Li Yang · 17 years ago