1. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  2. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  3. be0223e dm: usb: emul: Drop usb_emul_reset() by Bin Meng · Sun Oct 01 06:19:44 2017 -0700
  4. dadc4c0 dm: usb: Remove no longer needed blk_unbind_all() by Bin Meng · Sun Oct 01 06:19:43 2017 -0700
  5. 669ad84 dm: usb: Fix broken usb_stop() by Bin Meng · Sun Oct 01 06:19:42 2017 -0700
  6. 6840a34 dm: usb: Add a new USB controller operation 'get_max_xfer_size' by Bin Meng · Thu Sep 07 06:13:17 2017 -0700
  7. 1f31f5a dm: usb: Add a new USB controller operation 'update_hub_device' by Bin Meng · Wed Jul 19 21:51:17 2017 +0800
  8. 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
  9. 6d8e433 usb: add static to local symbols by Masahiro Yamada · Thu Jun 22 16:35:14 2017 +0900
  10. 6deb8e2 dm: usb: Convert uclass to livetree by Simon Glass · Thu May 18 20:09:38 2017 -0600
  11. 80b5bc9 dm: core: Add flags parameter to device_remove() by Stefan Roese · Mon Mar 20 12:51:48 2017 +0100
  12. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  13. 1823034 dm: Use dm_scan_fdt_dev() directly where possible by Simon Glass · Tue Jul 05 17:10:10 2016 -0600
  14. 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
  15. ca4b215 dm: usb: Unbind old block devices when shutting down USB by Simon Glass · Sun Mar 13 08:22:33 2016 -0600
  16. 35787d2 dm: usb: Remove inactive children after a bus scan by Simon Glass · Sun Nov 08 23:48:00 2015 -0700
  17. 5082c69 dm: usb: Deprecate usb_get_dev_index() by Simon Glass · Sun Nov 08 23:47:59 2015 -0700
  18. a435b6c Revert "dm: usb: Use device_unbind_children to clean up usb devs on stop" by Simon Glass · Sun Nov 08 23:47:57 2015 -0700
  19. d43d7e9 Revert "dm: usb: Rename usb_find_child to usb_find_emul_child" by Simon Glass · Sun Nov 08 23:47:56 2015 -0700
  20. de44acf dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · Mon Sep 28 23:32:01 2015 -0600
  21. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · Wed Sep 02 17:24:58 2015 -0600
  22. d449dd3 usb: USB storage-specific part ifdef in uclass by Paul Kocialkowski · Tue Aug 04 17:04:12 2015 +0200
  23. 9c20359 dm: usb: Do not assume that first child is always a hub by Hans de Goede · Wed Jun 17 21:33:53 2015 +0200
  24. 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
  25. 46ea73a dm: usb: Rename usb_find_child to usb_find_emul_child by Hans de Goede · Wed Jul 01 20:53:01 2015 +0200
  26. 89bcccd dm: usb: Use device_unbind_children to clean up usb devs on stop by Hans de Goede · Wed Jul 01 20:53:00 2015 +0200
  27. b869574 usb: Add an usb_device parameter to usb_reset_root_port by Hans de Goede · Wed Jun 17 21:33:48 2015 +0200
  28. 778dc1c usb: usb_setup_device: Drop unneeded portnr function argument by Hans de Goede · Wed Jun 17 21:33:46 2015 +0200
  29. 3db6d8e usb: Drop device-model specific copy of usb_legacy_port_reset by Hans de Goede · Wed Jun 17 21:33:45 2015 +0200
  30. fbb1494 dm: usb: Implement usb_detect_change() for driver model by Simon Glass · Wed May 13 07:02:23 2015 -0600
  31. cebc5b7 dm: usb: Do not scan companion buses if no devices where handed over by Hans de Goede · Sun May 10 14:10:21 2015 +0200
  32. 59a0dfc dm: usb: Add support for companion controllers by Hans de Goede · Sun May 10 14:10:20 2015 +0200
  33. f8762f9 dm: usb: Move printing of usb scan status to usb_scan_bus() by Hans de Goede · Sun May 10 14:10:19 2015 +0200
  34. 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
  35. 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
  36. 3b5ddd3 dm: usb: Make usb_get_bus easier to use for callers by Hans de Goede · Tue May 05 11:54:31 2015 +0200
  37. 8679b3a dm: usb: Do not use bus->seq before device_probe(bus) by Hans de Goede · Mon May 04 21:33:26 2015 +0200
  38. 4147739 dm: usb: sandbox: Reset emulation devices in usb stop() by Simon Glass · Wed Mar 25 12:22:38 2015 -0600
  39. 444b1e0 dm: usb: Allow setting up a USB controller as a device/gadget by Simon Glass · Wed Mar 25 12:22:32 2015 -0600
  40. c79173e dm: usb: Bind generic USB devices when there is no driver by Simon Glass · Wed Mar 25 12:22:31 2015 -0600
  41. fc03a55 dm: usb: Allow USB drivers to be declared and auto-probed by Simon Glass · Wed Mar 25 12:22:30 2015 -0600
  42. 9b82eeb dm: usb: Add a uclass for USB controllers by Simon Glass · Wed Mar 25 12:21:59 2015 -0600