summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/drivers/usb/usbinit.c
Commit message (Expand)AuthorAgeFilesLines
* libpayload: usb: Fix spacing issuesYidi Lin2022-08-121-2/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* libpayload: Fix 16-bit read/write to PCI_COMMAND registerElyes HAOUAS2020-05-011-3/+3
* payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-071-10/+10
* libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer2015-06-301-10/+10
* libpayload: Add dwc2 usb driverhuang lin2015-04-141-0/+5
* libpayload: PCI bus scan - Eliminate endless loopLee Leahy2015-04-091-3/+7
* libpayload: Clean up USB build warningsMarc Jones2014-12-301-3/+3
* libpayload: usb: Allow direct instantiation of MMIO host controllersJulius Werner2014-08-281-18/+21
* libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black2014-08-051-14/+14
* libpayload: Use unsigned long for BARs in *hci_init()Nico Huber2014-07-101-3/+3
* libpayload: Add USB support for non-PCI controllersStefan Reinauer2013-11-251-6/+27
* libpayload: Handle multifunction bridge devices better.Gabe Black2013-04-081-25/+31
* libpayload: Correct a constant used for scanning for USB controllers.Gabe Black2013-02-261-1/+1
* libpayload: Use usb_debug() to show USB messagesDave Frodin2012-12-181-10/+10
* libpayload: Fix some missing-prototype warningsNico Huber2012-11-231-1/+1
* libpayload: Take usb_poll out of usb_initialize.Gabe Black2012-11-071-1/+0
* libpayload: Make usb_initialize more efficient and fix style problems.Gabe Black2012-11-071-46/+65
* libpayload: Implement usb_exitPatrick Georgi2011-11-041-5/+0
* libpayload: Reduce verbosity in USB stackMathias Krause2011-11-031-8/+8
* Print a warning when an unknow USB controller type is detected.Steven A. Falco2011-07-141-19/+26
* Add an EHCI driver to libpayload's USB stack.Patrick Georgi2010-09-251-3/+2
* The AMD CS5536's USB controllers are located at device 0F, functions 4Jens Rottmann2010-09-031-1/+1
* Add support for OHCI controllers and prelimiary support for xHCI (USB3) contr...Patrick Georgi2010-08-131-10/+9
* USB updates from our internal treeStefan Reinauer2010-03-251-11/+32
* [PATCH] libpayload: rename config.h to libpayload-config.hJordan Crouse2008-11-241-1/+1
* Fix the USB code to find the headers after they were moved.Jordan Crouse2008-09-111-2/+2
* This patch adds USB capabilities to libpayload. It requires somePatrick Georgi2008-09-021-0/+120