aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-23treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-03-20usb: xhci: Fix vendor command error if the request type is USB_REQ_SET_ADDRES...Ted Chen1-2/+4
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass1-2/+2
2015-08-19usb: xhci: Fix a potential NULL pointer dereferenceSergey Temerkhanov1-5/+14
2015-04-18dm: usb: Rename the XHCI HCD to U-BootSimon Glass1-1/+1
2015-04-18dm: usb: Support driver model in XHCISimon Glass1-7/+172
2015-04-18dm: usb: xhci: Factor out common init/uninitSimon Glass1-33/+52
2015-04-18dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()Simon Glass1-7/+22
2015-04-18dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device()Simon Glass1-1/+1
2015-04-18dm: usb: xhci: Use a function to get xhci_ctrlSimon Glass1-7/+12
2015-04-14usb: 64-bit architectures support for xHCISergey Temerkhanov1-5/+5
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+1