summaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers/usb/usb.c
AgeCommit message (Expand)Author
2020-06-06libpayload: drivers/usb: add a USB pre-poll hookCaveh Jalali
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-02-26treewide: capitalize 'USB'Elyes HAOUAS
2020-02-17payloads: Fix typosElyes HAOUAS
2019-08-27libpayload/usb: add USB 3.1 GEN2 supportEric Lai
2019-03-07payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-10-01libpayload/drivers/usb: Fix leaksPatrick Rudolph
2018-10-01libpayload/drivers/usb: Fix broken retry counterPatrick Rudolph
2017-01-06libpayload: usb: handle situation with no free device addressPatrick Georgi
2016-05-09libpayload: xhci: Set MPS based on speedVaradarajan Narayanan
2015-10-27libpayload: usb: Retry get_descriptor() on failureShawn Nematbakhsh
2015-08-13libpayload: usb: don't prematurely free the usb deviceAaron Durbin
2015-07-18libpayload: usb: Add support for SuperSpeed hubsJulius Werner
2015-07-16libpayload: usb: dwc2: support split transactionYunzhi Li
2015-06-30libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer
2015-06-03libpayload: usb: Max packet size of SuperSpeed control EPs should be 512.Chunfeng Yun
2015-03-19libpayload/usb: wait a millisecond to work around device bugsPatrick Georgi
2014-12-22libpayload: usb: Try to avoid reusing device addressesJulius Werner
2014-12-17libpayload: usb: Detach unused USB devicesShawn Nematbakhsh
2014-11-13libpayload: usb: Fix up usb_shutdown() code pathsJulius Werner
2014-09-04libpayload: usb: Refactor USB enumeration to fix SuperSpeed devicesJulius Werner
2014-09-04libpayload: usb: Unify USB speed between XHCI stack and USB coreJulius Werner
2014-08-19libpayload: usb: Fix several minor USB stack bugsJulius Werner
2014-08-12libpayload: Make USB transfer functions return amount of bytesJulius Werner
2014-08-05libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black
2013-06-13libpayload: usb: Add interval attribute to endpointsNico Huber
2013-06-13libpayload: Redirect USB slave init through controller driverPatrick Georgi
2013-06-13libpayload: usb: Skip non-endpoint descriptors during initNico Huber
2013-03-25libpayload: fix use-after-free in usb_exit()Mathias Krause
2013-03-13libpayload: Add usb_generic_(create|remove) functions for unrecognized devicesGabe Black
2012-12-18libpayload: Use usb_debug() to show USB messagesDave Frodin
2012-11-07libpayload: Turn the "debug" #define into the usb_debug static inline function.Gabe Black
2012-06-22libpayload: Add check for failure in usb_attach_device()Nico Huber
2012-06-21libpayload: Detach unresponsive usb mass storage devicesNico Huber
2012-06-20libpayload: Fix detach_contoller in the USB driverAnton Kochkov
2012-06-07libpayload: Add support for split transactions in EHCINico Huber
2012-06-01libpayload: Add clear_feature() function to USB frameworkNico Huber
2012-01-18libpayload: style: compare null-pointers with NULL, not 0Patrick Georgi
2011-11-04libpayload: Implement usb_exitPatrick Georgi
2011-11-04libpayload: Drop usb_fatal()Patrick Georgi
2011-11-03libpayload: Reduce verbosity in USB stackMathias Krause
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-25USB updates from our internal treeStefan Reinauer
2009-07-31Catch various cases in libpayload where malloc() or memalign() return NULLStefan Reinauer
2009-04-30Some driver fixes for libpayload:Stefan Reinauer
2008-11-24[PATCH] libpayload: rename config.h to libpayload-config.hJordan Crouse
2008-10-16- reduced memory requirements a lot (from >100kb/controller toPatrick Georgi
2008-09-11Fix the USB code to find the headers after they were moved.Jordan Crouse
2008-09-02This patch adds USB capabilities to libpayload. It requires somePatrick Georgi