summaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers/usb/xhci.c
AgeCommit message (Expand)Author
2020-05-04libpayload/drivers/usb/xhci: Allow xHCI v1.2 in libpayloadDossym Nurmukhanov
2020-05-02libpayload: xhci: Fix CAPREG address calculationJulius Werner
2020-05-01lp/drivers/usb: Add quirk for QEMU XHCI root hubDuncan Laurie
2020-04-30libpayload: xhci: Do not memcpy registersJulius Werner
2020-04-14lp/drivers/usb: Work around QEMU XHCI register issueDuncan Laurie
2019-03-07payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-08-08libpayload/drivers/usb/xhci: Replace raw values with constantsRaul E Rangel
2018-07-17libpayload/xhci: Check noop return code when debuggingRaul E Rangel
2016-06-12libpayload: usb: xhci: Support rockchip xHCI controllerLiangfeng Wu
2015-11-05libpayload: xhci: Add delay to get reset working more reliablyRajmohan Mani
2015-08-14libpayload: usb: xhci: Count new Max Scratchpad Bufs bits from XHCI 1.1Julius Werner
2015-08-14libpayload: usb: Fixup wrong use of configChunfeng Yun
2015-06-30libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer
2015-06-03libpayload: usb: Support MTK xHCI host controllerYidi Lin
2015-05-04libpayload: Guard PCI using code appropriately in XHCI driverPatrick Georgi
2015-03-23libpayload: usb: xhci: set ENT flag in last Normal TRBSourabh Banerjee
2014-12-31libpayload: Fix pointer related castsFurquan Shaikh
2014-12-31libpayload: usb: xhci: Fix TD size if it overflows 5 bitsRajmohan Mani
2014-12-30libpayload: Clean up USB build warningsMarc Jones
2014-11-13libpayload: usb: Fix up usb_shutdown() code pathsJulius Werner
2014-10-22libpayload: usb: xhci: Fix STALL endpoint handlingShawn Nematbakhsh
2014-08-31libpayload: xhci: Ensure to reset dequeue pointer on stopped endpointsJulius Werner
2014-08-14libpayload: xhci: Make XHCI stack usable on ARMJulius Werner
2014-08-12libpayload: Make USB transfer functions return amount of bytesJulius Werner
2014-08-11libpayload: xhci: Use Event Data TRBs for transfer event generationJulius Werner
2014-08-05libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black
2014-07-10libpayload: Drop obsolete setting of reg_base in [oex]hciNico Huber
2014-07-10libpayload: Catch null-pointer dereference in xHCINico Huber
2014-07-10libpayload: xHCI: Always initialize controller->pcidevNico Huber
2014-07-10libpayload: Use unsigned long for BARs in *hci_init()Nico Huber
2014-07-10libpayload: Remove redundant phys_to_virt() from xHCI driverNico Huber
2014-01-08libpayload: reintroduce optional PCI in XHCI driverPatrick Georgi
2013-11-25libpayload: Add USB support for non-PCI controllersStefan Reinauer
2013-09-30libpayload: Switch xHCI shared ports back to EHCI on shutdownNico Huber
2013-06-13libpayload: Fill gaps in the xHCI driverNico Huber
2012-12-18libpayload: Use usb_debug() to show USB messagesDave Frodin
2012-11-14libpayload: Add init() function to hci_t and rework uhci_reset()Nico Huber
2012-11-14libpayload: Do not call ohci_reset() from ohci_init()Nico Huber
2012-11-07libpayload: Turn the "debug" #define into the usb_debug static inline function.Gabe Black
2012-08-23libpayload: add controller type in usbdev_hcAnton Kochkov
2011-11-04libpayload: Drop usb_fatal()Patrick Georgi
2010-08-13Add support for OHCI controllers and prelimiary support for xHCI (USB3) contr...Patrick Georgi