1. 1880b8a dm: usb: Deal with USB keyboard persisting across tests by Simon Glass · Sun Sep 01 16:26:20 2024 -0600
  2. 463a56b usb: Drop old non-DM code by Simon Glass · Sun Sep 01 16:26:17 2024 -0600
  3. 4fdfc84 include: Remove duplicate newlines by Marek Vasut · Tue Jul 23 01:28:34 2024 +0200
  4. f399360 usb: xhci: Set up endpoints for the first 2 interfaces by Janne Grunau · Thu Apr 04 08:25:50 2024 +0200
  5. ac74608 usb: Return -ENOENT when no devices are found by Simon Glass · Sun Jul 30 11:15:12 2023 -0600
  6. 2510aab usb: Tidy up the usb_start flag by Simon Glass · Fri May 05 20:03:03 2023 -0600
  7. f0c6051 usb: eth: Remove non-DM_ETH code by Tom Rini · Sun Nov 27 10:25:33 2022 -0500
  8. 33da95a usb: ehci-mx6: Enable OTG detection on imx8mm and imx8mn by Adam Ford · Thu Feb 03 15:20:11 2022 -0600
  9. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  10. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  11. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  12. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  13. 68801eb usb: ci_udc: Add function to remove usb device by Ye Li · Mon Jun 29 10:12:59 2020 +0800
  14. ba385aa usb: Update struct usb_device to indicate speed enum by Simon Glass · Sun May 10 10:26:53 2020 -0600
  15. 118a903 usb: Keep async schedule running only across mass storage xfers by Marek Vasut · Mon Apr 06 14:29:44 2020 +0200
  16. 809a220 usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.h by Heinrich Schuchardt · Sat Nov 23 18:15:22 2019 +0100
  17. 1c95b9f usb: Add nonblock argument to submit_int_msg by Michal Suchanek · Sun Aug 18 10:55:27 2019 +0200
  18. f5d5af4 usb: usb_submit_int_msg -> usb_int_msg by Michal Suchanek · Sun Aug 18 10:55:25 2019 +0200
  19. 8a3cb9f1 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · Wed Nov 21 08:43:56 2018 +0100
  20. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  21. be0223e dm: usb: emul: Drop usb_emul_reset() by Bin Meng · Sun Oct 01 06:19:44 2017 -0700
  22. 3b36376 usb: emul: Expose find_descriptor() as a public API by Bin Meng · Sun Oct 01 06:19:40 2017 -0700
  23. f196644 usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum() by Bin Meng · Sun Oct 01 06:19:39 2017 -0700
  24. 33fbdfd usb: Fix comments of usb_emul_find_for_dev() by Bin Meng · Sun Oct 01 06:19:37 2017 -0700
  25. d502cf1 usb: emul: Remove maxpacketsize in usb_emul_setup_device() by Bin Meng · Sun Oct 01 06:19:36 2017 -0700
  26. 6840a34 dm: usb: Add a new USB controller operation 'get_max_xfer_size' by Bin Meng · Thu Sep 07 06:13:17 2017 -0700
  27. 1f31f5a dm: usb: Add a new USB controller operation 'update_hub_device' by Bin Meng · Wed Jul 19 21:51:17 2017 +0800
  28. 66dcbd2 usb: hub: Parse and save TT details from device descriptor by Bin Meng · Wed Jul 19 21:51:16 2017 +0800
  29. dab7437 usb: hub: Support 'set hub depth' request for USB 3.0 hubs by Bin Meng · Wed Jul 19 21:51:13 2017 +0800
  30. 5ecfd5d usb: hub: Add a new API to test if a hub device is root hub by Bin Meng · Wed Jul 19 21:51:11 2017 +0800
  31. 2eee794 usb: hub: Remove hub_port_reset() by Bin Meng · Wed Jul 19 21:51:10 2017 +0800
  32. 0d66b3a usb: hub: Change USB hub descriptor to match USB 3.0 hubs by Bin Meng · Wed Jul 19 21:50:00 2017 +0800
  33. ceed5d2 Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD by Tom Rini · Fri May 12 22:33:27 2017 -0400
  34. cf43778 dm: usb: Drop the get_dev() function by Simon Glass · Sun May 01 11:36:13 2016 -0600
  35. 53d41e6 Fix spelling of "transferred". by Vagrant Cascadian · Tue Mar 15 12:16:39 2016 -0700
  36. ed4823a usb: Change power-on / scanning timeout handling by Stefan Roese · Tue Mar 15 13:59:15 2016 +0100
  37. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · Mon Feb 29 15:25:34 2016 -0700
  38. 1dae494 usb: Allow up to 7 storage devices by Simon Glass · Sun Jan 03 13:50:30 2016 -0700
  39. a010568 usb: Move determination of TT hub address/port into separate function by Stefan Brüns · Tue Dec 22 01:21:03 2015 +0100
  40. 4aa3627 usb: Alloc buffer for USB descriptor dynamically by Stefan Brüns · Tue Dec 22 01:18:13 2015 +0100
  41. 9042179 usb: sandbox: Add support for interrupt operations by Simon Glass · Sun Nov 08 23:48:05 2015 -0700
  42. 668ef3d sandbox: usb: Allow finding a USB emulator for a device by Simon Glass · Sun Nov 08 23:47:55 2015 -0700
  43. 09def3a usb: Refactor USB tree output code for testing by Simon Glass · Sun Nov 08 23:47:51 2015 -0700
  44. de44acf dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · Mon Sep 28 23:32:01 2015 -0600
  45. f34dfcb usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB by Paul Kocialkowski · Tue Aug 04 17:04:06 2015 +0200
  46. 46952fb dm: usb: Adjust the USB_DEVICE() macro naming by Simon Glass · Mon Jul 06 16:47:51 2015 -0600
  47. 077dd02 dm: usb: Correct the struct usb_driver_entry comment by Simon Glass · Mon Jul 06 16:47:47 2015 -0600
  48. a9e41f8 dm: usb: Allow usb host drivers to implement usb_reset_root_port by Hans de Goede · Wed Jun 17 21:33:52 2015 +0200
  49. b869574 usb: Add an usb_device parameter to usb_reset_root_port by Hans de Goede · Wed Jun 17 21:33:48 2015 +0200
  50. 778dc1c usb: usb_setup_device: Drop unneeded portnr function argument by Hans de Goede · Wed Jun 17 21:33:46 2015 +0200
  51. 3db6d8e usb: Drop device-model specific copy of usb_legacy_port_reset by Hans de Goede · Wed Jun 17 21:33:45 2015 +0200
  52. 87b4ca9 usb.h: Always declare usb function prototypes by Hans de Goede · Wed Jun 10 17:04:04 2015 +0200
  53. 0489ee3 usb: add device connection/disconnection detection by Vincent Palatin · Mon May 04 11:30:54 2015 -0600
  54. 59a0dfc dm: usb: Add support for companion controllers by Hans de Goede · Sun May 10 14:10:20 2015 +0200
  55. 0a7fa27 dm: usb: Add support for interrupt queues to the dm usb code by Hans de Goede · Sun May 10 14:10:18 2015 +0200
  56. 8a0b4c2 dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device by Hans de Goede · Tue May 05 11:54:32 2015 +0200
  57. 3b5ddd3 dm: usb: Make usb_get_bus easier to use for callers by Hans de Goede · Tue May 05 11:54:31 2015 +0200
  58. 59d66d2 dm: usb: sandbox: Add a uclass for USB device emulation by Simon Glass · Wed Mar 25 12:22:37 2015 -0600
  59. fc03a55 dm: usb: Allow USB drivers to be declared and auto-probed by Simon Glass · Wed Mar 25 12:22:30 2015 -0600
  60. c093d6d dm: usb: Refactor port resets by Simon Glass · Wed Mar 25 12:22:04 2015 -0600
  61. d146113 dm: usb: Adjust usb_alloc_new_device() to return an error by Simon Glass · Wed Mar 25 12:22:01 2015 -0600
  62. 9b82eeb dm: usb: Add a uclass for USB controllers by Simon Glass · Wed Mar 25 12:21:59 2015 -0600
  63. 94938d8 usb: Convert protocol header structures to use explicitly sized variables by Sergey Temerkhanov · Wed Apr 01 17:18:44 2015 +0300
  64. 83b1897 musb-new: Add interrupt queue support by Hans de Goede · Sun Jan 11 20:34:54 2015 +0100
  65. 498ab95 musb-new: Fix reset sequence when in host mode by Hans de Goede · Sun Jan 11 20:34:51 2015 +0100
  66. 9c4f11d musb-new: Add sunxi musb controller support by Hans de Goede · Sun Jan 11 20:34:48 2015 +0100
  67. bbd2d2a usb: Add an interval parameter to create_int_queue by Hans de Goede · Sun Jan 11 20:38:28 2015 +0100
  68. 5791aa0 usb: include <asm/cache.h> and <part.h> from include/usb.h by Masahiro Yamada · Fri Nov 07 18:34:55 2014 +0900
  69. 6f68122 usb: Make pollable int support available outside of ehci-hcd.c by Hans de Goede · Wed Sep 24 14:06:06 2014 +0200
  70. 7a88175 usb: dwc2: Add driver for Synopsis DWC2 USB IP block by Oleksandr Tymoshenko · Sat Feb 01 21:51:25 2014 -0700
  71. 3e51df0 usb: kbd: Allow "usb reset" to continue when an usb kbd is used by Hans de Goede · Sat Sep 20 16:54:38 2014 +0200
  72. 21fe3f7 usb: dfu: fix boards wo USB cable detection by Mateusz Zalega · Wed Apr 30 13:07:48 2014 +0200
  73. 06ef7cc usb: ums: add ums exit feature by ctrl+c or by detach usb cable by Przemyslaw Marczak · Wed Oct 23 14:30:46 2013 +0200
  74. 8f9c49d usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · Thu Oct 10 15:27:56 2013 -0700
  75. de8ae7b usb: rename board_usb_init_type to usb_init_type by Troy Kisky · Thu Oct 10 15:27:55 2013 -0700
  76. d862f89 usb: new board-specific USB init interface by Mateusz Zalega · Fri Oct 04 19:22:26 2013 +0200
  77. 4912dcc USB: xHCI: Add stack support for xHCI by Vivek Gautam · Sat Sep 14 14:02:45 2013 +0530
  78. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  79. df3f221 USB: SS: Add support for Super Speed USB interface by Vivek Gautam · Fri Apr 12 16:34:38 2013 +0530
  80. ebb2478 usb: Clean up newly allocated device nodes in case of configuration failure by Milind Choudhary · Wed Dec 12 17:55:28 2012 -0800
  81. a3292f2 musb-new: omap2plus backend driver by Ilya Yanok · Tue Nov 06 13:48:29 2012 +0000
  82. cc0fcbf musb-new: am35x backend driver by Ilya Yanok · Tue Nov 06 13:48:25 2012 +0000
  83. d5ade29 musb-new: dsps backend driver by Ilya Yanok · Tue Nov 06 13:48:22 2012 +0000
  84. a1cf10f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · Tue Nov 06 13:48:20 2012 +0000
  85. dd94a8e usb.h: Add udc_disconnect prototype to usb.h by Lukasz Dalek · Tue Oct 02 17:04:33 2012 +0200
  86. a323128 usb: lowlevel interface change to support multiple controllers by Lucas Stach · Wed Sep 26 00:14:34 2012 +0200
  87. 2cabcf7 ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignment by Tom Rini · Sun Jul 15 22:14:24 2012 +0000
  88. 6c9bb60 USB: Align buffers at cacheline by Puneet Saxena · Tue Apr 03 14:56:06 2012 +0530
  89. 60ce19a usb: replace wait_ms() with mdelay() by Mike Frysinger · Mon Mar 05 13:47:00 2012 +0000
  90. 185da95 USB: move keyboard polling into kbd driver by amartin@nvidia.com · Tue Dec 20 14:56:16 2011 +0000
  91. 6da5af3 USB: Separate out USB hub driver by Marek Vasut · Mon Feb 13 18:58:17 2012 +0000
  92. 0efc281 usb: increase non-bulk timeout for slow chipsets. by Jason Cooper · Sun Jul 31 20:09:58 2011 +0000
  93. 1e9961d Add USB host ethernet adapter support by Simon Glass · Wed Feb 16 11:14:33 2011 -0800
  94. fd7f513 Fix EHCI usb submit timeout and unify with OHCI by Simon Glass · Mon Feb 07 14:42:16 2011 -0800
  95. 4e1d485 musb: MSC host support for AM35x by Ajay Kumar Gupta · Fri Jul 09 11:43:48 2010 +0530
  96. ca79085 USB: fix create_pipe() by Sergei Shtylyov · Wed May 26 21:26:43 2010 +0400
  97. e956f34 usb: musb: add support for Blackfin MUSB by Bryan Wu · Wed Dec 16 22:04:02 2009 -0500
  98. 0882f3e DA8xx: Add MUSB host support by Ajay Kumar Gupta · Tue Dec 22 10:56:13 2009 +0530
  99. 09c82bc OMAP3 Add usb device support by Tom Rix · Sat Oct 31 12:37:41 2009 -0500
  100. 83b9e1d USB Consolidate descriptor definitions by Tom Rix · Sat Oct 31 12:37:38 2009 -0500