summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-mem.c
AgeCommit message (Expand)Author
2017-06-08usb: host: xhci-mem: allocate zeroed Scratchpad BufferPeter Chen
2017-05-17usb: host: xhci: print correct command ring addressPeter Chen
2017-03-02xhci: free xhci virtual devices with leaf nodes firstMathias Nyman
2016-04-20usb: xhci: fix wild pointers in xhci_mem_cleanupLu Baolu
2015-10-22xhci: init command timeout timer earlier to avoid deleting it uninitializedMathias Nyman
2015-10-22xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman
2015-08-16drivers/usb: Delete XHCI command timer if necessaryGavin Shan
2015-08-03usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() functionAMAN DEEP
2015-01-09xhci: clean up work to remove unused parameters for functions in xhci-mem.cLin Wang
2015-01-09xhci-mem: Use setup_timerJulia Lawall
2014-09-23xhci: Log extra info on "ERROR Transfer event TRB DMA ptr not part of current...Hans de Goede
2014-09-11usb: xhci: Fix OOPS in xhci error handling codeAl Cooper
2014-09-11xhci: Fix null pointer dereference if xhci initialization failsMathias Nyman
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds
2014-05-28xhci: delete endpoints from bandwidth list before freeing whole deviceMathias Nyman
2014-05-20xhci: rework command timeout and cancellation,Mathias Nyman
2014-05-20xhci: Use completion and status in global command queueMathias Nyman
2014-05-20xhci: Add a global command queueMathias Nyman
2014-03-04xhci: The trb_address_map radix tree expects 1KB segment memory aligmentHans de Goede
2014-03-04xhci: xhci_mem_cleanup: make sure cmd_ring_reserved_trbs really is 0Hans de Goede
2014-03-04xhci: Remove segments from radix tree on failed insert.Sarah Sharp
2014-03-04xhci: Check size rather then number of streams when allocating stream ctxsHans de Goede
2014-03-04xhci: fix usb3 streamsGerd Hoffmann
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