summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2021-04-06usb: xhci: Make debug output better readable and checkpatch cleanStefan Roese
2021-04-06usb: xhci: Add missing xhci_readl()Aaron Williams
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk
2021-02-18xhci: translate virtual addresses into the bus's address spaceNicolas Saenz Julienne
2021-02-18usb: xhci-pci: Add DM_FLAG_OS_PREPARE flagNicolas Saenz Julienne
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini
2021-02-10usb: xhci: Fix compare to use physical addresses in xhci_bulk_tx()Stefan Roese
2021-02-10usb: xhci-pci: Check for errors from dm_pci_map_bar()Pali Rohár
2021-02-10usb: xhci-mtk: support option to disable portsChunfeng Yun
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini
2021-01-05dm: core: Access device ofnode through functionsSimon Glass
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass
2021-01-05dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2020-12-18dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass
2020-12-18usb: Update for new sequence numbersSimon Glass
2020-12-18usb: ehci-mx6: Drop assignment of sequence numberSimon Glass
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-16usb: xhci: fix lack of short packet event trb handlingRan Wang
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass
2020-12-09treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard
2020-10-20usb: xhci: avoid type conversion of void *Heinrich Schuchardt
2020-10-16usb: dwc3: Include device_compat.h in dwc3-octeon-glue.cTom Rini
2020-10-16usb: xhci: Include device_compat.hSean Anderson
2020-10-07Merge tag 'mips-pull-2020-10-07' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini
2020-10-07usb: xhci: octeon: Add DWC3 glue layer for OcteonStefan Roese
2020-10-07usb: xhci: xhci_bulk_tx: Don't "BUG" when comparing addressesStefan Roese
2020-10-07usb: xhci: xhci-dwc3.c: Use dev_remap_addr() instead of dev_get_addr()Stefan Roese
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay
2020-10-01usb: xhci-rcar: Add support for R8A774A1 SoCLad Prabhakar
2020-10-01usb: xhci: convert to readx_poll_sleep_timeout()Chunfeng Yun
2020-10-01usb: xhci: use macros with parameter to fill ep_info2Chunfeng Yun
2020-10-01usb: xhci: convert to TRB_TX_TYPE()Chunfeng Yun
2020-10-01usb: xhci: convert to TRB_LEN() and TRB_INTR_TARGET()Chunfeng Yun
2020-10-01usb: xhci: convert to TRB_TYPE()Chunfeng Yun
2020-10-01usb: xhci: convert to HCS_MAX_PORTS()Chunfeng Yun
2020-10-01usb: xhci: add quirks flag to support MediaTek xHCI 0.96Chunfeng Yun
2020-10-01usb: xhci: create one unified function to calculate TRB TD remainderChunfeng Yun
2020-10-01usb: xhci: add a member hci_version in xhci_ctrl structChunfeng Yun
2020-09-30usb: dwc2: Fix not calling dev_xxx with a deviceSean Anderson
2020-09-24Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-09-23xilinx: kconfig: Change Kconfig dependencies for Xilinx driversMichal Simek
2020-09-08usb: host: ehci-hcd: change trace level for phy errors managed by uclassPatrick Delaunay