| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers: usb: fsl: Workaround for USB erratum-A005275 | Nikhil Badola | 2015-10-28 | 1 | -0/+12 |
* | USB: EHCI: Export the ehci_hub_control function | Laurent Pinchart | 2014-04-24 | 1 | -0/+3 |
* | usb: ehci: add freescale imx28 special write register method | Peter Chen | 2014-01-13 | 1 | -1/+17 |
* | usb: kill DEBUG compile option | Oliver Neukum | 2013-12-03 | 1 | -4/+4 |
* | USB: EHCI: create per-TT bandwidth tables | Alan Stern | 2013-10-14 | 1 | -0/+33 |
* | USB: EHCI: use a bandwidth-allocation table | Alan Stern | 2013-10-11 | 1 | -1/+12 |
* | USB: EHCI: create a "periodic schedule info" struct | Alan Stern | 2013-10-11 | 1 | -13/+16 |
* | USB: EHCI: use consistent NO_FRAME value | Alan Stern | 2013-10-11 | 1 | -2/+3 |
* | USB: EHCI: handle isochronous underruns with tasklets | Alan Stern | 2013-09-17 | 1 | -0/+1 |
* | ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is set | Xenia Ragiadakou | 2013-08-30 | 1 | -4/+4 |
* | ehci: remove ehci_vdbg() verbose debugging statements | Xenia Ragiadakou | 2013-08-30 | 1 | -5/+0 |
* | Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 2013-08-13 | 1 | -0/+1 |
|\ |
|
| * | usb: host: add has_tdi_phy_lpm capability bit | Tuomas Tynkkynen | 2013-08-12 | 1 | -0/+1 |
* | | USB: EHCI: improve interrupt qh unlink | Ming Lei | 2013-08-12 | 1 | -0/+3 |
|/ |
|
* | USB: EHCI: export ehci_handshake for ehci-hcd sub-drivers | Manjunath Goudar | 2013-06-17 | 1 | -0/+2 |
* | EHCI: Quirk flag for port power handling on overcurrent. | Christian Engelmayer | 2013-04-03 | 1 | -0/+1 |
* | USB: EHCI: improve end_unlink_async() | Alan Stern | 2013-03-25 | 1 | -1/+2 |
* | USB: EHCI: convert singly-linked lists to list_heads | Alan Stern | 2013-03-25 | 1 | -6/+4 |
* | USB: EHCI: split needs_rescan into two flags | Alan Stern | 2013-03-25 | 1 | -1/+3 |
* | USB: EHCI: add a name for the platform-private field | Alan Stern | 2013-01-22 | 1 | -0/+3 |
* | USB: EHCI: Move definition of EHCI_STATS to ehci.h | Roger Quadros | 2013-01-22 | 1 | -0/+4 |
* | USB: EHCI: miscellaneous cleanups for the library conversion | Alan Stern | 2012-11-11 | 1 | -1/+0 |
* | USB: EHCI: prepare to make ehci-hcd a library module | Alan Stern | 2012-11-01 | 1 | -0/+17 |
* | USB: EHCI: remove unused Link Power Management code | Alan Stern | 2012-10-31 | 1 | -1/+0 |
* | USB: EHCI: make ehci_read_frame_index platform independent | Alan Stern | 2012-10-24 | 1 | -16/+0 |
* | USB: EHCI: move logging macros to ehci.h | Alan Stern | 2012-10-24 | 1 | -0/+15 |
* | EHCI: use the isochronous scheduling threshold | Alan Stern | 2012-10-22 | 1 | -1/+0 |
* | EHCI: improved logic for isochronous scheduling | Alan Stern | 2012-10-22 | 1 | -1/+1 |
* | USB: EHCI: resolve some unlikely races | Alan Stern | 2012-07-16 | 1 | -0/+1 |
* | USB: EHCI: simplify isochronous scanning | Alan Stern | 2012-07-16 | 1 | -3/+3 |
* | USB: EHCI: use hrtimer for the I/O watchdog | Alan Stern | 2012-07-16 | 1 | -12/+1 |
* | USB: EHCI: always scan each interrupt QH | Alan Stern | 2012-07-16 | 1 | -3/+5 |
* | USB: EHCI: don't lose events during a scan | Alan Stern | 2012-07-16 | 1 | -1/+2 |
* | USB: EHCI: use hrtimer for unlinking empty async QHs | Alan Stern | 2012-07-16 | 1 | -2/+2 |
* | USB: EHCI: unlink multiple async QHs together | Alan Stern | 2012-07-16 | 1 | -0/+2 |
* | USB: EHCI: use hrtimer for the IAA watchdog | Alan Stern | 2012-07-16 | 1 | -15/+1 |
* | USB: EHCI: don't refcount iso_stream structures | Alan Stern | 2012-07-16 | 1 | -2/+1 |
* | USB: EHCI: use hrtimer for (s)iTD deallocation | Alan Stern | 2012-07-16 | 1 | -2/+3 |
* | USB: EHCI: use hrtimer for controller death | Alan Stern | 2012-07-16 | 1 | -0/+2 |
* | USB: EHCI: use hrtimer for interrupt QH unlink | Alan Stern | 2012-07-16 | 1 | -1/+9 |
* | USB: EHCI: use hrtimer for async schedule | Alan Stern | 2012-07-16 | 1 | -1/+4 |
* | USB: EHCI: use hrtimer for the periodic schedule | Alan Stern | 2012-07-16 | 1 | -2/+5 |
* | USB: EHCI: introduce high-res timer | Alan Stern | 2012-07-16 | 1 | -0/+16 |
* | USB: EHCI: add new root-hub state: STOPPING | Alan Stern | 2012-07-16 | 1 | -1/+6 |
* | USB: EHCI: add pointer to end of async-unlink list | Alan Stern | 2012-07-16 | 1 | -0/+1 |
* | USB: EHCI: rename "reclaim" | Alan Stern | 2012-07-16 | 1 | -5/+5 |
* | USB: EHCI: add symbolic constants for QHs | Alan Stern | 2012-07-16 | 1 | -1/+7 |
* | USB: EHCI: don't refcount QHs | Alan Stern | 2012-07-16 | 1 | -9/+0 |
* | USB: move transceiver from ehci_hcd and ohci_hcd to hcd and rename it as phy | Richard Zhao | 2012-06-13 | 1 | -4/+0 |
* | EHCI: keep track of ports being resumed and indicate in hub_status_data | Alan Stern | 2012-04-09 | 1 | -0/+2 |