aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-hub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-13xhci: Return a USB 3.0 hub descriptor for USB3 roothub.Sarah Sharp1-20/+114
2011-03-13xhci: Register second xHCI roothub.Sarah Sharp1-45/+52
2011-03-13xhci: Change xhci_find_slot_id_by_port() API.Sarah Sharp1-6/+10
2011-03-13xhci: Refactor bus suspend state into a struct.Sarah Sharp1-21/+29
2011-03-13xhci: Index with a port array instead of PORTSC addresses.Sarah Sharp1-47/+79
2011-03-13USB 3.0 Hub ChangesJohn Youn1-2/+2
2011-03-13xhci: Remove references to HC_STATE_RUNNING.Sarah Sharp1-1/+0
2011-03-13xhci: Rename variables and reduce register reads.Sarah Sharp1-19/+22
2011-03-13xhci: Rework port suspend structures for limited ports.Sarah Sharp1-18/+10
2011-03-13USB: Remove bitmap #define from hcd.hSarah Sharp1-1/+0
2010-11-19xhci: Don't let the USB core disable SuperSpeed ports.Sarah Sharp1-0/+7
2010-10-22usb: Fix linker errors with CONFIG_PM=nSarah Sharp1-6/+1
2010-10-22USB: xHCI: bus power management implementationAndiry Xu1-0/+188
2010-10-22USB: xHCI: port remote wakeup implementationAndiry Xu1-5/+39
2010-10-22USB: xHCI: port power management implementationAndiry Xu1-1/+195
2010-05-20USB: xhci: Remove the arbitrary limit of 15 xHCI portsWilliam Gulland1-12/+3
2010-05-20USB: straighten out port feature vs. port status usageAlan Stern1-8/+8
2010-05-20USB: remove bogus USB_PORT_FEAT_*_SPEED symbolsAlan Stern1-4/+4
2010-03-02USB: xhci: Allow roothub ports to be disabled.Sarah Sharp1-0/+18
2010-03-02USB: xhci: Refactor code to clear port change bits.Sarah Sharp1-15/+32
2009-06-15USB: xhci: Root hub support.Sarah Sharp1-0/+308