summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-mem.c
Commit message (Expand)AuthorAgeFilesLines
* USB: host: xhci: Remove redundant license textGreg Kroah-Hartman2017-11-071-13/+0Star
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: host: xhci-mem: mark expected switch fall-throughGustavo A. R. Silva2017-11-011-0/+1
* xhci: Convert timers to use timer_setup()Kees Cook2017-10-171-2/+2
* usb: xhci: Add debugfs interface for xHCI driverLu Baolu2017-10-051-3/+2Star
* Merge 4.12-rc6 into usb-nextGreg Kroah-Hartman2017-06-201-2/+5
|\
| * usb: xhci: Fix USB 3.1 supported protocol parsingYD Tseng2017-06-121-2/+5
* | xhci: remove endpoint ring cacheMathias Nyman2017-06-151-75/+6Star
|/
* xhci: remove GFP_DMA flag from allocationMatthias Lange2017-05-181-1/+1
* usb: host: xhci-mem: allocate zeroed Scratchpad BufferPeter Chen2017-05-181-1/+1
* USB: host: xhci: use max-port defineJohan Hovold2017-05-171-3/+4
* usb: host: xhci: print correct command ring addressPeter Chen2017-04-191-1/+1
* usb: host: xhci: delete sp_dma_buffers for scratchpadPeter Chen2017-04-191-14/+4Star
* usb: host: xhci: using correct specification chapter reference for DCBAAPPeter Chen2017-04-191-1/+1
* usb: xhci: bInterval quirk for TI TUSB73x0Roger Quadros2017-04-081-0/+11
* usb: xhci: remove enq_updates and deq_updates from ringLu Baolu2017-04-081-3/+0Star
* usb: xhci: remove error messages for failed memory allocationLu Baolu2017-04-081-1/+0Star
* usb: xhci: add xhci_log_ring trace eventsLu Baolu2017-04-081-0/+4
* usb: xhci: use bus->sysdev for DMA configurationArnd Bergmann2017-03-231-6/+6
* xhci: simplify how we store TDs in urb private dataMathias Nyman2017-01-251-4/+1Star
* usb: host: xhci: add xhci_virt_device tracerFelipe Balbi2017-01-251-0/+7
* usb: host: xhci: convert several if() to a single switch statementFelipe Balbi2017-01-251-4/+6
* usb: host: xhci: change pre-increments to post-incrementsFelipe Balbi2017-01-251-4/+4
* xhci: Fix race related to abort operationOGAWA Hirofumi2017-01-031-0/+1
* xhci: Use delayed_work instead of timer for command timeoutOGAWA Hirofumi2017-01-031-4/+3Star
* xhci: free xhci virtual devices with leaf nodes firstMathias Nyman2017-01-031-2/+36
* Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-181-5/+5
|\
| * usb: host: xhci: purge GET_MAX_PACKET()Felipe Balbi2016-11-031-2/+2
| * usb: host: xhci: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-031-3/+3
* | usb: xhci-mem: use passed in GFP flags instead of GFP_KERNELDan Carpenter2016-11-141-2/+2
* | usb: xhci: remove the use of xhci->addr_devLu Baolu2016-11-141-1/+0Star
* | usb: xhci: cleanup cmd_completion in xhci_virt_deviceLu Baolu2016-11-141-1/+0Star
|/
* xhci: TD-fragment, align the unsplittable case with a bounce bufferMathias Nyman2016-06-261-28/+46
* usb: xhci: fix wild pointers in xhci_mem_cleanupLu Baolu2016-04-131-0/+6
* xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpointsMathias Nyman2016-02-151-2/+11
* xhci: refactor and cleanup endpoint initialization.Mathias Nyman2016-02-151-94/+67Star
* xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devicesMathias Nyman2016-02-031-0/+3
* xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.Mathias Nyman2016-02-031-3/+6
* usb : replace dma_pool_alloc and memset with dma_pool_zallocSaurabh Sengar2015-12-011-4/+2Star
* xhci: rework xhci extended capability list parsing functionsMathias Nyman2015-12-011-46/+27Star
* xhci: use debug level when printing out interval rounding messagesMathias Nyman2015-12-011-1/+1
* xhci: drop null test before destroy functionsJulia Lawall2015-10-041-8/+4Star
* xhci: parse xhci protocol speed ID list for usb 3.1 usageMathias Nyman2015-10-041-1/+37
* xhci: init command timeout timer earlier to avoid deleting it uninitializedMathias Nyman2015-09-221-6/+5Star
* xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman2015-09-221-3/+3
* drivers/usb: Delete XHCI command timer if necessaryGavin Shan2015-08-031-1/+2
* usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() functionAMAN DEEP2015-07-221-1/+1
* xhci: clean up work to remove unused parameters for functions in xhci-mem.cLin Wang2015-01-091-12/+9Star
* xhci-mem: Use setup_timerJulia Lawall2015-01-091-6/+4Star
* xhci: Log extra info on "ERROR Transfer event TRB DMA ptr not part of current...Hans de Goede2014-09-241-1/+3