aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07usb: Remove <common.h> and add needed includesTom Rini1-1/+0
2024-04-05usb: xhci: Set up endpoints for the first 2 interfacesJanne Grunau1-12/+19
2024-04-05usb: xhci: refactor xhci_set_configurationJanne Grunau1-46/+73
2023-12-01usb: xhci: Guard all calls to xhci_wait_for_eventHector Martin1-0/+9
2023-07-27usb: xhci: Fix double free on failureRichard Habeeb1-1/+0
2023-01-27usb: xhci: Fix root hub descriptorMark Kettenis1-7/+8
2023-01-27usb: xhci: Implement DMA mappingMark Kettenis1-4/+6
2022-06-28usb: Remove non-DM code in ehci-fsl and xhciTom Rini1-110/+0
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-17/+17
2021-09-22usb: xhci-pci: Move reset logic out of XHCI coreSamuel Holland1-35/+0
2021-02-18xhci: translate virtual addresses into the bus's address spaceNicolas Saenz Julienne1-2/+2
2020-10-16usb: xhci: Include device_compat.hSean Anderson1-3/+4
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 Yun1-4/+2
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 Yun1-1/+1
2020-10-01usb: xhci: add a member hci_version in xhci_ctrl structChunfeng Yun1-0/+1
2020-08-05usb: xhci: Add virt_to_phys() to support mapped platformsStefan Roese1-2/+1
2020-07-10usb: xhci: Add reset controller supportNicolas Saenz Julienne1-0/+35
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-02xhci: mediatek: Add support for MTK xHCI host controllerChunfeng Yun1-0/+10
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-10-24usb: xhci: move xhci.h to include usbJean-Jacques Hiblot1-1/+1
2019-09-11usb: Add nonblock argument to submit_int_msgMichal Suchanek1-5/+8
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer1-6/+6
2018-05-30usb: xhci: Handle endianness in xhci_set_configuration()Bin Meng1-1/+1
2018-05-30usb: xhci: Fix config fail of FS hub behind a HS hub with MTTBin Meng1-1/+8
2018-05-30usb: xhci: Initialize dev_state to 0 in the input slot contextBin Meng1-0/+1
2018-05-30usb: xhci: Set accurate add context flags when updating hub attributesBin Meng1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-01usb: xhci: Set 'Average TRB Length' to 8 for control endpointsBin Meng1-0/+6
2017-10-01usb: xhci: Set 'Error Count' to 0 for isoch endpointsBin Meng1-1/+5
2017-10-01usb: xhci: Program max burst size for endpointBin Meng1-1/+20
2017-10-01usb: xhci: Honor endpoint's intervalBin Meng1-0/+195
2017-10-01usb: xhci: Fix max packet size for full speed device endpoint 0Bin Meng1-5/+3
2017-10-01usb: xhci: Add interrupt transfer supportBin Meng1-3/+10
2017-09-27dm: usb: xhci: Implement get_max_xfer_size() operationBin Meng1-0/+15
2017-07-28usb: xhci: Implement update_hub_device() operationBin Meng1-0/+59
2017-07-28usb: xhci: Change xhci_setup_addressable_virt_dev() signatureBin Meng1-2/+1
2017-07-28usb: hub: Add a new API to test if a hub device is root hubBin Meng1-22/+2
2017-07-28usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTSBin Meng1-3/+5
2017-07-28usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng1-2/+2
2017-07-28usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hubBin Meng1-0/+1
2017-07-28usb: xhci: Add input slot context in xhci_set_configuration()Bin Meng1-2/+2
2017-07-28usb: add static to local symbolsMasahiro Yamada1-2/+2