1. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  2. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  3. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  4. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  5. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  6. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  7. 0af6e2d env: Move env_get() to env.h by Simon Glass · Thu Aug 01 09:46:52 2019 -0600
  8. 93431a8 usb: Make portspeed return a read-only string by Ismael Luceno Cortes · Mon Apr 01 16:09:13 2019 +0000
  9. 8a3cb9f1 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · Wed Nov 21 08:43:56 2018 +0100
  10. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  11. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  12. e599972 usb: Correct use of debug() by Simon Glass · Mon Dec 04 13:48:22 2017 -0700
  13. 693f492 usb: hub: identify the hub-device to usb_hub_reset_devices by Philipp Tomsich · Wed Nov 22 17:15:17 2017 +0100
  14. 026465b usb: hub: Clear BH reset status change for a 3.0 hub by Bin Meng · Mon Sep 18 06:40:46 2017 -0700
  15. dff5c16 usb: hub: Clear port reset before usb_hub_port_connect_change() by Bin Meng · Mon Sep 18 06:40:45 2017 -0700
  16. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  17. a4b2bfb usb: hub: Call usb_update_hub_device() after hub descriptor is fetched by Bin Meng · Wed Jul 19 21:51:18 2017 +0800
  18. 66dcbd2 usb: hub: Parse and save TT details from device descriptor by Bin Meng · Wed Jul 19 21:51:16 2017 +0800
  19. dab7437 usb: hub: Support 'set hub depth' request for USB 3.0 hubs by Bin Meng · Wed Jul 19 21:51:13 2017 +0800
  20. 2b51a1b usb: hub: Translate USB 3.0 hub port status into old version by Bin Meng · Wed Jul 19 21:51:12 2017 +0800
  21. 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
  22. 2eee794 usb: hub: Remove hub_port_reset() by Bin Meng · Wed Jul 19 21:51:10 2017 +0800
  23. 05d08d0 usb: hub: Use 'struct usb_hub_device' as hub device's uclass_priv by Bin Meng · Wed Jul 19 21:51:09 2017 +0800
  24. 0d66b3a usb: hub: Change USB hub descriptor to match USB 3.0 hubs by Bin Meng · Wed Jul 19 21:50:00 2017 +0800
  25. 5003a8f usb: hub: Revise wLength for 'get port status' request by Bin Meng · Wed Jul 19 21:49:59 2017 +0800
  26. e8930c4 usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub by Bin Meng · Wed Jul 19 21:49:58 2017 +0800
  27. 049ba14 usb: hub: Update handling connect status/change in usb_scan_port() by Bin Meng · Wed Jul 19 21:49:57 2017 +0800
  28. 2028012 powerpc: remove 4xx support by Heiko Schocher · Tue Jun 27 16:49:14 2017 +0200
  29. 1823034 dm: Use dm_scan_fdt_dev() directly where possible by Simon Glass · Tue Jul 05 17:10:10 2016 -0600
  30. 09128c5 dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() by Simon Glass · Tue Jul 05 17:10:09 2016 -0600
  31. 614d9dd usb: hub: Don't continue on get_port_status failure by Marek Vasut · Tue May 03 22:22:59 2016 +0200
  32. edfdb99 Fix spelling of "occurred". by Vagrant Cascadian · Sat Apr 30 19:18:00 2016 -0700
  33. ed4823a usb: Change power-on / scanning timeout handling by Stefan Roese · Tue Mar 15 13:59:15 2016 +0100
  34. 9885801 usb: Remove 200 ms delay in usb_hub_port_connect_change() by Stefan Roese · Tue Mar 15 13:59:13 2016 +0100
  35. 3678cb5 usb: legacy_hub_port_reset(): Speedup hub reset handling by Stefan Roese · Tue Mar 15 13:59:12 2016 +0100
  36. 2d7c499 dm: usb: Avoid time delays in sandbox tests by Simon Glass · Sun Nov 08 23:47:44 2015 -0700
  37. de44acf dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · Mon Sep 28 23:32:01 2015 -0600
  38. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · Wed Sep 02 17:24:58 2015 -0600
  39. f390874 usb: Fix device detection code by Marek Vasut · Wed Aug 05 03:19:22 2015 +0200
  40. 46952fb dm: usb: Adjust the USB_DEVICE() macro naming by Simon Glass · Mon Jul 06 16:47:51 2015 -0600
  41. 0489ee3 usb: add device connection/disconnection detection by Vincent Palatin · Mon May 04 11:30:54 2015 -0600
  42. 63f34ca usb: Stop reset procedure when a dev is handed over to a companion hcd by Hans de Goede · Sun May 10 14:10:16 2015 +0200
  43. 2617752 usb: legacy_hub_port_reset() check and propagate usb_set_port_feature() errors by Hans de Goede · Sun May 10 14:10:15 2015 +0200
  44. 6ab43b6 dm: usb: Add driver model support for hubs by Simon Glass · Wed Mar 25 12:22:10 2015 -0600
  45. f977c18 dm: usb: Split hub detection into its own function by Simon Glass · Wed Mar 25 12:22:09 2015 -0600
  46. c093d6d dm: usb: Refactor port resets by Simon Glass · Wed Mar 25 12:22:04 2015 -0600
  47. d146113 dm: usb: Adjust usb_alloc_new_device() to return an error by Simon Glass · Wed Mar 25 12:22:01 2015 -0600
  48. acda1d5 usb: hub: allow pgood_delay to be specified via env by Tim Harvey · Wed Apr 08 12:21:12 2015 -0700
  49. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · Fri Nov 07 03:03:31 2014 +0900
  50. 5893f23 usb: Do not power-cycle usb devices on init by Hans de Goede · Sat Sep 20 17:03:53 2014 +0200
  51. 3a8e4fa usb: hub: don't check CONNECTION in hub_port_reset() by Stephen Warren · Thu Aug 07 17:07:59 2014 -0600
  52. 683ecd8 usb: hub: remove CONFIG_USB_HUB_MIN_POWER_ON_DELAY by Stephen Warren · Mon May 19 14:21:18 2014 -0600
  53. 62da17c usb: hub: fix power good delay timing by Stephen Warren · Mon May 19 14:21:17 2014 -0600
  54. fc4ec49 usb: Use well-known descriptor sizes when parsing configuration by Julius Werner · Fri Jul 19 13:12:08 2013 -0700
  55. 2666bb1 USB: usb-hub: Add a weak function for resetting devices by Dan Murphy · Thu Aug 01 14:06:01 2013 -0500
  56. 749c6d8 usb_hub: fix power cycling logic by Nikita Kiryanov · Mon Jul 29 13:27:39 2013 +0300
  57. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  58. b5d59de usb: ehci: add Faraday USB 2.0 EHCI support by Kuo-Jung Su · Wed May 15 15:29:23 2013 +0800
  59. 4e5923f usb: hub: make minimum power-on delay configurable by Kuo-Jung Su · Wed May 15 15:29:22 2013 +0800
  60. 86c35be usb: fix: Fixing Port status and feature number constants by Vivek Gautam · Wed Apr 24 02:50:12 2013 +0000
  61. c9b13d6 usb: hub: Parallelize power-cycling of root-hub ports by Vivek Gautam · Wed Apr 24 02:50:11 2013 +0000
  62. df3f221 USB: SS: Add support for Super Speed USB interface by Vivek Gautam · Fri Apr 12 16:34:38 2013 +0530
  63. e6c9590 usb: hub: Fix enumration timeout by Vivek Gautam · Fri Apr 12 16:34:37 2013 +0530
  64. 15e49a6 usb: hub: Power-cycle on root-hub ports by Vivek Gautam · Fri Apr 12 16:34:35 2013 +0530
  65. f94c95d usb: common: Weed out USB_**_PRINTFs from usb framework by Vivek Gautam · Fri Apr 12 16:34:33 2013 +0530
  66. ebb2478 usb: Clean up newly allocated device nodes in case of configuration failure by Milind Choudhary · Wed Dec 12 17:55:28 2012 -0800
  67. a261282 usbh/ehci: Increase timeout for enumeration by Vipin Kumar · Thu Dec 13 16:25:53 2012 +0530
  68. a323128 usb: lowlevel interface change to support multiple controllers by Lucas Stach · Wed Sep 26 00:14:34 2012 +0200
  69. 835e11e usb: do explicit unaligned accesses by Lucas Stach · Thu Sep 06 08:00:13 2012 +0200
  70. 6c9bb60 USB: Align buffers at cacheline by Puneet Saxena · Tue Apr 03 14:56:06 2012 +0530
  71. 60ce19a usb: replace wait_ms() with mdelay() by Mike Frysinger · Mon Mar 05 13:47:00 2012 +0000
  72. 9bb46e0 USB: relax usbcore reset timings by Wolfgang Grandegger · Wed Dec 21 00:01:09 2011 +0000
  73. 6da5af3 USB: Separate out USB hub driver by Marek Vasut · Mon Feb 13 18:58:17 2012 +0000