summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-mem.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-17xhci: xhci-mem: off by one in xhci_stream_id_to_ring()Dan Carpenter1-1/+1
2018-07-08xhci: Fix kernel oops in trace_xhci_free_virt_deviceZhengjun Xing1-2/+2
2018-05-25xhci: zero usb device slot_id member when disabling and freeing a xhci slotMathias Nyman1-0/+2
2017-12-20xhci: Don't add a virt_dev to the devs array before it's fully allocatedMathias Nyman1-4/+11
2017-12-10usb: xhci: fix panic in xhci_free_virt_devices_depth_firstYu Chen1-0/+7
2017-06-20Merge 4.12-rc6 into usb-nextGreg Kroah-Hartman1-2/+5
2017-06-15xhci: remove endpoint ring cacheMathias Nyman1-75/+6
2017-06-12usb: xhci: Fix USB 3.1 supported protocol parsingYD Tseng1-2/+5
2017-05-18xhci: remove GFP_DMA flag from allocationMatthias Lange1-1/+1
2017-05-18usb: host: xhci-mem: allocate zeroed Scratchpad BufferPeter Chen1-1/+1
2017-05-17USB: host: xhci: use max-port defineJohan Hovold1-3/+4
2017-04-19usb: host: xhci: print correct command ring addressPeter Chen1-1/+1
2017-04-19usb: host: xhci: delete sp_dma_buffers for scratchpadPeter Chen1-14/+4
2017-04-19usb: host: xhci: using correct specification chapter reference for DCBAAPPeter Chen1-1/+1
2017-04-08usb: xhci: bInterval quirk for TI TUSB73x0Roger Quadros1-0/+11
2017-04-08usb: xhci: remove enq_updates and deq_updates from ringLu Baolu1-3/+0
2017-04-08usb: xhci: remove error messages for failed memory allocationLu Baolu1-1/+0
2017-04-08usb: xhci: add xhci_log_ring trace eventsLu Baolu1-0/+4
2017-03-23usb: xhci: use bus->sysdev for DMA configurationArnd Bergmann1-6/+6
2017-01-25xhci: simplify how we store TDs in urb private dataMathias Nyman1-4/+1
2017-01-25usb: host: xhci: add xhci_virt_device tracerFelipe Balbi1-0/+7
2017-01-25usb: host: xhci: convert several if() to a single switch statementFelipe Balbi1-4/+6
2017-01-25usb: host: xhci: change pre-increments to post-incrementsFelipe Balbi1-4/+4
2017-01-03xhci: Fix race related to abort operationOGAWA Hirofumi1-0/+1
2017-01-03xhci: Use delayed_work instead of timer for command timeoutOGAWA Hirofumi1-4/+3
2017-01-03xhci: free xhci virtual devices with leaf nodes firstMathias Nyman1-2/+36
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-5/+5
2016-11-14usb: xhci-mem: use passed in GFP flags instead of GFP_KERNELDan Carpenter1-2/+2
2016-11-14usb: xhci: remove the use of xhci->addr_devLu Baolu1-1/+0
2016-11-14usb: xhci: cleanup cmd_completion in xhci_virt_deviceLu Baolu1-1/+0
2016-11-03usb: host: xhci: purge GET_MAX_PACKET()Felipe Balbi1-2/+2
2016-11-03usb: host: xhci: make use of new usb_endpoint_maxp_mult()Felipe Balbi1-3/+3
2016-06-26xhci: TD-fragment, align the unsplittable case with a bounce bufferMathias Nyman1-28/+46
2016-04-13usb: xhci: fix wild pointers in xhci_mem_cleanupLu Baolu1-0/+6
2016-02-15xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpointsMathias Nyman1-2/+11
2016-02-15xhci: refactor and cleanup endpoint initialization.Mathias Nyman1-94/+67
2016-02-04xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devicesMathias Nyman1-0/+3
2016-02-04xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.Mathias Nyman1-3/+6
2015-12-02usb : replace dma_pool_alloc and memset with dma_pool_zallocSaurabh Sengar1-4/+2
2015-12-01xhci: rework xhci extended capability list parsing functionsMathias Nyman1-46/+27
2015-12-01xhci: use debug level when printing out interval rounding messagesMathias Nyman1-1/+1
2015-10-04xhci: drop null test before destroy functionsJulia Lawall1-8/+4
2015-10-04xhci: parse xhci protocol speed ID list for usb 3.1 usageMathias Nyman1-1/+37
2015-09-22xhci: init command timeout timer earlier to avoid deleting it uninitializedMathias Nyman1-6/+5
2015-09-22xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman1-3/+3
2015-08-04drivers/usb: Delete XHCI command timer if necessaryGavin Shan1-1/+2
2015-07-23usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() functionAMAN DEEP1-1/+1
2015-01-09xhci: clean up work to remove unused parameters for functions in xhci-mem.cLin Wang1-12/+9
2015-01-09xhci-mem: Use setup_timerJulia Lawall1-6/+4
2014-09-24xhci: Log extra info on "ERROR Transfer event TRB DMA ptr not part of current...Hans de Goede1-1/+3