Age | Commit message (Expand) | Author |
2023-06-06 | libpayload/drivers/usb/xhci.c: Check for NULL in xhci_init | Fred Reitberger |
2022-08-12 | libpayload: usb: Fix spacing issues | Yidi Lin |
2020-11-22 | libpayload/usb: Fix printf format string mismatches in debug messages | Caveh Jalali |
2020-06-06 | usb/xhci: Fix timeout logic | Caveh Jalali |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-04 | libpayload/drivers/usb/xhci: Allow xHCI v1.2 in libpayload | Dossym Nurmukhanov |
2020-05-02 | libpayload: xhci: Fix CAPREG address calculation | Julius Werner |
2020-05-01 | lp/drivers/usb: Add quirk for QEMU XHCI root hub | Duncan Laurie |
2020-04-30 | libpayload: xhci: Do not memcpy registers | Julius Werner |
2020-04-14 | lp/drivers/usb: Work around QEMU XHCI register issue | Duncan Laurie |
2019-03-07 | payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2018-08-08 | libpayload/drivers/usb/xhci: Replace raw values with constants | Raul E Rangel |
2018-07-17 | libpayload/xhci: Check noop return code when debugging | Raul E Rangel |
2016-06-12 | libpayload: usb: xhci: Support rockchip xHCI controller | Liangfeng Wu |
2015-11-05 | libpayload: xhci: Add delay to get reset working more reliably | Rajmohan Mani |
2015-08-14 | libpayload: usb: xhci: Count new Max Scratchpad Bufs bits from XHCI 1.1 | Julius Werner |
2015-08-14 | libpayload: usb: Fixup wrong use of config | Chunfeng Yun |
2015-06-30 | libpayload: Make Kconfig bools use IS_ENABLED() | Stefan Reinauer |
2015-06-03 | libpayload: usb: Support MTK xHCI host controller | Yidi Lin |
2015-05-04 | libpayload: Guard PCI using code appropriately in XHCI driver | Patrick Georgi |
2015-03-23 | libpayload: usb: xhci: set ENT flag in last Normal TRB | Sourabh Banerjee |
2014-12-31 | libpayload: Fix pointer related casts | Furquan Shaikh |
2014-12-31 | libpayload: usb: xhci: Fix TD size if it overflows 5 bits | Rajmohan Mani |
2014-12-30 | libpayload: Clean up USB build warnings | Marc Jones |
2014-11-13 | libpayload: usb: Fix up usb_shutdown() code paths | Julius Werner |
2014-10-22 | libpayload: usb: xhci: Fix STALL endpoint handling | Shawn Nematbakhsh |
2014-08-31 | libpayload: xhci: Ensure to reset dequeue pointer on stopped endpoints | Julius Werner |
2014-08-14 | libpayload: xhci: Make XHCI stack usable on ARM | Julius Werner |
2014-08-12 | libpayload: Make USB transfer functions return amount of bytes | Julius Werner |
2014-08-11 | libpayload: xhci: Use Event Data TRBs for transfer event generation | Julius Werner |
2014-08-05 | libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. | Gabe Black |
2014-07-10 | libpayload: Drop obsolete setting of reg_base in [oex]hci | Nico Huber |
2014-07-10 | libpayload: Catch null-pointer dereference in xHCI | Nico Huber |
2014-07-10 | libpayload: xHCI: Always initialize controller->pcidev | Nico Huber |
2014-07-10 | libpayload: Use unsigned long for BARs in *hci_init() | Nico Huber |
2014-07-10 | libpayload: Remove redundant phys_to_virt() from xHCI driver | Nico Huber |
2014-01-08 | libpayload: reintroduce optional PCI in XHCI driver | Patrick Georgi |
2013-11-25 | libpayload: Add USB support for non-PCI controllers | Stefan Reinauer |
2013-09-30 | libpayload: Switch xHCI shared ports back to EHCI on shutdown | Nico Huber |
2013-06-13 | libpayload: Fill gaps in the xHCI driver | Nico Huber |
2012-12-18 | libpayload: Use usb_debug() to show USB messages | Dave Frodin |
2012-11-14 | libpayload: Add init() function to hci_t and rework uhci_reset() | Nico Huber |
2012-11-14 | libpayload: Do not call ohci_reset() from ohci_init() | Nico Huber |
2012-11-07 | libpayload: Turn the "debug" #define into the usb_debug static inline function. | Gabe Black |
2012-08-23 | libpayload: add controller type in usbdev_hc | Anton Kochkov |
2011-11-04 | libpayload: Drop usb_fatal() | Patrick Georgi |
2010-08-13 | Add support for OHCI controllers and prelimiary support for xHCI (USB3) contr... | Patrick Georgi |