Age | Commit message (Expand) | Author |
2016-08-02 | libpayload: split "Drivers" config section in Kconfig | Antonello Dettori |
2016-06-12 | libpayload: usb: xhci: Support rockchip xHCI controller | Liangfeng Wu |
2016-05-09 | libpayload: xhci: Set MPS based on speed | Varadarajan Narayanan |
2015-11-05 | libpayload: xhci: Add delay to get reset working more reliably | Rajmohan Mani |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-29 | libpayload: usbmsc: Add small delay during initialization to fix CZ60 | Julius Werner |
2015-10-27 | libpayload: usb: Retry get_descriptor() on failure | Shawn Nematbakhsh |
2015-09-17 | libpayload: usb: dwc2: check device connect state before enable channel | Yunzhi Li |
2015-09-17 | libpayload: usb: dwc2: fix hub hot-plug bug | Yunzhi Li |
2015-08-28 | libpayload: usb: dwc2: Always return 'size' transferred bytes for OUT | Julius Werner |
2015-08-19 | libpayload: usb: dwc2: fix usb plug/unplug bug | Yunzhi Li |
2015-08-14 | libpayload: usb: xhci: Fix list of cleared port change bits | Julius Werner |
2015-08-14 | libpayload: usb: xhci: Count new Max Scratchpad Bufs bits from XHCI 1.1 | Julius Werner |
2015-08-14 | libpayload: usb: dwc2: fix short packet transfer | Yunzhi Li |
2015-08-14 | libpayload: usb: Fixup wrong use of config | Chunfeng Yun |
2015-08-14 | libpayload: xhci: Carry over fixes from Chromium tree | Julius Werner |
2015-08-13 | libpayload: usb: don't prematurely free the usb device | Aaron Durbin |
2015-07-18 | libpayload: usb: Add support for SuperSpeed hubs | Julius Werner |
2015-07-18 | libpayload: usb: xhci: Prevent address reuse | Julius Werner |
2015-07-16 | libpayload: usb: dwc2: support split transaction | Yunzhi Li |
2015-07-06 | libpayload: usb: dwc2: support interrupt transfer | Yunzhi Li |
2015-06-30 | libpayload: Make Kconfig bools use IS_ENABLED() | Stefan Reinauer |
2015-06-30 | libpayload: add UDC driver for Designware controller | huang lin |
2015-06-08 | Remove empty lines at end of file | Elyes HAOUAS |
2015-06-03 | libpayload: usb: Support MTK xHCI host controller | Yidi Lin |
2015-06-03 | libpayload: usb: Max packet size of SuperSpeed control EPs should be 512. | Chunfeng Yun |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-05-12 | libpayload: Fix passing BAR to EHCI driver | Patrick Georgi |
2015-05-04 | libpayload: Guard PCI using code appropriately in XHCI driver | Patrick Georgi |
2015-04-22 | libpayload: usb: fix compilation error in debug fuction | Harry Pan |
2015-04-14 | libpayload dwc2: use bus addresses for buffers | Ionela Voinescu |
2015-04-14 | libpayload dwc2: Use a new FIFO allocation method | huang lin |
2015-04-14 | libpayload: Add dwc2 usb driver | huang lin |
2015-04-09 | libpayload: PCI bus scan - Eliminate endless loop | Lee Leahy |
2015-03-23 | libpayload: usb: xhci: set ENT flag in last Normal TRB | Sourabh Banerjee |
2015-03-23 | libpayload: EHCI: Support root-hub TT feature | Jim Lin |
2015-03-21 | libpayload ehci: Use 64-byte aligned data structures for periodic transfers | Jim Lin |
2015-03-21 | libpayload: EHCI: Fix transaction error for interrupt transfer | Jim Lin |
2015-03-19 | libpayload/usb: wait a millisecond to work around device bugs | Patrick Georgi |
2015-03-19 | libpayload EHCI: Add memory barrier to EHCI driver | Furquan Shaikh |
2015-03-04 | libpayload: Don't try to free individual xhci device slots | Patrick Georgi |
2015-02-23 | libpayload: Improve sanity checking in UHCI driver | Patrick Georgi |
2015-02-23 | libpayload: avoid use-after-free in OHCI driver | Patrick Georgi |
2015-01-03 | libpayload: avoid memory overflows | Patrick Georgi |
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-12-30 | libpayload: usbmsc: Implement limited LUN support | Julius Werner |
2014-12-30 | libpayload: usbmsc: Set correct allocation length for REQUEST SENSE | Julius Werner |
2014-12-22 | libpayload: usb: Try to avoid reusing device addresses | Julius Werner |
2014-12-17 | libpayload: usb: Detach unused USB devices | Shawn Nematbakhsh |
2014-11-13 | libpayload: usb: Remove automatic clear_stall() calls from transfers | Julius Werner |
2014-11-13 | libpayload: usb: Fix up usb_shutdown() code paths | Julius Werner |
2014-10-29 | libpayload: usb: ehci: Honor 10ms reset recovery period | Julius Werner |
2014-10-22 | libpayload: usb: Make OHCI work with ARM systems | Julius Werner |
2014-10-22 | libpayload: usb: xhci: Fix STALL endpoint handling | Shawn Nematbakhsh |
2014-10-02 | libpayload: usb: xhci: Treat port reset as a port status change | Shawn Nematbakhsh |
2014-10-02 | libpayload: usb: Remove generic roothub reset port function | Shawn Nematbakhsh |
2014-09-10 | libpayload: usbhid: Fix typo on descriptor parsing | Julius Werner |
2014-09-10 | libpayload: ehci: Fix byte count in dump_td() | Julius Werner |
2014-09-04 | libpayload: usb: Refactor USB enumeration to fix SuperSpeed devices | Julius Werner |
2014-09-04 | libpayload: usb: Unify USB speed between XHCI stack and USB core | Julius Werner |
2014-08-31 | libpayload: xhci: Ensure to reset dequeue pointer on stopped endpoints | Julius Werner |
2014-08-28 | libpayload: usb: Allow direct instantiation of MMIO host controllers | Julius Werner |
2014-08-19 | libpayload: usb: Fix several minor USB stack bugs | Julius Werner |
2014-08-18 | libpayload: usbmsc: Remove DETACHED state from MSC device structure | Julius Werner |
2014-08-14 | libpayload: xhci: Make XHCI stack usable on ARM | Julius Werner |
2014-08-14 | libpayload: Make EHCI driver cache-aware | Julius Werner |
2014-08-14 | libpayload: Add in a missing "static". | Gabe Black |
2014-08-14 | libpayload: Reduce media init timeout to 5 seconds. | Shawn Nematbakhsh |
2014-08-14 | libpayload: Increase accuracy of timeout period for media init. | Shawn Nematbakhsh |
2014-08-14 | libpayload: usbmsc: Split transfers into 64KB chunks | Duncan Laurie |
2014-08-12 | libpayload: usbhub: Don't clear PSC unless it was set | Julius Werner |
2014-08-12 | libpayload: ehci: Set explicit terminate bits in dummy_qh next pointers. | 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-12 | libpayload: find source of input characters | Luigi Semenzato |
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-12-21 | libpayload: Increase USB EHCI transfer timeout | Julius Werner |
2013-11-25 | libpayload: usb mass storage card hot plug | Aaron Durbin |
2013-11-25 | libpayload: usb mass storage detect empty media | Aaron Durbin |
2013-11-25 | libpayload: Add USB support for non-PCI controllers | Stefan Reinauer |
2013-11-25 | libpayload (EHCI): correctly align PORTSC | 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 |
2013-06-13 | libpayload: Port usb hub driver to use the generic code | Nico Huber |
2013-06-13 | libpayload: Add a generic driver for usb hubs | Nico Huber |
2013-06-13 | libpayload: usb: Add interval attribute to endpoints | Nico Huber |
2013-06-13 | libpayload: Redirect USB slave init through controller driver | Patrick Georgi |
2013-06-13 | libpayload: usb: Skip non-endpoint descriptors during init | Nico Huber |
2013-04-08 | libpayload: Handle multifunction bridge devices better. | Gabe Black |
2013-03-26 | libpayload: Fix unused function warning in EHCI stack | Stefan Reinauer |
2013-03-25 | libpayload: fix use-after-free in usb_exit() | Mathias Krause |
2013-03-25 | libpayload: EHCI - detach controller in ehci_shutdown() | Mathias Krause |