aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-hub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-19Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-nextGreg Kroah-Hartman1-2/+3
2013-10-16xhci: correct the usage of USB_CTRL_SET_TIMEOUTxiao jin1-1/+1
2013-10-16usb: xhci: Staticize xhci_del_comp_mod_timerSachin Kamat1-1/+2
2013-10-09xhci: Don't enable/disable RWE on bus suspend/resume.Sarah Sharp1-26/+0
2013-09-23usb: Fix xHCI host issues on remote wakeup.Sarah Sharp1-10/+35
2013-09-23xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman1-1/+1
2013-08-13xhci: add trace for debug messages related to quirksXenia Ragiadakou1-2/+5
2013-07-23xhci: Report USB 2.1 link status for L1Sarah Sharp1-3/+12
2013-07-23xhci: Refactor port status into a new function.Sarah Sharp1-91/+119
2013-06-05usb: xhci: define port register names and use them instead of magic numbersMathias Nyman1-9/+7
2013-03-28USB: remove CONFIG_USB_SUSPEND optionAlan Stern1-1/+1
2013-01-03xhci: Avoid "dead ports", add roothub port polling.Sarah Sharp1-0/+7
2013-01-03USB: Allow USB 3.0 ports to be disabled.Sarah Sharp1-2/+29
2012-10-22usb/xhci: Remove (__force__ __u16) before assigning DeviceRemovable and assign directly.Lan Tianyu1-3/+2
2012-10-22usb/xhci: release xhci->lock during turning on/off usb port's acpi power resource and checking the existence of port's power resourceLan Tianyu1-0/+4
2012-09-16Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman1-0/+42
2012-09-13usb/xhci: update a comment regarding the BOS descriptor to reflect the codeSebastian Andrzej Siewior1-1/+1
2012-09-13usb: host: xhci: sparse fixesFelipe Balbi1-1/+1
2012-09-10usb/acpi: Use ACPI methods to power off ports.Lan Tianyu1-0/+12
2012-09-10xhci: Handle clear PORT_POWER feature.Lan Tianyu1-0/+4
2012-09-05usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP HardwareAlexis R. Cortes1-0/+42
2012-07-16Merge tag 'for-usb-next-2012-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-nextGreg Kroah-Hartman1-0/+6
2012-07-11xhci: Export Latency Tolerance Messaging capabilities.Sarah Sharp1-0/+6
2012-07-02usb: Add support for root hub port status CASStanislaw Ledwon1-6/+38
2012-05-18xhci: Add roothub code to set U1/U2 timeouts.Sarah Sharp1-0/+19
2012-05-03xHCI: keep track of ports being resumed and indicate in hub_status_dataAndiry Xu1-10/+12
2012-02-14USB/xHCI: Enable USB 3.0 hub remote wakeup.Sarah Sharp1-0/+41
2012-02-10xhci: Fix oops caused by more USB2 ports than USB3 ports.Sarah Sharp1-1/+1
2011-11-26xHCI: Adding #define values used for hub descriptorAman Deep1-10/+8
2011-10-31usb: fix implicit usage of gfp.h in host/xhci-hub.cPaul Gortmaker1-0/+1
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-50/+89
2011-10-18xHCI/USB: Make xHCI driver have a BOS descriptor.Sarah Sharp1-0/+34
2011-09-26xHCI: set USB2 hardware LPMAndiry Xu1-0/+9
2011-09-26xHCI: test and clear RWC bitAndiry Xu1-6/+16
2011-09-26xHCI: set link stateAndiry Xu1-43/+29
2011-09-19USB: xhci: Set change bit when warm reset change is set.Greg KH1-1/+1
2011-09-09xhci: Rename virt_dev->port to fake_port.Sarah Sharp1-1/+1
2011-08-09xHCI: report USB2 port in resuming as suspendAndiry Xu1-3/+12
2011-08-09xHCI: fix port U3 status check conditionAndiry Xu1-1/+1
2011-05-12xhci: move the common code to a function to get max ports and port arrayhuajun li1-39/+27
2011-05-10Merge branch 2.6.39-rc7 into usb-linusGreg Kroah-Hartman1-2/+17
2011-05-03xHCI: Clear PLC in xhci_bus_resume()Andiry Xu1-2/+17
2011-05-02usbcore: Refine USB3.0 device suspend and resumeAndiry Xu1-28/+21
2011-05-02xHCI: report USB3.0 portstatus comply with USB3.0 specificationAndiry Xu1-12/+29
2011-05-02xHCI: Set link state supportAndiry Xu1-0/+41
2011-05-02xHCI: Clear link state change supportAndiry Xu1-0/+5
2011-05-02xHCI: warm reset supportAndiry Xu1-0/+11
2011-05-02xhci: Make xHCI driver endian-safeMatt Evans1-9/+9
2011-03-13USB: Remove bogus USB_PORT_STAT_SUPER_SPEED symbol.Sarah Sharp1-2/+0
2011-03-13xhci: Make roothub functions deal with device removal.Sarah Sharp1-0/+16