summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-0515-28/+37
|\
| * dm: core: Access device ofnode through functionsSimon Glass2021-01-0513-19/+20
| * dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-051-1/+1
| * dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass2021-01-051-1/+1
| * dm: Use access methods for dev/uclass private dataSimon Glass2021-01-052-7/+15
* | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-057-12/+45
|\ \ | |/ |/|
| * cosmetic: fix typo in drivers/usb/KconfigMarc Ferland2021-01-041-1/+1
| * Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2020-12-163-7/+42
| |\
| | * eth/r8152: fix the aggregation issueHayes Wang2020-12-162-2/+20
| | * eth/r8152: free previous memory if r8152_eth_probe failHayes Wang2020-12-161-2/+7
| | * usb: xhci: fix lack of short packet event trb handlingRan Wang2020-12-161-3/+15
| * | x86: edison: Use dwc3-generic driver for Intel EdisonAndy Shevchenko2020-12-161-0/+1
| |/
| * usb: dwc3-meson-g12a: always configure dr-modeMarek Szyprowski2020-12-141-3/+0
| * treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard2020-12-091-1/+1
* | dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2020-12-181-2/+2
* | usb: Update for new sequence numbersSimon Glass2020-12-181-4/+2
* | usb: ehci-mx6: Drop assignment of sequence numberSimon Glass2020-12-181-3/+9
* | dm: Avoid accessing seq directlySimon Glass2020-12-187-7/+7
* | dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-1331-104/+104
* | dm: treewide: Update 'auto' declarations to be on one lineSimon Glass2020-12-131-2/+1
* | dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-1321-48/+48
* | dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-1334-84/+84
* | dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-1347-174/+168
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-1356-108/+108
* | dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass2020-12-131-2/+2
|/
* usb: gadget: dwc2_udc_otg: return zero when reset property is not presentJaehoon Chung2020-11-221-1/+1
* usb: dwc3: Handle case where setup_phy is not neededSiva Durga Prasad Paladugu2020-11-221-1/+1
* usb: dwc2: add "u-boot,force-vbus-detection" for stm32Patrick Delaunay2020-11-222-21/+40
* usb: gadget: Add bcdDevice for the MTU3 USB Gadget ControllerChunfeng Yun2020-10-201-0/+8
* usb: add MediaTek USB3 DRD driverChunfeng Yun2020-10-2013-0/+4557
* usb: common: add define of usb_speed_string()Chunfeng Yun2020-10-201-0/+7
* usb: add USB_SPEED_SUPER_PLUSChunfeng Yun2020-10-201-0/+1
* usb: musb-new: Fix typo in caution messageNaoki Hayama2020-10-201-1/+1
* usb: dwc2: Fix control OUT transfer issueChance.Yang2020-10-201-3/+13
* usb: xhci: avoid type conversion of void *Heinrich Schuchardt2020-10-201-12/+9
* usb: dwc3: Include device_compat.h in dwc3-octeon-glue.cTom Rini2020-10-161-0/+1
* usb: musb-new: mt85xx: Fix not calling dev_err with a deviceSean Anderson2020-10-161-3/+4
* usb: musb-new: Include device_compat.hSean Anderson2020-10-165-1/+11
* usb: xhci: Include device_compat.hSean Anderson2020-10-162-5/+7
* Merge tag 'mips-pull-2020-10-07' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-10-075-3/+404
|\
| * usb: xhci: octeon: Add DWC3 glue layer for OcteonStefan Roese2020-10-073-0/+403
| * usb: xhci: xhci_bulk_tx: Don't "BUG" when comparing addressesStefan Roese2020-10-071-2/+0
| * usb: xhci: xhci-dwc3.c: Use dev_remap_addr() instead of dev_get_addr()Stefan Roese2020-10-071-1/+1
* | Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dmTom Rini2020-10-063-5/+8
|\ \ | |/ |/|
| * dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay2020-10-063-5/+8
* | Merge tag 'u-boot-amlogic-20201005' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2020-10-063-0/+434
|\ \ | |/ |/|
| * usb: dwc3: add Amlogic GXL & GXL DWC3 GlueNeil Armstrong2020-10-053-0/+434
* | usb: xhci-rcar: Add support for R8A774A1 SoCLad Prabhakar2020-10-011-0/+1
* | usb: xhci: convert to readx_poll_sleep_timeout()Chunfeng Yun2020-10-011-14/+11
* | usb: xhci: use macros with parameter to fill ep_info2Chunfeng Yun2020-10-012-14/+7