1. 64dc9e2 Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  2. 7ca2cd2 usb: chipidea: udc: fix memory leak in _ep_nuke by Michael Grzeschik · 12 years ago
  3. a9c1743 usb: chipidea: udc: fix memory access of shared memory on armv5 machines by Michael Grzeschik · 12 years ago
  4. b983e51 usb: chipidea: udc: add the define TD_PAGE_COUNT and fix all users by Michael Grzeschik · 12 years ago
  5. dd064e9 usb: chipidea: udc: move _ep_queue into an unlocked function by Michael Grzeschik · 12 years ago
  6. 24dcade usb: chipidea: udc: don't truncate requests to single tds by Michael Grzeschik · 12 years ago
  7. 9e50643 usb: chipidea: udc: read status of td only once in hardware_dequeue by Michael Grzeschik · 12 years ago
  8. 776ffc1 usb: chipidea: udc: move ZLT flag change to ep_enable by Michael Grzeschik · 12 years ago
  9. 1cd12a9 usb: chipidea: udc: rework ep_enable cap setting by Michael Grzeschik · 12 years ago
  10. 080ff5f usb: chipidea: udc: only clear active and halted bits in qhead by Michael Grzeschik · 12 years ago
  11. 938d323 usb: chipidea: big-endian support by Svetoslav Neykov · 12 years ago
  12. efccca4 usb: chipidea: make pci platform datas static by Alexander Shishkin · 12 years ago
  13. a068533 usb: chipidea: usbmisc: add post handling and errata fix for mx25 by Michael Grzeschik · 12 years ago
  14. f0c910b usb: chipidea: usbmisc: add mx53 support by Michael Grzeschik · 12 years ago
  15. e609108 usb: chipidea: usbmisc: prepare driver to handle more than one soc by Marc Kleine-Budde · 12 years ago
  16. 00b9a1f9 usb: chipidea: usbmisc: fix a potential race condition by Marc Kleine-Budde · 12 years ago
  17. d48a24d usb: chipidea: usbmisc: unset global varibale usbmisc on driver remove by Marc Kleine-Budde · 12 years ago
  18. a7bc2fd usb: chipidea: usbmisc: rename file, struct and functions to usbmisc_imx by Michael Grzeschik · 12 years ago
  19. 727b4dd usb: chipidea: don't redefine __ffs() by Felipe Balbi · 12 years ago
  20. ba8618e usb: chipidea: fix precedence bug in ci_requests_show() by Dan Carpenter · 12 years ago
  21. adf0f73 usb: chipidea: move debug files creation/removal to the core by Alexander Shishkin · 12 years ago
  22. c8e333a usb: chipidea: move role to debugfs by Alexander Shishkin · 12 years ago
  23. 2d65128 usb: chipidea: convert debug entries in sysfs to debugfs by Alexander Shishkin · 12 years ago
  24. 69b7e8d usb: chipidea: remove home-grown tracing facility by Alexander Shishkin · 12 years ago
  25. 571bb7a Revert "USB: chipidea: add vbus detect for udc" by Peter Chen · 12 years ago
  26. 1929081 usb: chipidea: core: switch over to devm_ioremap_resource by Felipe Balbi · 12 years ago
  27. bb36668 usb: chipidea: trim include list in the core by Alexander Shishkin · 12 years ago
  28. 5b08319 usb: chipidea: trim include list in udc code by Alexander Shishkin · 12 years ago
  29. 3c37bb6 usb: chipidea: drop redundant includes by Alexander Shishkin · 12 years ago
  30. cf2d950 Merge branch 'usb-linus' into usb-next by Greg Kroah-Hartman · 12 years ago
  31. 79c7d84 usb: chipidea: udc: don't assign gadget.dev.release directly by Felipe Balbi · 12 years ago
  32. 036804a usb: gadget: chipidea: remove unnecessary initializations by Felipe Balbi · 12 years ago
  33. 7bce401 usb: gadget: drop now unnecessary flag by Felipe Balbi · 12 years ago
  34. dc9e287 usb: chipidea: let udc-core manage gadget->dev by Felipe Balbi · 12 years ago
  35. 302beda usb: chipidea: usbmisc_imx6q: Staticize usbmisc_imx6q_drv_init/exit() by Fabio Estevam · 12 years ago
  36. 2b7dc3b usb: chipidea: register debugging sysfs on our device by Felipe Balbi · 12 years ago
  37. 3b5d851 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  38. 74e1a2a Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  39. eece09e locking: Various static lock initializer fixes by Thomas Gleixner · 13 years ago
  40. 7b8bc3a USB: chipidea: ci13xxx_imx: Remove sparse warning by Fabio Estevam · 12 years ago
  41. 148e113 usb: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  42. 5c6e9bf0 drivers/usb/chipidea/core.c: adjust duplicate test by Julia Lawall · 12 years ago
  43. 929473e usb: chipidea: Allow disabling streaming not only in udc mode by Fabio Estevam · 12 years ago
  44. 98c3553 USB: chipidea: fix use after free bug by Lothar Waßmann · 12 years ago
  45. fb4e98a usb: remove use of __devexit by Bill Pemberton · 12 years ago
  46. d3608b6 usb: remove use of __devinitdata by Bill Pemberton · 12 years ago
  47. 41ac7b3 usb: remove use of __devinit by Bill Pemberton · 12 years ago
  48. 7690417 usb: remove use of __devexit_p by Bill Pemberton · 12 years ago
  49. 1b36810 USB: EHCI: miscellaneous cleanups for the library conversion by Alan Stern · 12 years ago
  50. 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
  51. be44f1c usb: gadget: Remove reference to is_dualspeed from sysfs. by Michal Nazarewicz · 12 years ago
  52. cdb2fac USB: EHCI: fix build error in ChipIdea host driver by Alan Stern · 12 years ago
  53. 09f6ffd USB: EHCI: fix build error by making ChipIdea host a normal EHCI driver by Alan Stern · 12 years ago
  54. c73cee7 USB: EHCI: remove ehci_port_power() routine by Alan Stern · 12 years ago
  55. b183c19 USB: chipidea: re-order irq handling to avoid unhandled irqs by Richard Zhao · 12 years ago
  56. 388ed48 USB: chipidea: add -DDEBUG if debugging is enabled by Richard Zhao · 12 years ago
  57. 8c4fc03 USB: chipidea: add vbus detect for udc by Richard Zhao · 12 years ago
  58. 984f753 USB: chipidea: acknowledge ID change interrupt in irq handler by Richard Zhao · 12 years ago
  59. 86ad01a USB: chipidea: delay 2ms before read ID status at probe time by Richard Zhao · 12 years ago
  60. b4dbb25 USB: chipidea: imx: add pinctrl support by Richard Zhao · 12 years ago
  61. d142d6b USB: chipidea: add imx usbmisc support by Richard Zhao · 12 years ago
  62. 08d9c74 Merge branch 'chipidea-stable' into usb-next by Greg Kroah-Hartman · 12 years ago
  63. db89960 usb: chipidea: udc: don't stall endpoint if request list is empty in isr_tr_complete_low by Michael Grzeschik · 12 years ago
  64. ad6b1b9 usb: chipidea: cleanup dma_pool if udc_start() fails by Marc Kleine-Budde · 12 years ago
  65. c9d1f94 usb: chipidea: udc: fix error path in udc_start() by Marc Kleine-Budde · 12 years ago
  66. c0a48e6 usb: chipidea: udc: add pullup fuction, needed by the uvc gadget by Michael Grzeschik · 12 years ago
  67. 7f67c38 usb: chipidea: udc: fix setup of endpoint maxpacket size by Michael Grzeschik · 12 years ago
  68. 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
  69. 85b8614 usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEED by Michal Nazarewicz · 12 years ago
  70. 71a5e61 usb: chipidea: fix and improve dependencies if usb host or gadget support is built as module by Marc Kleine-Budde · 12 years ago
  71. 1530280 usb: chipidea: add imx platform driver by Richard Zhao · 12 years ago
  72. a2c3d69 usb: chipidea: permit driver bindings pass phy pointer by Richard Zhao · 12 years ago
  73. ca72ae9 usb: chipidea: select USB_EHCI_ROOT_HUB_TT in USB_CHIPIDEA_HOST of Kconfig by Richard Zhao · 12 years ago
  74. fe6e125 USB: Chipidea: add ci13xxx device id management by Richard Zhao · 12 years ago
  75. cbc6dc2 USB: Chipidea: add unified ci13xxx_{add,remove}_device for platform drivers by Richard Zhao · 12 years ago
  76. 26c696c USB: Chipidea: rename struct ci13xxx variables from udc to ci by Richard Zhao · 12 years ago
  77. 77c4400 USB: Chipidea: rename struct ci13xxx_udc_driver to struct ci13xxx_platform_data by Richard Zhao · 12 years ago
  78. 6bf8359 usb: chipidea: msm: add remove method by Felipe Balbi · 12 years ago
  79. 17d2fcc usb: chipidea: msm: add missing section annotation by Felipe Balbi · 12 years ago
  80. b2006d9 usb: chipidea: drop useless arch-check by Felipe Balbi · 12 years ago
  81. b7283d5 usb: chipidea: remove unneeded NULL check by Alexander Shishkin · 12 years ago
  82. ded017e usb: phy: fix return value check of usb_get_phy by Kishon Vijay Abraham I · 12 years ago
  83. 662dca5 usb: otg: support for multiple transceivers by a single controller by Kishon Vijay Abraham I · 12 years ago
  84. 721002e usb: otg: utils: rename function name in OTG utils by Kishon Vijay Abraham I · 12 years ago
  85. 09c94e6 usb: chipidea: remove zero check of hw_ep_max by Richard Zhao · 13 years ago
  86. a756186 USB: CI13xxx: Use usb_put_hcd() on failure to drop HCD by Marek Vasut · 13 years ago
  87. ab3999a usb: chipidea: drop unused field "device" from ci13xxx_ep by Alexander Shishkin · 13 years ago
  88. 5e0aa49 usb: chipidea: use generic map/unmap routines by Alexander Shishkin · 13 years ago
  89. bd84198 usb: chipidea: add power_budget limit for ehci to platform data by Alexander Shishkin · 13 years ago
  90. eb70e5a usb: chipidea: add host role by Alexander Shishkin · 13 years ago
  91. 758fc98 usb: chipidea: use common definition for USBMODE bits by Alexander Shishkin · 13 years ago
  92. f7daaa2 usb: chipidea: drop unused msm register definitions by Alexander Shishkin · 13 years ago
  93. cac0961 usb: chipidea: drop redundant NULL check by Alexander Shishkin · 13 years ago
  94. b932225 usb: chipidea: isr_reset_handler fix missing locking by Michael Grzeschik · 13 years ago
  95. 551a8ac usb: chipidea: brush up structure definitions by Alexander Shishkin · 13 years ago
  96. f8c1376 usb: chipidea: remove unused field "regs" from ci13xxx by Alexander Shishkin · 13 years ago
  97. 5f36e23 usb: chipidea: add support for roles by Alexander Shishkin · 13 years ago
  98. e443b33 usb: chipidea: split the driver code into units by Alexander Shishkin · 13 years ago
  99. bc25a80 usb: move ci13xxx and related code to drivers/usb/chipidea by Alexander Shishkin · 13 years ago