| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd) | Alan Stern | 2015-03-02 | 1 | -0/+2 |
* | usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGN | Sebastian Andrzej Siewior | 2015-02-24 | 1 | -0/+1 |
* | storage: accept some UAS devices if streams are unavailable | Oliver Neukum | 2014-03-04 | 1 | -0/+1 |
* | usb: xhci: change enumeration scheme to 'new scheme' by default | Dan Williams | 2013-12-10 | 1 | -0/+2 |
* | usb: hcd: Remove USB phy if needed | Valentine Barshak | 2013-12-08 | 1 | -0/+1 |
* | USB: add a private-data pointer to struct usb_tt | Alan Stern | 2013-10-11 | 1 | -0/+1 |
* | USB: NS_TO_US should round up | Alan Stern | 2013-10-11 | 1 | -3/+2 |
* | usb: core: implement AMD remote wakeup quirk | Huang Rui | 2013-09-25 | 1 | -0/+3 |
* | USB: see if URB comes from a completion handler | Alan Stern | 2013-09-17 | 1 | -0/+7 |
* | USB: fix build error when CONFIG_PM_SLEEP isn't enabled | Alan Stern | 2013-08-30 | 1 | -1/+1 |
* | USB: HCD: support giveback of URB in tasklet context | Ming Lei | 2013-08-12 | 1 | -0/+17 |
* | Allow the USB HCD to create Wireless USB root hubs | Thomas Pugliese | 2013-06-03 | 1 | -0/+1 |
* | USB: remove CONFIG_USB_SUSPEND option | Alan Stern | 2013-03-28 | 1 | -3/+3 |
* | usb: add find_raw_port_number callback to struct hc_driver() | Lan Tianyu | 2013-03-25 | 1 | -0/+2 |
* | USB: add usb_hcd_{start,end}_port_resume | Alan Stern | 2013-01-25 | 1 | -0/+3 |
* | usb: hcd: use *resource_size_t* for specifying resource data | Kishon Vijay Abraham I | 2012-08-16 | 1 | -2/+2 |
* | Merge branch 'usb-linus' into usb-next | Greg Kroah-Hartman | 2012-06-13 | 1 | -2/+0 |
|\ |
|
| * | USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2 | Alan Stern | 2012-06-13 | 1 | -2/+0 |
* | | USB: move transceiver from ehci_hcd and ohci_hcd to hcd and rename it as phy | Richard Zhao | 2012-06-13 | 1 | -0/+6 |
|/ |
|
* | USB: Add support to enable/disable USB3 link states. | Sarah Sharp | 2012-05-18 | 1 | -0/+9 |
* | Merge 3.4-rc6 into usb-next | Greg Kroah-Hartman | 2012-05-07 | 1 | -0/+2 |
|\ |
|
| * | USB: EHCI: fix crash during suspend on ASUS computers | Alan Stern | 2012-04-24 | 1 | -0/+2 |
* | | USB: remove CONFIG_USB_DEVICEFS | Greg Kroah-Hartman | 2012-04-29 | 1 | -23/+0 |
|/ |
|
* | usb: core: hcd: make hcd->irq unsigned | Felipe Balbi | 2012-03-01 | 1 | -1/+1 |
* | USB/xHCI: Support device-initiated USB 3.0 resume. | Sarah Sharp | 2012-02-14 | 1 | -0/+2 |
* | USB: Remove the SAW_IRQ hcd flag | Alan Stern | 2011-11-14 | 1 | -2/+0 |
* | USB: fix ehci alignment error | Harro Haan | 2011-10-10 | 1 | -1/+1 |
* | xHCI: set USB2 hardware LPM | Andiry Xu | 2011-09-26 | 1 | -0/+1 |
* | usb: Make core allocate resources per PCI-device. | Sarah Sharp | 2011-03-13 | 1 | -0/+7 |
* | usb: Store bus type in usb_hcd, not in driver flags. | Sarah Sharp | 2011-03-13 | 1 | -0/+4 |
* | usb: Change usb_hcd->bandwidth_mutex to a pointer. | Sarah Sharp | 2011-03-13 | 1 | -1/+1 |
* | USB: Remove bitmap #define from hcd.h | Sarah Sharp | 2011-03-13 | 1 | -7/+0 |
* | USB: move usbcore away from hcd->state | Alan Stern | 2011-03-07 | 1 | -0/+4 |
* | Merge 2.6.38-rc5 into usb-next | Greg Kroah-Hartman | 2011-02-17 | 1 | -0/+1 |
|\ |
|
| * | xHCI: synchronize irq in xhci_suspend() | Andiry Xu | 2011-01-14 | 1 | -0/+1 |
* | | USB: HCD: Add driver hooks for (un)?map_urb_for_dma | Robert Morell | 2011-02-04 | 1 | -0/+15 |
* | | USB: HCD: Add usb_hcd prefix to exported functions | Robert Morell | 2011-02-04 | 1 | -2/+2 |
|/ |
|
* | usb: USB3.0 ch11 definitions | Tatyana Brokhman | 2010-11-11 | 1 | -0/+4 |
* | USB: introduce unmap_urb_setup_for_dma() | Martin Fuzzey | 2010-10-22 | 1 | -0/+1 |
* | usb: musb: host: unmap the buffer for PIO data transfers | Maulik Mankad | 2010-10-22 | 1 | -0/+1 |
* | USB: fix race between root-hub wakeup & controller suspend | Alan Stern | 2010-08-10 | 1 | -0/+2 |
* | USB: add do_wakeup parameter for PCI HCD suspend | Alan Stern | 2010-08-10 | 1 | -1/+1 |
* | USB: convert usb_hcd bitfields into atomic flags | Alan Stern | 2010-08-10 | 1 | -5/+17 |
* | USB: EHCI: EHCI 1.1 addendum: Basic LPM feature support | Alek Du | 2010-08-10 | 1 | -0/+4 |
* | USB: don't stop root-hub status polls too soon | Alan Stern | 2010-08-10 | 1 | -0/+1 |
* | USB: include/usb/*.h checkpatch cleanup | Greg Kroah-Hartman | 2010-05-20 | 1 | -13/+15 |
* | USB: Support for allocating USB 3.0 streams. | Sarah Sharp | 2010-05-20 | 1 | -0/+10 |
* | USB: split hub.h into ch11.h and merge-in hcd.h | Eric Lescouet | 2010-05-20 | 1 | -1/+36 |
* | USB: make hub.h public (drivers dependency) | Eric Lescouet | 2010-05-20 | 1 | -1/+1 |
* | USB: make hcd.h public (drivers dependency) | Eric Lescouet | 2010-05-20 | 1 | -0/+578 |