summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-hub.c
Commit message (Expand)AuthorAgeFilesLines
* xhci: add trace for debug messages related to quirksXenia Ragiadakou2013-08-131-2/+5
* xhci: Report USB 2.1 link status for L1Sarah Sharp2013-07-231-3/+12
* xhci: Refactor port status into a new function.Sarah Sharp2013-07-231-91/+119
* usb: xhci: define port register names and use them instead of magic numbersMathias Nyman2013-06-051-9/+7
* USB: remove CONFIG_USB_SUSPEND optionAlan Stern2013-03-281-1/+1
* xhci: Avoid "dead ports", add roothub port polling.Sarah Sharp2013-01-031-0/+7
* USB: Allow USB 3.0 ports to be disabled.Sarah Sharp2013-01-031-2/+29
* usb/xhci: Remove (__force__ __u16) before assigning DeviceRemovable and assig...Lan Tianyu2012-10-221-3/+2
* usb/xhci: release xhci->lock during turning on/off usb port's acpi power reso...Lan Tianyu2012-10-221-0/+4
* Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman2012-09-161-0/+42
|\
| * usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP HardwareAlexis R. Cortes2012-09-051-0/+42
* | usb/xhci: update a comment regarding the BOS descriptor to reflect the codeSebastian Andrzej Siewior2012-09-131-1/+1
* | usb: host: xhci: sparse fixesFelipe Balbi2012-09-131-1/+1
* | usb/acpi: Use ACPI methods to power off ports.Lan Tianyu2012-09-101-0/+12
* | xhci: Handle clear PORT_POWER feature.Lan Tianyu2012-09-101-0/+4
|/
* Merge tag 'for-usb-next-2012-07-11' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2012-07-161-0/+6
|\
| * xhci: Export Latency Tolerance Messaging capabilities.Sarah Sharp2012-07-111-0/+6
* | usb: Add support for root hub port status CASStanislaw Ledwon2012-07-021-6/+38
|/
* xhci: Add roothub code to set U1/U2 timeouts.Sarah Sharp2012-05-181-0/+19
* xHCI: keep track of ports being resumed and indicate in hub_status_dataAndiry Xu2012-05-031-10/+12
* USB/xHCI: Enable USB 3.0 hub remote wakeup.Sarah Sharp2012-02-141-0/+41
* xhci: Fix oops caused by more USB2 ports than USB3 ports.Sarah Sharp2012-02-101-1/+1
* xHCI: Adding #define values used for hub descriptorAman Deep2011-11-261-10/+8
* usb: fix implicit usage of gfp.h in host/xhci-hub.cPaul Gortmaker2011-10-311-0/+1
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-10-251-50/+89
|\
| * xHCI/USB: Make xHCI driver have a BOS descriptor.Sarah Sharp2011-10-181-0/+34
| * xHCI: set USB2 hardware LPMAndiry Xu2011-09-261-0/+9
| * xHCI: test and clear RWC bitAndiry Xu2011-09-261-6/+16
| * xHCI: set link stateAndiry Xu2011-09-261-43/+29
| * xhci: Rename virt_dev->port to fake_port.Sarah Sharp2011-09-091-1/+1
* | USB: xhci: Set change bit when warm reset change is set.Greg KH2011-09-191-1/+1
|/
* xHCI: report USB2 port in resuming as suspendAndiry Xu2011-08-091-3/+12
* xHCI: fix port U3 status check conditionAndiry Xu2011-08-091-1/+1
* xhci: move the common code to a function to get max ports and port arrayhuajun li2011-05-121-39/+27
* Merge branch 2.6.39-rc7 into usb-linusGreg Kroah-Hartman2011-05-101-2/+17
|\
| * xHCI: Clear PLC in xhci_bus_resume()Andiry Xu2011-05-031-2/+17
* | usbcore: Refine USB3.0 device suspend and resumeAndiry Xu2011-05-021-28/+21
* | xHCI: report USB3.0 portstatus comply with USB3.0 specificationAndiry Xu2011-05-021-12/+29
* | xHCI: Set link state supportAndiry Xu2011-05-021-0/+41
* | xHCI: Clear link state change supportAndiry Xu2011-05-021-0/+5
* | xHCI: warm reset supportAndiry Xu2011-05-021-0/+11
* | xhci: Make xHCI driver endian-safeMatt Evans2011-05-021-9/+9
|/
* USB: Remove bogus USB_PORT_STAT_SUPER_SPEED symbol.Sarah Sharp2011-03-131-2/+0
* xhci: Make roothub functions deal with device removal.Sarah Sharp2011-03-131-0/+16
* xhci: Return a USB 3.0 hub descriptor for USB3 roothub.Sarah Sharp2011-03-131-20/+114
* xhci: Register second xHCI roothub.Sarah Sharp2011-03-131-45/+52
* xhci: Change xhci_find_slot_id_by_port() API.Sarah Sharp2011-03-131-6/+10
* xhci: Refactor bus suspend state into a struct.Sarah Sharp2011-03-131-21/+29
* xhci: Index with a port array instead of PORTSC addresses.Sarah Sharp2011-03-131-47/+79
* USB 3.0 Hub ChangesJohn Youn2011-03-131-2/+2