summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
Commit message (Expand)AuthorAgeFilesLines
* xhci: mediatek: Add support for MTK xHCI host controllerChunfeng Yun2020-05-021-0/+10
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* usb: xhci: move xhci.h to include usbJean-Jacques Hiblot2019-10-241-1/+1
* usb: Add nonblock argument to submit_int_msgMichal Suchanek2019-09-111-5/+8
* usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer2018-11-261-6/+6
* usb: xhci: Handle endianness in xhci_set_configuration()Bin Meng2018-05-301-1/+1
* usb: xhci: Fix config fail of FS hub behind a HS hub with MTTBin Meng2018-05-301-1/+8
* usb: xhci: Initialize dev_state to 0 in the input slot contextBin Meng2018-05-301-0/+1
* usb: xhci: Set accurate add context flags when updating hub attributesBin Meng2018-05-301-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* usb: xhci: Set 'Average TRB Length' to 8 for control endpointsBin Meng2017-10-011-0/+6
* usb: xhci: Set 'Error Count' to 0 for isoch endpointsBin Meng2017-10-011-1/+5
* usb: xhci: Program max burst size for endpointBin Meng2017-10-011-1/+20
* usb: xhci: Honor endpoint's intervalBin Meng2017-10-011-0/+195
* usb: xhci: Fix max packet size for full speed device endpoint 0Bin Meng2017-10-011-5/+3
* usb: xhci: Add interrupt transfer supportBin Meng2017-10-011-3/+10
* dm: usb: xhci: Implement get_max_xfer_size() operationBin Meng2017-09-271-0/+15
* usb: xhci: Implement update_hub_device() operationBin Meng2017-07-281-0/+59
* usb: xhci: Change xhci_setup_addressable_virt_dev() signatureBin Meng2017-07-281-2/+1
* usb: hub: Add a new API to test if a hub device is root hubBin Meng2017-07-281-22/+2
* usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTSBin Meng2017-07-281-3/+5
* usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng2017-07-281-2/+2
* usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hubBin Meng2017-07-281-0/+1
* usb: xhci: Add input slot context in xhci_set_configuration()Bin Meng2017-07-281-2/+2
* usb: add static to local symbolsMasahiro Yamada2017-07-281-2/+2
* treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* usb: xhci: Fix vendor command error if the request type is USB_REQ_SET_ADDRES...Ted Chen2016-03-201-2/+4
* dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-231-2/+2
* usb: xhci: Fix a potential NULL pointer dereferenceSergey Temerkhanov2015-08-191-5/+14
* dm: usb: Rename the XHCI HCD to U-BootSimon Glass2015-04-181-1/+1
* dm: usb: Support driver model in XHCISimon Glass2015-04-181-7/+172
* dm: usb: xhci: Factor out common init/uninitSimon Glass2015-04-181-33/+52
* dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()Simon Glass2015-04-181-7/+22
* dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device()Simon Glass2015-04-181-1/+1
* dm: usb: xhci: Use a function to get xhci_ctrlSimon Glass2015-04-181-7/+12
* usb: 64-bit architectures support for xHCISergey Temerkhanov2015-04-141-5/+5
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-231-1/+1
* usb: xhci: (likely) fix bracket in if conditionJeroen Hofstee2014-06-251-2/+2
* usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky2013-10-201-1/+1
* USB: xHCI: Add stack support for xHCIVivek Gautam2013-10-201-0/+1030