1. 9fa8bb7 usb: Remove unused variable in usb_setup_descriptor() by Hans de Goede · 10 years ago
  2. 0489ee3 usb: add device connection/disconnection detection by Vincent Palatin · 10 years ago
  3. e82cd9f usb: usb_control_msg() propagate controller error code by Hans de Goede · 10 years ago
  4. 09a9ae8 usb: Fix maxpacketsize for first descriptor read for low-speed usb devs by Hans de Goede · 10 years ago
  5. 2674e26 dm: usb: Convert core usb.c file to support driver model by Simon Glass · 10 years ago
  6. 668c53f dm: usb: Complete the splitting up of usb_new_device() by Simon Glass · 10 years ago
  7. aad719f dm: usb: Split out more code from usb_new_device() by Simon Glass · 10 years ago
  8. bbca491 dm: usb: Move descriptor setup code into its own function by Simon Glass · 10 years ago
  9. c093d6d dm: usb: Refactor port resets by Simon Glass · 10 years ago
  10. f4cdfeb dm: usb: Drop the legacy USB init sequence by Simon Glass · 10 years ago
  11. d146113 dm: usb: Adjust usb_alloc_new_device() to return an error by Simon Glass · 10 years ago
  12. ae07a84 common: cmd_dfu: invoke board_usb_cleanup() for cleaning up by Kishon Vijay Abraham I · 10 years ago
  13. 793b6aa usb: fix first descriptor fetch error handling by Stephen Warren · 10 years ago
  14. 1b41200 usb: Early failure when the first descriptor read fails or is invalid by Paul Kocialkowski · 10 years ago
  15. 8f8114d usb: Check usb_new_device for failure by Paul Kocialkowski · 10 years ago
  16. 8c26176 usb: usb_new_device return codes consistency by Paul Kocialkowski · 10 years ago
  17. 498ab95 musb-new: Fix reset sequence when in host mode by Hans de Goede · 10 years ago
  18. c601ed7 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. e722852 Replace <compiler.h> with <linux/compiler.h> by Masahiro Yamada · 10 years ago
  20. 1ac890d usb: Remove unnecessary portnr lookup from usb_new_device by Hans de Goede · 10 years ago
  21. 149471b usb: Handle -ENODEV from usb_lowlevel_init() by Marek Vasut · 10 years ago
  22. 8f9c49d usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · 11 years ago
  23. de8ae7b usb: rename board_usb_init_type to usb_init_type by Troy Kisky · 11 years ago
  24. d862f89 usb: new board-specific USB init interface by Mateusz Zalega · 11 years ago
  25. 4912dcc USB: xHCI: Add stack support for xHCI by Vivek Gautam · 11 years ago
  26. fc4ec49 usb: Use well-known descriptor sizes when parsing configuration by Julius Werner · 11 years ago
  27. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  28. df3f221 USB: SS: Add support for Super Speed USB interface by Vivek Gautam · 12 years ago
  29. de70166 usb: Update device class in usb device's descriptor by Vivek Gautam · 12 years ago
  30. 23cbd29 USB: Some cleanup prior to USB 3.0 interface addition by Vivek Gautam · 12 years ago
  31. f94c95d usb: common: Weed out USB_**_PRINTFs from usb framework by Vivek Gautam · 12 years ago
  32. ebb2478 usb: Clean up newly allocated device nodes in case of configuration failure by Milind Choudhary · 12 years ago
  33. a1cf10f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · 12 years ago
  34. 6a23866 usb: fallback safely when a configuration descriptor is too large by Vincent Palatin · 12 years ago
  35. e6d3345 usb: add support for multiple usb controllers by Lucas Stach · 12 years ago
  36. a323128 usb: lowlevel interface change to support multiple controllers by Lucas Stach · 12 years ago
  37. b7161dd usb: check return value of submit_{control, bulk}_msg by Ilya Yanok · 12 years ago
  38. da87587 usb: pass cache-aligned buffer to usb_get_descriptor() by Ilya Yanok · 12 years ago
  39. 6c9bb60 USB: Align buffers at cacheline by Puneet Saxena · 13 years ago
  40. 6d31114 usb: use noinline define by Mike Frysinger · 13 years ago
  41. 60ce19a usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  42. f16090f USB: Make struct devrequest setup_packet local by Marek Vasut · 13 years ago
  43. 6da5af3 USB: Separate out USB hub driver by Marek Vasut · 13 years ago
  44. 3a16a6a USB: Staticize internal functions by Marek Vasut · 13 years ago
  45. 7342452 USB: Use (get|put)_unaligned for accessing wMaxPacketSize by Tom Rini · 13 years ago
  46. d38ad25 GCC4.6: Fix common/usb.c on xscale by Marek Vasut · 13 years ago
  47. 475146b GCC4.6: Squash warnings in common/usb.c by Marek Vasut · 13 years ago
  48. 2410348 common/usb.c: fix warning: variable ... set but not used by Wolfgang Denk · 13 years ago
  49. 9dc6396 Revert "GCC4.6: Convert various empty macros to inline functions" by Wolfgang Denk · 13 years ago
  50. 0480a3b GCC4.6: Convert various empty macros to inline functions by Marek Vasut · 13 years ago
  51. f62c1c4 USB: Move USB_PRINTF() out of ifdef in usb_scan_devices() by Marek Vasut · 13 years ago
  52. a34da46 USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers by Marek Vasut · 13 years ago
  53. 1e9961d Add USB host ethernet adapter support by Simon Glass · 14 years ago
  54. 5b40e1d USB: Change the necessary defines to get debug output by Alexander Holler · 14 years ago
  55. f432006 USB: Fix device stati for removable and powerctrl (typo) by Alexander Holler · 14 years ago
  56. 93cf093 USB: usb_control_msg wait for driver ISR to set status. by Remy Bohmer · 15 years ago
  57. 83b9e1d USB Consolidate descriptor definitions by Tom Rix · 15 years ago
  58. e21f0ec usb_scan_devices: fix output with no devices by Bryan Wu · 16 years ago
  59. 6a6d9d1 USB: Add high-speed (480Mb/s) to all USB related outputs by Stefan Roese · 16 years ago
  60. 6c7444f USB change speed by Michael Trimarchi · 16 years ago
  61. 3d18996 Prepare USB layer for ehci by Michael Trimarchi · 16 years ago
  62. 5f2e7fc USB style patch, 80 chars strict by Michael Trimarchi · 16 years ago
  63. 47e7208 fix USB initialisation procedure by Remy Bohmer · 16 years ago
  64. aca9b6e USB layer of U-Boot causes USB protocol errors while using USB memory sticks by Remy Bohmer · 16 years ago
  65. 172a113 Refactoring parts of the common USB OHCI code by Remy Bohmer · 16 years ago
  66. cb2df64 Fix for USB sticks not working on ARM while using GCC 4.x compilers by Remy Bohmer · 16 years ago
  67. 743dd49 Make usb-stop() safe to call multiple times in a row. by Remy Bohmer · 16 years ago
  68. 58cd54a common: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  69. dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · 16 years ago
  70. 4e0e8d0 USB: replace old swap_ with proper endianess conversion macros by Christian Eggers · 17 years ago
  71. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  72. cc51012 common/usb.c: fix incorrect escape sequence by Hebbar · 17 years ago
  73. ca8725f ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms by Stefan Roese · 17 years ago
  74. 052fc84 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  75. e4ea796 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  76. e39589f Prevent USB commands from working when USB is stopped. by Bartlomiej Sieka · 18 years ago
  77. 978333a Add rudimentary handling of alternate settings of USB interfaces - to fix by Bartlomiej Sieka · 18 years ago
  78. 6a3d6b0 (re)enabled scsi commands do_scsi() and do_scsiboot() by Wolfgang Denk · 19 years ago
  79. d06ce5d Coding style cleanup by Wolfgang Denk · 19 years ago
  80. c7a4f7d Fix low-level OHCI transfers for ARM920t and MPC5xxx by Wolfgang Denk · 19 years ago
  81. ce4832c Code cleanup for GCC-3.3.x compilers by wdenk · 20 years ago
  82. f70cbb2 * Patch by Laurent Mohin, 10 Feb 2004: Fix buffer overflow in common/usb.c by wdenk · 21 years ago
  83. 5958f4a * Patches by Anders Larsen, 17 Sep 2003: by wdenk · 21 years ago
  84. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  85. affae2b Initial revision by wdenk · 22 years ago