| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: EHCI: Do not return -EPIPE when hub is disconnected | Erkka Talvitie | 2019-12-17 | 1 | -1/+12 |
* | usb: host: Replace empty define with do while | Corentin Labbe | 2018-09-28 | 1 | -2/+2 |
* | usb: host: ehci: always enable interrupt for qtd completion at test mode | Peter Chen | 2018-02-15 | 1 | -8/+4 |
* | USB: host: ehci: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 1 | -14/+0 |
* | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 2017-11-04 | 1 | -0/+1 |
* | usb: host: ehci: remove unnecessary max_packet() macro | Felipe Balbi | 2016-11-03 | 1 | -13/+9 |
* | usb: host: ehci: make use of new usb_endpoint_maxp_mult() | Felipe Balbi | 2016-11-03 | 1 | -4/+6 |
* | USB: EHCI: improvements to unlink_empty_async_suspended() | Alan Stern | 2016-02-03 | 1 | -2/+5 |
* | USB: EHCI: add a delay when unlinking an active QH | Alan Stern | 2016-02-03 | 1 | -5/+51 |
* | USB: EHCI: improve handling of the ehci->iaa_in_progress flag | Alan Stern | 2016-02-03 | 1 | -13/+15 |
* | USB: EHCI: store reason for unlinking a QH | Alan Stern | 2016-02-03 | 1 | -4/+9 |
* | USB: EHCI: warn on unexpectedly active QH | Alan Stern | 2015-12-01 | 1 | -2/+7 |
* | usb: kill DEBUG compile option | Oliver Neukum | 2013-12-03 | 1 | -2/+2 |
* | USB: EHCI: use a bandwidth-allocation table | Alan Stern | 2013-10-12 | 1 | -0/+19 |
* | USB: EHCI: create a "periodic schedule info" struct | Alan Stern | 2013-10-12 | 1 | -21/+19 |
* | Revert "Revert "USB: EHCI: support running URB giveback in tasklet context"" | Greg Kroah-Hartman | 2013-09-23 | 1 | -5/+0 |
* | Revert "USB: EHCI: support running URB giveback in tasklet context" | Greg Kroah-Hartman | 2013-09-17 | 1 | -0/+5 |
* | ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is set | Xenia Ragiadakou | 2013-08-30 | 1 | -2/+2 |
* | ehci: remove ehci_vdbg() verbose debugging statements | Xenia Ragiadakou | 2013-08-30 | 1 | -7/+0 |
* | usb: host: add Kconfig option for EHSET | Jack Pham | 2013-08-14 | 1 | -0/+2 |
* | usb: ehci: Add support for SINGLE_STEP_SET_FEATURE test of EHSET | Manu Gautam | 2013-08-12 | 1 | -0/+101 |
* | USB: EHCI: support running URB giveback in tasklet context | Ming Lei | 2013-08-12 | 1 | -5/+0 |
* | usb: ehci: mark unlink_empty_async_suspended() as __maybe_unused | Arnd Bergmann | 2013-03-28 | 1 | -3/+1 |
* | usb: ehci: unlink_empty_async_suspended() only used with CONFIG_PM | Tony Prisk | 2013-03-28 | 1 | -0/+2 |
* | USB: EHCI: remove unused variable in unlink_empty_async() | Alan Stern | 2013-03-25 | 1 | -4/+1 |
* | USB: EHCI: improve end_unlink_async() | Alan Stern | 2013-03-25 | 1 | -42/+55 |
* | USB: EHCI: convert singly-linked lists to list_heads | Alan Stern | 2013-03-25 | 1 | -23/+18 |
* | USB: EHCI: split needs_rescan into two flags | Alan Stern | 2013-03-25 | 1 | -40/+22 |
* | USB: EHCI: change return value of qh_completions() | Alan Stern | 2013-03-25 | 1 | -14/+8 |
* | USB: EHCI: changes related to qh_refresh() | Alan Stern | 2013-03-25 | 1 | -32/+20 |
* | USB: EHCI: fix regression during bus resume | Alan Stern | 2013-03-15 | 1 | -0/+13 |
* | USB: EHCI: don't check DMA values in QH overlays | Alan Stern | 2013-03-05 | 1 | -5/+13 |
* | USB: EHCI: work around silicon bug in Intel's EHCI controllers | Alan Stern | 2013-03-05 | 1 | -4/+14 |
* | USB: EHCI: unlink one async QH at a time | Alan Stern | 2013-01-25 | 1 | -20/+30 |
* | USB: EHCI: bugfix: urb->hcpriv should not be NULL | Alan Stern | 2012-11-12 | 1 | -9/+3 |
* | EHCI: Update qTD next pointer in QH overlay region during unlink | Pavankumar Kondeti | 2012-09-11 | 1 | -2/+10 |
* | USB: EHCI: use hrtimer for the I/O watchdog | Alan Stern | 2012-07-17 | 1 | -0/+1 |
* | USB: EHCI: always scan each interrupt QH | Alan Stern | 2012-07-17 | 1 | -2/+1 |
* | USB: EHCI: use hrtimer for unlinking empty async QHs | Alan Stern | 2012-07-17 | 1 | -25/+53 |
* | USB: EHCI: unlink multiple async QHs together | Alan Stern | 2012-07-17 | 1 | -60/+89 |
* | USB: EHCI: use hrtimer for the IAA watchdog | Alan Stern | 2012-07-17 | 1 | -3/+1 |
* | USB: EHCI: use hrtimer for async schedule | Alan Stern | 2012-07-17 | 1 | -38/+30 |
* | USB: EHCI: add new root-hub state: STOPPING | Alan Stern | 2012-07-17 | 1 | -4/+4 |
* | USB: EHCI: add pointer to end of async-unlink list | Alan Stern | 2012-07-17 | 1 | -0/+2 |
* | USB: EHCI: rename "reclaim" | Alan Stern | 2012-07-17 | 1 | -11/+11 |
* | USB: EHCI: add symbolic constants for QHs | Alan Stern | 2012-07-17 | 1 | -6/+6 |
* | USB: EHCI: don't refcount QHs | Alan Stern | 2012-07-17 | 1 | -9/+3 |
* | USB: ehci-q.c: remove dbg() usage | Greg Kroah-Hartman | 2012-05-02 | 1 | -1/+2 |
* | EHCI: maintain the ehci->command value properly | Alan Stern | 2012-04-23 | 1 | -10/+6 |
* | usb: fix number of mapped SG DMA entries | Clemens Ladisch | 2011-12-10 | 1 | -1/+1 |