summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)Author
2025-04-08usb: xhci: annotate switch/case fallthrough properlyAndre Przywara
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07usb: Remove <common.h> and add needed includesTom Rini
2024-04-05usb: xhci: Set up endpoints for the first 2 interfacesJanne Grunau
2024-04-05usb: xhci: refactor xhci_set_configurationJanne Grunau
2023-12-01usb: xhci: Guard all calls to xhci_wait_for_eventHector Martin
2023-07-27usb: xhci: Fix double free on failureRichard Habeeb
2023-01-27usb: xhci: Fix root hub descriptorMark Kettenis
2023-01-27usb: xhci: Implement DMA mappingMark Kettenis
2022-06-28usb: Remove non-DM code in ehci-fsl and xhciTom Rini
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-09-22usb: xhci-pci: Move reset logic out of XHCI coreSamuel Holland
2021-02-18xhci: translate virtual addresses into the bus's address spaceNicolas Saenz Julienne
2020-10-16usb: xhci: Include device_compat.hSean Anderson
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 HCS_MAX_PORTS()Chunfeng Yun
2020-10-01usb: xhci: add quirks flag to support MediaTek xHCI 0.96Chunfeng Yun
2020-10-01usb: xhci: add a member hci_version in xhci_ctrl structChunfeng Yun
2020-08-05usb: xhci: Add virt_to_phys() to support mapped platformsStefan Roese
2020-07-10usb: xhci: Add reset controller supportNicolas Saenz Julienne
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-02xhci: mediatek: Add support for MTK xHCI host controllerChunfeng Yun
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-10-24usb: xhci: move xhci.h to include usbJean-Jacques Hiblot
2019-09-11usb: Add nonblock argument to submit_int_msgMichal Suchanek
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer
2018-05-30usb: xhci: Handle endianness in xhci_set_configuration()Bin Meng
2018-05-30usb: xhci: Fix config fail of FS hub behind a HS hub with MTTBin Meng
2018-05-30usb: xhci: Initialize dev_state to 0 in the input slot contextBin Meng
2018-05-30usb: xhci: Set accurate add context flags when updating hub attributesBin Meng
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-10-01usb: xhci: Set 'Average TRB Length' to 8 for control endpointsBin Meng
2017-10-01usb: xhci: Set 'Error Count' to 0 for isoch endpointsBin Meng
2017-10-01usb: xhci: Program max burst size for endpointBin Meng
2017-10-01usb: xhci: Honor endpoint's intervalBin Meng
2017-10-01usb: xhci: Fix max packet size for full speed device endpoint 0Bin Meng
2017-10-01usb: xhci: Add interrupt transfer supportBin Meng
2017-09-27dm: usb: xhci: Implement get_max_xfer_size() operationBin Meng
2017-07-28usb: xhci: Implement update_hub_device() operationBin Meng
2017-07-28usb: xhci: Change xhci_setup_addressable_virt_dev() signatureBin Meng
2017-07-28usb: hub: Add a new API to test if a hub device is root hubBin Meng
2017-07-28usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTSBin Meng
2017-07-28usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng
2017-07-28usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hubBin Meng
2017-07-28usb: xhci: Add input slot context in xhci_set_configuration()Bin Meng