aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers/usb/ehci_rh.c
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2019-03-07payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2015-03-23libpayload: EHCI: Support root-hub TT featureJim Lin
2014-11-13libpayload: usb: Fix up usb_shutdown() code pathsJulius Werner
2014-10-29libpayload: usb: ehci: Honor 10ms reset recovery periodJulius Werner
2013-11-25libpayload: Add USB support for non-PCI controllersStefan Reinauer
2012-12-18libpayload: Use usb_debug() to show USB messagesDave Frodin
2012-11-07libpayload: Turn the "debug" #define into the usb_debug static inline function.Gabe Black
2012-06-08libpayload: Add timeouts in the EHCI USB driverNico Huber
2012-06-01libpayload: Correct port power settings for EHCI root hubNico Huber
2012-02-07libpayload: Remove workaround for bitfield management in EHCI driverPatrick Georgi
2012-02-07libpayload: Force checking all EHCI ports on power-onPatrick Georgi
2012-01-10libpayload: Remove bitfield use from EHCI data structuresPatrick Georgi
2011-11-03libpayload: Reduce verbosity in USB stackMathias Krause
2011-07-17port_enable and port_reset must change atomically.Steven A. Falco
2010-09-25Add an EHCI driver to libpayload's USB stack.Patrick Georgi