- 570c3dc arm: Remove spear600 boards and the rest of SPEAr support by Tom Rini · 3 years, 6 months ago
- b953ec2 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
- 4822114 usb: ehci-mx6: Do not fail when 'reg' is not found by Fabio Estevam · 3 years, 5 months ago
- ec326b9 usb: ehci-mx6: Move fdtdec_get_alias_seq() inside the CONFIG_MX6 by Fabio Estevam · 3 years, 5 months ago
- b2c4b7f Merge tag 'u-boot-imx-20210616' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 5 months ago
- e7e81e8 usb: ehci-mx6: add support for i.MXRT by Giulio Benetti · 3 years, 6 months ago
- dcd2bbe usb: dwc2: Avoid delay when initializing USB peripheral by dwc2 by João Loureiro · 3 years, 8 months ago
- c2d21e0 usb: cdns3: cdns3-ti: Fix clk_get_by_name() to get the correct name by Kishon Vijay Abraham I · 3 years, 6 months ago
- a5f9be1 usb: dwc3-generic: Disable host driver definition if gadget only by Kunihiko Hayashi · 3 years, 6 months ago
- 1027f28 usb: musb-new: Extend and move Allwinner quirk into Kconfig by Andre Przywara · 3 years, 6 months ago
- 60e531f usb: dwc3-meson-g12a: skip phy on -ENODATA aswell by Neil Armstrong · 3 years, 6 months ago
- 53396d6 usb: ehci-mx6: Limit PHY address parsing to !CONFIG_PHY by Marek Vasut · 3 years, 7 months ago
- e1769da usb: ehci-hcd: Add IAA handshake for removing async QH by Ye Li · 3 years, 8 months ago
- 5e7e2a8 usb: ehci-mx6: Add iMX8M support by Marek Vasut · 3 years, 8 months ago
- f444f89 usb: ehci-mx6: Fix aarch64 build warnings by Marek Vasut · 3 years, 7 months ago
- e87015f usb: ehci-mx6: Add fsl,imx7d-usb compatible string by Marek Vasut · 3 years, 8 months ago
- 1aae8a3 usb: ehci-mx6: Set default CONFIG_MXC_USB_PORTSC if not defined by Marek Vasut · 3 years, 7 months ago
- 50d0146 usb: ehci-mx6: Add generic EHCI PHY support by Marek Vasut · 3 years, 8 months ago
- 6443a3b usb: ehci-mx6: Use portnr from DT in DM case by Marek Vasut · 3 years, 8 months ago
- 6686469 usb: ehci-mx6: Pass MISC address to usb_oc_config() by Marek Vasut · 3 years, 8 months ago
- 849763b usb: ehci-mx6: Split usb_power_config() by Marek Vasut · 3 years, 8 months ago
- eb64f59 usb: ehci-mx6: Pass PHY address to usb_*_phy*() by Marek Vasut · 3 years, 8 months ago
- ef464e4 usb: ehci-mx6: Split ehci_mx6_common_init() by Marek Vasut · 3 years, 8 months ago
- 4dcfa3b usb: ehci-mx6: Parse USB PHY and MISC offsets from DT by Marek Vasut · 3 years, 8 months ago
- 598fa7e usb: ehci-mx6: Unify USBNC registers by Marek Vasut · 3 years, 8 months ago
- 7f2c10e usb: ehci-mx6: Add DM clock support by Marek Vasut · 3 years, 8 months ago
- 7e1f1e1 usb: ehci-mx6: Turn off Vbus on probe failure by Marek Vasut · 3 years, 8 months ago
- 9af869c lib: string: Implement strlcat by Sean Anderson · 3 years, 8 months ago
- 2e216be Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 3 years, 7 months ago
- 82e4e19 usb: xhci: Make debug output better readable and checkpatch clean by Stefan Roese · 3 years, 7 months ago
- cf86877 usb: xhci: Add missing xhci_readl() by Aaron Williams · 3 years, 7 months ago
- 6379a94 usb: Return -ENOSYS when system call is not available by Simon Glass · 3 years, 8 months ago
- 044d700 usb: mtu3: flush cache for next GPD by Chunfeng Yun · 3 years, 9 months ago
- 795d605 usb: USB keyboard requires DM_KEYBOARD by Heinrich Schuchardt · 3 years, 9 months ago
- 7f98575 usb: gadget: Use dbg_ep0() macro instead of serial_printf() by Pali Rohár · 3 years, 9 months ago
- f2e81c1 usb: musb: Ensure that we set musb dynamic FIFO buffer for every endpoint by Pali Rohár · 3 years, 9 months ago
- f1e8d20 usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmand by Pali Rohár · 3 years, 9 months ago
- ff77bb3 usb: musb: Fix receiving of bigger buffers by Pali Rohár · 3 years, 9 months ago
- ea7125c usb: musb: Fix transmission of bigger buffers by Pali Rohár · 3 years, 9 months ago
- 7d7ae28 usb: musb: Read value of PERI_RXCSR to 16bit variable by Pali Rohár · 3 years, 9 months ago
- 10bc132 usb: musb: Fix configuring FIFO for endpoints by Pali Rohár · 3 years, 9 months ago
- a6f5e1b usb: musb: Always clear the data toggle bit when configuring ep by Pali Rohár · 3 years, 9 months ago
- 0a7e5e5 usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and usb_gadget_register_driver() by Patrice Chotard · 3 years, 9 months ago
- bc820d5 fastboot: add UUU command UCmd and ACmd support by Heiko Schocher · 3 years, 9 months ago
- 2147a16 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · 3 years, 9 months ago
- 1a47455 xhci: translate virtual addresses into the bus's address space by Nicolas Saenz Julienne · 3 years, 10 months ago
- e3bbc1f usb: xhci-pci: Add DM_FLAG_OS_PREPARE flag by Nicolas Saenz Julienne · 3 years, 10 months ago
- 2ae8043 Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 9 months ago
- db8fb2f usb: dwc2: change compatible st,stm32mp1-hsotg to st,stm32mp15-hsotg by Patrick Delaunay · 3 years, 9 months ago
- cec8042 usb: xhci: Fix compare to use physical addresses in xhci_bulk_tx() by Stefan Roese · 3 years, 10 months ago
- 5a5024f usb: xhci-pci: Check for errors from dm_pci_map_bar() by Pali Rohár · 3 years, 10 months ago
- 04232f7 usb: xhci-mtk: support option to disable ports by Chunfeng Yun · 3 years, 11 months ago
- 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- 723fd56 usb: gaget: ci: set ep's desc when enable ep by Li Jun · 3 years, 10 months ago
- 27c9141 usb: gadget: fastboot: use correct max packet size by Li Jun · 3 years, 10 months ago
- 54b22f4 usb: udc: ci: update speed handling by Li Jun · 3 years, 10 months ago
- 4df50f8 usb: composite: force gadget to be USB2 for HS only function by Li Jun · 3 years, 10 months ago
- 429e2f2 usb: gadget: dnl: set dnl to be super speed by Li Jun · 3 years, 10 months ago
- 761dfe0 usb: fastboot: add super speed support by Li Jun · 3 years, 10 months ago
- 8745b9e usb: gadget: add super speed support by Li Jun · 3 years, 10 months ago
- 42a594d usb: gadget: update os_desc_config when add config by Jun Li · 3 years, 10 months ago
- 4e64367 usb: gadget: set correct usb_configuration for os_desc_config by Jun Li · 3 years, 10 months ago
- 8043cf8 usb: gadget: fastboot: add ext properties for WCID by Li Jun · 3 years, 10 months ago
- 37e4fc3 usb: gadget: add WCID support for mfgtool by Li Jun · 3 years, 10 months ago
- a764c94 usb: gadget: OS Feature Descriptors support by Li Jun · 3 years, 10 months ago
- 16fd832 usb: gadget: add Kconfig for OS descriptors by Peng Fan · 3 years, 10 months ago
- 6777483 usb: gadget: move utf8_to_utf16le to header file by Li Jun · 3 years, 10 months ago
- 1c7aacb usb: gadget: OS String support by Li Jun · 3 years, 10 months ago
- c93edbf usb: gadget: don't change ep name for dwc3 while ep autoconfig by Li Jun · 3 years, 10 months ago
- 71a5732 usb: gadget: Add ep_config call back to usb_gadget_ops by Ye Li · 3 years, 10 months ago
- f2fa499 usb: gadget: Do not export usbd_device_* arrays by Pali Rohár · 3 years, 11 months ago
- e47431a thor: add support for the dfu_alt_info reintialization from the flashed script by Marek Szyprowski · 3 years, 11 months ago
- 6ffc8e2 f_fastboot: Avoid use-after-free in the global pointer variable by Andy Shevchenko · 4 years ago
- ff52577 f_rockusb: Avoid use-after-free in the global pointer variable by Andy Shevchenko · 4 years ago
- 0234609 f_rockusb: Use NULL instead of 0 for pointers by Andy Shevchenko · 4 years ago
- 8b387f1 gadget: f_thor: fix wrong file size cast by Seung-Woo Kim · 4 years, 1 month ago
- b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 10 months ago
- 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 10 months ago
- f10643c dm: core: Access device ofnode through functions by Simon Glass · 4 years ago
- 7d14ee4 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 4 years ago
- c23405f dm: core: Rename dev_has_of_node() to dev_has_ofnode() by Simon Glass · 4 years ago
- 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 11 months ago
- acff02c cosmetic: fix typo in drivers/usb/Kconfig by Marc Ferland · 3 years, 11 months ago
- 9917591 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 4 years ago
- b27347f usb: Update for new sequence numbers by Simon Glass · 4 years ago
- 4de51cc usb: ehci-mx6: Drop assignment of sequence number by Simon Glass · 4 years ago
- 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 4 years ago
- 51f65b5 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 4 years ago
- 7229440 eth/r8152: fix the aggregation issue by Hayes Wang · 4 years ago
- 17d5a46 eth/r8152: free previous memory if r8152_eth_probe fail by Hayes Wang · 4 years ago
- 621ed49 usb: xhci: fix lack of short packet event trb handling by Ran Wang · 4 years ago
- 23cdbba x86: edison: Use dwc3-generic driver for Intel Edison by Andy Shevchenko · 4 years ago
- 5c88b6a usb: dwc3-meson-g12a: always configure dr-mode by Marek Szyprowski · 4 years ago
- 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
- b012ff1 dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 4 years ago
- d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
- c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- 734206d dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 4 years ago