aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers/usb/usbinit.c
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-01libpayload: Fix 16-bit read/write to PCI_COMMAND registerElyes HAOUAS
2019-03-07payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2015-06-30libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer
2015-04-14libpayload: Add dwc2 usb driverhuang lin
2015-04-09libpayload: PCI bus scan - Eliminate endless loopLee Leahy
2014-12-30libpayload: Clean up USB build warningsMarc Jones
2014-08-28libpayload: usb: Allow direct instantiation of MMIO host controllersJulius Werner
2014-08-05libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black
2014-07-10libpayload: Use unsigned long for BARs in *hci_init()Nico Huber
2013-11-25libpayload: Add USB support for non-PCI controllersStefan Reinauer
2013-04-08libpayload: Handle multifunction bridge devices better.Gabe Black
2013-02-26libpayload: Correct a constant used for scanning for USB controllers.Gabe Black
2012-12-18libpayload: Use usb_debug() to show USB messagesDave Frodin
2012-11-23libpayload: Fix some missing-prototype warningsNico Huber
2012-11-07libpayload: Take usb_poll out of usb_initialize.Gabe Black
2012-11-07libpayload: Make usb_initialize more efficient and fix style problems.Gabe Black
2011-11-04libpayload: Implement usb_exitPatrick Georgi
2011-11-03libpayload: Reduce verbosity in USB stackMathias Krause
2011-07-14Print a warning when an unknow USB controller type is detected.Steven A. Falco
2010-09-25Add an EHCI driver to libpayload's USB stack.Patrick Georgi
2010-09-03The AMD CS5536's USB controllers are located at device 0F, functions 4Jens Rottmann
2010-08-13Add support for OHCI controllers and prelimiary support for xHCI (USB3) contr...Patrick Georgi
2010-03-25USB updates from our internal treeStefan Reinauer
2008-11-24[PATCH] libpayload: rename config.h to libpayload-config.hJordan Crouse
2008-09-11Fix the USB code to find the headers after they were moved.Jordan Crouse
2008-09-02This patch adds USB capabilities to libpayload. It requires somePatrick Georgi