index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
drivers
/
usb
/
xhci.c
Age
Commit message (
Expand
)
Author
2016-06-12
libpayload: usb: xhci: Support rockchip xHCI controller
Liangfeng Wu
2015-11-05
libpayload: xhci: Add delay to get reset working more reliably
Rajmohan Mani
2015-08-14
libpayload: usb: xhci: Count new Max Scratchpad Bufs bits from XHCI 1.1
Julius Werner
2015-08-14
libpayload: usb: Fixup wrong use of config
Chunfeng Yun
2015-06-30
libpayload: Make Kconfig bools use IS_ENABLED()
Stefan Reinauer
2015-06-03
libpayload: usb: Support MTK xHCI host controller
Yidi Lin
2015-05-04
libpayload: Guard PCI using code appropriately in XHCI driver
Patrick Georgi
2015-03-23
libpayload: usb: xhci: set ENT flag in last Normal TRB
Sourabh Banerjee
2014-12-31
libpayload: Fix pointer related casts
Furquan Shaikh
2014-12-31
libpayload: usb: xhci: Fix TD size if it overflows 5 bits
Rajmohan Mani
2014-12-30
libpayload: Clean up USB build warnings
Marc Jones
2014-11-13
libpayload: usb: Fix up usb_shutdown() code paths
Julius Werner
2014-10-22
libpayload: usb: xhci: Fix STALL endpoint handling
Shawn Nematbakhsh
2014-08-31
libpayload: xhci: Ensure to reset dequeue pointer on stopped endpoints
Julius Werner
2014-08-14
libpayload: xhci: Make XHCI stack usable on ARM
Julius Werner
2014-08-12
libpayload: Make USB transfer functions return amount of bytes
Julius Werner
2014-08-11
libpayload: xhci: Use Event Data TRBs for transfer event generation
Julius Werner
2014-08-05
libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.
Gabe Black
2014-07-10
libpayload: Drop obsolete setting of reg_base in [oex]hci
Nico Huber
2014-07-10
libpayload: Catch null-pointer dereference in xHCI
Nico Huber
2014-07-10
libpayload: xHCI: Always initialize controller->pcidev
Nico Huber
2014-07-10
libpayload: Use unsigned long for BARs in *hci_init()
Nico Huber
2014-07-10
libpayload: Remove redundant phys_to_virt() from xHCI driver
Nico Huber
2014-01-08
libpayload: reintroduce optional PCI in XHCI driver
Patrick Georgi
2013-11-25
libpayload: Add USB support for non-PCI controllers
Stefan Reinauer
2013-09-30
libpayload: Switch xHCI shared ports back to EHCI on shutdown
Nico Huber
2013-06-13
libpayload: Fill gaps in the xHCI driver
Nico Huber
2012-12-18
libpayload: Use usb_debug() to show USB messages
Dave Frodin
2012-11-14
libpayload: Add init() function to hci_t and rework uhci_reset()
Nico Huber
2012-11-14
libpayload: Do not call ohci_reset() from ohci_init()
Nico Huber
2012-11-07
libpayload: Turn the "debug" #define into the usb_debug static inline function.
Gabe Black
2012-08-23
libpayload: add controller type in usbdev_hc
Anton Kochkov
2011-11-04
libpayload: Drop usb_fatal()
Patrick Georgi
2010-08-13
Add support for OHCI controllers and prelimiary support for xHCI (USB3) contr...
Patrick Georgi