aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'WIP/15Feb2021Tom Rini9-0/+9
2021-02-10usb: xhci: Fix compare to use physical addresses in xhci_bulk_tx()Stefan Roese1-2/+2
2021-02-10usb: xhci-pci: Check for errors from dm_pci_map_bar()Pali Rohár1-3/+12
2021-02-10usb: xhci-mtk: support option to disable portsChunfeng Yun1-3/+20
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass9-0/+9
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini5-10/+11
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini2-4/+16
2021-01-05dm: core: Access device ofnode through functionsSimon Glass4-5/+6
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 Glass1-3/+3
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 Glass6-6/+6
2020-12-16usb: xhci: fix lack of short packet event trb handlingRan Wang1-3/+15
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass22-70/+70
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass15-30/+30
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass16-31/+31
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass23-29/+29
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass30-53/+53
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-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: 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-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay3-5/+8
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: dwc2: Fix not calling dev_xxx with a deviceSean Anderson1-16/+23
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-08usb: host: ehci-hcd: change trace level for phy errors managed by uclassPatrick Delaunay1-4/+4
2020-09-08usb: host: ohci: change trace level for phy errors managed by uclassPatrick Delaunay1-4/+4
2020-09-01usb: ci_udc: Add function to remove usb deviceYe Li1-0/+18
2020-08-22treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada1-1/+1
2020-08-13usb: host: dwc3-sti-glue: Fix ofnode_valid() parameterPatrice Chotard1-1/+1
2020-08-05usb: xhci: Add virt_to_phys() to support mapped platformsStefan Roese3-16/+14