1. 98c3553 USB: chipidea: fix use after free bug by Lothar Waßmann · 12 years ago
  2. fb4e98a usb: remove use of __devexit by Bill Pemberton · 12 years ago
  3. d3608b6 usb: remove use of __devinitdata by Bill Pemberton · 12 years ago
  4. 41ac7b3 usb: remove use of __devinit by Bill Pemberton · 12 years ago
  5. 7690417 usb: remove use of __devexit_p by Bill Pemberton · 12 years ago
  6. 1b36810 USB: EHCI: miscellaneous cleanups for the library conversion by Alan Stern · 12 years ago
  7. 7fd94be Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  8. be44f1c usb: gadget: Remove reference to is_dualspeed from sysfs. by Michal Nazarewicz · 12 years ago
  9. cdb2fac USB: EHCI: fix build error in ChipIdea host driver by Alan Stern · 12 years ago
  10. 09f6ffd USB: EHCI: fix build error by making ChipIdea host a normal EHCI driver by Alan Stern · 12 years ago
  11. c73cee7 USB: EHCI: remove ehci_port_power() routine by Alan Stern · 12 years ago
  12. b183c19 USB: chipidea: re-order irq handling to avoid unhandled irqs by Richard Zhao · 12 years ago
  13. 388ed48 USB: chipidea: add -DDEBUG if debugging is enabled by Richard Zhao · 12 years ago
  14. 8c4fc03 USB: chipidea: add vbus detect for udc by Richard Zhao · 12 years ago
  15. 984f753 USB: chipidea: acknowledge ID change interrupt in irq handler by Richard Zhao · 12 years ago
  16. 86ad01a USB: chipidea: delay 2ms before read ID status at probe time by Richard Zhao · 12 years ago
  17. b4dbb25 USB: chipidea: imx: add pinctrl support by Richard Zhao · 12 years ago
  18. d142d6b USB: chipidea: add imx usbmisc support by Richard Zhao · 12 years ago
  19. 08d9c74 Merge branch 'chipidea-stable' into usb-next by Greg Kroah-Hartman · 12 years ago
  20. db89960 usb: chipidea: udc: don't stall endpoint if request list is empty in isr_tr_complete_low by Michael Grzeschik · 12 years ago
  21. ad6b1b9 usb: chipidea: cleanup dma_pool if udc_start() fails by Marc Kleine-Budde · 12 years ago
  22. c9d1f94 usb: chipidea: udc: fix error path in udc_start() by Marc Kleine-Budde · 12 years ago
  23. c0a48e6 usb: chipidea: udc: add pullup fuction, needed by the uvc gadget by Michael Grzeschik · 12 years ago
  24. 7f67c38 usb: chipidea: udc: fix setup of endpoint maxpacket size by Michael Grzeschik · 12 years ago
  25. 7135f08 Merge tag 'gadget-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  26. 85b8614 usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEED by Michal Nazarewicz · 12 years ago
  27. 71a5e61 usb: chipidea: fix and improve dependencies if usb host or gadget support is built as module by Marc Kleine-Budde · 12 years ago
  28. 1530280 usb: chipidea: add imx platform driver by Richard Zhao · 12 years ago
  29. a2c3d69 usb: chipidea: permit driver bindings pass phy pointer by Richard Zhao · 12 years ago
  30. ca72ae9 usb: chipidea: select USB_EHCI_ROOT_HUB_TT in USB_CHIPIDEA_HOST of Kconfig by Richard Zhao · 12 years ago
  31. fe6e125 USB: Chipidea: add ci13xxx device id management by Richard Zhao · 12 years ago
  32. cbc6dc2 USB: Chipidea: add unified ci13xxx_{add,remove}_device for platform drivers by Richard Zhao · 12 years ago
  33. 26c696c USB: Chipidea: rename struct ci13xxx variables from udc to ci by Richard Zhao · 12 years ago
  34. 77c4400 USB: Chipidea: rename struct ci13xxx_udc_driver to struct ci13xxx_platform_data by Richard Zhao · 12 years ago
  35. 6bf8359 usb: chipidea: msm: add remove method by Felipe Balbi · 12 years ago
  36. 17d2fcc usb: chipidea: msm: add missing section annotation by Felipe Balbi · 12 years ago
  37. b2006d9 usb: chipidea: drop useless arch-check by Felipe Balbi · 12 years ago
  38. b7283d5 usb: chipidea: remove unneeded NULL check by Alexander Shishkin · 12 years ago
  39. ded017e usb: phy: fix return value check of usb_get_phy by Kishon Vijay Abraham I · 12 years ago
  40. 662dca5 usb: otg: support for multiple transceivers by a single controller by Kishon Vijay Abraham I · 12 years ago
  41. 721002e usb: otg: utils: rename function name in OTG utils by Kishon Vijay Abraham I · 12 years ago
  42. 09c94e6 usb: chipidea: remove zero check of hw_ep_max by Richard Zhao · 12 years ago
  43. a756186 USB: CI13xxx: Use usb_put_hcd() on failure to drop HCD by Marek Vasut · 12 years ago
  44. ab3999a usb: chipidea: drop unused field "device" from ci13xxx_ep by Alexander Shishkin · 12 years ago
  45. 5e0aa49 usb: chipidea: use generic map/unmap routines by Alexander Shishkin · 12 years ago
  46. bd84198 usb: chipidea: add power_budget limit for ehci to platform data by Alexander Shishkin · 12 years ago
  47. eb70e5a usb: chipidea: add host role by Alexander Shishkin · 12 years ago
  48. 758fc98 usb: chipidea: use common definition for USBMODE bits by Alexander Shishkin · 12 years ago
  49. f7daaa2 usb: chipidea: drop unused msm register definitions by Alexander Shishkin · 12 years ago
  50. cac0961 usb: chipidea: drop redundant NULL check by Alexander Shishkin · 12 years ago
  51. b932225 usb: chipidea: isr_reset_handler fix missing locking by Michael Grzeschik · 12 years ago
  52. 551a8ac usb: chipidea: brush up structure definitions by Alexander Shishkin · 12 years ago
  53. f8c1376 usb: chipidea: remove unused field "regs" from ci13xxx by Alexander Shishkin · 12 years ago
  54. 5f36e23 usb: chipidea: add support for roles by Alexander Shishkin · 12 years ago
  55. e443b33 usb: chipidea: split the driver code into units by Alexander Shishkin · 12 years ago
  56. bc25a80 usb: move ci13xxx and related code to drivers/usb/chipidea by Alexander Shishkin · 12 years ago