Age | Commit message (Expand) | Author | Files | Lines |
2016-02-04 | USB: EHCI: fix compiler warning introduced by commit 2a40f324541e | Alan Stern | 1 | -0/+2 |
2016-02-03 | USB: EHCI: improvements to unlink_empty_async_suspended() | Alan Stern | 1 | -1/+2 |
2016-02-03 | USB: EHCI: improve handling of the ehci->iaa_in_progress flag | Alan Stern | 1 | -1/+2 |
2015-08-14 | drivers: usb: fsl: Workaround for USB erratum-A005275 | Nikhil Badola | 1 | -0/+7 |
2015-05-31 | drivers:usb:fsl: Fix compilation error for fsl ehci drv | Ramneek Mehresh | 1 | -1/+2 |
2015-04-10 | Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 1 | -3/+6 |
2015-04-07 | usb: host: ehci: use new USB_RESUME_TIMEOUT | Felipe Balbi | 1 | -3/+6 |
2015-04-03 | ehci-hub: use USB_DT_HUB | Sergei Shtylyov | 1 | -1/+1 |
2015-01-25 | ehci-hub: use HUB_CHAR_* | Sergei Shtylyov | 1 | -4/+4 |
2014-11-03 | usb: ehci: add ehci_port_power interface | Michael Grzeschik | 1 | -13/+32 |
2014-09-29 | usb: rename phy to usb_phy in HCD | Antoine Tenart | 1 | -1/+1 |
2014-09-23 | usb: hub: rename khubd to hub_wq in documentation and comments | Petr Mladek | 1 | -4/+4 |
2014-08-25 | usb: ehci: using wIndex + 1 for hub port | Peter Chen | 1 | -1/+1 |
2014-04-24 | USB: EHCI: Export the ehci_hub_control function | Laurent Pinchart | 1 | -10/+2 |
2014-02-18 | USB: EHCI: add delay during suspend to prevent erroneous wakeups | Alan Stern | 1 | -4/+22 |
2013-12-03 | ehci: no conditional compilation for interestingness | Oliver Neukum | 1 | -4/+2 |
2013-08-30 | ehci: remove ehci_vdbg() verbose debugging statements | Xenia Ragiadakou | 1 | -6/+0 |
2013-08-14 | usb: host: add Kconfig option for EHSET | Jack Pham | 1 | -1/+7 |
2013-08-13 | Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 1 | -7/+7 |
2013-08-12 | usb: ehci: Add support for SINGLE_STEP_SET_FEATURE test of EHSET | Manu Gautam | 1 | -1/+143 |
2013-08-12 | USB: EHCI: improve interrupt qh unlink | Ming Lei | 1 | -0/+1 |
2013-08-12 | usb: host: add has_tdi_phy_lpm capability bit | Tuomas Tynkkynen | 1 | -7/+7 |
2013-08-02 | USB: EHCI: don't depend on hardware for tracking port resets and resumes | Alan Stern | 1 | -34/+26 |
2013-08-02 | USB: EHCI: keep better track of resuming ports | Alan Stern | 1 | -1/+2 |
2013-07-22 | USB: EHCI: Fix resume signalling on remote wakeup | Roger Quadros | 1 | -0/+1 |
2013-06-17 | USB: EHCI: export ehci_handshake for ehci-hcd sub-drivers | Manjunath Goudar | 1 | -2/+2 |
2013-05-20 | usb: ehci: Only sleep for post-resume handover if devices use persist | Julius Werner | 1 | -0/+16 |
2013-04-03 | EHCI: Quirk flag for port power handling on overcurrent. | Christian Engelmayer | 1 | -1/+2 |
2013-03-20 | Merge branch 'usb-linus' into usb-next | Greg Kroah-Hartman | 1 | -1/+1 |
2013-03-18 | USB: EHCI: don't turn on PORT_SUSPEND during port resume | Alan Stern | 1 | -6/+5 |
2013-03-18 | USB: EHCI: improve use of per-port status-change bits | Alan Stern | 1 | -4/+5 |
2013-03-15 | USB: EHCI: fix regression during bus resume | Alan Stern | 1 | -1/+1 |
2013-01-25 | USB: EHCI: fix timer bug affecting port resume | Alan Stern | 1 | -1/+5 |
2013-01-25 | USB: EHCI: notify usbcore about port resumes | Alan Stern | 1 | -0/+3 |
2012-11-01 | USB: EHCI: prepare to make ehci-hcd a library module | Alan Stern | 1 | -4/+2 |
2012-10-31 | USB: EHCI: remove ehci_port_power() routine | Alan Stern | 1 | -0/+13 |
2012-10-31 | USB: EHCI: remove unused Link Power Management code | Alan Stern | 1 | -5/+0 |
2012-10-24 | USB: EHCI: add condition for delay during the resume | Peter Chen | 1 | -5/+18 |
2012-09-18 | USB EHCI/Xen: propagate controller reset information to hypervisor | Jan Beulich | 1 | -2/+2 |
2012-07-16 | USB: EHCI: resolve some unlikely races | Alan Stern | 1 | -4/+23 |
2012-07-16 | USB: EHCI: fix up locking | Alan Stern | 1 | -12/+29 |
2012-07-16 | USB: EHCI: use hrtimer for the I/O watchdog | Alan Stern | 1 | -5/+0 |
2012-07-16 | USB: EHCI: use hrtimer for unlinking empty async QHs | Alan Stern | 1 | -0/+1 |
2012-07-16 | USB: EHCI: unlink multiple async QHs together | Alan Stern | 1 | -2/+1 |
2012-07-16 | USB: EHCI: use hrtimer for the IAA watchdog | Alan Stern | 1 | -1/+0 |
2012-07-16 | USB: EHCI: use hrtimer for (s)iTD deallocation | Alan Stern | 1 | -0/+1 |
2012-07-16 | USB: EHCI: use hrtimer for interrupt QH unlink | Alan Stern | 1 | -0/+1 |
2012-07-16 | USB: EHCI: introduce high-res timer | Alan Stern | 1 | -0/+3 |
2012-07-16 | USB: EHCI: add new root-hub state: STOPPING | Alan Stern | 1 | -2/+1 |
2012-07-16 | USB: EHCI: rename "reclaim" | Alan Stern | 1 | -1/+1 |