index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci.c
Age
Commit message (
Expand
)
Author
2018-05-30
usb: xhci: Handle endianness in xhci_set_configuration()
Bin Meng
2018-05-30
usb: xhci: Fix config fail of FS hub behind a HS hub with MTT
Bin Meng
2018-05-30
usb: xhci: Initialize dev_state to 0 in the input slot context
Bin Meng
2018-05-30
usb: xhci: Set accurate add context flags when updating hub attributes
Bin Meng
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-10-01
usb: xhci: Set 'Average TRB Length' to 8 for control endpoints
Bin Meng
2017-10-01
usb: xhci: Set 'Error Count' to 0 for isoch endpoints
Bin Meng
2017-10-01
usb: xhci: Program max burst size for endpoint
Bin Meng
2017-10-01
usb: xhci: Honor endpoint's interval
Bin Meng
2017-10-01
usb: xhci: Fix max packet size for full speed device endpoint 0
Bin Meng
2017-10-01
usb: xhci: Add interrupt transfer support
Bin Meng
2017-09-27
dm: usb: xhci: Implement get_max_xfer_size() operation
Bin Meng
2017-07-28
usb: xhci: Implement update_hub_device() operation
Bin Meng
2017-07-28
usb: xhci: Change xhci_setup_addressable_virt_dev() signature
Bin Meng
2017-07-28
usb: hub: Add a new API to test if a hub device is root hub
Bin Meng
2017-07-28
usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS
Bin Meng
2017-07-28
usb: hub: Change USB hub descriptor to match USB 3.0 hubs
Bin Meng
2017-07-28
usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub
Bin Meng
2017-07-28
usb: xhci: Add input slot context in xhci_set_configuration()
Bin Meng
2017-07-28
usb: add static to local symbols
Masahiro Yamada
2016-09-23
treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-03-20
usb: xhci: Fix vendor command error if the request type is USB_REQ_SET_ADDRES...
Ted Chen
2015-10-23
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
Simon Glass
2015-08-19
usb: xhci: Fix a potential NULL pointer dereference
Sergey Temerkhanov
2015-04-18
dm: usb: Rename the XHCI HCD to U-Boot
Simon Glass
2015-04-18
dm: usb: Support driver model in XHCI
Simon Glass
2015-04-18
dm: usb: xhci: Factor out common init/uninit
Simon Glass
2015-04-18
dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()
Simon Glass
2015-04-18
dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device()
Simon Glass
2015-04-18
dm: usb: xhci: Use a function to get xhci_ctrl
Simon Glass
2015-04-14
usb: 64-bit architectures support for xHCI
Sergey Temerkhanov
2014-11-23
linux/kernel.h: sync min, max, min3, max3 macros with Linux
Masahiro Yamada
2014-06-25
usb: xhci: (likely) fix bracket in if condition
Jeroen Hofstee
2013-10-20
usb: add enum usb_init_type parameter to usb_lowlevel_init
Troy Kisky
2013-10-20
USB: xHCI: Add stack support for xHCI
Vivek Gautam