summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk2021-02-211-4/+4
* xhci: translate virtual addresses into the bus's address spaceNicolas Saenz Julienne2021-02-183-28/+34
* usb: xhci-pci: Add DM_FLAG_OS_PREPARE flagNicolas Saenz Julienne2021-02-181-1/+1
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-159-0/+9
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-029-0/+9
* | usb: xhci: Fix compare to use physical addresses in xhci_bulk_tx()Stefan Roese2021-02-101-2/+2
* | usb: xhci-pci: Check for errors from dm_pci_map_bar()Pali Rohár2021-02-101-3/+12
* | usb: xhci-mtk: support option to disable portsChunfeng Yun2021-02-101-3/+20
|/
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-055-10/+11
|\
| * dm: core: Access device ofnode through functionsSimon Glass2021-01-054-5/+6
| * 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-051-3/+3
* | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-052-4/+16
|\ \ | |/ |/|
| * usb: xhci: fix lack of short packet event trb handlingRan Wang2020-12-161-3/+15
| * 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-186-6/+6
* | dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-1322-70/+70
* | dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-1315-30/+30
* | dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-1316-31/+31
* | dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-1323-29/+29
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-1330-53/+53
* | dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass2020-12-131-2/+2
|/
* 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: 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
* | dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay2020-10-063-5/+8
|/
* 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
* usb: xhci: convert to TRB_TX_TYPE()Chunfeng Yun2020-10-011-2/+2
* usb: xhci: convert to TRB_LEN() and TRB_INTR_TARGET()Chunfeng Yun2020-10-011-9/+7
* usb: xhci: convert to TRB_TYPE()Chunfeng Yun2020-10-012-8/+6
* usb: xhci: convert to HCS_MAX_PORTS()Chunfeng Yun2020-10-011-2/+1
* usb: xhci: add quirks flag to support MediaTek xHCI 0.96Chunfeng Yun2020-10-013-3/+9
* usb: xhci: create one unified function to calculate TRB TD remainderChunfeng Yun2020-10-011-55/+50
* usb: xhci: add a member hci_version in xhci_ctrl structChunfeng Yun2020-10-012-2/+3
* usb: dwc2: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-16/+23
* Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-09-241-2/+1
|\
| * xilinx: kconfig: Change Kconfig dependencies for Xilinx driversMichal Simek2020-09-231-2/+1
* | usb: host: ehci-hcd: change trace level for phy errors managed by uclassPatrick Delaunay2020-09-081-4/+4
* | usb: host: ohci: change trace level for phy errors managed by uclassPatrick Delaunay2020-09-081-4/+4
|/
* usb: ci_udc: Add function to remove usb deviceYe Li2020-09-011-0/+18