aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-mem.c
AgeCommit message (Expand)Author
2014-06-18xhci: delete endpoints from bandwidth list before freeing whole deviceMathias Nyman
2014-01-30Revert "xhci: replace xhci_read_64() with readq()"Sarah Sharp
2014-01-29Revert "xhci: replace xhci_write_64() with writeq()"Sarah Sharp
2013-12-02xhci: replace xhci_write_64() with writeq()Xenia Ragiadakou
2013-12-02xhci: replace xhci_read_64() with readq()Xenia Ragiadakou
2013-12-02xhci: replace xhci_writel() with writel()Xenia Ragiadakou
2013-12-02xhci: replace xhci_readl() with readl()Xenia Ragiadakou
2013-12-02xhci: remove conversion from generic to pci device in xhci_mem.cXenia Ragiadakou
2013-12-02xhci: remove unnecessary check in xhci_free_stream_info()Xenia Ragiadakou
2013-12-02xhci: convert TRB_CYCLE to le32 before using it to set Link TRB's cycle bitXenia Ragiadakou
2013-10-16usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp
2013-09-23usb: Fix xHCI host issues on remote wakeup.Sarah Sharp
2013-08-18Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman
2013-08-13xhci: trace debug statements related to ring expansionXenia Ragiadakou
2013-08-13xhci: trace debug messages related to driver initialization and unloadXenia Ragiadakou
2013-08-13xhci: add trace for debug messages related to changing contextsXenia Ragiadakou
2013-08-13xhci: remove CONFIG_USB_XHCI_HCD_DEBUGGING and unused codeXenia Ragiadakou
2013-07-31usb: xhci: add missing dma-mapping.h includesJames Hogan
2013-06-18xhci: check for failed dma pool allocationMathias Nyman
2013-06-14xhci: remove BUG() in xhci_get_endpoint_type()Mathias Nyman
2013-06-14xhci: Remove BUG in xhci_setup_addressable_virt_devMathias Nyman
2013-06-14xhci: Remove BUG_ON in xhci_get_input_control_ctx.Sarah Sharp
2013-06-14xhci: Remove BUG_ON() in xhci_alloc_container_ctx.Sarah Sharp
2013-06-08Merge 3.10-rc5 into usb-nextGreg Kroah-Hartman
2013-06-05usb: xhci: check usb2 port capabilities before adding hw link PM supportMathias Nyman
2013-05-24xhci: fix list access before initVladimir Murzin
2013-05-24xhci-mem: init list heads at the beginning of initSergio Aguirre
2013-05-15USB: xHCI: override bogus bulk wMaxPacketSize valuesAlan Stern
2013-04-03xhci: Rename SEGMENT_SIZE and SEGMENT_SHIFT as the former is used in a.out.hDavid Howells
2013-03-25usb: add find_raw_port_number callback to struct hc_driver()Lan Tianyu
2013-01-03xhci: Handle HS bulk/ctrl endpoints that don't NAK.Sarah Sharp
2012-11-12xhci: fix null-pointer dereference when destroying half-built segment ringsJulius Werner
2012-09-13xHCI: add aborting command ring functionElric Fu
2012-06-13xhci: Don't free endpoints in xhci_mem_cleanup()Takashi Iwai
2012-06-13xhci: Fix invalid loop check in xhci_free_tt_info()Takashi Iwai
2012-05-18xhci: Reserve one command for USB3 LPM disable.Sarah Sharp
2012-05-18xhci: Reset reserved command ring TRBs on cleanup.Sarah Sharp
2012-05-18USB: fix resource leak in xhci power loss pathOliver Neukum
2012-04-11xhci: Don't write zeroed pointers to xHC registers.Sarah Sharp
2012-03-13xHCI: Allocate 2 segments for transfer ringAndiry Xu
2012-03-13xHCI: dynamic ring expansionAndiry Xu
2012-03-13xHCI: set cycle state when allocate ringsAndiry Xu
2012-03-13xHCI: factor out segments allocation and free functionAndiry 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-02-23Merge branch 'usb-3.3-rc4' into usb-nextGreg Kroah-Hartman
2012-02-21xhci: Fix encoding for HS bulk/control NAK rate.Sarah Sharp
2012-02-14USB/xhci: Enable remote wakeup for USB3 devices.Sarah Sharp
2011-12-22xhci: Remove debugging about ring structure allocation.Sarah Sharp