Age | Commit message (Expand) | Author |
2013-02-01 | libpayload: add EHCI QH/qTD debugging | Anton Kochkov |
2012-12-20 | libpayload: Another usb fix | Patrick Georgi |
2012-12-19 | libpayload: fix USB | Patrick Georgi |
2012-12-19 | libpayload: improved UHCI TD debugging | Anton Kochkov |
2012-12-19 | libpayload: improving OHCI TD/ED debugging | Anton Kochkov |
2012-12-18 | libpayload: Use usb_debug() to show USB messages | Dave Frodin |
2012-11-27 | libpayload: Add _ and + to USB HID keymap | Patrick Georgi |
2012-11-24 | libpayload: Fix interrupt-queue cleanup for OHCI | Nico Huber |
2012-11-24 | libpayload: Rework connection state detection for OHCI | Nico Huber |
2012-11-24 | libpayload: Handle errors in UHCI interrupt queues | Nico Huber |
2012-11-24 | libpayload: Handle underruns in UHCI interrupt queues | Nico Huber |
2012-11-24 | libpayload: Implement correct interrupt-queue linking for UHCI | Nico Huber |
2012-11-23 | libpayload: Make USB HID support multiple keyboards | Nico Huber |
2012-11-23 | libpayload: ehci: Prevent some race conditions | Nico Huber |
2012-11-23 | libpayload: Detach devices behind removed USB hubs | Nico Huber |
2012-11-23 | libpayload: More compliant error recovery in USB MSC | Nico Huber |
2012-11-23 | libpayload: Reduce error output from EHCI | Nico Huber |
2012-11-23 | libpayload: Fix random warnings | Nico Huber |
2012-11-23 | libpayload: ehci: Fix warnings about discarded volatile | Nico Huber |
2012-11-23 | libpayload: Fix some missing-prototype warnings | Nico Huber |
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-14 | libpayload: Free usb host controller instance after shutdown | Nico Huber |
2012-11-09 | [PATCH] libpayload: Implement EHCI reset function | Anton Kochkov |
2012-11-08 | Refactor the endianness conversion functions and header files. | Gabe Black |
2012-11-07 | libpayload: Turn the "debug" #define into the usb_debug static inline function. | Gabe Black |
2012-11-07 | libpayload: Take usb_poll out of usb_initialize. | Gabe Black |
2012-11-07 | libpayload: Make usb_initialize more efficient and fix style problems. | Gabe Black |
2012-10-03 | libpayload: UHCI driver contained too much magic | Patrick Georgi |
2012-10-01 | libpayload: fix for UHCI bulk transactions | Anton Kochkov |
2012-09-21 | Fix disconnect handling on UHCI root ports | Anton Kochkov |
2012-09-21 | UHCI: use proper pointer size | Anton Kochkov |
2012-08-23 | libpayload: add controller type in usbdev_hc | Anton Kochkov |
2012-07-27 | libpayload: Fix typo | Patrick Georgi |
2012-07-12 | libpayload: Add reset function for OHCI USB driver | Anton Kochkov |
2012-06-29 | libpayload: OHCI driver correct PCI BAR reading | Anton Kochkov |
2012-06-29 | libpayload: use correct types in UHCI driver | Anton Kochkov |
2012-06-22 | libpayload: Adjust timeouts and delays in OHCI driver | Nico Huber |
2012-06-22 | libpayload: Add check for failure in usb_attach_device() | Nico Huber |
2012-06-22 | libpayload: Shutdown reasonably if we can't init usb msc device | Nico Huber |
2012-06-21 | libpayload: Add support for interrupt transfers in OHCI | Nico Huber |
2012-06-21 | libpayload: Fix initialization of OHCI driver | Nico Huber |
2012-06-21 | libpayload: Implement correct done queue processing for OHCI | Nico Huber |
2012-06-21 | libpayload: Correct interchanged parameters in OHCI driver | Nico Huber |
2012-06-21 | libpayload: Detach unresponsive usb mass storage devices | Nico Huber |
2012-06-21 | libpayload: Add dummy queue heads to EHCI interrupt frame list | Nico Huber |
2012-06-21 | libpayload: Add interrupt-queue underrun recovery to EHCI | Nico Huber |
2012-06-21 | libpayload: Adjust timeout in EHCI driver | Nico Huber |
2012-06-21 | libpayload: reg_base reading for USB EHCI driver | Anton Kochkov |
2012-06-20 | libpayload: Better error detection in USB mass storage | Nico Huber |
2012-06-20 | libpayload: Fix detach_contoller in the USB driver | Anton Kochkov |
2012-06-09 | libpayload: Add timeouts in the UHCI USB driver | Nico Huber |
2012-06-09 | libpayload: Fix an integer overflow in USB mass storage | Nico Huber |
2012-06-08 | libpayload: Add timeouts in the EHCI USB driver | Nico Huber |
2012-06-07 | libpayload: Add timeouts in the OHCI USB driver | Nico Huber |
2012-06-07 | libpayload: Remove orphaned delay from OHCI USB driver | Nico Huber |
2012-06-07 | libpayload: Add support for interrupt transfers in EHCI | Nico Huber |
2012-06-07 | libpayload: Free intr queue structure in usb_hid_destroy | Nico Huber |
2012-06-07 | libpayload: Add support for split transactions in EHCI | Nico Huber |
2012-06-07 | libpayload: Bring USB hub driver to a working state | Nico Huber |
2012-06-01 | libpayload: Remove orphaned delay from USB mass storage | Nico Huber |
2012-06-01 | libpayload: Disable some buggy debugging code | Nico Huber |
2012-06-01 | libpayload: fix OHCI IN commands | Mathias Krause |
2012-06-01 | libpayload: fix UHCI timeout | Mathias Krause |
2012-06-01 | libpayload: Correct port power settings for EHCI root hub | Nico Huber |
2012-06-01 | libpayload: Add clear_feature() function to USB framework | Nico Huber |
2012-05-31 | libpayload: Fix b0b4a52b70f0d7c09241f0f718a179fc55d85179 | Nico Huber |
2012-02-20 | libpayload: fix compile error with enabled USB_DEBUG | Mathias Krause |
2012-02-07 | libpayload: Remove workaround for bitfield management in EHCI driver | Patrick Georgi |
2012-02-07 | libpayload: Force checking all EHCI ports on power-on | Patrick Georgi |
2012-02-07 | libpayload: Fix EHCI driver | Patrick Georgi |
2012-01-18 | libpayload: style: compare null-pointers with NULL, not 0 | Patrick Georgi |
2012-01-10 | libpayload: Remove bitfield use from EHCI data structures | Patrick Georgi |
2012-01-10 | libpayload: Remove bitfield use from UHCI data structures | Patrick Georgi |
2012-01-10 | libpayload: Remove bitfield use from OHCI data structures | Patrick Georgi |
2011-12-24 | libpayload: remove uhci_reg_maskX | Patrick Georgi |
2011-11-04 | libpayload: Implement usb_exit | Patrick Georgi |
2011-11-04 | libpayload: Tell EHCI to re-enable USB1 controllers | Patrick Georgi |
2011-11-04 | libpayload: Drop usb_fatal() | Patrick Georgi |
2011-11-03 | libpayload: Reduce verbosity in USB stack | Mathias Krause |
2011-11-01 | libpayload: Fix OHCI some more | Patrick Georgi |
2011-10-21 | libpayload: fix bulk transfers on OHCI controllers | Patrick Georgi |
2011-08-16 | libpayload: EHCI registers are volatile | Patrick Georgi |
2011-07-17 | port_enable and port_reset must change atomically. | Steven A. Falco |
2011-07-14 | Print a warning when an unknow USB controller type is detected. | Steven A. Falco |
2011-07-14 | EHCI driver missing bus_address assignment. | Steven A. Falco |
2011-06-30 | Reduce warnings/errors in libpayload when using picky compiler options | Patrick Georgi |
2011-04-14 | coding style cosmetics. | Stefan Reinauer |
2010-09-25 | Add an EHCI driver to libpayload's USB stack. | Patrick Georgi |
2010-09-03 | The AMD CS5536's USB controllers are located at device 0F, functions 4 | Jens Rottmann |
2010-08-13 | Add support for OHCI controllers and prelimiary support for xHCI (USB3) contr... | Patrick Georgi |
2010-06-11 | Follow up to the USB refactoring patch: Missed setting pid values correctly. | Patrick Georgi |
2010-06-07 | Avoid using the name "pid_t", which is used on unixoid systems. | Patrick Georgi |
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-07-18 | Fix off-by-one bug in libpayload UHCI driver | 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-21 | This patch removes most of the #ifdefs in libc/console.c, and | Patrick Georgi |