aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.h
AgeCommit message (Expand)Author
2013-05-24xhci: Disable D3cold for buggy TI redrivers.Sarah Sharp
2013-04-03xhci: Rename SEGMENT_SIZE and SEGMENT_SHIFT as the former is used in a.out.hDavid Howells
2013-04-03xhci: Use ilog2() rather than __ffs() for calculating SEGMENT_SHIFTDavid Howells
2013-03-25usb: xhci: Fix TRB transfer length macro used for Event TRB.Vivek Gautam
2013-03-25usb: add find_raw_port_number callback to struct hc_driver()Lan Tianyu
2013-03-18USB: xhci - fix bit definitions for IMAN registerDmitry Torokhov
2012-11-12xhci: Avoid global symbol pollution with handshake.Sarah Sharp
2012-09-25xhci: Intel Panther Point BEI quirk.Sarah Sharp
2012-09-16Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman
2012-09-13xHCI: cancel command after command timeoutElric Fu
2012-09-13xHCI: add aborting command ring functionElric Fu
2012-09-13xHCI: add cmd_ring_stateElric Fu
2012-09-05usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP HardwareAlexis R. Cortes
2012-08-09xhci: Switch PPT ports to EHCI on shutdown.Sarah Sharp
2012-08-07xhci: Rate-limit XHCI_TRUST_TX_LENGTH quirk warning.Sarah Sharp
2012-07-02usb: Add support for root hub port status CASStanislaw Ledwon
2012-05-18xhci: Add Intel U1/U2 timeout policy.Sarah Sharp
2012-05-18xhci: Add infrastructure for host-specific LPM policies.Sarah Sharp
2012-05-18xhci: Reserve one command for USB3 LPM disable.Sarah Sharp
2012-05-18xhci: Some Evaluate Context commands must succeed.Sarah Sharp
2012-05-18xhci: Add roothub code to set U1/U2 timeouts.Sarah Sharp
2012-05-17xhci: Add new short TX quirk for Fresco Logic host.Sarah Sharp
2012-05-03xHCI: keep track of ports being resumed and indicate in hub_status_dataAndiry Xu
2012-04-11xhci: don't re-enable IE constantlyFelipe Balbi
2012-03-13usb: host: xhci: add platform driver supportSebastian Andrzej Siewior
2012-03-13xHCI: dynamic ring expansionAndiry Xu
2012-03-13xHCI: count free TRBs on transfer ringAndiry Xu
2012-03-13xHCI: store ring's last segment and segment numbersAndiry Xu
2012-03-12xHCI: store ring's typeAndiry Xu
2012-03-12usb: host: xhci: use __ffs() instead of hardcoding shiftFelipe Balbi
2012-02-14USB/xHCI: Support device-initiated USB 3.0 resume.Sarah Sharp
2012-01-04xhci: Properly handle COMP_2ND_BW_ERRHans de Goede
2011-12-22Trivial: xhci: Fix copy-paste error.Sarah Sharp
2011-09-26usb/xhci: remove CONFIG_PCI in xhci.c's probe functionSebastian Andrzej Siewior
2011-09-26usb/xhci: move xhci_gen_setup() away from -pci.Sebastian Andrzej Siewior
2011-09-26xHCI: AMD isoc link TRB chain bit quirkAndiry Xu
2011-09-26xHCI: set USB2 hardware LPMAndiry Xu
2011-09-26xHCI: test USB2 software LPMAndiry Xu
2011-09-26xHCI: Check host USB2 LPM capabilityAndiry Xu
2011-09-26xHCI: test and clear RWC bitAndiry Xu
2011-09-26xHCI: set link stateAndiry Xu
2011-09-20xhci: USB 3.0 BW checking.Sarah Sharp
2011-09-20xhci: Fix mult base in endpoint bandwidth info.Sarah Sharp
2011-09-20usb/xhci: ignore xhci version while checking for the link quirkSebastian Andrzej Siewior
2011-09-09xhci: Implement HS/FS/LS bandwidth checking.Sarah Sharp
2011-09-09xhci: Track interval bandwidth tables per port/TT.Sarah Sharp
2011-09-09xhci: Store endpoint bandwidth information.Sarah Sharp
2011-09-09xhci: Store information about roothubs and TTs.Sarah Sharp
2011-09-09xhci: Store the "real" root port number.Sarah Sharp
2011-09-09xhci: Rename virt_dev->port to fake_port.Sarah Sharp