1. c06c1be common: Drop linux/bug.h from common header by Simon Glass · Sun May 10 11:40:08 2020 -0600
  2. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  3. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  4. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  5. 655306c common: Drop part.h from common header by Simon Glass · Sun May 10 11:39:58 2020 -0600
  6. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  7. 6dbadd3 usb: gadget: g_dnl: add function g_dnl_set_product by Patrick Delaunay · Wed Mar 18 09:24:46 2020 +0100
  8. 8612c099 Merge branch 'master' of git://git.denx.de/u-boot by Stefano Babic · Sun May 10 13:03:56 2020 +0200
  9. c2bdb58 usb: gadget: sdp: use CONFIG_SDP_LOADADDR as default load address by Frank Li · Wed Apr 29 10:35:11 2020 +0800
  10. 43903f3 usb: dwc2_udc_otg: use the phy bulk API to get phys by developer · Sat May 02 11:35:14 2020 +0200
  11. 637ad63 usb: ether: avoid NULL check before free() by Heinrich Schuchardt · Sun Apr 19 12:11:12 2020 +0200
  12. 1b80705 usb: Migrate to support live DT for some driver by Kever Yang · Wed Mar 04 08:59:50 2020 +0800
  13. b87b94e gadget: f_thor: add missing line breaks for pr_err() by Seung-Woo Kim · Thu Feb 13 17:24:11 2020 +0900
  14. f4f2db7 dfu: Reset timeout in case of DFU request by Andy Shevchenko · Wed Jan 29 17:23:14 2020 +0200
  15. 6373a17 dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> by Masahiro Yamada · Fri Feb 14 16:40:19 2020 +0900
  16. 05a5dba dma-mapping: fix the prototype of dma_unmap_single() by Masahiro Yamada · Fri Feb 14 16:40:18 2020 +0900
  17. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  18. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  19. 2a7a7d9 usb: dwc2_udc_otg: add bcm2835 SoC (Raspberry Pi4) support by Marek Szyprowski · Mon Dec 02 12:11:17 2019 +0100
  20. 606f09b common: Rename and move source() by Simon Glass · Sat Dec 28 10:45:04 2019 -0700
  21. b18a960 usb: Drop use of BUG_ON() and WARN_ON() by Simon Glass · Sun Dec 29 21:19:12 2019 -0700
  22. adaaa48 common: Move command functions out of common.h by Simon Glass · Thu Nov 14 12:57:43 2019 -0700
  23. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  24. bd7a59a common: Move serial_printf() to the serial header by Simon Glass · Thu Nov 14 12:57:23 2019 -0700
  25. 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
  26. 5c8e27b gadget: rockchip: Add rk3399 USB_GADGET_PRODUCT_NUM by Jagan Teki · Tue Nov 19 13:56:21 2019 +0530
  27. 668c56f gadget: rockchip: Add rk3128 USB_GADGET_PRODUCT_NUM by Jagan Teki · Tue Nov 19 13:56:17 2019 +0530
  28. 1de44f0 gadget: rockchip: USB_GADGET_PRODUCT_NUM by Jagan Teki · Tue Nov 19 13:56:16 2019 +0530
  29. ac6fb30 gadget: Select USB_GADGET_VENDOR_NUM for rockchip by Jagan Teki · Tue Nov 19 13:56:15 2019 +0530
  30. c115389 gadget: Select USB_GADGET_MANUFACTURER for rockchip by Jagan Teki · Tue Nov 19 13:56:14 2019 +0530
  31. db4126b usb: dwc2: fix possible alignment issues by Simon Goldschmidt · Thu Nov 21 22:15:23 2019 +0100
  32. 7e509a3 usb: composite: fix possible alignment issues by Simon Goldschmidt · Thu Nov 21 22:15:22 2019 +0100
  33. 851bddd usb: composite: add BOS descriptor support to composite framework by T Karthik Reddy · Mon Oct 14 14:52:50 2019 +0200
  34. 78c5b54 usb: gadget: Add gadget_is_cdns3() macro by Vignesh Raghavendra · Tue Oct 01 17:26:36 2019 +0530
  35. 828da47 usb: udc: Introduce ->udc_set_speed() method by Sherry Sun · Tue Oct 01 17:26:32 2019 +0530
  36. cb39a96 usb: gadget: Add match_ep() op to usb_gadget_ops by Vignesh Raghavendra · Tue Oct 01 17:26:31 2019 +0530
  37. d2c7607 gadget: f_thor: properly enable 3rd endpoint defined by the protocol by Marek Szyprowski · Wed Oct 02 12:27:18 2019 +0200
  38. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · Thu Aug 01 09:47:12 2019 -0600
  39. 0af6e2d env: Move env_get() to env.h by Simon Glass · Thu Aug 01 09:46:52 2019 -0600
  40. 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
  41. 313112a env: Move env_set_hex() to env.h by Simon Glass · Thu Aug 01 09:46:46 2019 -0600
  42. 4cceff6 usb: gadget: f_dfu.c: fix memory leak by Ralph Siemsen · Fri Jun 28 10:42:02 2019 -0400
  43. 8f6b935 Merge tag 'u-boot-imx-20190628' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Fri Jun 28 08:00:22 2019 -0400
  44. 09580e2 usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP by Frieder Schrempf · Tue Jun 04 21:56:29 2019 +0200
  45. c01090e usb: dwc2: allow peripheral mode for OTG configuration by Patrick Delaunay · Tue Jun 18 16:57:18 2019 +0200
  46. ed74263 usb: dwc2: correctly handle binding for g-tx-fifo-size by Patrick Delaunay · Tue Jun 18 16:57:16 2019 +0200
  47. 9fbe17c rockchip: use 'arch-rockchip' as header file path by Kever Yang · Thu Mar 28 11:01:23 2019 +0800
  48. 92f7f19 usb: dwc2: fix gadget disconnect by Fabrice Gasnier · Wed Apr 17 16:46:13 2019 +0200
  49. 7f3384d stm32mp1: add stusb1600 support for DK1 and DK2 board by Patrick Delaunay · Fri Mar 29 15:42:24 2019 +0100
  50. e014cb6 usb: dwc2: add support for STM32MP1 by Patrick Delaunay · Fri Mar 29 15:42:21 2019 +0100
  51. 00f3fc6 usb: dwc2_udc_otg: Add tx_fifo_sz array support by Patrice Chotard · Fri Mar 29 15:42:20 2019 +0100
  52. 80a0de1 usb: dwc2_udc_otg: Read MAX_HW_ENDPOINT from HWCFG4 register by Patrick Delaunay · Fri Mar 29 15:42:19 2019 +0100
  53. e2ad779 usb: dwc2: Add function for session B check by Patrick Delaunay · Fri Mar 29 15:42:18 2019 +0100
  54. 0c42d1d usb: dwc2: Add force-b-session-valid support by Patrick Delaunay · Fri Mar 29 15:42:17 2019 +0100
  55. 9e4abe3 usb: dwc2: force reset assert before to probe the driver by Patrick Delaunay · Fri Mar 29 15:42:16 2019 +0100
  56. 7515054 usb: dwc2: convert driver to DM_USB_GADGET by Patrick Delaunay · Fri Mar 29 15:42:15 2019 +0100
  57. 6a1b77e usb: dwc2: remove unused variable regs_otg by Patrick Delaunay · Fri Mar 29 15:42:14 2019 +0100
  58. fb57691 usb: udc-uclass: Fixed problem when no alias is defined in DT by Jean-Jacques Hiblot · Thu Jan 24 15:44:53 2019 +0100
  59. 128151f usb: ether: call _usb_eth_halt() if initialization fails by Jean-Jacques Hiblot · Tue Jan 22 16:48:16 2019 +0100
  60. 6d932e6 spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFU by Andrew F. Davis · Thu Jan 17 13:43:02 2019 -0600
  61. a55ef7f net: remove CONFIG_MCAST_TFTP by Chris Packham · Mon Nov 26 21:00:29 2018 +1300
  62. db994e0 dm: usb: gadget: Fix boot breakage on sunxi platforms by Jean-Jacques Hiblot · Fri Dec 21 09:50:21 2018 +0100
  63. 6a22852 Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGET by Jean-Jacques Hiblot · Thu Jan 10 15:44:13 2019 +0100
  64. 2934dc1 dm: usb: udc: Use SEQ_ALIAS to index the USB gadget ports by Jean-Jacques Hiblot · Sat Dec 15 17:43:27 2018 +0100
  65. c7c0718 usb: composite: Fix max packet size for USB3.0 by Siva Durga Prasad Paladugu · Thu Dec 13 15:16:36 2018 +0530
  66. 80d353c usb: composite: Move bitmap related operations to ./include/linux/bitmap.h by Lukasz Majewski · Fri Nov 23 17:36:19 2018 +0100
  67. d991cc3 usb: gadget: f_sdp: Provide filesize env variable for downloaded images by Petr Štetiar · Fri Nov 23 14:37:52 2018 +0100
  68. 9dc0d5c dm: usb: create a new UCLASS ID for USB gadget devices by Jean-Jacques Hiblot · Thu Nov 29 10:52:46 2018 +0100
  69. 49ba05c usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle_interrupt() by Jean-Jacques Hiblot · Thu Nov 29 10:52:43 2018 +0100
  70. 585e199 usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers by Jean-Jacques Hiblot · Thu Nov 29 10:52:41 2018 +0100
  71. 8a3cb9f1 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · Wed Nov 21 08:43:56 2018 +0100
  72. 2ccb8b0 net.h: Include linux/if_ether.h to avoid duplication by Bin Meng · Tue Jul 31 02:55:22 2018 -0700
  73. 8c09fce usb:ci_udc: don't overwrite configuration on pullup by Ramon Fried · Fri Sep 21 13:35:56 2018 +0300
  74. 5d4eb84 usb:ci_udc: Introduce init_after_reset phy function by Ramon Fried · Fri Sep 21 13:35:52 2018 +0300
  75. d9680f6 usb: gadget: Add bcdDevice for the DWC3 USB Gadget Controller by Jean-Jacques Hiblot · Thu Aug 09 16:17:40 2018 +0200
  76. dac5394 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Fri Aug 10 07:21:02 2018 -0400
  77. 85763fc usb: rockchip: on K_FW_LBA_WRITE_10 remove magic block size of 512 bytes by Alberto Panizzo · Thu Jul 12 13:05:49 2018 +0200
  78. 7ecbcb8 usb: rockchip: fix printing csw debug info by Alberto Panizzo · Thu Jul 12 13:05:48 2018 +0200
  79. dac7c2c usb: rockchip: be quiet on serial port while transferring data by Alberto Panizzo · Thu Jul 12 13:05:46 2018 +0200
  80. f069eff usb: rockchip: implement K_FW_LBA_ERASE_10 command by Alberto Panizzo · Thu Jul 12 13:05:45 2018 +0200
  81. 4594021 usb: rockchip: implement K_FW_LBA_READ_10 command by Alberto Panizzo · Thu Jul 12 13:05:44 2018 +0200
  82. aa21ca3 usb: rockchip: implement skeleton for K_FW_GET_CHIP_VER command by Alberto Panizzo · Thu Jul 12 13:05:42 2018 +0200
  83. 4ed7611 usb: rockchip: fix command failed on host side due to missing data by Alberto Panizzo · Thu Jul 12 13:05:41 2018 +0200
  84. 1661bf2 gadget: f_thor: fix hang-up with ctrl-c by Seung-Woo Kim · Mon Jun 04 15:53:39 2018 +0900
  85. d45008f mips: au1x00: Remove support for these SoCs by Tom Rini · Wed Jul 11 09:05:25 2018 -0400
  86. 2d2fa49 lib: Add hexdump by Alexey Brodkin · Tue Jun 05 17:17:57 2018 +0300
  87. e80d294 usb: fastboot: Convert USB f_fastboot to shared fastboot by Alex Kiernan · Tue May 29 15:30:55 2018 +0000
  88. 32c2194 fastboot: Rename public fb_ functions to fastboot_ by Alex Kiernan · Tue May 29 15:30:48 2018 +0000
  89. 1df9890 fastboot: Extract common definitions from USB fastboot by Alex Kiernan · Tue May 29 15:30:47 2018 +0000
  90. 5512c43 fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flag by Alex Kiernan · Tue May 29 15:30:46 2018 +0000
  91. 8cb1eab fastboot: Correct dependencies in FASTBOOT_FLASH by Alex Kiernan · Tue May 29 15:30:42 2018 +0000
  92. ed6a4144 fastboot: Extract fastboot_okay/fail to fb_common.c by Alex Kiernan · Tue May 29 15:30:41 2018 +0000
  93. 27b69de fastboot: Refactor fastboot_okay/fail to take response by Alex Kiernan · Tue May 29 15:30:40 2018 +0000
  94. e78aac1 gadget: f_thor: Fix memory leaks of usb request and its buffer by Seung-Woo Kim · Fri May 25 14:21:01 2018 +0900
  95. 7414a0f gadget: f_thor: update to support more than 4GB file as thor 5.0 by Seung-Woo Kim · Thu May 10 10:52:15 2018 +0900
  96. 16b74aa gadget: f_thor: fix filename overflow by Seung-Woo Kim · Thu May 10 10:52:14 2018 +0900
  97. 0b88876 usb: composite convert __set_bit to generic_set_bit by Bryan O'Donoghue · Mon Apr 30 15:56:10 2018 +0100
  98. 5631251 usb: f_mass_storage: Fix set_bit and clear_bit usage by Bryan O'Donoghue · Mon Apr 30 15:56:09 2018 +0100
  99. 8b0c8a1 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · Sun May 06 18:27:01 2018 -0400
  100. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400