- 01f3591 usb: gadget: dwc2_udc_otg: implement pullup() by Mattijs Korpershoek · 1 year, 11 months ago
- d3b2e2f usb: gadget: fastboot: detach usb just before rebooting by Dario Binacchi · 1 year, 11 months ago
- f82f9e4 fastboot: remove #ifdef CONFIG when it is possible by Patrick Delaunay · 2 years ago
- d3e7e20 cmd: source: Support specifying config name by Sean Anderson · 2 years ago
- 44b7578 treewide: Use NULL for script image name by Sean Anderson · 2 years ago
- 8b348ed usb: Remove CONFIG_USBD_HS by Tom Rini · 2 years ago
- a63bea9 Merge tag 'v2023.01-rc4' into next by Tom Rini · 2 years ago
- dd1c455 usb: gadget: rndis: Prevent InformationBufferOffset manipulation by Szymon Heidrich · 2 years ago
- 06ce62d usb: gadget: dfu: Fix check of transfer direction by Hugo SIMELIERE · 2 years ago
- 1daed98 usb: gadget: Remove non-DM_ETH code by Tom Rini · 2 years ago
- a7a1e6d Convert CONFIG_USB_GADGET_AT91 to Kconfig by Tom Rini · 2 years ago
- 402cbd2 usb: gadget: dfu: Fix the unchecked length field by Venkatesh Yadav Abbarapu · 2 years, 1 month ago
- a18b6a5 usb: ether: Fix error handling in usb_ether_init by Michal Suchanek · 2 years, 1 month ago
- 3cf84bb Fix typo in CONFIG_USBNET_DEVADDR by Ignacio Zamora · 2 years, 2 months ago
- e9621d8 usb: gadget: fastboot: detach usb on reboot commands by Mattijs Korpershoek · 2 years, 2 months ago
- 9725534 usb: gadget: Clean up Makefile ifdeffery by Marek Vasut · 2 years, 3 months ago
- 9411630 Merge branch 'next' by Tom Rini · 2 years, 2 months ago
- bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · 2 years, 3 months ago
- eff2077 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · 2 years, 2 months ago
- af47fb8 Fix out of bound access of ep array. by Alison Huffman · 2 years, 2 months ago
- 586c22b Merge branch 'master' into next by Tom Rini · 2 years, 2 months ago
- adbd4ec usb: gadget: designware-udc: Drop the driver by Marek Vasut · 2 years, 3 months ago
- 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
- 64b3169 drivers: usb: fastboot: Fix full-speed usb descriptor by qianfan Zhao · 2 years, 3 months ago
- 89b5381 Merge branch 'next' by Tom Rini · 2 years, 5 months ago
- 5c249d4 arm: Remove strongarm support by Tom Rini · 2 years, 5 months ago
- 1e56de0 arm: Remove PXA architecture support by Tom Rini · 2 years, 5 months ago
- fb9d406 Convert CONFIG_USB_GADGET_DWC2_OTG_PHY to Kconfig by Tom Rini · 2 years, 5 months ago
- 8e3898f rockchip: usb: gadget: add rk3066 product id by Paweł Jarosz · 2 years, 7 months ago
- a6b185e stm32mp1: fix reference for STMicroelectronics by Patrick Delaunay · 2 years, 6 months ago
- 56bf6a8 arm: pxa: Remove CONFIG_CPU_PXA25X by Tom Rini · 2 years, 6 months ago
- 86e06ae spi: spi-uclass: Add new spi_get_bus_and_cs() implementation by Patrice Chotard · 2 years, 8 months ago
- 469d7f5 usb: gadget: ci: Make various ops const by Adam Ford · 2 years, 9 months ago
- 46238dd usb: dwc2: handle return code of dev_read_size() in of to, plat function by Wolfgang Grandegger · 2 years, 9 months ago
- 98a80cd usb: gadget: ci: Avoid null pointer dereference by Marek Vasut · 2 years, 10 months ago
- 455542c dfu: handle short frame result of UPLOAD in state_dfu_idle by Patrick Delaunay · 3 years, 1 month ago
- eb78f83 usb: gadget: Add CDC ACM function by Loic Poulain · 3 years ago
- dda8f88 SPL: Add struct spl_boot_device parameter into spl_parse_board_header() by Pali Rohár · 2 years, 10 months ago
- 86f4923 drivers/usb/gadget/dwc2_udc_otg.c: Fix spelling of "resetting". by Vagrant Cascadian · 3 years ago
- 8283259 usb: gadget: dwc2_udc_otg: set ep's desc during enable/disable by Gary Bisson · 2 years, 11 months ago
- 5a6815b Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 1 month ago
- 5aaae6c usb: gadget: Add bcdDevice for the DWC2 USB Gadget Controller by Patrice Chotard · 3 years, 3 months ago
- 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
- 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 2 months ago
- 4025e57 Remove #include <version.h> from files which do not need it by Pali Rohár · 3 years, 4 months ago
- ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
- 5b9e616 usb: Enforce DM_USB migration for USB_HOST devices. by Tom Rini · 3 years, 5 months ago
- 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
- 12fb749 usb: Return -ENOSYS when system call is not available by Simon Glass · 3 years, 8 months ago
- e467000 usb: gadget: Use dbg_ep0() macro instead of serial_printf() by Pali Rohár · 3 years, 10 months ago
- 1d2f3d5 usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and usb_gadget_register_driver() by Patrice Chotard · 3 years, 9 months ago
- 3a99448 fastboot: add UUU command UCmd and ACmd support by Heiko Schocher · 3 years, 10 months ago
- 3d09a6a usb: dwc2: change compatible st,stm32mp1-hsotg to st,stm32mp15-hsotg by Patrick Delaunay · 3 years, 10 months ago
- fd892c3 usb: gaget: ci: set ep's desc when enable ep by Li Jun · 3 years, 10 months ago
- a4b9f4d usb: gadget: fastboot: use correct max packet size by Li Jun · 3 years, 10 months ago
- 3c5a857 usb: udc: ci: update speed handling by Li Jun · 3 years, 10 months ago
- f8cbce8 usb: composite: force gadget to be USB2 for HS only function by Li Jun · 3 years, 10 months ago
- b7202bd usb: gadget: dnl: set dnl to be super speed by Li Jun · 3 years, 10 months ago
- 394d009 usb: fastboot: add super speed support by Li Jun · 3 years, 10 months ago
- adb1c32 usb: gadget: add super speed support by Li Jun · 3 years, 10 months ago
- d981294 usb: gadget: update os_desc_config when add config by Jun Li · 3 years, 10 months ago
- be4a943 usb: gadget: set correct usb_configuration for os_desc_config by Jun Li · 3 years, 10 months ago
- 2afadd6 usb: gadget: fastboot: add ext properties for WCID by Li Jun · 3 years, 10 months ago
- 62936de usb: gadget: add WCID support for mfgtool by Li Jun · 3 years, 10 months ago
- 68bda3a usb: gadget: OS Feature Descriptors support by Li Jun · 3 years, 10 months ago
- a3669d2 usb: gadget: add Kconfig for OS descriptors by Peng Fan · 3 years, 10 months ago
- e787da4 usb: gadget: move utf8_to_utf16le to header file by Li Jun · 3 years, 10 months ago
- 2a16354 usb: gadget: OS String support by Li Jun · 3 years, 10 months ago
- b89516f usb: gadget: don't change ep name for dwc3 while ep autoconfig by Li Jun · 3 years, 10 months ago
- d22fb8a usb: gadget: Add ep_config call back to usb_gadget_ops by Ye Li · 3 years, 10 months ago
- 2cecb46 usb: gadget: Do not export usbd_device_* arrays by Pali Rohár · 4 years ago
- ee9b855 thor: add support for the dfu_alt_info reintialization from the flashed script by Marek Szyprowski · 4 years ago
- ab81b2a f_fastboot: Avoid use-after-free in the global pointer variable by Andy Shevchenko · 4 years ago
- 6dcda09 f_rockusb: Avoid use-after-free in the global pointer variable by Andy Shevchenko · 4 years ago
- 6f767ed f_rockusb: Use NULL instead of 0 for pointers by Andy Shevchenko · 4 years ago
- 2753cec gadget: f_thor: fix wrong file size cast by Seung-Woo Kim · 4 years, 1 month ago
- a7ece58 dm: core: Access device ofnode through functions by Simon Glass · 4 years ago
- 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
- 75e534b dm: Avoid accessing seq directly by Simon Glass · 4 years ago
- b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
- aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
- fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- 09aee38 usb: gadget: dwc2_udc_otg: return zero when reset property is not present by Jaehoon Chung · 4 years, 1 month ago
- 99df7a5 usb: dwc2: add "u-boot,force-vbus-detection" for stm32 by Patrick Delaunay · 4 years, 1 month ago
- 4cb093e usb: gadget: Add bcdDevice for the MTU3 USB Gadget Controller by developer · 4 years, 1 month ago
- e3dedea usb: dwc2: Fix control OUT transfer issue by Chance.Yang · 4 years, 2 months ago
- 5953ffa fastboot: Fix fastboot reboot fail by changing functions order by yurii.pidhornyi · 4 years, 3 months ago
- 44f26b1 f_sdp: Change bInterval of interrupt endpoint to 3 by Sherry Sun · 4 years, 3 months ago
- 5226298 f_sdp: Add EP1_OUT as default data receive pipe in sdp by Sherry Sun · 4 years, 3 months ago
- f49d470 f_sdp: Support searching and loading FIT or container image by Peng Fan · 4 years, 3 months ago
- 5af7ccf f_sdp: Fix wrong usb request size by Ye Li · 4 years, 3 months ago
- a9e8fe0 f_sdp: Add high speed endpoint descriptor by Ye Li · 4 years, 3 months ago
- 9c5cb7f usb: max3420: add the gadget driver by Jassi Brar · 4 years, 4 months ago
- b30b97b fastboot: Add support for 'reboot fastboot' command by Roman Kovalivskyi · 4 years, 4 months ago
- 68801eb usb: ci_udc: Add function to remove usb device by Ye Li · 4 years, 5 months ago
- be30ec1 usb: gadget: Fix controller index in UMS by Ye Li · 4 years, 5 months ago
- 0c09ade linux/compat.h: Add wait_event_timeout macro by Oleksandr Andrushchenko · 4 years, 4 months ago
- f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago