Age | Commit message (Expand) | Author | Files | Lines |
2015-01-09 | USB: EHCI: adjust error return code | Alan Stern | 1 | -3/+3 |
2015-01-09 | USB: EHCI: fix initialization bug in iso_stream_schedule() | Alan Stern | 1 | -4/+4 |
2013-10-20 | USB: EHCI: fix sparse errors | Alan Stern | 1 | -3/+5 |
2013-10-20 | USB: EHCI: fix type mismatch in check_intr_schedule | Alan Stern | 1 | -1/+1 |
2013-10-14 | USB: EHCI: start new isochronous streams ASAP | Alan Stern | 1 | -21/+23 |
2013-10-14 | USB: EHCI: create per-TT bandwidth tables | Alan Stern | 1 | -85/+209 |
2013-10-12 | USB: EHCI: use a bandwidth-allocation table | Alan Stern | 1 | -234/+248 |
2013-10-12 | USB: EHCI: create a "periodic schedule info" struct | Alan Stern | 1 | -83/+84 |
2013-10-12 | USB: EHCI: use consistent NO_FRAME value | Alan Stern | 1 | -4/+4 |
2013-10-12 | USB: EHCI: No SSPLIT allowed in uframe 7 | Alan Stern | 1 | -0/+4 |
2013-10-12 | USB: EHCI: compute full-speed bandwidth usage correctly | Alan Stern | 1 | -1/+1 |
2013-10-12 | USB: EHCI: check the right uframes for CSPLIT | Alan Stern | 1 | -1/+1 |
2013-09-17 | USB: EHCI: handle isochronous underruns with tasklets | Alan Stern | 1 | -55/+95 |
2013-09-17 | USB: EHCI: code rearrangement in iso_stream_schedule() | Alan Stern | 1 | -45/+47 |
2013-08-30 | ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is set | Xenia Ragiadakou | 1 | -1/+1 |
2013-08-30 | ehci: remove ehci_vdbg() verbose debugging statements | Xenia Ragiadakou | 1 | -49/+7 |
2013-08-19 | Merge 3.11-rc6 into usb-next | Greg Kroah-Hartman | 1 | -7/+6 |
2013-08-13 | USB: EHCI: accept very late isochronous URBs | Alan Stern | 1 | -7/+6 |
2013-08-12 | USB: EHCI: improve interrupt qh unlink | Ming Lei | 1 | -2/+45 |
2013-05-30 | USB: EHCI: fix regression related to qh_refresh() | Alan Stern | 1 | -1/+6 |
2013-05-29 | USB: revert periodic scheduling bugfix | Alan Stern | 1 | -1/+1 |
2013-03-28 | Merge branch 'usb-linus' into usb-next | Greg Kroah-Hartman | 1 | -0/+2 |
2013-03-26 | USB: EHCI: fix bug in iTD/siTD DMA pool allocation | Soeren Moch | 1 | -0/+2 |
2013-03-26 | USB: EHCI: convert singly-linked lists to list_heads | Alan Stern | 1 | -6/+2 |
2013-03-26 | USB: EHCI: split needs_rescan into two flags | Alan Stern | 1 | -8/+3 |
2013-03-26 | USB: EHCI: change return value of qh_completions() | Alan Stern | 1 | -7/+5 |
2013-03-26 | USB: EHCI: changes related to qh_refresh() | Alan Stern | 1 | -3/+6 |
2013-01-31 | USB: EHCI: fix bug in scheduling periodic split transfers | Alan Stern | 1 | -1/+1 |
2013-01-31 | USB: EHCI: fix for leaking isochronous data | Alan Stern | 1 | -2/+5 |
2012-11-12 | USB: EHCI: bugfix: urb->hcpriv should not be NULL | Alan Stern | 1 | -2/+2 |
2012-10-25 | USB: EHCI: make ehci_read_frame_index platform independent | Alan Stern | 1 | -23/+0 |
2012-10-22 | EHCI: implement new semantics for URB_ISO_ASAP | Alan Stern | 1 | -7/+26 |
2012-10-22 | EHCI: replace mult/div with bit-mask operation | Alan Stern | 1 | -1/+1 |
2012-10-22 | EHCI: use the isochronous scheduling threshold | Alan Stern | 1 | -8/+4 |
2012-10-22 | EHCI: improved logic for isochronous scheduling | Alan Stern | 1 | -38/+32 |
2012-07-17 | USB: EHCI: simplify isochronous scanning | Alan Stern | 1 | -85/+29 |
2012-07-17 | USB: EHCI: use hrtimer for the I/O watchdog | Alan Stern | 1 | -2/+1 |
2012-07-17 | USB: EHCI: always scan each interrupt QH | Alan Stern | 1 | -37/+59 |
2012-07-17 | USB: EHCI: don't refcount iso_stream structures | Alan Stern | 1 | -47/+6 |
2012-07-17 | USB: EHCI: use hrtimer for (s)iTD deallocation | Alan Stern | 1 | -98/+39 |
2012-07-17 | USB: EHCI: use hrtimer for interrupt QH unlink | Alan Stern | 1 | -25/+46 |
2012-07-17 | USB: EHCI: return void instead of 0 | Alan Stern | 1 | -20/+14 |
2012-07-17 | USB: EHCI: use hrtimer for the periodic schedule | Alan Stern | 1 | -54/+15 |
2012-07-17 | USB: EHCI: add new root-hub state: STOPPING | Alan Stern | 1 | -4/+4 |
2012-07-17 | USB: EHCI: don't refcount QHs | Alan Stern | 1 | -4/+1 |
2012-05-14 | USB: EHCI: improve full-speed isochronous scheduling routine | Alan Stern | 1 | -19/+21 |
2012-05-02 | USB: ehci-sched.c: remove dbg() usage | Greg Kroah-Hartman | 1 | -2/+3 |
2012-04-23 | EHCI: maintain the ehci->command value properly | Alan Stern | 1 | -6/+4 |
2011-11-29 | EHCI : Fix a regression in the ISO scheduler | Matthieu CASTET | 1 | -4/+5 |
2011-11-15 | USB: EHCI: fix HUB TT scheduling issue with iso transfer | Thomas Poussevin | 1 | -5/+10 |