- 3fd1127 spl: Create a function to init spl_load_info by Simon Glass · 5 months ago
- 73f5b54 usb: gadget: udc: Fix duplicate uclass name by Zixun LI · 6 months ago
- d6376f7 usb: gadget: atmel: Add DM_USB_GADGET support by Zixun LI · 6 months ago
- ef5e1d1 usb: gadget: atmel: Add attach/detach support by Zixun LI · 6 months ago
- 7a448c8 usb: gadget: atmel: Rename atmel_usba_start()/_stop() to usba_udc_enable()/_disable() by Zixun LI · 6 months ago
- 9b97a35 usb: gadget: atmel: Move usba_udc_pdata() with other static functions by Zixun LI · 6 months ago
- dbbacf1 usb: gadget: atmel: Fix typo in usb gadget driver register and unregister by Zixun LI · 6 months ago
- 9ec3b70 usb: gadget: atmel: Replace printf() and pr_err() by log_err() by Zixun LI · 6 months ago
- 9cfee49 usb: gadget: atmel: Sort includes by Zixun LI · 6 months ago
- 85168f1 drivers: usb: Remove duplicate newlines by Marek Vasut · 6 months ago
- 9e2c148 usb: gadget: Mark dm_usb_gadget_handle_interrupts as non-weak for DM_USB_GADGET by Marek Vasut · 7 months ago
- a757533 usb: gadget: max3420: Convert interrupt handling to usb_gadget_generic_ops by Marek Vasut · 7 months ago
- 2329109 usb: gadget: dwc2: Convert interrupt handling to usb_gadget_generic_ops by Marek Vasut · 7 months ago
- d36ef5c usb: gadget: Introduce handle_interrupts ops to USB_GADGET_GENERIC uclass by Marek Vasut · 7 months ago
- 1918b80 usb: dwc3: gadget: Convert epautoconf workaround to match_ep callback by Marek Vasut · 7 months ago
- bd7ec7b usb: gadget: Add full ep_matches() check past .match_ep() callback by Marek Vasut · 7 months ago
- db62b6a usb: gadget: Drop all gadget_is_*() functions by Marek Vasut · 7 months ago
- 2cee3bc usb: gadget: Drop usb_gadget_controller_number() by Marek Vasut · 7 months ago
- 7f1b062 usb: gadget: ether: Drop usb_gadget_controller_number() by Marek Vasut · 7 months ago
- 0fca001 usb: gadget: g_dnl: Drop usb_gadget_controller_number() by Marek Vasut · 7 months ago
- 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 8 months ago
- d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 8 months ago
- 12a8b0d usb: Remove <common.h> and add needed includes by Tom Rini · 9 months ago
- 304fa0a usb: gadget: UMS: support multiple sector sizes by Caleb Connolly · 10 months ago
- 341a172 usb: gadget: CDC ACM: call usb_gadget_initialize by Caleb Connolly · 10 months ago
- 8c19275 rockchip: Update the default USB Product ID value by Jonas Karlman · 10 months ago
- 85fcd69 fastboot: multiresponse support by Ion Agorria · 1 year ago
- cb3ce95 global: Drop common.h inclusion by Tom Rini · 1 year, 1 month ago
- 4a363dd Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra into next by Tom Rini · 1 year, 2 months ago
- 8a0d078 usb: udc: Try to clarify an error message by Miquel Raynal · 1 year, 3 months ago
- 9b63fca cmd: Change the dependencies between CMD_BIND and USB_GADGET by Miquel Raynal · 1 year, 3 months ago
- 1041ee6 usb: gadget: f_mass_storage: Stop ums on START-STOP UNIT SCSI command by Marek Vasut · 1 year, 2 months ago
- 6f68dcd usb: fastboot: Add missing newline in pr_err by Simon Holesch · 1 year, 2 months ago
- b272c87 usb: ci: Fix gadget reinit by Simon Holesch · 1 year, 2 months ago
- dca7a89 Merge tag 'v2024.01-rc3' into next by Tom Rini · 1 year, 2 months ago
- 5271e35 spl: Only support bl_len when we have to by Sean Anderson · 1 year, 2 months ago
- 0c6c83e spl: Remove dev from spl_load_info by Sean Anderson · 1 year, 2 months ago
- a94a407 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · 1 year, 3 months ago
- ab12179 arm: imx: Check header before calling spl_load_imx_container by Sean Anderson · 1 year, 3 months ago
- bc8e94c usb: gadget: atmel: fix transfer of queued requests by Artur Rojek · 1 year, 4 months ago
- 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 4 months ago
- 2caf974 board: usb: Replace legacy usb_gadget_handle_interrupts() by Marek Vasut · 1 year, 5 months ago
- 890076d dm: usb: udc: Drop legacy udevice handler functions by Marek Vasut · 1 year, 5 months ago
- bfa352d usb: gadget: ether: Use plain udevice for UDC controller interaction by Marek Vasut · 1 year, 5 months ago
- 99e0532 usb: gadget: acm: Use plain udevice for UDC controller interaction by Marek Vasut · 1 year, 5 months ago
- 5b8c9d1 thordown: Use plain udevice for UDC controller interaction by Marek Vasut · 1 year, 5 months ago
- 6b84acc sdp: Use plain udevice for UDC controller interaction by Marek Vasut · 1 year, 5 months ago
- f032260 cmd: ums: Use plain udevice for UDC controller interaction by Marek Vasut · 1 year, 5 months ago
- a1fa8bb dm: usb: udc: Factor out plain udevice handler functions by Marek Vasut · 1 year, 5 months ago
- a077ac1 Kconfigs: Correct default of "0" on hex type entries by Tom Rini · 1 year, 6 months ago
- 718f1d4 usb: gadget: ether: Handle gadget driver registration in probe and remove by Marek Vasut · 1 year, 6 months ago
- 47b121f usb: gadget: ether: Move probe function above driver structure by Marek Vasut · 1 year, 6 months ago
- da768f9 usb: gadget: ether: Inline functions used once by Marek Vasut · 1 year, 6 months ago
- da83ada usb: gadget: Add and use matching SPL USB ethernet gadget Kconfig symbols by Marek Vasut · 1 year, 9 months ago
- 0007fb2 usb: Move SPL_USB_GADGET and related Kconfig symbols to drivers/usb/ by Marek Vasut · 1 year, 9 months ago
- 73b39a7 usb: gadget: f_mass_storage: Rework do_request_sense slightly by Tom Rini · 1 year, 10 months ago
- 7f23470 usb: gadget: f_sdp: Add missing spl_board_prepare_for_boot() call by Marek Vasut · 1 year, 11 months ago
- 0633594 usb: gadget: missing fallthrough in composite_setup() by Heinrich Schuchardt · 1 year, 10 months ago
- b1de4d7 ARM: tegra: provide default USB gadget setup by Maxim Schwalm · 1 year, 11 months ago
- ecff2bc usb: gadget: Fix typo in obj line by Tom Rini · 2 years ago
- e9b4678 usb: Drop unused fotg210 gadget by Simon Glass · 2 years ago
- 6e7df1d global: Finish CONFIG -> CFG migration by Tom Rini · 2 years ago
- 30f3333 image: Move common image code to image_board and command by Simon Glass · 2 years ago
- 2383e8f usb: gadget: dwc2_udc_otg: implement pullup() by Mattijs Korpershoek · 2 years ago
- 66b5847 usb: gadget: fastboot: detach usb just before rebooting by Dario Binacchi · 2 years ago
- d037990 fastboot: remove #ifdef CONFIG when it is possible by Patrick Delaunay · 2 years, 1 month ago
- bcc85b9 cmd: source: Support specifying config name by Sean Anderson · 2 years, 1 month ago
- 30fb045 treewide: Use NULL for script image name by Sean Anderson · 2 years, 1 month ago
- 0c3a6d4 usb: Remove CONFIG_USBD_HS by Tom Rini · 2 years, 2 months ago
- 14f4379 Merge tag 'v2023.01-rc4' into next by Tom Rini · 2 years, 1 month ago
- 51a0e21 usb: gadget: rndis: Prevent InformationBufferOffset manipulation by Szymon Heidrich · 2 years, 1 month ago
- 14dc0ab usb: gadget: dfu: Fix check of transfer direction by Hugo SIMELIERE · 2 years, 2 months ago
- 2098a3b usb: gadget: Remove non-DM_ETH code by Tom Rini · 2 years, 2 months ago
- a9c3bce Convert CONFIG_USB_GADGET_AT91 to Kconfig by Tom Rini · 2 years, 2 months ago
- fbce985 usb: gadget: dfu: Fix the unchecked length field by Venkatesh Yadav Abbarapu · 2 years, 3 months ago
- 2cb43ef usb: ether: Fix error handling in usb_ether_init by Michal Suchanek · 2 years, 3 months ago
- 3480320 Fix typo in CONFIG_USBNET_DEVADDR by Ignacio Zamora · 2 years, 3 months ago
- 5f7e01e usb: gadget: fastboot: detach usb on reboot commands by Mattijs Korpershoek · 2 years, 3 months ago
- 7cc1af9 usb: gadget: Clean up Makefile ifdeffery by Marek Vasut · 2 years, 5 months ago
- 2d45913 Merge branch 'next' by Tom Rini · 2 years, 4 months ago
- f3543e6 treewide: Drop image_header_t typedef by Simon Glass · 2 years, 4 months ago
- ffa2c88 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · 2 years, 4 months ago
- 206af3d Fix out of bound access of ep array. by Alison Huffman · 2 years, 4 months ago
- e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years, 4 months ago
- c34edb8 usb: gadget: designware-udc: Drop the driver by Marek Vasut · 2 years, 5 months ago
- 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 5 months ago
- 2522bd3 drivers: usb: fastboot: Fix full-speed usb descriptor by qianfan Zhao · 2 years, 5 months ago
- 36b661d Merge branch 'next' by Tom Rini · 2 years, 6 months ago
- 95cc3ef arm: Remove strongarm support by Tom Rini · 2 years, 7 months ago
- a457ebd arm: Remove PXA architecture support by Tom Rini · 2 years, 7 months ago
- b68ba0e Convert CONFIG_USB_GADGET_DWC2_OTG_PHY to Kconfig by Tom Rini · 2 years, 7 months ago
- 8fb5595 rockchip: usb: gadget: add rk3066 product id by Paweł Jarosz · 2 years, 9 months ago
- eae488b stm32mp1: fix reference for STMicroelectronics by Patrick Delaunay · 2 years, 8 months ago
- 3135ba6 arm: pxa: Remove CONFIG_CPU_PXA25X by Tom Rini · 2 years, 8 months ago
- 61708bb spi: spi-uclass: Add new spi_get_bus_and_cs() implementation by Patrice Chotard · 2 years, 10 months ago
- 570eaad usb: gadget: ci: Make various ops const by Adam Ford · 2 years, 11 months ago
- 2addee35 usb: dwc2: handle return code of dev_read_size() in of to, plat function by Wolfgang Grandegger · 2 years, 10 months ago
- 1f54025 usb: gadget: ci: Avoid null pointer dereference by Marek Vasut · 3 years ago
- 86b6a38 dfu: handle short frame result of UPLOAD in state_dfu_idle by Patrick Delaunay · 3 years, 3 months ago
- fc2b399 usb: gadget: Add CDC ACM function by Loic Poulain · 3 years, 2 months ago