Age | Commit message (Expand) | Author |
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-07-25 | payloads/libpayload/drivers/usb/usb.c: Remove whitespace before tab | Elyes HAOUAS |
2020-06-06 | libpayload: drivers/usb: add a USB pre-poll hook | Caveh Jalali |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-02-26 | treewide: capitalize 'USB' | Elyes HAOUAS |
2020-02-17 | payloads: Fix typos | Elyes HAOUAS |
2019-08-27 | libpayload/usb: add USB 3.1 GEN2 support | Eric Lai |
2019-03-07 | payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2018-10-01 | libpayload/drivers/usb: Fix leaks | Patrick Rudolph |
2018-10-01 | libpayload/drivers/usb: Fix broken retry counter | Patrick Rudolph |
2017-01-06 | libpayload: usb: handle situation with no free device address | Patrick Georgi |
2016-05-09 | libpayload: xhci: Set MPS based on speed | Varadarajan Narayanan |
2015-10-27 | libpayload: usb: Retry get_descriptor() on failure | Shawn Nematbakhsh |
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-16 | libpayload: usb: dwc2: support split transaction | Yunzhi Li |
2015-06-30 | libpayload: Make Kconfig bools use IS_ENABLED() | Stefan Reinauer |
2015-06-03 | libpayload: usb: Max packet size of SuperSpeed control EPs should be 512. | Chunfeng Yun |
2015-03-19 | libpayload/usb: wait a millisecond to work around device bugs | Patrick Georgi |
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: Fix up usb_shutdown() code paths | 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-19 | libpayload: usb: Fix several minor USB stack bugs | Julius Werner |
2014-08-12 | libpayload: Make USB transfer functions return amount of bytes | Julius Werner |
2014-08-05 | libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. | Gabe Black |
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-03-25 | libpayload: fix use-after-free in usb_exit() | Mathias Krause |
2013-03-13 | libpayload: Add usb_generic_(create|remove) functions for unrecognized devices | Gabe Black |
2012-12-18 | libpayload: Use usb_debug() to show USB messages | Dave Frodin |
2012-11-07 | libpayload: Turn the "debug" #define into the usb_debug static inline function. | Gabe Black |
2012-06-22 | libpayload: Add check for failure in usb_attach_device() | Nico Huber |
2012-06-21 | libpayload: Detach unresponsive usb mass storage devices | Nico Huber |
2012-06-20 | libpayload: Fix detach_contoller in the USB driver | Anton Kochkov |
2012-06-07 | libpayload: Add support for split transactions in EHCI | Nico Huber |
2012-06-01 | libpayload: Add clear_feature() function to USB framework | Nico Huber |
2012-01-18 | libpayload: style: compare null-pointers with NULL, not 0 | Patrick Georgi |
2011-11-04 | libpayload: Implement usb_exit | Patrick Georgi |
2011-11-04 | libpayload: Drop usb_fatal() | Patrick Georgi |
2011-11-03 | libpayload: Reduce verbosity in USB stack | Mathias Krause |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-03-25 | USB updates from our internal tree | Stefan Reinauer |
2009-07-31 | Catch various cases in libpayload where malloc() or memalign() return NULL | Stefan Reinauer |
2009-04-30 | Some driver fixes for libpayload: | Stefan Reinauer |
2008-11-24 | [PATCH] libpayload: rename config.h to libpayload-config.h | Jordan Crouse |
2008-10-16 | - reduced memory requirements a lot (from >100kb/controller to | Patrick Georgi |
2008-09-11 | Fix the USB code to find the headers after they were moved. | Jordan Crouse |
2008-09-02 | This patch adds USB capabilities to libpayload. It requires some | Patrick Georgi |