summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2020-12-19dm: Avoid accessing seq directlySimon Glass7-7/+7
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass31-104/+104
2020-12-14dm: treewide: Update 'auto' declarations to be on one lineSimon Glass1-2/+1
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass21-48/+48
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass34-84/+84
2020-12-14dm: 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-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-08Merge 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
2020-10-01usb: xhci: convert to TRB_TX_TYPE()Chunfeng Yun1-2/+2
2020-10-01usb: xhci: convert to TRB_LEN() and TRB_INTR_TARGET()Chunfeng Yun1-9/+7
2020-10-01usb: xhci: convert to TRB_TYPE()Chunfeng Yun2-8/+6
2020-10-01usb: xhci: convert to HCS_MAX_PORTS()Chunfeng Yun1-2/+1
2020-10-01usb: xhci: add quirks flag to support MediaTek xHCI 0.96Chunfeng Yun3-3/+9
2020-10-01usb: xhci: create one unified function to calculate TRB TD remainderChunfeng Yun1-55/+50
2020-10-01usb: xhci: add a member hci_version in xhci_ctrl structChunfeng Yun2-2/+3
2020-09-30usb: musb-new: sunxi: Fix not calling dev_err with a deviceSean Anderson1-4/+5
2020-09-30usb: dwc3: Don't include asm-generic/io.hSean Anderson1-1/+0
2020-09-30usb: dwc3: ti: Fix not calling dev_err with a deviceSean Anderson1-2/+2
2020-09-30usb: dwc3: Fix not calling dev_xxx with a deviceSean Anderson3-18/+21
2020-09-30usb: dwc2: Fix not calling dev_xxx with a deviceSean Anderson1-16/+23
2020-09-30usb: cdns3: Fix not calling dev_xxx with a deviceSean Anderson2-4/+4
2020-09-24Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-2/+1
2020-09-23xilinx: kconfig: Change Kconfig dependencies for Xilinx driversMichal Simek1-2/+1
2020-09-21Merge branch '2020-09-14-generic-phy-error-trace' into nextTom Rini3-12/+12
2020-09-18usb: dwc3: Add Qualcomm DWC3 compatible stringRobert Marko1-0/+1