aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini15-28/+37
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini7-12/+45
2021-01-05dm: core: Access device ofnode through functionsSimon Glass13-19/+20
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-1/+1
2021-01-05dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass1-1/+1
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass2-7/+15
2021-01-04cosmetic: fix typo in drivers/usb/KconfigMarc Ferland1-1/+1
2020-12-18dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass1-2/+2
2020-12-18usb: Update for new sequence numbersSimon Glass1-4/+2
2020-12-18usb: ehci-mx6: Drop assignment of sequence numberSimon Glass1-3/+9
2020-12-18dm: Avoid accessing seq directlySimon Glass7-7/+7
2020-12-16Merge branch 'master' of git://git.denx.de/u-boot-usbWIP/16Dec2020Tom Rini3-7/+42
2020-12-16eth/r8152: fix the aggregation issueHayes Wang2-2/+20
2020-12-16eth/r8152: free previous memory if r8152_eth_probe failHayes Wang1-2/+7
2020-12-16usb: xhci: fix lack of short packet event trb handlingRan Wang1-3/+15
2020-12-16x86: edison: Use dwc3-generic driver for Intel EdisonAndy Shevchenko1-0/+1
2020-12-14usb: dwc3-meson-g12a: always configure dr-modeMarek Szyprowski1-3/+0
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass31-104/+104
2020-12-13dm: treewide: Update 'auto' declarations to be on one lineSimon Glass1-2/+1
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass21-48/+48
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass34-84/+84
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass47-174/+168
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass56-108/+108
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass1-2/+2
2020-12-09treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard1-1/+1
2020-11-22usb: gadget: dwc2_udc_otg: return zero when reset property is not presentJaehoon Chung1-1/+1
2020-11-22usb: dwc3: Handle case where setup_phy is not neededSiva Durga Prasad Paladugu1-1/+1
2020-11-22usb: dwc2: add "u-boot,force-vbus-detection" for stm32Patrick Delaunay2-21/+40
2020-10-20usb: gadget: Add bcdDevice for the MTU3 USB Gadget ControllerChunfeng Yun1-0/+8
2020-10-20usb: add MediaTek USB3 DRD driverChunfeng Yun13-0/+4557
2020-10-20usb: common: add define of usb_speed_string()Chunfeng Yun1-0/+7
2020-10-20usb: add USB_SPEED_SUPER_PLUSChunfeng Yun1-0/+1
2020-10-20usb: musb-new: Fix typo in caution messageNaoki Hayama1-1/+1
2020-10-20usb: dwc2: Fix control OUT transfer issueChance.Yang1-3/+13
2020-10-20usb: xhci: avoid type conversion of void *Heinrich Schuchardt1-12/+9
2020-10-16usb: dwc3: Include device_compat.h in dwc3-octeon-glue.cTom Rini1-0/+1
2020-10-16usb: musb-new: mt85xx: Fix not calling dev_err with a deviceSean Anderson1-3/+4
2020-10-16usb: musb-new: Include device_compat.hSean Anderson5-1/+11
2020-10-16usb: xhci: Include device_compat.hSean Anderson2-5/+7
2020-10-07Merge tag 'mips-pull-2020-10-07' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini5-3/+404
2020-10-07usb: xhci: octeon: Add DWC3 glue layer for OcteonStefan Roese3-0/+403
2020-10-07usb: xhci: xhci_bulk_tx: Don't "BUG" when comparing addressesStefan Roese1-2/+0
2020-10-07usb: xhci: xhci-dwc3.c: Use dev_remap_addr() instead of dev_get_addr()Stefan Roese1-1/+1
2020-10-06Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dmTom Rini3-5/+8
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay3-5/+8
2020-10-06Merge tag 'u-boot-amlogic-20201005' of https://gitlab.denx.de/u-boot/custodia...Tom Rini3-0/+434
2020-10-05usb: dwc3: add Amlogic GXL & GXL DWC3 GlueNeil Armstrong3-0/+434
2020-10-01usb: xhci-rcar: Add support for R8A774A1 SoCLad Prabhakar1-0/+1
2020-10-01usb: xhci: convert to readx_poll_sleep_timeout()Chunfeng Yun1-14/+11
2020-10-01usb: xhci: use macros with parameter to fill ep_info2Chunfeng Yun2-14/+7