1. 3e02168 drivers: usb: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  2. df446f5 usb: udc: add udc.h include file by Troy Kisky · 11 years ago
  3. f157394 usb: gadget: mv_udc: split mv_udc.h file by Troy Kisky · 11 years ago
  4. 06bb97a usb: gadget: mv_udc: optimize ep_enable by Troy Kisky · 11 years ago
  5. 1567b88 usb: gadget: mv_udc: optimize bounce by Troy Kisky · 11 years ago
  6. 256a317 usb: gadget: mv_udc: fix full speed connections by Troy Kisky · 11 years ago
  7. ea50bb6 usb: gadget: mv_udc: don't check CONFIG_USB_MAX_CONTROLLER_COUNT by Troy Kisky · 11 years ago
  8. 8f9c49d usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · 11 years ago
  9. 1c1af4f usb:g_dnl: Support for TIZEN's THOR function in generic download code by Lukasz Majewski · 11 years ago
  10. 61e5493 usb:g_dnl:f_thor: USB download function to support TIZEN's THOR protocol by Lukasz Majewski · 11 years ago
  11. 44b5b38 usb:g_dnl: Add name parameter to g_dnl_bind_fixup function by Lukasz Majewski · 11 years ago
  12. 8143f22 usb:g_dnl: Replace static usb_configuration structure with dynamically allocated one by Lukasz Majewski · 11 years ago
  13. bf100a9 usb:udc:s3c: Reduce dcache invalidate range for UDC receive buffer by Lukasz Majewski · 11 years ago
  14. 3549407 usb: gadget: mv_udc: clear desc upon ep_disable by Troy Kisky · 11 years ago
  15. 0dee8ce usb: gadget: mv_udc: zero transfer descriptor memory on probe by Troy Kisky · 11 years ago
  16. 573d131 usb: gadget: mv_udc: flush item before head by Troy Kisky · 11 years ago
  17. 4b4df47 usb: gadget: mv_udc: set is_dualspeed = 1 by Troy Kisky · 11 years ago
  18. 3703c45 usb: gadget: mv_udc: fix typo in error message by Troy Kisky · 11 years ago
  19. 1d01de1 usb: gadget: ether: return error from rx_submit if no request by Troy Kisky · 11 years ago
  20. dbadc54 usb: gadget: ether set wMaxPacketSize by Troy Kisky · 11 years ago
  21. de71152 Coding Style cleanup: drop some excessive empty lines by Wolfgang Denk · 11 years ago
  22. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  23. 6c7733e USB: gadget: atmel: disconnect before unbind by Bo Shen · 11 years ago
  24. c421946 usb:g_dnl:dfu: Download gadget and DFU function code clean up by Lukasz Majewski · 11 years ago
  25. 7221cc2 usb:gadget:Remove redundant #includes for USB composite gadget and its functions by Lukasz Majewski · 11 years ago
  26. 0c63523 usb:g_dnl:ums: Conditional compilation for mass storage function (f_mass_storage) by Lukasz Majewski · 11 years ago
  27. 70a67fd USB: gadget: add atmel usba udc driver by Bo Shen · 11 years ago
  28. 719f1a7 usb: gadget: config: fix unaligned access issues by Troy Kisky · 11 years ago
  29. 00b7839 usb: gadget: Fix data aborts during USB ethernet boot by Joel Fernandes · 11 years ago
  30. dbbaef7 usb:dfu:g_dnl: Refactoring the string definition code for g_dnl driver by Lukasz Majewski · 11 years ago
  31. 0d9752e usb:dfu:g_dnl: Change number of exported configurations at composite gadget by Lukasz Majewski · 11 years ago
  32. c57eadc SPDX-License-Identifier: convert BSD-3-Clause files by Wolfgang Denk · 11 years ago
  33. 2968aa2 dfu: Implementation of target reset after communication with dfu-util's -R switch by Lukasz Majewski · 11 years ago
  34. e0fc582 usb: mv_udc: Add bounce buffer by Marek Vasut · 11 years ago
  35. 5846534 usb: mv_udc: Add proper cache management by Marek Vasut · 11 years ago
  36. a6f6b08 usb: mv_udc: Implement better qTD item accessor by Marek Vasut · 11 years ago
  37. b62fa7d usb: mv_udc: Improve allocation of qTD items by Marek Vasut · 11 years ago
  38. 9212f89 usb: mv_udc: Implement better QH accessor by Marek Vasut · 11 years ago
  39. 9d64ac9 usb: mv_udc: Add cacheline length check by Marek Vasut · 11 years ago
  40. 456707d usb: mv_udc: Properly align the endpoint QH and qTD list by Marek Vasut · 11 years ago
  41. 393004e usb: mv_udc: Move QH and qTD into mv_drv by Marek Vasut · 11 years ago
  42. be0b0e7 usb: mv_udc: Init mv_drv.gadget.ops statically by Marek Vasut · 11 years ago
  43. 806d76c usb: mv_udc: Remove QH_MAXNUM macro by Marek Vasut · 11 years ago
  44. fe67fe7 usb: mv_udc: Clean up the initial variable check by Marek Vasut · 11 years ago
  45. 1f4b491 usb: mv_udc: Make use of struct ehci_ctrl by Marek Vasut · 11 years ago
  46. e126341 usb: mv_udc: Clean up the EP initialization by Marek Vasut · 11 years ago
  47. 9837732 usb: mv_udc: Move endpoint array into driver data by Marek Vasut · 11 years ago
  48. 1edb999 usb: mv_udc: Unbreak the mv_udc driver by Marek Vasut · 11 years ago
  49. e9ea230 Add LGPL-2.1+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  50. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  51. 1dcea07 usb: pxa27x_udc: fix compiler warnings by Mike Dunn · 11 years ago
  52. 7daece8 dfu: Update DFU's authorship history by Łukasz Majewski · 11 years ago
  53. a1fe567 dfu:function: Fix number of allocated DFU function pointers by Lukasz Majewski · 11 years ago
  54. 07a12ea usb, g_dnl: make possibility to fixup the device_desc board specific by Heiko Schocher · 11 years ago
  55. 5890e83 usb, dfu gadget: switch to dfu mode in dfu_bind by Heiko Schocher · 11 years ago
  56. 7db5de6 usb:composite: use memcpy to avoid unaligned access by Piotr Wilczek · 12 years ago
  57. 2963d80 drivers:usb: use get|put_unaligned_le16 by Piotr Wilczek · 11 years ago
  58. 9e37005 usb, composite: after unregister gadget driver set composite to NULL by Heiko Schocher · 11 years ago
  59. 78ba07d usb: gadget: add Faraday FOTG210 USB gadget support by Kuo-Jung Su · 12 years ago
  60. 1d62db8 usb: gadget: Use unaligned access for wMaxPacketSize by Vivek Gautam · 12 years ago
  61. 10e83c9 pxa27x_udc: remove call to unimplemented set_GPIO_mode() by Mike Dunn · 12 years ago
  62. 44a6ac9 usb:gadget: USB Mass Storage Gadget support by Lukasz Majewski · 12 years ago
  63. 91637d7 usb:composite: USB Mass Storage - f_mass_storage.c from Linux kernel by Piotr Wilczek · 12 years ago
  64. 8647cb5 usb:composite: USB Mass Storage - storage_common.c from Linux kernel by Lukasz Majewski · 12 years ago
  65. 92d7fb8 usb:composite:fix Provide function data when addressing device with only one interface by Lukasz Majewski · 12 years ago
  66. c18ea6d usb: Fix bug when both DFU & ETHER are defined by Pantelis Antoniou · 12 years ago
  67. 4d9580a dfu: Properly zero out timeout value by Pantelis Antoniou · 12 years ago
  68. 1cdb49f g_dnl: Properly terminate string list. by Pantelis Antoniou · 12 years ago
  69. c29d2be g_dnl: Issue connect/disconnect as appropriate by Pantelis Antoniou · 12 years ago
  70. 12afe95 pxa25x_udc: Remove usbdescriptors.h by Lukasz Dalek · 12 years ago
  71. 0977313 Remove obsolete header file by Pantelis Antoniou · 12 years ago
  72. 06bb920 musb-new: port of Linux musb driver by Ilya Yanok · 12 years ago
  73. e2d1476 linux/usb/ch9.h: update with the version from Linux tree by Ilya Yanok · 12 years ago
  74. add21ca usb gadget ether: Fix warning in is_eth_addr_valid() by Tom Rini · 12 years ago
  75. 620491f Remove lh7a40x cpu and serial driver by Albert ARIBAUD · 12 years ago
  76. a3d757d pxa25x: Add support for USB ethernet gadget by Lukasz Dalek · 12 years ago
  77. 284c4cf usbether: Removed DEV_CONFIG_{CDC,SUBSET} by Lukasz Dalek · 12 years ago
  78. fa21533 usbether: Define CONFIG_USB_ETH_{CDC,SUBSET} by Lukasz Dalek · 12 years ago
  79. 6ca42dd usbether: Fixed bug when using with PXA25X chips by Lukasz Dalek · 12 years ago
  80. b7a15bf dfu:usb: DFU USB function (f_dfu) support for g_dnl composite gadget by Lukasz Majewski · 12 years ago
  81. c574de5 dfu:usb: Support for g_dnl composite download gadget. by Lukasz Majewski · 12 years ago
  82. e4e0488 net: Fix remaining API interface breakage by Joe Hershberger · 13 years ago
  83. 8fb78fd usb:udc:samsung Add functions for storing private gadget data in UDC driver by Lukasz Majewski · 13 years ago
  84. 1dc6a67 usb:gadget:composite USB composite gadget support by Lukasz Majewski · 13 years ago
  85. 0dfeb00 usb:udc:samsung:cleanup Replace DEBUG_* macros with debug_cond() calls by Lukasz Majewski · 13 years ago
  86. 373cc99 usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h file by Lukasz Majewski · 13 years ago
  87. 1f19e3f lin_gadget: use common linux/compat.h by Mike Frysinger · 13 years ago
  88. bdb1770 Enable high speed support for USB device framework and usbtty by Vipin KUMAR · 13 years ago
  89. 22c8a87 usb:udc:samsung:fix Remove the req_config flag by Łukasz Majewski · 13 years ago
  90. 466e3ac USB:gadget:designware Fix memory nonalignment issue by Shiraz Hashim · 13 years ago
  91. c1b4f8e USB:gadget:designware Make locally used functions static by Amit Virdi · 13 years ago
  92. f710a11 USB:gadget:designware Support high speed by Vipin KUMAR · 13 years ago
  93. b8af2078 USB:gadget:designware Device controller bugfixes by Vipin KUMAR · 13 years ago
  94. 33cf5bd USB:gadget:designware USB device controller (UDC) implementation by Vipin KUMAR · 13 years ago
  95. e63ce4f usb: s3c_udc_otg: fix GCC 4.6 build warnings by Anatolij Gustschin · 13 years ago
  96. 39d8f04 drivers/usb/gadget/pxa27x_udc.c: Coding Style cleanup by Wolfgang Denk · 13 years ago
  97. 7342452 USB: Use (get|put)_unaligned for accessing wMaxPacketSize by Tom Rini · 13 years ago
  98. ac3c831 usb:gadget:s5p USB Device Controller (UDC) implementation by Lukasz Majewski · 13 years ago
  99. 39cc4ac pxa: convert pxa27x_udc to use read and write functions by Stefan Herbrechtsmeier · 13 years ago
  100. a91ee2a USB: gadaget: add Marvell controller support by Lei Wen · 13 years ago