summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)Author
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
2017-07-28usb: add static to local symbolsMasahiro Yamada
2016-09-23treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada
2016-03-20usb: xhci: Fix vendor command error if the request type is USB_REQ_SET_ADDRES...Ted Chen
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass
2015-08-19usb: xhci: Fix a potential NULL pointer dereferenceSergey Temerkhanov
2015-04-18dm: usb: Rename the XHCI HCD to U-BootSimon Glass
2015-04-18dm: usb: Support driver model in XHCISimon Glass
2015-04-18dm: usb: xhci: Factor out common init/uninitSimon Glass
2015-04-18dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()Simon Glass
2015-04-18dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device()Simon Glass
2015-04-18dm: usb: xhci: Use a function to get xhci_ctrlSimon Glass
2015-04-14usb: 64-bit architectures support for xHCISergey Temerkhanov
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-06-25usb: xhci: (likely) fix bracket in if conditionJeroen Hofstee
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky
2013-10-20USB: xHCI: Add stack support for xHCIVivek Gautam