1. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  2. 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
  3. 5e6201b env: Move env_set() to env.h by Simon Glass · 5 years ago
  4. 313112a env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  5. 4cceff6 usb: gadget: f_dfu.c: fix memory leak by Ralph Siemsen · 5 years ago
  6. 8f6b935 Merge tag 'u-boot-imx-20190628' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  7. 09580e2 usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP by Frieder Schrempf · 5 years ago
  8. c01090e usb: dwc2: allow peripheral mode for OTG configuration by Patrick Delaunay · 5 years ago
  9. ed74263 usb: dwc2: correctly handle binding for g-tx-fifo-size by Patrick Delaunay · 5 years ago
  10. 9fbe17c rockchip: use 'arch-rockchip' as header file path by Kever Yang · 6 years ago
  11. 92f7f19 usb: dwc2: fix gadget disconnect by Fabrice Gasnier · 6 years ago
  12. 7f3384d stm32mp1: add stusb1600 support for DK1 and DK2 board by Patrick Delaunay · 6 years ago
  13. e014cb6 usb: dwc2: add support for STM32MP1 by Patrick Delaunay · 6 years ago
  14. 00f3fc6 usb: dwc2_udc_otg: Add tx_fifo_sz array support by Patrice Chotard · 6 years ago
  15. 80a0de1 usb: dwc2_udc_otg: Read MAX_HW_ENDPOINT from HWCFG4 register by Patrick Delaunay · 6 years ago
  16. e2ad779 usb: dwc2: Add function for session B check by Patrick Delaunay · 6 years ago
  17. 0c42d1d usb: dwc2: Add force-b-session-valid support by Patrick Delaunay · 6 years ago
  18. 9e4abe3 usb: dwc2: force reset assert before to probe the driver by Patrick Delaunay · 6 years ago
  19. 7515054 usb: dwc2: convert driver to DM_USB_GADGET by Patrick Delaunay · 6 years ago
  20. 6a1b77e usb: dwc2: remove unused variable regs_otg by Patrick Delaunay · 6 years ago
  21. fb57691 usb: udc-uclass: Fixed problem when no alias is defined in DT by Jean-Jacques Hiblot · 6 years ago
  22. 128151f usb: ether: call _usb_eth_halt() if initialization fails by Jean-Jacques Hiblot · 6 years ago
  23. 6d932e6 spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFU by Andrew F. Davis · 6 years ago
  24. a55ef7f net: remove CONFIG_MCAST_TFTP by Chris Packham · 6 years ago
  25. db994e0 dm: usb: gadget: Fix boot breakage on sunxi platforms by Jean-Jacques Hiblot · 6 years ago
  26. 6a22852 Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGET by Jean-Jacques Hiblot · 6 years ago
  27. 2934dc1 dm: usb: udc: Use SEQ_ALIAS to index the USB gadget ports by Jean-Jacques Hiblot · 6 years ago
  28. c7c0718 usb: composite: Fix max packet size for USB3.0 by Siva Durga Prasad Paladugu · 6 years ago
  29. 80d353c usb: composite: Move bitmap related operations to ./include/linux/bitmap.h by Lukasz Majewski · 6 years ago
  30. d991cc3 usb: gadget: f_sdp: Provide filesize env variable for downloaded images by Petr Štetiar · 6 years ago
  31. 9dc0d5c dm: usb: create a new UCLASS ID for USB gadget devices by Jean-Jacques Hiblot · 6 years ago
  32. 49ba05c usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle_interrupt() by Jean-Jacques Hiblot · 6 years ago
  33. 585e199 usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers by Jean-Jacques Hiblot · 6 years ago
  34. 8a3cb9f1 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · 6 years ago
  35. 2ccb8b0 net.h: Include linux/if_ether.h to avoid duplication by Bin Meng · 6 years ago
  36. 8c09fce usb:ci_udc: don't overwrite configuration on pullup by Ramon Fried · 6 years ago
  37. 5d4eb84 usb:ci_udc: Introduce init_after_reset phy function by Ramon Fried · 6 years ago
  38. d9680f6 usb: gadget: Add bcdDevice for the DWC3 USB Gadget Controller by Jean-Jacques Hiblot · 6 years ago
  39. dac5394 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  40. 85763fc usb: rockchip: on K_FW_LBA_WRITE_10 remove magic block size of 512 bytes by Alberto Panizzo · 6 years ago
  41. 7ecbcb8 usb: rockchip: fix printing csw debug info by Alberto Panizzo · 6 years ago
  42. dac7c2c usb: rockchip: be quiet on serial port while transferring data by Alberto Panizzo · 6 years ago
  43. f069eff usb: rockchip: implement K_FW_LBA_ERASE_10 command by Alberto Panizzo · 6 years ago
  44. 4594021 usb: rockchip: implement K_FW_LBA_READ_10 command by Alberto Panizzo · 6 years ago
  45. aa21ca3 usb: rockchip: implement skeleton for K_FW_GET_CHIP_VER command by Alberto Panizzo · 6 years ago
  46. 4ed7611 usb: rockchip: fix command failed on host side due to missing data by Alberto Panizzo · 6 years ago
  47. 1661bf2 gadget: f_thor: fix hang-up with ctrl-c by Seung-Woo Kim · 6 years ago
  48. d45008f mips: au1x00: Remove support for these SoCs by Tom Rini · 6 years ago
  49. 2d2fa49 lib: Add hexdump by Alexey Brodkin · 6 years ago
  50. e80d294 usb: fastboot: Convert USB f_fastboot to shared fastboot by Alex Kiernan · 6 years ago
  51. 32c2194 fastboot: Rename public fb_ functions to fastboot_ by Alex Kiernan · 6 years ago
  52. 1df9890 fastboot: Extract common definitions from USB fastboot by Alex Kiernan · 6 years ago
  53. 5512c43 fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flag by Alex Kiernan · 6 years ago
  54. 8cb1eab fastboot: Correct dependencies in FASTBOOT_FLASH by Alex Kiernan · 6 years ago
  55. ed6a4144 fastboot: Extract fastboot_okay/fail to fb_common.c by Alex Kiernan · 6 years ago
  56. 27b69de fastboot: Refactor fastboot_okay/fail to take response by Alex Kiernan · 6 years ago
  57. e78aac1 gadget: f_thor: Fix memory leaks of usb request and its buffer by Seung-Woo Kim · 7 years ago
  58. 7414a0f gadget: f_thor: update to support more than 4GB file as thor 5.0 by Seung-Woo Kim · 7 years ago
  59. 16b74aa gadget: f_thor: fix filename overflow by Seung-Woo Kim · 7 years ago
  60. 0b88876 usb: composite convert __set_bit to generic_set_bit by Bryan O'Donoghue · 7 years ago
  61. 5631251 usb: f_mass_storage: Fix set_bit and clear_bit usage by Bryan O'Donoghue · 7 years ago
  62. 8b0c8a1 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · 7 years ago
  63. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  64. d7a0fc8 usb: f_mass_storage: simplify logical expression by Heinrich Schuchardt · 7 years ago
  65. 629c3b4 usb: gadget: remove duplicate assignment. by Heinrich Schuchardt · 7 years ago
  66. 0c1b62c usb: gadget: composite: fix NULL pointer when a non standard request is received by Christophe Kerello · 7 years ago
  67. 9c21549 net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · 7 years ago
  68. cc92df4 usb: gadget: USB_ETHER requires network support by Alex Kiernan · 7 years ago
  69. f3b987f usb: rockchip: remove duplicate assignement. by Heinrich Schuchardt · 7 years ago
  70. 7f8d436 dfu: Rename _FUNCTION_DFU to DFU_OVER_ by Marek Vasut · 7 years ago
  71. e1d461b usb: gadget: sdp: fix pointer cast warnings for 64bit archs by Andre Heider · 7 years ago
  72. b841e97 usb: gadget: sdp: add missing line breaks by Andre Heider · 7 years ago
  73. 834a2d2 usb: dwc2: make casts of ep->dma_buf consistent by Tom Rini · 7 years ago
  74. e364e4b Kconfig: gadget: Move CONFIG_USB_FUNCTION_MASS_STORAGE to Kconfig by Lukasz Majewski · 7 years ago
  75. 3c32b42 Kconfig: gadget: Move CONFIG_USB_FUNCTION_THOR to Kconfig by Lukasz Majewski · 7 years ago
  76. b886ed9 Kconfig: usb: Sort USB_FUNCTION_* entries by Lukasz Majewski · 7 years ago
  77. f646092 usb: rockchip: add the rockusb gadget by Eddie Cai · 7 years ago
  78. f26cf93 Trigger watchdog before calling usb_gadget_handle_interrupts by Vincent Prince · 7 years ago
  79. 91215be usb: gadget: storage: Increase FSG_BUFLEN by Marek Vasut · 7 years ago
  80. 121973a Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
  81. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  82. 4a553ca sunxi: Fix USB_GADGET implication by Maxime Ripard · 7 years ago
  83. 6375bd8 sunxi: provide default USB gadget setup by Maxime Ripard · 7 years ago
  84. 48e78f8 usb: gadget: usb_ether: Move settings to common by Maxime Ripard · 7 years ago
  85. 7f78b9d usb: gadget: Make g_dnl USB settings common by Maxime Ripard · 7 years ago
  86. 7285f48 usb: gadget: usb_ether: Move the interfaces to Kconfig by Maxime Ripard · 7 years ago
  87. 6584977 usb: gadget: Convert USB_ETHER to Kconfig by Maxime Ripard · 7 years ago
  88. 764bf28 usb: gadget: Move USBNET_HOST_ADDR to Kconfig by Maxime Ripard · 7 years ago
  89. d4ff531 usb: gadget: Document USBNET_DEVADDR by Maxime Ripard · 7 years ago
  90. a8ad636 usb: gadget: Move USBNET_DEVADDR option out of g_dnl by Maxime Ripard · 7 years ago
  91. 02b8a83 usb: dwc2: Align size of invalidating dcache before starting DMA by Seung-Woo Kim · 7 years ago
  92. 708bc68 usb: gadget: g_dnl: Sync internal SN variable with env by Sam Protsenko · 7 years ago
  93. d0d9d21 spl: add serial download protocol (SDP) support by Stefan Agner · 7 years ago
  94. 3888da7 usb: gadget: sdp: extend images compatible for jumps by Stefan Agner · 7 years ago
  95. ffbd5d0 usb: gadget: add SDP driver by Stefan Agner · 7 years ago
  96. 4c753a2 fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long by Tom Rini · 7 years ago
  97. b1afc88 fastboot: avoid printing invalid data by John Keeping · 8 years ago
  98. 43aa76e Fix fastboot boot address by Peter Chubb · 8 years ago
  99. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  100. 8551d55 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · 7 years ago