1. 6f767ed f_rockusb: Use NULL instead of 0 for pointers by Andy Shevchenko · Thu Dec 03 17:32:03 2020 +0200
  2. 2753cec gadget: f_thor: fix wrong file size cast by Seung-Woo Kim · Fri Oct 16 16:29:02 2020 +0900
  3. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · Tue Jan 05 22:34:43 2021 -0500
  4. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · Tue Jan 05 16:20:26 2021 -0500
  5. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · Sat Dec 19 10:40:14 2020 -0700
  6. f1d50f7 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · Sat Dec 19 10:40:13 2020 -0700
  7. 07c1777 dm: core: Rename dev_has_of_node() to dev_has_ofnode() by Simon Glass · Sat Dec 19 10:40:12 2020 -0700
  8. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · Tue Dec 22 19:30:28 2020 -0700
  9. 4206b77 cosmetic: fix typo in drivers/usb/Kconfig by Marc Ferland · Wed Dec 23 10:13:22 2020 -0500
  10. 07e1338 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · Wed Dec 16 21:20:29 2020 -0700
  11. 579d804 usb: Update for new sequence numbers by Simon Glass · Wed Dec 16 21:20:21 2020 -0700
  12. cb4363a usb: ehci-mx6: Drop assignment of sequence number by Simon Glass · Wed Dec 16 21:20:20 2020 -0700
  13. 75e534b dm: Avoid accessing seq directly by Simon Glass · Wed Dec 16 21:20:07 2020 -0700
  14. 8a98ffd Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Wed Dec 16 17:43:33 2020 -0500
  15. b08cd54 eth/r8152: fix the aggregation issue by Hayes Wang · Wed Dec 16 17:03:23 2020 +0800
  16. 5573bf5 eth/r8152: free previous memory if r8152_eth_probe fail by Hayes Wang · Wed Dec 16 17:03:22 2020 +0800
  17. a050583 usb: xhci: fix lack of short packet event trb handling by Ran Wang · Wed Nov 18 15:49:02 2020 +0800
  18. 221d7fa x86: edison: Use dwc3-generic driver for Intel Edison by Andy Shevchenko · Thu Dec 03 19:45:01 2020 +0200
  19. 75275c6 usb: dwc3-meson-g12a: always configure dr-mode by Marek Szyprowski · Mon Dec 14 12:34:19 2020 +0100
  20. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  21. 33b2efb dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · Thu Dec 03 16:55:22 2020 -0700
  22. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · Thu Dec 03 16:55:21 2020 -0700
  23. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  24. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  25. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  26. 884870f dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · Sat Nov 28 17:50:01 2020 -0700
  27. 5d9950d treewide: Update email address Patrick Delaunay and Patrice Chotard by Patrice Chotard · Wed Dec 02 18:47:30 2020 +0100
  28. 09aee38 usb: gadget: dwc2_udc_otg: return zero when reset property is not present by Jaehoon Chung · Wed Oct 21 21:28:41 2020 +0900
  29. c37f8f3 usb: dwc3: Handle case where setup_phy is not needed by Siva Durga Prasad Paladugu · Wed Oct 21 14:17:31 2020 +0200
  30. 99df7a5 usb: dwc2: add "u-boot,force-vbus-detection" for stm32 by Patrick Delaunay · Thu Oct 15 14:49:37 2020 +0200
  31. 4cb093e usb: gadget: Add bcdDevice for the MTU3 USB Gadget Controller by developer · Wed Oct 14 15:08:30 2020 +0800
  32. 13dc3c8 usb: add MediaTek USB3 DRD driver by developer · Fri Oct 16 11:38:39 2020 +0800
  33. b758158 usb: common: add define of usb_speed_string() by developer · Wed Oct 14 15:08:28 2020 +0800
  34. 64bb6ce usb: add USB_SPEED_SUPER_PLUS by developer · Wed Oct 14 15:08:27 2020 +0800
  35. deb45f8 usb: musb-new: Fix typo in caution message by Naoki Hayama · Mon Oct 12 18:35:42 2020 +0900
  36. e3dedea usb: dwc2: Fix control OUT transfer issue by Chance.Yang · Tue Oct 06 10:55:49 2020 +0800
  37. 01adeb3 usb: xhci: avoid type conversion of void * by Heinrich Schuchardt · Tue Sep 29 22:03:01 2020 +0200
  38. e8433bf usb: dwc3: Include device_compat.h in dwc3-octeon-glue.c by Tom Rini · Fri Oct 16 08:41:37 2020 -0400
  39. aa7ebbb usb: musb-new: mt85xx: Fix not calling dev_err with a device by Sean Anderson · Sun Oct 04 21:39:55 2020 -0400
  40. 3e46486 usb: musb-new: Include device_compat.h by Sean Anderson · Sun Oct 04 21:39:54 2020 -0400
  41. 429ce52 usb: xhci: Include device_compat.h by Sean Anderson · Sun Oct 04 21:39:53 2020 -0400
  42. 2013b66 Merge tag 'mips-pull-2020-10-07' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · Wed Oct 07 17:25:25 2020 -0400
  43. df33b57 usb: xhci: octeon: Add DWC3 glue layer for Octeon by Stefan Roese · Mon Aug 24 13:04:38 2020 +0200
  44. 79db944 usb: xhci: xhci_bulk_tx: Don't "BUG" when comparing addresses by Stefan Roese · Mon Aug 24 13:04:37 2020 +0200
  45. cf35437 usb: xhci: xhci-dwc3.c: Use dev_remap_addr() instead of dev_get_addr() by Stefan Roese · Mon Aug 24 13:04:36 2020 +0200
  46. bd81c5b Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dm by Tom Rini · Tue Oct 06 13:59:01 2020 -0400
  47. d776a84 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · Fri Sep 25 09:41:14 2020 +0200
  48. 60d6b5d Merge tag 'u-boot-amlogic-20201005' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · Tue Oct 06 08:36:10 2020 -0400
  49. c1a7e72c usb: dwc3: add Amlogic GXL & GXL DWC3 Glue by Neil Armstrong · Thu Sep 10 10:48:13 2020 +0200
  50. 7f2d86d usb: xhci-rcar: Add support for R8A774A1 SoC by Lad Prabhakar · Mon Sep 21 18:24:09 2020 +0100
  51. 14bb350 usb: xhci: convert to readx_poll_sleep_timeout() by developer · Tue Sep 08 19:00:03 2020 +0200
  52. 9963422 usb: xhci: use macros with parameter to fill ep_info2 by developer · Tue Sep 08 19:00:02 2020 +0200
  53. 57c052b usb: xhci: convert to TRB_TX_TYPE() by developer · Tue Sep 08 19:00:01 2020 +0200
  54. 6cabb14 usb: xhci: convert to TRB_LEN() and TRB_INTR_TARGET() by developer · Tue Sep 08 19:00:00 2020 +0200
  55. 497dcfa usb: xhci: convert to TRB_TYPE() by developer · Tue Sep 08 18:59:59 2020 +0200
  56. 6b9e221 usb: xhci: convert to HCS_MAX_PORTS() by developer · Tue Sep 08 18:59:58 2020 +0200
  57. 8039053 usb: xhci: add quirks flag to support MediaTek xHCI 0.96 by developer · Tue Sep 08 18:59:57 2020 +0200
  58. 570c2a9 usb: xhci: create one unified function to calculate TRB TD remainder by developer · Tue Sep 08 18:59:56 2020 +0200
  59. d1c2da4 usb: xhci: add a member hci_version in xhci_ctrl struct by developer · Tue Sep 08 18:59:55 2020 +0200
  60. 46362c7 usb: musb-new: sunxi: Fix not calling dev_err with a device by Sean Anderson · Tue Sep 15 10:45:19 2020 -0400
  61. a468d76 usb: dwc3: Don't include asm-generic/io.h by Sean Anderson · Tue Sep 15 10:45:18 2020 -0400
  62. 9a62b42 usb: dwc3: ti: Fix not calling dev_err with a device by Sean Anderson · Tue Sep 15 10:45:17 2020 -0400
  63. 2789ce8 usb: dwc3: Fix not calling dev_xxx with a device by Sean Anderson · Tue Sep 15 10:45:16 2020 -0400
  64. 62eff9b usb: dwc2: Fix not calling dev_xxx with a device by Sean Anderson · Tue Sep 15 10:45:15 2020 -0400
  65. ccf123b usb: cdns3: Fix not calling dev_xxx with a device by Sean Anderson · Tue Sep 15 10:45:14 2020 -0400
  66. 01c102d Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Thu Sep 24 08:33:47 2020 -0400
  67. 3239d71 xilinx: kconfig: Change Kconfig dependencies for Xilinx drivers by Michal Simek · Mon Aug 24 14:41:51 2020 +0200
  68. 45e8e41 Merge branch '2020-09-14-generic-phy-error-trace' into next by Tom Rini · Mon Sep 21 16:44:16 2020 -0400
  69. 746862b usb: dwc3: Add Qualcomm DWC3 compatible string by Robert Marko · Thu Sep 10 16:00:05 2020 +0200
  70. 1b9711b usb: musb-new: sunxi: change trace level for phy errors managed by uclass by Patrick Delaunay · Fri Jul 03 17:36:45 2020 +0200
  71. f62e739 usb: host: ehci-hcd: change trace level for phy errors managed by uclass by Patrick Delaunay · Fri Jul 03 17:36:43 2020 +0200
  72. 01e05a9 usb: host: ohci: change trace level for phy errors managed by uclass by Patrick Delaunay · Fri Jul 03 17:36:42 2020 +0200
  73. 5953ffa fastboot: Fix fastboot reboot fail by changing functions order by yurii.pidhornyi · Thu Aug 20 18:41:18 2020 +0300
  74. 44f26b1 f_sdp: Change bInterval of interrupt endpoint to 3 by Sherry Sun · Tue Aug 18 18:16:49 2020 +0800
  75. 5226298 f_sdp: Add EP1_OUT as default data receive pipe in sdp by Sherry Sun · Tue Aug 18 18:16:48 2020 +0800
  76. f49d470 f_sdp: Support searching and loading FIT or container image by Peng Fan · Tue Aug 18 18:16:46 2020 +0800
  77. 5af7ccf f_sdp: Fix wrong usb request size by Ye Li · Tue Aug 18 18:16:45 2020 +0800
  78. a9e8fe0 f_sdp: Add high speed endpoint descriptor by Ye Li · Tue Aug 18 18:16:44 2020 +0800
  79. 9c5cb7f usb: max3420: add the gadget driver by Jassi Brar · Wed Jul 29 20:51:27 2020 -0500
  80. b30b97b fastboot: Add support for 'reboot fastboot' command by Roman Kovalivskyi · Tue Jul 28 23:35:33 2020 +0300
  81. 68801eb usb: ci_udc: Add function to remove usb device by Ye Li · Mon Jun 29 10:12:59 2020 +0800
  82. be30ec1 usb: gadget: Fix controller index in UMS by Ye Li · Mon Jun 29 10:12:26 2020 +0800
  83. d215ca2 eth/r8152: support RTL8153B/RTL8154B by Hayes Wang · Tue Jun 16 17:09:47 2020 +0800
  84. 98e9791 eth/r8152: modify rtl_clear_bp function by Hayes Wang · Tue Jun 16 17:09:46 2020 +0800
  85. 27217bc eth/r8152: reset PHY after setting it by Hayes Wang · Tue Jun 16 17:09:45 2020 +0800
  86. 653d2e7 eth/r8152: reset bmu after disabling Tx/Rx by Hayes Wang · Tue Jun 16 17:09:44 2020 +0800
  87. 2b21255 drivers: usb: Fix config indentation by Ruben Di Battista · Thu Aug 06 12:12:30 2020 +0200
  88. 32822d0 treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr() by Masahiro Yamada · Tue Aug 04 14:14:43 2020 +0900
  89. 0c09ade linux/compat.h: Add wait_event_timeout macro by Oleksandr Andrushchenko · Thu Aug 06 12:42:51 2020 +0300
  90. 2280d33 xen: Port Xen hypervisor related code from mini-os by Oleksandr Andrushchenko · Thu Aug 06 12:42:48 2020 +0300
  91. 7c7640a usb: host: dwc3-sti-glue: Fix ofnode_valid() parameter by Patrice Chotard · Mon Jun 29 11:19:02 2020 +0200
  92. caf8cae usb: xhci: Add virt_to_phys() to support mapped platforms by Stefan Roese · Tue Jul 21 10:46:05 2020 +0200
  93. 77c83ac usb: usb-uclass.c: Drop le16_to_cpu() as values are already swapped by Stefan Roese · Tue Jul 21 10:46:04 2020 +0200
  94. 83b1751 usb: xhci: xhci_mem_init: Use cpu_to_le64() and not xhci_writeq() by Stefan Roese · Tue Jul 21 10:46:03 2020 +0200
  95. cb57086 usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu) by Stefan Roese · Tue Jul 21 10:46:02 2020 +0200
  96. 61adc04 usb: Drop dm.h header file by Simon Glass · Sun Jul 19 10:15:55 2020 -0600
  97. a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · Fri Jul 17 14:36:48 2020 +0900
  98. 1096ae1 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · Fri Jul 17 14:36:46 2020 +0900
  99. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · Fri Jul 24 08:42:06 2020 -0400
  100. a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · Fri Jul 17 14:36:48 2020 +0900