1. 0c09ade linux/compat.h: Add wait_event_timeout macro by Oleksandr Andrushchenko · Thu Aug 06 12:42:51 2020 +0300
  2. 2280d33 xen: Port Xen hypervisor related code from mini-os by Oleksandr Andrushchenko · Thu Aug 06 12:42:48 2020 +0300
  3. 7c7640a usb: host: dwc3-sti-glue: Fix ofnode_valid() parameter by Patrice Chotard · Mon Jun 29 11:19:02 2020 +0200
  4. caf8cae usb: xhci: Add virt_to_phys() to support mapped platforms by Stefan Roese · Tue Jul 21 10:46:05 2020 +0200
  5. 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
  6. 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
  7. cb57086 usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu) by Stefan Roese · Tue Jul 21 10:46:02 2020 +0200
  8. 61adc04 usb: Drop dm.h header file by Simon Glass · Sun Jul 19 10:15:55 2020 -0600
  9. a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · Fri Jul 17 14:36:48 2020 +0900
  10. 1096ae1 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · Fri Jul 17 14:36:46 2020 +0900
  11. 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
  12. a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · Fri Jul 17 14:36:48 2020 +0900
  13. a3332a1 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · Fri Jul 17 14:36:46 2020 +0900
  14. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  15. 566107e usb: xhci: Add reset controller support by Nicolas Saenz Julienne · Mon Jun 29 18:37:25 2020 +0200
  16. ffedc75 usb: xhci: Add missing cache flush in the scratchpad array initialization by Sylwester Nawrocki · Mon May 25 13:39:51 2020 +0200
  17. 76c5974 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into next by Tom Rini · Fri Jun 19 16:25:50 2020 -0400
  18. a587d3b eth/r8152: update the firmware by Hayes Wang · Fri Jun 05 15:23:40 2020 +0800
  19. 7c96132 usb: provide a device tree node to USB devices by Michael Walle · Tue Jun 02 01:47:07 2020 +0200
  20. 797172a kconfig: fix typo for OHCI host and add to DM list by Marcin Juszkiewicz · Tue May 26 19:07:16 2020 +0200
  21. 2593cdb usb: ohci: Add header file for ARCH_DMA_MINALIGN by Simon Glass · Sat May 30 10:29:03 2020 -0600
  22. 80c5aec Merge tag 'u-boot-rockchip-20200531' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Sun May 31 20:07:39 2020 -0400
  23. f596590 driver: usb: drop legacy rockchip xhci driver by Frank Wang · Tue May 26 11:34:32 2020 +0800
  24. f5a6c5b usb: dwc3: add make compatible for rockchip platform by Frank Wang · Tue May 26 11:34:31 2020 +0800
  25. a86d51a usb: ehci-mx6: Print error code on failure by Marek Vasut · Thu May 21 23:34:06 2020 +0200
  26. 2737045 usb: ehci-mx6: Handle fixed regulators correctly by Marek Vasut · Thu May 21 23:32:23 2020 +0200
  27. f65b643 eth/r8152: fix assigning the wrong endpoint by Hayes Wang · Fri May 22 16:54:10 2020 +0800
  28. a4a2912 usb: dwc3: amend UTMI/UTMIW phy interface setup by Frank Wang · Tue May 26 11:34:30 2020 +0800
  29. 461409b usb: dwc3: Enable AutoRetry feature in the controller by Jagan Teki · Tue May 26 11:34:29 2020 +0800
  30. 0ece2f7 usb: dwc3: Add disable u2mac linestate check quirk by Jagan Teki · Tue May 26 11:33:48 2020 +0800
  31. b29bcd7 usb: dwc3: add dis_u2_freeclk_exists_quirk by Frank Wang · Tue May 26 11:33:47 2020 +0800
  32. 0c3b6f5 usb: dwc3: add dis_enblslpm_quirk by Frank Wang · Tue May 26 11:33:46 2020 +0800
  33. 1bb3ee4 eth/r8152: fix typo in register name by Hayes Wang · Fri May 22 16:54:11 2020 +0800
  34. b72ae70 usb: dwc3: fix NULL pointer issue by developer · Thu May 14 13:55:11 2020 +0800
  35. cb167e8 usb: ehci-omap: Add Support for DM_USB and OF_CONTROL by Adam Ford · Sat May 16 01:19:53 2020 -0500
  36. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  37. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  38. c06c1be common: Drop linux/bug.h from common header by Simon Glass · Sun May 10 11:40:08 2020 -0600
  39. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  40. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  41. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  42. 655306c common: Drop part.h from common header by Simon Glass · Sun May 10 11:39:58 2020 -0600
  43. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  44. 1e26864 arm: Don't include common.h in header files by Simon Glass · Sun May 10 11:39:55 2020 -0600
  45. 513f640 rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRA by Trevor Woerner · Wed May 06 08:02:41 2020 -0400
  46. bb7ab07 rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD by Trevor Woerner · Wed May 06 08:02:40 2020 -0400
  47. f995375 rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5X by Trevor Woerner · Wed May 06 08:02:38 2020 -0400
  48. 6dbadd3 usb: gadget: g_dnl: add function g_dnl_set_product by Patrick Delaunay · Wed Mar 18 09:24:46 2020 +0100
  49. 1eb3c30 usb: dwc3: Add versal compatibility string to dwc3 glue ids by Siva Durga Prasad Paladugu · Tue May 12 08:36:01 2020 +0200
  50. c1157dc usb: dwc3: add dis_del_phy_power_chg_quirk by Jagan Teki · Wed May 06 13:20:25 2020 +0530
  51. f8b2719 usb: mx6: add fuse check by Peng Fan · Fri May 01 22:08:36 2020 +0800
  52. 8612c099 Merge branch 'master' of git://git.denx.de/u-boot by Stefano Babic · Sun May 10 13:03:56 2020 +0200
  53. c2bdb58 usb: gadget: sdp: use CONFIG_SDP_LOADADDR as default load address by Frank Li · Wed Apr 29 10:35:11 2020 +0800
  54. 507fc9b xhci: mediatek: Add support for MTK xHCI host controller by developer · Sat May 02 11:35:18 2020 +0200
  55. 43903f3 usb: dwc2_udc_otg: use the phy bulk API to get phys by developer · Sat May 02 11:35:14 2020 +0200
  56. f8bced1 usb: dwc3: use the phy bulk API to get phys by developer · Sat May 02 11:35:13 2020 +0200
  57. df51e06 Merge tag 'u-boot-amlogic-20200428' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · Tue Apr 28 10:09:16 2020 -0400
  58. 190ee83 usb: host: dwc3-sti-glue: Use UCLASS_NOP instead of UCLASS_MISC by Patrice Chotard · Tue Apr 28 13:49:50 2020 +0200
  59. ce17fe1 usb: host: dwc2: add trace to have clean usb start by Patrick Delaunay · Mon Apr 27 15:30:01 2020 +0200
  60. 8bef169 usb: host: dwc2: force reset assert by Patrick Delaunay · Mon Apr 27 15:30:00 2020 +0200
  61. 9225f3e usb: host: dwc2: add clk support by Patrick Delaunay · Mon Apr 27 15:29:59 2020 +0200
  62. bb3569d usb: host: dwc2: add phy support by Patrick Delaunay · Mon Apr 27 15:29:58 2020 +0200
  63. 637ad63 usb: ether: avoid NULL check before free() by Heinrich Schuchardt · Sun Apr 19 12:11:12 2020 +0200
  64. 4b88d6f usb: avoid NULL check before free by Heinrich Schuchardt · Sun Apr 19 12:02:28 2020 +0200
  65. a29def2 usb: dwc3-meson-g12a: add power-on/off of the PHYs by Neil Armstrong · Tue Apr 21 10:17:42 2020 +0200
  66. f59d24e drivers: usb: host: Add BRCM xHCI driver by Rayagonda Kokatanur · Thu Apr 09 09:23:15 2020 +0530
  67. 5d42d3a usb: Migrate to support live DT for some driver by Kever Yang · Wed Mar 04 08:59:50 2020 +0800
  68. bfd13d7 usb: ehci-msm: Use dev interface to get device address by Kever Yang · Wed Mar 04 08:59:49 2020 +0800
  69. dd0a300 usb: dwc3-of-simple: Drop redundant inclding header file by Kever Yang · Wed Mar 04 08:59:48 2020 +0800
  70. 118a903 usb: Keep async schedule running only across mass storage xfers by Marek Vasut · Mon Apr 06 14:29:44 2020 +0200
  71. 3130df5 sunxi: Move common defconfig options to Kconfig by Andre Przywara · Thu Feb 20 17:51:14 2020 +0000
  72. b87b94e gadget: f_thor: add missing line breaks for pr_err() by Seung-Woo Kim · Thu Feb 13 17:24:11 2020 +0900
  73. f4f2db7 dfu: Reset timeout in case of DFU request by Andy Shevchenko · Wed Jan 29 17:23:14 2020 +0200
  74. 6373a17 dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> by Masahiro Yamada · Fri Feb 14 16:40:19 2020 +0900
  75. 05a5dba dma-mapping: fix the prototype of dma_unmap_single() by Masahiro Yamada · Fri Feb 14 16:40:18 2020 +0900
  76. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  77. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  78. d69d595 Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · Wed Feb 05 07:18:12 2020 -0500
  79. 6e0c11a usb: cdns3: ep0: Invalidate cache before reading Setup Packet by Vignesh Raghavendra · Mon Jan 27 17:55:54 2020 +0530
  80. 2a7a7d9 usb: dwc2_udc_otg: add bcm2835 SoC (Raspberry Pi4) support by Marek Szyprowski · Mon Dec 02 12:11:17 2019 +0100
  81. 64800e0 usb: musb-new: mt85xx: add musb-new gadget driver. by developer · Thu Jan 16 16:11:37 2020 +0800
  82. 3a7cb13 Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Mon Jan 20 14:54:55 2020 -0500
  83. c628295 dwc3-generic: Add support for AM654 USB controller by Vignesh Raghavendra · Mon Dec 09 10:37:29 2019 +0530
  84. f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  85. 606f09b common: Rename and move source() by Simon Glass · Sat Dec 28 10:45:04 2019 -0700
  86. b18a960 usb: Drop use of BUG_ON() and WARN_ON() by Simon Glass · Sun Dec 29 21:19:12 2019 -0700
  87. 5abcf94 usb: dwc3: Fix UTMI/UTMIW phy interface initialization by Jagan Teki · Wed Dec 18 13:00:02 2019 +0530
  88. 42360c4 usb: cdns3: ep0: Fix build warnings related to cache ops by Vignesh Raghavendra · Thu Dec 05 13:29:25 2019 +0530
  89. adaaa48 common: Move command functions out of common.h by Simon Glass · Thu Nov 14 12:57:43 2019 -0700
  90. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  91. bd7a59a common: Move serial_printf() to the serial header by Simon Glass · Thu Nov 14 12:57:23 2019 -0700
  92. 513255b dm: test: usb: rework keyboard test by Heinrich Schuchardt · Sat Nov 23 18:15:23 2019 +0100
  93. 8e505ee usb: kbd: implement special keys by Heinrich Schuchardt · Sat Nov 23 18:15:21 2019 +0100
  94. 5db181d Merge tag 'u-boot-rockchip-20191124' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Sat Nov 23 20:50:11 2019 -0500
  95. 5c8e27b gadget: rockchip: Add rk3399 USB_GADGET_PRODUCT_NUM by Jagan Teki · Tue Nov 19 13:56:21 2019 +0530
  96. 106c71f usb: dwc3: Add phy interface for dwc3_uboot by Jagan Teki · Tue Nov 19 13:56:20 2019 +0530
  97. 668c56f gadget: rockchip: Add rk3128 USB_GADGET_PRODUCT_NUM by Jagan Teki · Tue Nov 19 13:56:17 2019 +0530
  98. 1de44f0 gadget: rockchip: USB_GADGET_PRODUCT_NUM by Jagan Teki · Tue Nov 19 13:56:16 2019 +0530
  99. ac6fb30 gadget: Select USB_GADGET_VENDOR_NUM for rockchip by Jagan Teki · Tue Nov 19 13:56:15 2019 +0530
  100. c115389 gadget: Select USB_GADGET_MANUFACTURER for rockchip by Jagan Teki · Tue Nov 19 13:56:14 2019 +0530