summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)Author
2018-01-29BCD data reading implementedvojo
2017-08-08usb: xhci: Implement update_hub_device() operationBin Meng
2017-08-08usb: xhci: Change xhci_setup_addressable_virt_dev() signatureBin Meng
2017-08-08usb: hub: Add a new API to test if a hub device is root hubBin Meng
2017-08-08usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTSBin Meng
2017-08-08usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng
2017-08-08usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hubBin Meng
2017-08-08usb: xhci: Add input slot context in xhci_set_configuration()Bin Meng
2016-09-24treewide: 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