1. 288b29e common: Move command functions out of common.h by Simon Glass · 4 years, 11 months ago
  2. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 4 years, 11 months ago
  3. f516fd9 common: Move serial_printf() to the serial header by Simon Glass · 4 years, 11 months ago
  4. 9a0cbae Merge tag 'u-boot-rockchip-20191124' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 10 months ago
  5. 3d3b83a gadget: rockchip: Add rk3399 USB_GADGET_PRODUCT_NUM by Jagan Teki · 4 years, 11 months ago
  6. b032061 gadget: rockchip: Add rk3128 USB_GADGET_PRODUCT_NUM by Jagan Teki · 4 years, 11 months ago
  7. 132b012 gadget: rockchip: USB_GADGET_PRODUCT_NUM by Jagan Teki · 4 years, 11 months ago
  8. 89cbceb gadget: Select USB_GADGET_VENDOR_NUM for rockchip by Jagan Teki · 4 years, 11 months ago
  9. 89e311d gadget: Select USB_GADGET_MANUFACTURER for rockchip by Jagan Teki · 4 years, 11 months ago
  10. 7dc0ac6 usb: dwc2: fix possible alignment issues by Simon Goldschmidt · 4 years, 11 months ago
  11. 616ebd8 usb: composite: fix possible alignment issues by Simon Goldschmidt · 4 years, 11 months ago
  12. f69257b usb: composite: add BOS descriptor support to composite framework by T Karthik Reddy · 5 years ago
  13. d80effb usb: gadget: Add gadget_is_cdns3() macro by Vignesh Raghavendra · 5 years ago
  14. 8d94e18 usb: udc: Introduce ->udc_set_speed() method by Sherry Sun · 5 years ago
  15. 77dcbdf usb: gadget: Add match_ep() op to usb_gadget_ops by Vignesh Raghavendra · 5 years ago
  16. ade08db gadget: f_thor: properly enable 3rd endpoint defined by the protocol by Marek Szyprowski · 5 years ago
  17. e7dcf56 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  18. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  19. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  20. c7694dd env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  21. fe87698 usb: gadget: f_dfu.c: fix memory leak by Ralph Siemsen · 5 years ago
  22. 0352e87 Merge tag 'u-boot-imx-20190628' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  23. 2c72ead usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP by Frieder Schrempf · 5 years ago
  24. 7c65468 usb: dwc2: allow peripheral mode for OTG configuration by Patrick Delaunay · 5 years ago
  25. 7350a75 usb: dwc2: correctly handle binding for g-tx-fifo-size by Patrick Delaunay · 5 years ago
  26. 15f09a1 rockchip: use 'arch-rockchip' as header file path by Kever Yang · 6 years ago
  27. 7fd9f31 usb: dwc2: fix gadget disconnect by Fabrice Gasnier · 5 years ago
  28. 6fe7dd3 stm32mp1: add stusb1600 support for DK1 and DK2 board by Patrick Delaunay · 6 years ago
  29. 931e9d7 usb: dwc2: add support for STM32MP1 by Patrick Delaunay · 6 years ago
  30. 763bb10 usb: dwc2_udc_otg: Add tx_fifo_sz array support by Patrice Chotard · 6 years ago
  31. 5bd97e8 usb: dwc2_udc_otg: Read MAX_HW_ENDPOINT from HWCFG4 register by Patrick Delaunay · 6 years ago
  32. 2d76160 usb: dwc2: Add function for session B check by Patrick Delaunay · 6 years ago
  33. 0fdd0bc usb: dwc2: Add force-b-session-valid support by Patrick Delaunay · 6 years ago
  34. c2c74f9 usb: dwc2: force reset assert before to probe the driver by Patrick Delaunay · 6 years ago
  35. c791c84 usb: dwc2: convert driver to DM_USB_GADGET by Patrick Delaunay · 6 years ago
  36. a812d77 usb: dwc2: remove unused variable regs_otg by Patrick Delaunay · 6 years ago
  37. e81d9de usb: udc-uclass: Fixed problem when no alias is defined in DT by Jean-Jacques Hiblot · 6 years ago
  38. 1c1464c usb: ether: call _usb_eth_halt() if initialization fails by Jean-Jacques Hiblot · 6 years ago
  39. 6536ca4 spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFU by Andrew F. Davis · 6 years ago
  40. 67bb984 net: remove CONFIG_MCAST_TFTP by Chris Packham · 6 years ago
  41. b3c518a dm: usb: gadget: Fix boot breakage on sunxi platforms by Jean-Jacques Hiblot · 6 years ago
  42. f811e97 Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGET by Jean-Jacques Hiblot · 6 years ago
  43. 801f1fa dm: usb: udc: Use SEQ_ALIAS to index the USB gadget ports by Jean-Jacques Hiblot · 6 years ago
  44. 771e765 usb: composite: Fix max packet size for USB3.0 by Siva Durga Prasad Paladugu · 6 years ago
  45. 916fa097 usb: composite: Move bitmap related operations to ./include/linux/bitmap.h by Lukasz Majewski · 6 years ago
  46. bb00a01 usb: gadget: f_sdp: Provide filesize env variable for downloaded images by Petr Štetiar · 6 years ago
  47. 0131162 dm: usb: create a new UCLASS ID for USB gadget devices by Jean-Jacques Hiblot · 6 years ago
  48. ff8d755 usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle_interrupt() by Jean-Jacques Hiblot · 6 years ago
  49. a06955a usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers by Jean-Jacques Hiblot · 6 years ago
  50. fd09c20 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · 6 years ago
  51. dda5251 net.h: Include linux/if_ether.h to avoid duplication by Bin Meng · 6 years ago
  52. 30b3241 usb:ci_udc: don't overwrite configuration on pullup by Ramon Fried · 6 years ago
  53. 8164952 usb:ci_udc: Introduce init_after_reset phy function by Ramon Fried · 6 years ago
  54. c73251e usb: gadget: Add bcdDevice for the DWC3 USB Gadget Controller by Jean-Jacques Hiblot · 6 years ago
  55. cdec3ea Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  56. 92c7eda usb: rockchip: on K_FW_LBA_WRITE_10 remove magic block size of 512 bytes by Alberto Panizzo · 6 years ago
  57. 4f6dc4c usb: rockchip: fix printing csw debug info by Alberto Panizzo · 6 years ago
  58. 11758a5 usb: rockchip: be quiet on serial port while transferring data by Alberto Panizzo · 6 years ago
  59. f68c8e8 usb: rockchip: implement K_FW_LBA_ERASE_10 command by Alberto Panizzo · 6 years ago
  60. e11f916 usb: rockchip: implement K_FW_LBA_READ_10 command by Alberto Panizzo · 6 years ago
  61. e4b34a7 usb: rockchip: implement skeleton for K_FW_GET_CHIP_VER command by Alberto Panizzo · 6 years ago
  62. cad66e3 usb: rockchip: fix command failed on host side due to missing data by Alberto Panizzo · 6 years ago
  63. c194bdf gadget: f_thor: fix hang-up with ctrl-c by Seung-Woo Kim · 6 years ago
  64. 481ea2e mips: au1x00: Remove support for these SoCs by Tom Rini · 6 years ago
  65. f8c987f lib: Add hexdump by Alexey Brodkin · 6 years ago
  66. 65c9675 usb: fastboot: Convert USB f_fastboot to shared fastboot by Alex Kiernan · 6 years ago
  67. d1a119d fastboot: Rename public fb_ functions to fastboot_ by Alex Kiernan · 6 years ago
  68. 1a28d38 fastboot: Extract common definitions from USB fastboot by Alex Kiernan · 6 years ago
  69. 8a65bd6 fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flag by Alex Kiernan · 6 years ago
  70. 42d8dd4 fastboot: Correct dependencies in FASTBOOT_FLASH by Alex Kiernan · 6 years ago
  71. d2df2ab fastboot: Extract fastboot_okay/fail to fb_common.c by Alex Kiernan · 6 years ago
  72. c4ded03 fastboot: Refactor fastboot_okay/fail to take response by Alex Kiernan · 6 years ago
  73. 6aae847 gadget: f_thor: Fix memory leaks of usb request and its buffer by Seung-Woo Kim · 6 years ago
  74. 1fe9ae7 gadget: f_thor: update to support more than 4GB file as thor 5.0 by Seung-Woo Kim · 6 years ago
  75. f9e8dc0 gadget: f_thor: fix filename overflow by Seung-Woo Kim · 6 years ago
  76. 31dd8ef usb: composite convert __set_bit to generic_set_bit by Bryan O'Donoghue · 6 years ago
  77. 5ac73f6 usb: f_mass_storage: Fix set_bit and clear_bit usage by Bryan O'Donoghue · 6 years ago
  78. 4549e78 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · 6 years ago
  79. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  80. 48cdfa2 usb: f_mass_storage: simplify logical expression by Heinrich Schuchardt · 7 years ago
  81. fa9da8e usb: gadget: remove duplicate assignment. by Heinrich Schuchardt · 7 years ago
  82. d57ed4d usb: gadget: composite: fix NULL pointer when a non standard request is received by Christophe Kerello · 7 years ago
  83. 9925f1d net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · 7 years ago
  84. a18d106 usb: gadget: USB_ETHER requires network support by Alex Kiernan · 7 years ago
  85. e56a713 usb: rockchip: remove duplicate assignement. by Heinrich Schuchardt · 7 years ago
  86. bb4059a dfu: Rename _FUNCTION_DFU to DFU_OVER_ by Marek Vasut · 7 years ago
  87. a64a614 usb: gadget: sdp: fix pointer cast warnings for 64bit archs by Andre Heider · 7 years ago
  88. 24ccd0c usb: gadget: sdp: add missing line breaks by Andre Heider · 7 years ago
  89. a4d4032 usb: dwc2: make casts of ep->dma_buf consistent by Tom Rini · 7 years ago
  90. 4f60e5d Kconfig: gadget: Move CONFIG_USB_FUNCTION_MASS_STORAGE to Kconfig by Lukasz Majewski · 7 years ago
  91. c6c1ca1 Kconfig: gadget: Move CONFIG_USB_FUNCTION_THOR to Kconfig by Lukasz Majewski · 7 years ago
  92. b769659 Kconfig: usb: Sort USB_FUNCTION_* entries by Lukasz Majewski · 7 years ago
  93. bf2b72b usb: rockchip: add the rockusb gadget by Eddie Cai · 7 years ago
  94. 8171dac Trigger watchdog before calling usb_gadget_handle_interrupts by Vincent Prince · 7 years ago
  95. a8c402f usb: gadget: storage: Increase FSG_BUFLEN by Marek Vasut · 7 years ago
  96. 4f42a0d Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
  97. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  98. 3c989f3 sunxi: Fix USB_GADGET implication by Maxime Ripard · 7 years ago
  99. e02687b sunxi: provide default USB gadget setup by Maxime Ripard · 7 years ago
  100. 10ac57f usb: gadget: usb_ether: Move settings to common by Maxime Ripard · 7 years ago