1. 126ca94 usb: Remove unused variable in usb_setup_descriptor() by Hans de Goede · 9 years ago
  2. 08f3bb0 usb: add device connection/disconnection detection by Vincent Palatin · 9 years ago
  3. 651d95c usb: usb_control_msg() propagate controller error code by Hans de Goede · 9 years ago
  4. 2b338ef usb: Fix maxpacketsize for first descriptor read for low-speed usb devs by Hans de Goede · 9 years ago
  5. 95fbfe4 dm: usb: Convert core usb.c file to support driver model by Simon Glass · 10 years ago
  6. 0ed2790 dm: usb: Complete the splitting up of usb_new_device() by Simon Glass · 10 years ago
  7. 91398f9 dm: usb: Split out more code from usb_new_device() by Simon Glass · 10 years ago
  8. 128fcac dm: usb: Move descriptor setup code into its own function by Simon Glass · 10 years ago
  9. 862e75c dm: usb: Refactor port resets by Simon Glass · 10 years ago
  10. 53d8aa0 dm: usb: Drop the legacy USB init sequence by Simon Glass · 10 years ago
  11. 79b5888 dm: usb: Adjust usb_alloc_new_device() to return an error by Simon Glass · 10 years ago
  12. db378d7 common: cmd_dfu: invoke board_usb_cleanup() for cleaning up by Kishon Vijay Abraham I · 10 years ago
  13. 25c0673 usb: fix first descriptor fetch error handling by Stephen Warren · 9 years ago
  14. 04ee6ee usb: Early failure when the first descriptor read fails or is invalid by Paul Kocialkowski · 9 years ago
  15. 8879be8 usb: Check usb_new_device for failure by Paul Kocialkowski · 9 years ago
  16. 5a80b34 usb: usb_new_device return codes consistency by Paul Kocialkowski · 9 years ago
  17. 90cdc10 musb-new: Fix reset sequence when in host mode by Hans de Goede · 10 years ago
  18. d906bbc usb: Do not log an error when no devices is plugged into a root-hub-less hcd by Hans de Goede · 10 years ago
  19. afc366f Replace <compiler.h> with <linux/compiler.h> by Masahiro Yamada · 10 years ago
  20. f7b9baf usb: Remove unnecessary portnr lookup from usb_new_device by Hans de Goede · 10 years ago
  21. 97b9eb9 usb: Handle -ENODEV from usb_lowlevel_init() by Marek Vasut · 10 years ago
  22. 06d513e usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · 11 years ago
  23. bba6791 usb: rename board_usb_init_type to usb_init_type by Troy Kisky · 11 years ago
  24. 16297cf usb: new board-specific USB init interface by Mateusz Zalega · 11 years ago
  25. 5853e13 USB: xHCI: Add stack support for xHCI by Vivek Gautam · 11 years ago
  26. eaf3e61 usb: Use well-known descriptor sizes when parsing configuration by Julius Werner · 11 years ago
  27. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  28. 6497c66 USB: SS: Add support for Super Speed USB interface by Vivek Gautam · 11 years ago
  29. 99c3491 usb: Update device class in usb device's descriptor by Vivek Gautam · 11 years ago
  30. 605bd75 USB: Some cleanup prior to USB 3.0 interface addition by Vivek Gautam · 11 years ago
  31. ceb4972 usb: common: Weed out USB_**_PRINTFs from usb framework by Vivek Gautam · 11 years ago
  32. 359439d usb: Clean up newly allocated device nodes in case of configuration failure by Milind Choudhary · 12 years ago
  33. c60795f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · 12 years ago
  34. 8b8d779 usb: fallback safely when a configuration descriptor is too large by Vincent Palatin · 12 years ago
  35. 93c2582 usb: add support for multiple usb controllers by Lucas Stach · 12 years ago
  36. c7e3b2b usb: lowlevel interface change to support multiple controllers by Lucas Stach · 12 years ago
  37. fd06028 usb: check return value of submit_{control, bulk}_msg by Ilya Yanok · 12 years ago
  38. 80ab414 usb: pass cache-aligned buffer to usb_get_descriptor() by Ilya Yanok · 12 years ago
  39. f576613 USB: Align buffers at cacheline by Puneet Saxena · 12 years ago
  40. 66cf641 usb: use noinline define by Mike Frysinger · 12 years ago
  41. 5b84dd6 usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  42. e159e48 USB: Make struct devrequest setup_packet local by Marek Vasut · 13 years ago
  43. 23faf2b USB: Separate out USB hub driver by Marek Vasut · 13 years ago
  44. c08b1b2 USB: Staticize internal functions by Marek Vasut · 13 years ago
  45. b2fb47f USB: Use (get|put)_unaligned for accessing wMaxPacketSize by Tom Rini · 13 years ago
  46. 5e8baf8 GCC4.6: Fix common/usb.c on xscale by Marek Vasut · 13 years ago
  47. 88ec8c1 GCC4.6: Squash warnings in common/usb.c by Marek Vasut · 13 years ago
  48. fad2e1b common/usb.c: fix warning: variable ... set but not used by Wolfgang Denk · 13 years ago
  49. f092f15 Revert "GCC4.6: Convert various empty macros to inline functions" by Wolfgang Denk · 13 years ago
  50. 60ce53c GCC4.6: Convert various empty macros to inline functions by Marek Vasut · 13 years ago
  51. 2a94dda USB: Move USB_PRINTF() out of ifdef in usb_scan_devices() by Marek Vasut · 13 years ago
  52. 01a97d4 USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers by Marek Vasut · 13 years ago
  53. 89d4836 Add USB host ethernet adapter support by Simon Glass · 14 years ago
  54. ce297a8 USB: Change the necessary defines to get debug output by Alexander Holler · 14 years ago
  55. cb44091 USB: Fix device stati for removable and powerctrl (typo) by Alexander Holler · 14 years ago
  56. 84d36b3 USB: usb_control_msg wait for driver ISR to set status. by Remy Bohmer · 15 years ago
  57. 8f8bd56 USB Consolidate descriptor definitions by Tom Rix · 15 years ago
  58. 1a448db usb_scan_devices: fix output with no devices by Bryan Wu · 16 years ago
  59. f1c1f54 USB: Add high-speed (480Mb/s) to all USB related outputs by Stefan Roese · 16 years ago
  60. 366523c USB change speed by Michael Trimarchi · 16 years ago
  61. 3e12648 Prepare USB layer for ehci by Michael Trimarchi · 16 years ago
  62. de39f8c USB style patch, 80 chars strict by Michael Trimarchi · 16 years ago
  63. 4886720 fix USB initialisation procedure by Remy Bohmer · 16 years ago
  64. c9e8436 USB layer of U-Boot causes USB protocol errors while using USB memory sticks by Remy Bohmer · 16 years ago
  65. 6f5794a Refactoring parts of the common USB OHCI code by Remy Bohmer · 16 years ago
  66. be19d32 Fix for USB sticks not working on ARM while using GCC 4.x compilers by Remy Bohmer · 16 years ago
  67. eba1f2f Make usb-stop() safe to call multiple times in a row. by Remy Bohmer · 16 years ago
  68. d6e9ee9 common: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  69. d0ff51b Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · 16 years ago
  70. c918261 USB: replace old swap_ with proper endianess conversion macros by Christian Eggers · 16 years ago
  71. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  72. 727f633 common/usb.c: fix incorrect escape sequence by Hebbar · 16 years ago
  73. 3048bcb ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms by Stefan Roese · 17 years ago
  74. c3517f9 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  75. b453960 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  76. e51aae3 Prevent USB commands from working when USB is stopped. by Bartlomiej Sieka · 18 years ago
  77. 7455af4 Add rudimentary handling of alternate settings of USB interfaces - to fix by Bartlomiej Sieka · 18 years ago
  78. 460c322 (re)enabled scsi commands do_scsi() and do_scsiboot() by Wolfgang Denk · 19 years ago
  79. 095b8a3 Coding style cleanup by Wolfgang Denk · 19 years ago
  80. 9c998aa Fix low-level OHCI transfers for ARM920t and MPC5xxx by Wolfgang Denk · 19 years ago
  81. e86e5a0 Code cleanup for GCC-3.3.x compilers by wdenk · 20 years ago
  82. cd0a9de * Patch by Laurent Mohin, 10 Feb 2004: Fix buffer overflow in common/usb.c by wdenk · 21 years ago
  83. 5f535fe * Patches by Anders Larsen, 17 Sep 2003: by wdenk · 21 years ago
  84. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  85. affae2b Initial revision by wdenk · 22 years ago