aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers/usb
AgeCommit message (Expand)Author
2020-09-21payloads: Drop unneeded empty linesElyes HAOUAS
2020-09-04libpayload/xhci: Fix Slot State field width definitionCaveh Jalali
2020-08-31xhci: Do not set the CRCR_CS bitCaveh Jalali
2020-08-31xhci: Fix Abort command event handlingCaveh Jalali
2020-07-25payloads/libpayload/drivers/usb/usb.c: Remove whitespace before tabElyes HAOUAS
2020-07-21libpayload/xhci: Try harder to read 32-bit caps at onceNico Huber
2020-06-06usb/xhci: Fix timeout logicCaveh Jalali
2020-06-06libpayload: drivers/usb: add a USB pre-poll hookCaveh Jalali
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-09payloads: Replace GPL boilerplate with SPDX headersPatrick Georgi
2020-05-04libpayload/drivers/usb/xhci: Allow xHCI v1.2 in libpayloadDossym Nurmukhanov
2020-05-02libpayload: xhci: Fix CAPREG address calculationJulius Werner
2020-05-01libpayload: Fix 16-bit read/write to PCI_COMMAND registerElyes HAOUAS
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
2020-02-26treewide: capitalize 'USB'Elyes HAOUAS
2020-02-17payloads: Fix typosElyes HAOUAS
2020-02-05libpayload/xhci: Fix MPS handling in set_addressKangheui Won
2019-11-11libpayload: usbmsc: update return value of CSW transferChangqi Hu
2019-09-18libpayload: Use interrupt transfers for USB hubsNico Huber
2019-08-27libpayload/usb: add USB 3.1 GEN2 supportEric Lai
2019-08-22libpayload: usbmsc: Factor out usb_msc_force_init() functionJulius Werner
2019-08-22libpayload: usbmsc: Skip zero-length packets at end of dataJulius Werner
2019-07-09libpayload/usb: fix DWC2 driverPatrick Georgi
2019-07-02libpayload/usb: Increase USB request timeout to 5 sKeith Short
2019-04-09libpayload: Fix potential NULL pointer dereferenceFrancois Toguo
2019-03-07payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-10-23libpayload: Fill reg_base for debugging purposesPatrick Rudolph
2018-10-15libpayload: Always set pciaddrPatrick Rudolph
2018-10-01libpayload/drivers/usb: Fix leaksPatrick Rudolph
2018-10-01libpayload/drivers/usb: Fix broken retry counterPatrick Rudolph
2018-08-08libpayload/drivers/usb/xhci: Replace raw values with constantsRaul E Rangel
2018-07-17libpayload/generic_hub: Detect port disconnect after resetRaul E Rangel
2018-07-17libpayload/xhci: Check noop return code when debuggingRaul E Rangel
2018-07-17libpayload: Add UNKNOWN_SPEED to usb_speed enumRaul E Rangel
2018-07-16libpayload/xhci: Document struct offsets on xhci_tRaul E Rangel
2018-05-31libpayload: Export usbhid_getmodifiersPatrick Rudolph
2018-05-02payloads/libpayload: Add spaces around '=='Elyes HAOUAS
2018-04-29libpayload/drivers/usb/ohci_private.h: Add parentheses around macroElyes HAOUAS
2018-02-16libpayload: usbhid: Zero-initialize all parts of usbhid instance structJulius Werner
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-06-28payloads: Add whitespace around '<<'Elyes HAOUAS
2017-06-27libpayload/drivers/usb/ehci_private.h: Add brackets around macroElyes HAOUAS
2017-06-27libpayload/drivers/usb/xhci_private.h: Add parentheses around macroElyes HAOUAS
2017-06-27libpayload/drivers/usb/ohci_private.h: Add brackets around macroElyes HAOUAS
2017-03-15libpayload: usbhub: Force enumeration of all connected ports on initJulius Werner
2017-01-13libpayload: usb: Reset ohci controller when trying to shutdown ohciJeffy Chen
2017-01-06libpayload: usb: handle situation with no free device addressPatrick Georgi
2017-01-06libpayload: xhci: plug leakPatrick Georgi
2016-10-17libpayload: Reintroduce CONFIG_LP_CHROMEOS to set suitable defaultsJulius Werner
2016-09-02Fix newlines at the end of filesMartin Roth
2016-08-02libpayload: split "Drivers" config section in KconfigAntonello Dettori
2016-06-12libpayload: usb: xhci: Support rockchip xHCI controllerLiangfeng Wu
2016-05-09libpayload: xhci: Set MPS based on speedVaradarajan Narayanan
2015-11-05libpayload: xhci: Add delay to get reset working more reliablyRajmohan Mani
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-29libpayload: usbmsc: Add small delay during initialization to fix CZ60Julius Werner
2015-10-27libpayload: usb: Retry get_descriptor() on failureShawn Nematbakhsh
2015-09-17libpayload: usb: dwc2: check device connect state before enable channelYunzhi Li
2015-09-17libpayload: usb: dwc2: fix hub hot-plug bugYunzhi Li
2015-08-28libpayload: usb: dwc2: Always return 'size' transferred bytes for OUTJulius Werner
2015-08-19libpayload: usb: dwc2: fix usb plug/unplug bugYunzhi Li
2015-08-14libpayload: usb: xhci: Fix list of cleared port change bitsJulius Werner
2015-08-14libpayload: usb: xhci: Count new Max Scratchpad Bufs bits from XHCI 1.1Julius Werner
2015-08-14libpayload: usb: dwc2: fix short packet transferYunzhi Li
2015-08-14libpayload: usb: Fixup wrong use of configChunfeng Yun
2015-08-14libpayload: xhci: Carry over fixes from Chromium treeJulius Werner
2015-08-13libpayload: usb: don't prematurely free the usb deviceAaron Durbin
2015-07-18libpayload: usb: Add support for SuperSpeed hubsJulius Werner
2015-07-18libpayload: usb: xhci: Prevent address reuseJulius Werner
2015-07-16libpayload: usb: dwc2: support split transactionYunzhi Li
2015-07-06libpayload: usb: dwc2: support interrupt transferYunzhi Li
2015-06-30libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer
2015-06-30libpayload: add UDC driver for Designware controllerhuang lin
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-06-03libpayload: usb: Support MTK xHCI host controllerYidi Lin
2015-06-03libpayload: usb: Max packet size of SuperSpeed control EPs should be 512.Chunfeng Yun
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-12libpayload: Fix passing BAR to EHCI driverPatrick Georgi
2015-05-04libpayload: Guard PCI using code appropriately in XHCI driverPatrick Georgi
2015-04-22libpayload: usb: fix compilation error in debug fuctionHarry Pan
2015-04-14libpayload dwc2: use bus addresses for buffersIonela Voinescu
2015-04-14libpayload dwc2: Use a new FIFO allocation methodhuang lin
2015-04-14libpayload: Add dwc2 usb driverhuang lin
2015-04-09libpayload: PCI bus scan - Eliminate endless loopLee Leahy
2015-03-23libpayload: usb: xhci: set ENT flag in last Normal TRBSourabh Banerjee
2015-03-23libpayload: EHCI: Support root-hub TT featureJim Lin
2015-03-21libpayload ehci: Use 64-byte aligned data structures for periodic transfersJim Lin
2015-03-21libpayload: EHCI: Fix transaction error for interrupt transferJim Lin
2015-03-19libpayload/usb: wait a millisecond to work around device bugsPatrick Georgi
2015-03-19libpayload EHCI: Add memory barrier to EHCI driverFurquan Shaikh
2015-03-04libpayload: Don't try to free individual xhci device slotsPatrick Georgi
2015-02-23libpayload: Improve sanity checking in UHCI driverPatrick Georgi
2015-02-23libpayload: avoid use-after-free in OHCI driverPatrick Georgi
2015-01-03libpayload: avoid memory overflowsPatrick Georgi
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-12-30libpayload: usbmsc: Implement limited LUN supportJulius Werner