1. 175f712 usb: gadget: provide interface for legacy gadgets to get UDC name by Marek Szyprowski · 8 years ago
  2. a9458a3 usb: gadget: pxa25x_udc: document endianess better by Arnd Bergmann · 8 years ago
  3. d0fc35bc usb: fsl: drop USB_FSL_MPH_DR_OF Kconfig symbol by Arnd Bergmann · 8 years ago
  4. 65bc0fb usb: gadget: pxa25x_udc: use readl/writel for mmio by Arnd Bergmann · 8 years ago
  5. a77af20 usb: gadget: pxa25x_udc cleanup by Arnd Bergmann · 8 years ago
  6. c5418a0 usb: gadget: pxa25x_udc: move register definitions from arch by Arnd Bergmann · 8 years ago
  7. 71e41bb Merge 4.5-rc6 into usb-next by Greg Kroah-Hartman · 8 years ago
  8. ca1c118 usb: gadget: net2280: fix endpoint max packet for super speed connections by Simon Appleby · 8 years ago
  9. 31b994a usb: gadget: remove driver from pending list on probe error by Marek Szyprowski · 8 years ago
  10. 96c7de4 usb: gadget: fsl_qe_udc: fix IS_ERR_VALUE usage by Andrzej Hajda · 8 years ago
  11. c470ba3 usb: add HAS_IOMEM dependency to USB_PXA27X by Vegard Nossum · 8 years ago
  12. 1b4ea40 usb: add HAS_IOMEM dependency to USB_PXA25X by Vegard Nossum · 8 years ago
  13. be6708e usb: Add HAS_IOMEM dependency to USB_M66592 by Vegard Nossum · 8 years ago
  14. 7562b75 usb: add HAS_IOMEM dependency to USB_NET2272 by Vegard Nossum · 8 years ago
  15. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  16. f689b74 Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  17. 87cf558 Merge tag 'usb-for-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 9 years ago
  18. 746bfe6 usb: gadget: renesas_usb3: add support for Renesas USB3.0 peripheral controller by Yoshihiro Shimoda · 9 years ago
  19. 7aa1aa6 QE: Move QE from arch/powerpc to drivers/soc by Zhao Qiang · 9 years ago
  20. ea4a8cb usb: gadget: bcm63xx_udc: use list_for_each_entry_safe by Geliang Tang · 9 years ago
  21. ca07099 usb: gadget: s3c-hsudc: remove redundant condition by Geyslan G. Bem · 9 years ago
  22. 855ed04 usb: gadget: udc-core: independent registration of gadgets and gadget drivers by Ruslan Bilovol · 9 years ago
  23. 88f73eb usb: gadget: udc-core: remove unused usb_udc_attach_driver() by Ruslan Bilovol · 9 years ago
  24. 2284b29 usb: gadget: bind UDC by name passed via usb_gadget_driver structure by Ruslan Bilovol · 9 years ago
  25. 2de59c0 usb: gadget: lpc32xxx_udc: clean up and sort include directives out by Vladimir Zapolskiy · 9 years ago
  26. 252ca49 Merge 4.4-rc5 into usb-next as we want those fixes here for testing by Greg Kroah-Hartman · 9 years ago
  27. 84c1eeb usb : replace dma_pool_alloc and memset with dma_pool_zalloc by Saurabh Sengar · 9 years ago
  28. 391e6dc usb: gadget: pxa27x: fix suspend callback by Felipe Balbi · 9 years ago
  29. d134c48 usb: gadget: atmel_usba_udc: Expose correct device speed by Douglas Gilbert · 9 years ago
  30. a4d8e93 Merge tag 'usb-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 9 years ago
  31. 81e9d14 usb: gadget: net2280: restore ep_cfg after defect7374 workaround by Mian Yousaf Kaukab · 9 years ago
  32. ebd2938 usb: gadget: fix a trivial typo by Geliang Tang · 9 years ago
  33. 9af9195 usb: gadget: at91_udc: mention proper dependency by Sudip Mukherjee · 9 years ago
  34. 1b701508 usb: gadget: amd5536udc: NULL comparison by Sudip Mukherjee · 9 years ago
  35. 5d31a17 usb: gadget: amd5536udc: remove forward declaration of udc_basic_init by Sudip Mukherjee · 9 years ago
  36. 0e77341 usb: gadget: amd5536udc: remove forward declaration of udc_pci_* by Sudip Mukherjee · 9 years ago
  37. 3719b9b usb: gadget: amd5536udc: remove forward declaration of udc_free_dma_chain by Sudip Mukherjee · 9 years ago
  38. c9760ad usb: gadget: amd5536udc: remove forward declaration of udc_create_dma_chain by Sudip Mukherjee · 9 years ago
  39. 79a5b4a usb: gadget: amd5536udc: remove forward declaration of udc_remote_wakeup by Sudip Mukherjee · 9 years ago
  40. 4f06b6b usb: gadget: amd5536udc: remove forward declaration of udc_probe by Sudip Mukherjee · 9 years ago
  41. 76c3727 usb: gadget: amd5536udc: remove unnecessary conditions by Sudip Mukherjee · 9 years ago
  42. f349dd3 usb: gadget: amd5536udc: use free_dma_pools by Sudip Mukherjee · 9 years ago
  43. 2e1b7d0 usb: gadget: amd5536udc: use WARN_ON by Sudip Mukherjee · 9 years ago
  44. 580693b usb: gadget: amd5536udc: fix error path by Sudip Mukherjee · 9 years ago
  45. 14a37ec usb: gadget: amd5536udc: rewrite init_dma_pools by Sudip Mukherjee · 9 years ago
  46. 7022cfd usb: gadget: bdc: fix memory leak by Sudip Mukherjee · 9 years ago
  47. 9903b6be usb: gadget: pch-udc: fix lock by Felipe Balbi · 9 years ago
  48. 04c4d8d usb: gadget: dummy_hcd: replace timeval with timespec64 by WEN Pingbo · 9 years ago
  49. 428163d usb: gadget: at91_udc: move at91_udc_data in at91_udc.h by Alexandre Belloni · 9 years ago
  50. 51b91b7 usb: gadget: drop null test before destroy functions by Julia Lawall · 9 years ago
  51. 9a9ce1d usb: gadget: dummy_hcd: in transfer(), return data sent, not limit by Igor Kotrasinski · 9 years ago
  52. e42bd6a usb: gadget: dummy_hcd: fix rescan logic for transfer by Igor Kotrasinski · 9 years ago
  53. 5dda5be usb: gadget: dummy_hcd: fix unneeded else-if condition by Igor Kotrasinski · 9 years ago
  54. 21c3ee9 usb: gadget: dummy_hcd: emulate sending zlp in packet logic by Igor Kotrasinski · 9 years ago
  55. cf261fd usb: gadget: atmel_usba_udc: add ep capabilities support on device tree binding by Sylvain Rochet · 9 years ago
  56. 6527cc2 usb: gadget: amd5536udc: fix error handling in udc_pci_probe() by Alexey Khoroshilov · 9 years ago
  57. 089b669 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  58. e3ec4fd usb: gadget: atmel: remove useless include by Alexandre Belloni · 9 years ago
  59. a3fbedf Merge tag 'usb-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 9 years ago
  60. e1c0506 treewide: fix typos in comment blocks by Masahiro Yamada · 9 years ago
  61. adab433 usb: gadget: remove gadget_chips.h by Robert Baldyga · 9 years ago
  62. 8cc67b7 usb: gadget: goku_udc: add goku_match_ep() function by Robert Baldyga · 9 years ago
  63. 3e8b231 usb: gadget: net2280: add net2280_match_ep() function by Robert Baldyga · 9 years ago
  64. b0aea00 usb: gadget: move find_ep() from epautoconf to udc-core by Robert Baldyga · 9 years ago
  65. 4278c68 usb: gadget: move ep_matches() from epautoconf to udc-core by Robert Baldyga · 9 years ago
  66. b58713d usb: gadget: epautoconf: remove pxa quirk from ep_matches() by Robert Baldyga · 9 years ago
  67. 47bef38 usb: gadget: atmel_usba_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  68. 927d9f7 usb: gadget: udc-xilinx: add ep capabilities support by Robert Baldyga · 9 years ago
  69. 0648772 usb: gadget: s3c2410_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  70. bc1b9f3 usb: gadget: s3c-hsudc: add ep capabilities support by Robert Baldyga · 9 years ago
  71. 0ec8026 usb: gadget: r8a66597-udc: add ep capabilities support by Robert Baldyga · 9 years ago
  72. a180e3d usb: gadget: pxa27x_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  73. 36411b6 usb: gadget: pxa25x_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  74. 85a4ed0 usb: gadget: pch_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  75. 7d4ba80 usb: gadget: omap_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  76. c23c3c3 usb: gadget: net2280: add ep capabilities support by Robert Baldyga · 9 years ago
  77. f95aec5 usb: gadget: net2272: add ep capabilities support by Robert Baldyga · 9 years ago
  78. 43710a8 usb: gadget: mv_udc_core: add ep capabilities support by Robert Baldyga · 9 years ago
  79. c12a306 usb: gadget: mv_u3d_core: add ep capabilities support by Robert Baldyga · 9 years ago
  80. 8ddbf94 usb: gadget: m66592-udc: add ep capabilities support by Robert Baldyga · 9 years ago
  81. 4d75c8b usb: gadget: lpc32xx_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  82. 8922699 usb: gadget: gr_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  83. b0bf5fb usb: gadget: goku_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  84. 455d11c usb: gadget: fusb300_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  85. 60a28c63 usb: gadget: fsl_udc_core: add ep capabilities support by Robert Baldyga · 9 years ago
  86. e8fc42f usb: gadget: fsl_qe_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  87. 8d29237 usb: gadget: fotg210-udc: add ep capabilities support by Robert Baldyga · 9 years ago
  88. 7a3b8e7 usb: gadget: dummy-hcd: add ep capabilities support by Robert Baldyga · 9 years ago
  89. b079dd6 usb: gadget: bdc: add ep capabilities support by Robert Baldyga · 9 years ago
  90. 1b0ba52 usb: gadget: bcm63xx_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  91. b9ed96d7 usb: gadget: at91_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  92. 6f02ac5 usb: gadget: amd5536udc: add ep capabilities support by Robert Baldyga · 9 years ago
  93. c93e64e usb: udc: core: add device_del() call to error pathway by Alan Stern · 9 years ago
  94. d3cb25a usb: gadget: udc: fix spin_lock in pch_udc by Pengyu Ma · 9 years ago
  95. 7674cba usb: gadget: atmel_usba_udc: add missing ret value check by Robert Baldyga · 9 years ago
  96. 5feb5d2 usb: gadget: m66592-udc: forever loop in set_feature() by Dan Carpenter · 9 years ago
  97. 1c99cab usb: gadget: fotg210-udc: remove duplicate conditions by Dan Carpenter · 9 years ago
  98. 02ded1b usb: gadget: add 'quirk_stall_not_supp' to usb_gadget by Robert Baldyga · 9 years ago
  99. ffd9a0f usb: gadget: add 'quirk_altset_not_supp' to usb_gadget by Robert Baldyga · 9 years ago
  100. 88167fc usb: pass flags parameter to gpiod_get functions by Uwe Kleine-König · 9 years ago