1. 8a3cb9f1 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · Wed Nov 21 08:43:56 2018 +0100
  2. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  3. d21e8ba usb: Read device descriptor after device is addressed for xHCI by Bin Meng · Mon Sep 18 06:40:43 2017 -0700
  4. ae6d0cf usb: Only get 64 bytes device descriptor for full speed devices by Bin Meng · Mon Sep 18 06:40:42 2017 -0700
  5. 94e0e75 usb: Handle audio extension endpoint descriptor in usb_parse_config() by Bin Meng · Mon Sep 18 06:40:40 2017 -0700
  6. 2028012 powerpc: remove 4xx support by Heiko Schocher · Tue Jun 27 16:49:14 2017 +0200
  7. 9b70df5 usb: squash lines for immediate return by Masahiro Yamada · Tue Sep 06 22:17:35 2016 +0900
  8. 58d0023 usb: move CONFIG_USB_XHCI to Kconfig with renaming by Masahiro Yamada · Sat Jun 04 07:35:03 2016 +0900
  9. 84b7662 usb: Assure Get Descriptor request is in separate microframe by Marek Vasut · Wed Apr 27 03:32:56 2016 +0200
  10. 847ddc2 usb: Wait after sending Set Configuration request by Marek Vasut · Wed Apr 27 03:08:12 2016 +0200
  11. 82daad6 usb: Don't init pointer to zero, but NULL by Marek Vasut · Wed Apr 27 01:55:10 2016 +0200
  12. 53d41e6 Fix spelling of "transferred". by Vagrant Cascadian · Tue Mar 15 12:16:39 2016 -0700
  13. c41294e usb: Don't reset the USB hub a 2nd time by Stefan Roese · Tue Mar 15 13:59:14 2016 +0100
  14. 45f4b5c common: usb: fix checking condition by Peng Fan · Tue Jan 12 15:57:01 2016 +0800
  15. a010568 usb: Move determination of TT hub address/port into separate function by Stefan Brüns · Tue Dec 22 01:21:03 2015 +0100
  16. 4aa3627 usb: Alloc buffer for USB descriptor dynamically by Stefan Brüns · Tue Dec 22 01:18:13 2015 +0100
  17. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · Wed Sep 02 17:24:58 2015 -0600
  18. b869574 usb: Add an usb_device parameter to usb_reset_root_port by Hans de Goede · Wed Jun 17 21:33:48 2015 +0200
  19. 25293e4 usb: Pass device instead of portnr to usb_legacy_port_reset by Hans de Goede · Wed Jun 17 21:33:47 2015 +0200
  20. 778dc1c usb: usb_setup_device: Drop unneeded portnr function argument by Hans de Goede · Wed Jun 17 21:33:46 2015 +0200
  21. 3db6d8e usb: Drop device-model specific copy of usb_legacy_port_reset by Hans de Goede · Wed Jun 17 21:33:45 2015 +0200
  22. 9fa8bb7 usb: Remove unused variable in usb_setup_descriptor() by Hans de Goede · Sun Apr 19 11:33:21 2015 +0200
  23. 0489ee3 usb: add device connection/disconnection detection by Vincent Palatin · Mon May 04 11:30:54 2015 -0600
  24. e82cd9f usb: usb_control_msg() propagate controller error code by Hans de Goede · Sun May 10 14:10:14 2015 +0200
  25. 09a9ae8 usb: Fix maxpacketsize for first descriptor read for low-speed usb devs by Hans de Goede · Tue May 05 23:56:04 2015 +0200
  26. 2674e26 dm: usb: Convert core usb.c file to support driver model by Simon Glass · Wed Mar 25 12:22:08 2015 -0600
  27. 668c53f dm: usb: Complete the splitting up of usb_new_device() by Simon Glass · Wed Mar 25 12:22:07 2015 -0600
  28. aad719f dm: usb: Split out more code from usb_new_device() by Simon Glass · Wed Mar 25 12:22:06 2015 -0600
  29. bbca491 dm: usb: Move descriptor setup code into its own function by Simon Glass · Wed Mar 25 12:22:05 2015 -0600
  30. c093d6d dm: usb: Refactor port resets by Simon Glass · Wed Mar 25 12:22:04 2015 -0600
  31. f4cdfeb dm: usb: Drop the legacy USB init sequence by Simon Glass · Wed Mar 25 12:22:03 2015 -0600
  32. d146113 dm: usb: Adjust usb_alloc_new_device() to return an error by Simon Glass · Wed Mar 25 12:22:01 2015 -0600
  33. ae07a84 common: cmd_dfu: invoke board_usb_cleanup() for cleaning up by Kishon Vijay Abraham I · Mon Feb 23 18:40:18 2015 +0530
  34. 793b6aa usb: fix first descriptor fetch error handling by Stephen Warren · Wed Apr 08 21:27:49 2015 -0600
  35. 1b41200 usb: Early failure when the first descriptor read fails or is invalid by Paul Kocialkowski · Sat Apr 04 15:12:29 2015 +0200
  36. 8f8114d usb: Check usb_new_device for failure by Paul Kocialkowski · Sat Apr 04 15:12:28 2015 +0200
  37. 8c26176 usb: usb_new_device return codes consistency by Paul Kocialkowski · Sat Apr 04 15:12:27 2015 +0200
  38. 498ab95 musb-new: Fix reset sequence when in host mode by Hans de Goede · Sun Jan 11 20:34:51 2015 +0100
  39. c601ed7 usb: Do not log an error when no devices is plugged into a root-hub-less hcd by Hans de Goede · Sun Jan 11 20:34:46 2015 +0100
  40. e722852 Replace <compiler.h> with <linux/compiler.h> by Masahiro Yamada · Wed Nov 26 16:00:58 2014 +0900
  41. 1ac890d usb: Remove unnecessary portnr lookup from usb_new_device by Hans de Goede · Sat Sep 20 17:03:52 2014 +0200
  42. 149471b usb: Handle -ENODEV from usb_lowlevel_init() by Marek Vasut · Fri Aug 01 03:09:53 2014 +0200
  43. 8f9c49d usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · Thu Oct 10 15:27:56 2013 -0700
  44. de8ae7b usb: rename board_usb_init_type to usb_init_type by Troy Kisky · Thu Oct 10 15:27:55 2013 -0700
  45. d862f89 usb: new board-specific USB init interface by Mateusz Zalega · Fri Oct 04 19:22:26 2013 +0200
  46. 4912dcc USB: xHCI: Add stack support for xHCI by Vivek Gautam · Sat Sep 14 14:02:45 2013 +0530
  47. fc4ec49 usb: Use well-known descriptor sizes when parsing configuration by Julius Werner · Fri Jul 19 13:12:08 2013 -0700
  48. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  49. df3f221 USB: SS: Add support for Super Speed USB interface by Vivek Gautam · Fri Apr 12 16:34:38 2013 +0530
  50. de70166 usb: Update device class in usb device's descriptor by Vivek Gautam · Fri Apr 12 16:34:36 2013 +0530
  51. 23cbd29 USB: Some cleanup prior to USB 3.0 interface addition by Vivek Gautam · Fri Apr 12 16:34:34 2013 +0530
  52. f94c95d usb: common: Weed out USB_**_PRINTFs from usb framework by Vivek Gautam · Fri Apr 12 16:34:33 2013 +0530
  53. ebb2478 usb: Clean up newly allocated device nodes in case of configuration failure by Milind Choudhary · Wed Dec 12 17:55:28 2012 -0800
  54. a1cf10f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · Tue Nov 06 13:48:20 2012 +0000
  55. 6a23866 usb: fallback safely when a configuration descriptor is too large by Vincent Palatin · Tue Jul 24 07:12:02 2012 +0000
  56. e6d3345 usb: add support for multiple usb controllers by Lucas Stach · Wed Sep 26 00:14:36 2012 +0200
  57. a323128 usb: lowlevel interface change to support multiple controllers by Lucas Stach · Wed Sep 26 00:14:34 2012 +0200
  58. b7161dd usb: check return value of submit_{control, bulk}_msg by Ilya Yanok · Sun Jul 15 04:43:51 2012 +0000
  59. da87587 usb: pass cache-aligned buffer to usb_get_descriptor() by Ilya Yanok · Sun Jul 15 04:43:50 2012 +0000
  60. 6c9bb60 USB: Align buffers at cacheline by Puneet Saxena · Tue Apr 03 14:56:06 2012 +0530
  61. 6d31114 usb: use noinline define by Mike Frysinger · Wed Apr 04 18:44:53 2012 +0000
  62. 60ce19a usb: replace wait_ms() with mdelay() by Mike Frysinger · Mon Mar 05 13:47:00 2012 +0000
  63. f16090f USB: Make struct devrequest setup_packet local by Marek Vasut · Mon Feb 13 18:58:18 2012 +0000
  64. 6da5af3 USB: Separate out USB hub driver by Marek Vasut · Mon Feb 13 18:58:17 2012 +0000
  65. 3a16a6a USB: Staticize internal functions by Marek Vasut · Mon Feb 13 18:58:16 2012 +0000
  66. 7342452 USB: Use (get|put)_unaligned for accessing wMaxPacketSize by Tom Rini · Thu Dec 15 08:40:51 2011 -0700
  67. d38ad25 GCC4.6: Fix common/usb.c on xscale by Marek Vasut · Sat Nov 05 23:35:12 2011 +0100
  68. 475146b GCC4.6: Squash warnings in common/usb.c by Marek Vasut · Tue Oct 25 11:39:14 2011 +0200
  69. 2410348 common/usb.c: fix warning: variable ... set but not used by Wolfgang Denk · Wed Oct 05 23:11:19 2011 +0200
  70. 9dc6396 Revert "GCC4.6: Convert various empty macros to inline functions" by Wolfgang Denk · Tue Oct 04 21:19:19 2011 +0200
  71. 0480a3b GCC4.6: Convert various empty macros to inline functions by Marek Vasut · Mon Sep 26 19:36:19 2011 +0200
  72. f62c1c4 USB: Move USB_PRINTF() out of ifdef in usb_scan_devices() by Marek Vasut · Tue Jul 12 02:16:46 2011 +0200
  73. a34da46 USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers by Marek Vasut · Tue Jul 12 02:16:47 2011 +0200
  74. 1e9961d Add USB host ethernet adapter support by Simon Glass · Wed Feb 16 11:14:33 2011 -0800
  75. 5b40e1d USB: Change the necessary defines to get debug output by Alexander Holler · Fri Jan 28 12:42:13 2011 +0100
  76. f432006 USB: Fix device stati for removable and powerctrl (typo) by Alexander Holler · Thu Jan 27 22:50:07 2011 +0100
  77. 93cf093 USB: usb_control_msg wait for driver ISR to set status. by Remy Bohmer · Mon Feb 01 19:40:47 2010 +0100
  78. 83b9e1d USB Consolidate descriptor definitions by Tom Rix · Sat Oct 31 12:37:38 2009 -0500
  79. e21f0ec usb_scan_devices: fix output with no devices by Bryan Wu · Sun Jan 18 23:04:27 2009 -0500
  80. 6a6d9d1 USB: Add high-speed (480Mb/s) to all USB related outputs by Stefan Roese · Thu Jan 22 10:11:21 2009 +0100
  81. 6c7444f USB change speed by Michael Trimarchi · Thu Dec 18 10:05:37 2008 +0100
  82. 3d18996 Prepare USB layer for ehci by Michael Trimarchi · Fri Nov 28 13:19:19 2008 +0100
  83. 5f2e7fc USB style patch, 80 chars strict by Michael Trimarchi · Wed Nov 26 17:41:34 2008 +0100
  84. 47e7208 fix USB initialisation procedure by Remy Bohmer · Fri Oct 10 10:23:21 2008 +0200
  85. aca9b6e USB layer of U-Boot causes USB protocol errors while using USB memory sticks by Remy Bohmer · Tue Sep 16 14:55:44 2008 +0200
  86. 172a113 Refactoring parts of the common USB OHCI code by Remy Bohmer · Tue Sep 16 14:55:43 2008 +0200
  87. cb2df64 Fix for USB sticks not working on ARM while using GCC 4.x compilers by Remy Bohmer · Tue Sep 16 14:55:42 2008 +0200
  88. 743dd49 Make usb-stop() safe to call multiple times in a row. by Remy Bohmer · Wed Aug 20 11:22:02 2008 +0200
  89. 58cd54a common: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · Wed Aug 13 01:40:38 2008 +0200
  90. dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · Mon Jul 14 15:19:07 2008 +0200
  91. 4e0e8d0 USB: replace old swap_ with proper endianess conversion macros by Christian Eggers · Wed May 21 22:12:00 2008 +0200
  92. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  93. cc51012 common/usb.c: fix incorrect escape sequence by Hebbar · Tue May 20 02:16:36 2008 -0700
  94. ca8725f ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms by Stefan Roese · Wed Oct 03 15:01:02 2007 +0200
  95. 052fc84 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · Sun Jul 08 18:10:08 2007 -0500
  96. e4ea796 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:02:05 2007 -0500
  97. e39589f Prevent USB commands from working when USB is stopped. by Bartlomiej Sieka · Thu Aug 03 23:20:13 2006 +0200
  98. 978333a Add rudimentary handling of alternate settings of USB interfaces - to fix by Bartlomiej Sieka · Wed Aug 02 00:54:18 2006 +0200
  99. 6a3d6b0 (re)enabled scsi commands do_scsi() and do_scsiboot() by Wolfgang Denk · Thu Aug 04 01:14:12 2005 +0200
  100. d06ce5d Coding style cleanup by Wolfgang Denk · Tue Aug 02 17:06:17 2005 +0200