summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
Commit message (Expand)AuthorAgeLines
* treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-1/+1
* usb: xhci: Fix vendor command error if the request type is USB_REQ_SET_ADDRES...Ted Chen2016-03-20-2/+4
* dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-23-2/+2
* usb: xhci: Fix a potential NULL pointer dereferenceSergey Temerkhanov2015-08-19-5/+14
* dm: usb: Rename the XHCI HCD to U-BootSimon Glass2015-04-18-1/+1
* dm: usb: Support driver model in XHCISimon Glass2015-04-18-7/+172
* dm: usb: xhci: Factor out common init/uninitSimon Glass2015-04-18-33/+52
* dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()Simon Glass2015-04-18-7/+22
* dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device()Simon Glass2015-04-18-1/+1
* dm: usb: xhci: Use a function to get xhci_ctrlSimon Glass2015-04-18-7/+12
* usb: 64-bit architectures support for xHCISergey Temerkhanov2015-04-14-5/+5
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-23-1/+1
* usb: xhci: (likely) fix bracket in if conditionJeroen Hofstee2014-06-25-2/+2
* usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky2013-10-20-1/+1
* USB: xHCI: Add stack support for xHCIVivek Gautam2013-10-20-0/+1030