summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/drivers/usb/xhci.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* libpayload/drivers/usb/xhci: Allow xHCI v1.2 in libpayloadDossym Nurmukhanov2020-05-041-1/+1
* libpayload: xhci: Fix CAPREG address calculationJulius Werner2020-05-021-1/+1
* lp/drivers/usb: Add quirk for QEMU XHCI root hubDuncan Laurie2020-05-011-0/+4
* libpayload: xhci: Do not memcpy registersJulius Werner2020-04-301-5/+5
* lp/drivers/usb: Work around QEMU XHCI register issueDuncan Laurie2020-04-141-18/+23
* payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-071-7/+7
* libpayload/drivers/usb/xhci: Replace raw values with constantsRaul E Rangel2018-08-081-3/+3
* libpayload/xhci: Check noop return code when debuggingRaul E Rangel2018-07-171-3/+6
* libpayload: usb: xhci: Support rockchip xHCI controllerLiangfeng Wu2016-06-121-5/+14
* libpayload: xhci: Add delay to get reset working more reliablyRajmohan Mani2015-11-051-0/+11
* libpayload: usb: xhci: Count new Max Scratchpad Bufs bits from XHCI 1.1Julius Werner2015-08-141-2/+4
* libpayload: usb: Fixup wrong use of configChunfeng Yun2015-08-141-2/+2
* libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer2015-06-301-4/+4
* libpayload: usb: Support MTK xHCI host controllerYidi Lin2015-06-031-1/+16
* libpayload: Guard PCI using code appropriately in XHCI driverPatrick Georgi2015-05-041-0/+4
* libpayload: usb: xhci: set ENT flag in last Normal TRBSourabh Banerjee2015-03-231-0/+8
* libpayload: Fix pointer related castsFurquan Shaikh2014-12-311-1/+1
* libpayload: usb: xhci: Fix TD size if it overflows 5 bitsRajmohan Mani2014-12-311-1/+1
* libpayload: Clean up USB build warningsMarc Jones2014-12-301-1/+3
* libpayload: usb: Fix up usb_shutdown() code pathsJulius Werner2014-11-131-18/+5
* libpayload: usb: xhci: Fix STALL endpoint handlingShawn Nematbakhsh2014-10-221-10/+3
* libpayload: xhci: Ensure to reset dequeue pointer on stopped endpointsJulius Werner2014-08-311-4/+4
* libpayload: xhci: Make XHCI stack usable on ARMJulius Werner2014-08-141-47/+79
* libpayload: Make USB transfer functions return amount of bytesJulius Werner2014-08-121-12/+13
* libpayload: xhci: Use Event Data TRBs for transfer event generationJulius Werner2014-08-111-8/+11
* libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black2014-08-051-3/+3
* libpayload: Drop obsolete setting of reg_base in [oex]hciNico Huber2014-07-101-4/+2
* libpayload: Catch null-pointer dereference in xHCINico Huber2014-07-101-2/+4
* libpayload: xHCI: Always initialize controller->pcidevNico Huber2014-07-101-0/+1
* libpayload: Use unsigned long for BARs in *hci_init()Nico Huber2014-07-101-3/+3
* libpayload: Remove redundant phys_to_virt() from xHCI driverNico Huber2014-07-101-1/+1
* libpayload: reintroduce optional PCI in XHCI driverPatrick Georgi2014-01-081-4/+4
* libpayload: Add USB support for non-PCI controllersStefan Reinauer2013-11-251-12/+24
* libpayload: Switch xHCI shared ports back to EHCI on shutdownNico Huber2013-09-301-0/+15
* libpayload: Fill gaps in the xHCI driverNico Huber2013-06-131-168/+773
* libpayload: Use usb_debug() to show USB messagesDave Frodin2012-12-181-2/+2
* libpayload: Add init() function to hci_t and rework uhci_reset()Nico Huber2012-11-141-0/+6
* libpayload: Do not call ohci_reset() from ohci_init()Nico Huber2012-11-141-1/+0
* libpayload: Turn the "debug" #define into the usb_debug static inline function.Gabe Black2012-11-071-18/+18
* libpayload: add controller type in usbdev_hcAnton Kochkov2012-08-231-0/+2
* libpayload: Drop usb_fatal()Patrick Georgi2011-11-041-5/+5
* Add support for OHCI controllers and prelimiary support for xHCI (USB3) contr...Patrick Georgi2010-08-131-0/+262